@keyframes toastSlideIn{from{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toastSlideOut{from{transform:translateY(0);opacity:1}to{transform:translateY(20px);opacity:0}}@keyframes toolResultIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes wizardFadeIn{from{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.webAppManifestPage{min-height:100vh;background:var(--color-bg-secondary, #f8fafc);color:var(--color-text-primary, #0f172a);padding:32px 5% 48px;transition:background .3s ease,color .3s ease}.webAppManifestMainContent{max-width:960px;margin:0 auto}.webAppManifest__layout{display:grid;gap:24px}@media(min-width: 1024px){.webAppManifest__layout{grid-template-columns:1fr 1fr;align-items:start}}.webAppManifest__form{background:var(--color-bg-card, #ffffff);border:1px solid var(--color-border, #e2e8f0);border-radius:16px;padding:24px;margin-bottom:24px}.webAppManifest__formTitle{font-size:2rem;font-weight:600;color:var(--color-text-primary, #0f172a);margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid var(--color-border, #e2e8f0)}.webAppManifest__fieldGroup{display:grid;gap:16px;margin-bottom:16px}@media(min-width: 640px){.webAppManifest__fieldGroup{grid-template-columns:1fr 1fr}}.webAppManifest__field{display:flex;flex-direction:column;gap:4px}.webAppManifest__field label{display:block;font-size:1.5rem;font-weight:500;color:var(--color-text-secondary, #475569);margin-bottom:4px}.webAppManifest__field_type_full{grid-column:1/-1}.webAppManifest__input{width:100%;padding:14px 18px;background:var(--color-bg-input, #f1f5f9);border:1px solid var(--color-border, #e2e8f0);border-radius:8px;color:var(--color-text-primary, #0f172a);font-size:1.6rem;line-height:1.5;transition:border-color .15s cubic-bezier(0.22, 1, 0.36, 1),background .15s cubic-bezier(0.22, 1, 0.36, 1)}.webAppManifest__input::-moz-placeholder{color:var(--color-text-muted, #94a3b8)}.webAppManifest__input::placeholder{color:var(--color-text-muted, #94a3b8)}.webAppManifest__input:focus{outline:none;border-color:var(--color-accent, #2563eb);box-shadow:0 0 0 1px var(--color-accent, #2563eb)}.webAppManifest__input:focus-visible{outline:none}.webAppManifest__select{width:100%;padding:14px 18px;background:var(--color-bg-input, #f1f5f9);border:1px solid var(--color-border, #e2e8f0);border-radius:8px;color:var(--color-text-primary, #0f172a);font-size:1.6rem;line-height:1.5;transition:border-color .15s cubic-bezier(0.22, 1, 0.36, 1),background .15s cubic-bezier(0.22, 1, 0.36, 1);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2394a3b8' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:12px;padding-right:36px}.webAppManifest__select::-moz-placeholder{color:var(--color-text-muted, #94a3b8)}.webAppManifest__select::placeholder{color:var(--color-text-muted, #94a3b8)}.webAppManifest__select:focus{outline:none;border-color:var(--color-accent, #2563eb);box-shadow:0 0 0 1px var(--color-accent, #2563eb)}.webAppManifest__select:focus-visible{outline:none}.webAppManifest__colorRow{display:grid;gap:16px;margin-bottom:16px}@media(min-width: 640px){.webAppManifest__colorRow{grid-template-columns:1fr 1fr}}.webAppManifest__colorField{display:flex;flex-direction:column;gap:4px}.webAppManifest__colorField label{display:block;font-size:1.5rem;font-weight:500;color:var(--color-text-secondary, #475569);margin-bottom:4px}.webAppManifest__colorInput{width:100%;height:48px;padding:4px 8px;background:var(--color-bg-input, #f1f5f9);border:1px solid var(--color-border, #e2e8f0);border-radius:8px;cursor:pointer;transition:border-color .15s cubic-bezier(0.22, 1, 0.36, 1)}.webAppManifest__colorInput:focus{outline:none;border-color:var(--tool-accent, #2563eb)}.webAppManifest__iconGroup{margin-top:8px}.webAppManifest__iconGroup legend{display:block;font-size:1.5rem;font-weight:500;color:var(--color-text-secondary, #475569);margin-bottom:4px;margin-bottom:8px}.webAppManifest__iconGrid{display:flex;flex-wrap:wrap;gap:8px}.webAppManifest__iconCheck{display:flex;align-items:center;gap:6px;font-size:1.5rem;color:var(--color-text-secondary, #475569);cursor:pointer}.webAppManifest__iconCheck input{width:18px;height:18px;accent-color:#2563eb;cursor:pointer}.webAppManifest__iconCheck input:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.webAppManifest__generateBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;min-height:48px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1.6rem;font-weight:600;cursor:pointer;transition:background .15s cubic-bezier(0.22, 1, 0.36, 1),box-shadow .15s cubic-bezier(0.22, 1, 0.36, 1);text-decoration:none;margin-top:24px;width:100%}.webAppManifest__generateBtn:hover{background:#1d4ed8;box-shadow:0 4px 14px rgba(37,99,235,.15)}.webAppManifest__generateBtn:active{background:#1555e2}.webAppManifest__generateBtn:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}.webAppManifest__generateBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.webAppManifest__output{background:var(--color-bg-card, #ffffff);border:1px solid var(--color-border, #e2e8f0);border-radius:16px;padding:24px;margin-bottom:24px}.webAppManifest__outputTitle{font-size:2rem;font-weight:600;color:var(--color-text-primary, #0f172a);margin:0 0 16px;padding-bottom:8px;border-bottom:1px solid var(--color-border, #e2e8f0)}.webAppManifest__code{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:16px;font-family:"Roboto Mono",ui-monospace,SFMono-Regular,monospace;font-size:1.5rem;color:#0f172a;white-space:pre;overflow-x:auto;line-height:1.7;max-height:480px}.webAppManifest__actions{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.webAppManifest__copyBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;min-height:48px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:1.6rem;font-weight:600;cursor:pointer;transition:background .15s cubic-bezier(0.22, 1, 0.36, 1),box-shadow .15s cubic-bezier(0.22, 1, 0.36, 1);text-decoration:none}.webAppManifest__copyBtn:hover{background:#1d4ed8;box-shadow:0 4px 14px rgba(37,99,235,.15)}.webAppManifest__copyBtn:active{background:#1555e2}.webAppManifest__copyBtn:focus-visible{outline:2px solid #1d4ed8;outline-offset:2px}.webAppManifest__copyBtn:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.webAppManifest__downloadBtn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 28px;min-height:48px;background:rgba(0,0,0,0);color:var(--color-text-primary, #0f172a);border:1px solid var(--color-border, #e2e8f0);border-radius:8px;font-size:1.6rem;font-weight:600;cursor:pointer;transition:border-color .15s cubic-bezier(0.22, 1, 0.36, 1),color .15s cubic-bezier(0.22, 1, 0.36, 1),background .15s cubic-bezier(0.22, 1, 0.36, 1);text-decoration:none}.webAppManifest__downloadBtn:hover{border-color:#2563eb;color:#2563eb;background:rgba(37,99,235,.08)}.webAppManifest__downloadBtn:active{background:rgba(37,99,235,.12)}.webAppManifest__downloadBtn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.webAppManifest__downloadBtn:disabled{opacity:.5;cursor:not-allowed}.webAppManifest__empty{text-align:center;color:var(--color-text-muted, #94a3b8);font-size:1.5rem;padding:32px 0}.webAppManifestToast{position:fixed;bottom:24px;right:24px;padding:14px 24px;background:#22c55e;color:#fff;border-radius:12px;font-weight:500;box-shadow:0 4px 12px rgba(0,0,0,.08);z-index:1000;display:none;animation:toastSlideIn .3s ease forwards}@media(max-width: 640px){.webAppManifestToast{left:16px;right:16px;bottom:16px;text-align:center}}.webAppManifestToast_success{display:block;background:#22c55e;color:#fff}.webAppManifestToast_success::before{content:"✓ "}.webAppManifestToast_error{display:block;background:#ef4444;color:#fff}.webAppManifestToast_error::before{content:"✕ "}.webAppManifestToast_info{display:block;background:#2563eb;color:#fff}.webAppManifestToast_info::before{content:"ⓘ "}.webAppManifestToast_warning{display:block;background:#eab308;color:#fff}.webAppManifestToast_warning::before{content:"⚠ "}