:root{color-scheme:dark;--bg-primary: #0b1220;--bg-secondary: #101826;--bg-surface: #111827;--bg-surface-muted: #172032;--text-primary: #e6edf6;--text-secondary: #9aa8bf;--text-muted: #74839b;--border: #1f2937;--border-soft: var(--border);--border-strong: #334155;--primary: #14b8a6;--primary-hover: #0d9488;--accent: #2dd4bf;--accent-hover: #0d9488;--accent-strong: #14b8a6;--accent-soft: #5eead4;--gradient-primary: linear-gradient(135deg, #0d9488 0%, #14b8a6 52%, #5eead4 100%);--gradient-generate: linear-gradient(135deg, #14b8a6 0%, #2dd4bf 100%);--gradient-generate-hover: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);--gradient-button-size: 200% 200%;--bg-glow-1: rgba(20, 184, 166, .08);--bg-glow-2: rgba(45, 212, 191, .06);--focus-ring: 0 0 0 3px rgba(20, 184, 166, .24);--credit-badge-bg: rgba(20, 184, 166, .12);--credit-badge-border: rgba(20, 184, 166, .35);--bg-app: var(--bg-primary);--bg-chip: var(--bg-surface-muted);--bg-row: var(--bg-surface);--bg-row-muted: var(--bg-surface-muted);--brand-50: #0f2d2a;--brand-100: #144943;--brand-500: var(--accent-strong);--brand-600: var(--accent);--brand-700: var(--accent-hover);--brand-900: #042f2e;--hero-image-fallback-start: #123f3a;--hero-image-fallback-end: #26514d;--soft-note-border: #1f5f57;--soft-note-bg: #123631;--soft-note-text: var(--accent-soft);--placeholder-running-start: #143730;--placeholder-running-end: #1d4a40;--skeleton-base: #1a2a3d;--skeleton-highlight: #293f58;--table-header-bg: #101828;--table-row-hover-bg: #17253a;--table-selected-bg: #1c2e46;--success-50: #ecfdf3;--success-600: #16a34a;--warning-50: #fff7ed;--warning-600: #ea580c;--danger-50: #fef2f2;--danger-600: #dc2626;--info-50: #eff6ff;--info-600: #2563eb;--shadow-sm: 0 3px 10px rgba(2, 6, 23, .42);--shadow-md: 0 10px 30px rgba(0, 0, 0, .4)}:root[data-theme=light]{color-scheme:light;--bg-primary: #f8fafc;--bg-secondary: #ffffff;--bg-surface: #ffffff;--bg-surface-muted: #f2fbf9;--text-primary: #0f172a;--text-secondary: #334155;--text-muted: #55657b;--border: #e2e8f0;--border-soft: var(--border);--border-strong: #c7d2de;--primary: #14b8a6;--primary-hover: #0d9488;--accent: #14b8a6;--accent-hover: #0d9488;--accent-strong: #14b8a6;--accent-soft: #5eead4;--gradient-primary: linear-gradient(135deg, #0f766e 0%, #14b8a6 50%, #5eead4 100%);--gradient-generate: linear-gradient(135deg, #14b8a6 0%, #2dd4bf 100%);--gradient-generate-hover: linear-gradient(135deg, #0d9488 0%, #14b8a6 100%);--gradient-button-size: 200% 200%;--bg-glow-1: rgba(20, 184, 166, .08);--bg-glow-2: rgba(45, 212, 191, .12);--focus-ring: 0 0 0 3px rgba(20, 184, 166, .18);--credit-badge-bg: rgba(20, 184, 166, .12);--credit-badge-border: rgba(20, 184, 166, .28);--bg-app: var(--bg-primary);--bg-chip: var(--bg-surface);--bg-row: var(--bg-surface);--bg-row-muted: #f2f7ff;--brand-50: #e6fcf8;--brand-100: #cff8f2;--brand-500: var(--accent-strong);--brand-600: var(--accent);--brand-700: var(--accent-hover);--brand-900: #0f172a;--hero-image-fallback-start: #d9f7f1;--hero-image-fallback-end: #c9eee8;--soft-note-border: #a8e9de;--soft-note-bg: #e7fbf7;--soft-note-text: #0f766e;--placeholder-running-start: #d6f8f2;--placeholder-running-end: #effcf9;--skeleton-base: #edf1f8;--skeleton-highlight: #ffffff;--table-header-bg: #f8f9fd;--table-row-hover-bg: #f8faff;--table-selected-bg: #eefcf7;--shadow-sm: 0 1px 2px rgba(17, 24, 39, .03);--shadow-md: 0 6px 18px rgba(17, 24, 39, .06)}.skip-link{position:absolute;left:-999px;top:0;background:var(--brand-600);color:#fff;padding:10px 12px;border-radius:0 0 12px;z-index:50}.skip-link:focus-visible{left:0}.app-topbar{position:sticky;top:0;z-index:20;background:var(--bg-secondary);border-bottom:1px solid var(--border-soft)}.app-topbar-inner{width:min(1120px,calc(100% - 24px));height:48px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.app-brand{display:inline-flex;align-items:center;gap:8px;color:var(--text-primary);text-decoration:none;font-size:14px;font-weight:600}.app-brand-icon{width:18px;height:18px;border-radius:999px;display:grid;place-items:center;color:#fff;background:var(--gradient-primary);font-size:11px}.app-topbar-right{display:inline-flex;align-items:center;gap:8px}.app-subnav{position:sticky;top:48px;z-index:19;background:var(--bg-secondary);border-bottom:1px solid var(--border-soft)}.app-subnav-inner{width:min(1120px,calc(100% - 24px));margin:0 auto;padding:8px 0;display:flex;align-items:center;gap:8px;overflow-x:auto}.app-nav-link{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;border-radius:999px;border:1px solid var(--border-soft);background:var(--bg-surface);color:var(--text-secondary);text-decoration:none;font-size:12px;line-height:16px;font-weight:600;padding:6px 10px}.app-nav-link.active{border-color:transparent;color:var(--brand-900);background:var(--gradient-primary);background-size:var(--gradient-button-size);animation:gradientMove 6s ease infinite}.app-nav-count{border-radius:999px;border:1px solid var(--border-soft);background:var(--bg-surface-muted);color:var(--text-secondary);font-size:10px;line-height:14px;min-width:18px;text-align:center;padding:0 5px}.app-nav-link.active .app-nav-count{border-color:#042f2e33;background:#042f2e14;color:var(--brand-900)}.app-nav-dot{width:7px;height:7px;border-radius:999px;background:var(--accent)}.app-nav-link.active .app-nav-dot{background:#fff}.topbar-theme-toggle{min-width:28px;min-height:28px;border-radius:999px;border:1px solid var(--border-soft);background:var(--bg-surface);color:var(--text-primary);cursor:pointer;display:grid;place-items:center;font-size:14px}.topbar-theme-toggle:hover{border-color:var(--primary)}.topbar-theme-toggle:focus-visible{outline:none;box-shadow:var(--focus-ring)}.topbar-balance{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:28px;border-radius:999px;border:1px solid var(--credit-badge-border);background:var(--credit-badge-bg);color:var(--accent);font-size:12px;font-weight:600;line-height:16px;padding:5px 10px;cursor:pointer}.topbar-balance.active{border-color:var(--accent-strong);box-shadow:0 0 18px #14b8a638}.topbar-balance:focus-visible{outline:none;box-shadow:var(--focus-ring)}.topbar-balance-wrap{position:relative}.topbar-balance-popover{position:absolute;right:0;top:calc(100% + 8px);width:196px;z-index:30;border-radius:12px;border:1px solid var(--border-soft);background:var(--bg-surface);box-shadow:var(--shadow-md);padding:10px;display:grid;gap:8px}.topbar-balance-popover-title{margin:0;color:var(--text-primary);font-size:12px;line-height:17px;font-weight:600}.topbar-balance-popover-action{width:100%}.topbar-user{width:26px;height:26px;border-radius:999px;background:var(--gradient-primary);color:#fff;display:grid;place-items:center;font-size:12px;font-weight:600;overflow:hidden;padding:0 8px}.page{width:min(1120px,100%);margin:0 auto;padding:16px 12px 24px;display:grid;gap:14px}.card{border:1px solid var(--border-soft);border-radius:14px;background:var(--bg-surface);box-shadow:var(--shadow-sm)}.panel{padding:14px}.panel h2{margin:0;color:var(--text-primary);font-size:30px;line-height:1.2}.hero{border:1px solid #1e293b;background:linear-gradient(135deg,#0f766e6b,#14b8a633 48%,#0f172aeb),#0f172a;color:#e6edf6;box-shadow:var(--shadow-md);border-radius:18px;padding:28px 22px;min-height:178px}.hero-top{display:flex;justify-content:space-between;align-items:center}.hero-kicker{margin:0;font-size:12px;line-height:16px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#5eead4eb}.hero-floating-icon{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;color:var(--accent-soft);background:#14b8a629;border:1px solid rgba(94,234,212,.36);font-size:18px}.hero-title{margin:14px 0 0;max-width:620px;font-size:clamp(30px,5vw,46px);line-height:1.08;font-weight:700;letter-spacing:-.02em}.hero-text{margin:12px 0 0;max-width:700px;font-size:14px;line-height:22px;color:#e6edf6db}.hero-time{margin:8px 0 0;color:#7cfad9eb;font-size:13px;line-height:18px;font-weight:600}.hero-cta-button{margin-top:16px}.note{margin:4px 0 0;color:var(--text-secondary);font-size:13px;line-height:19px}.note.strong{color:var(--text-primary);font-weight:600}.last-updated-note{margin-top:-4px}.metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.metric{border:1px solid var(--border-soft);border-radius:12px;background:var(--bg-surface);padding:12px}.metric-label{margin:0;color:var(--text-muted);font-size:11px;line-height:16px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.metric-value{margin:6px 0 0;color:var(--text-primary);font-size:28px;line-height:1.1;font-weight:700;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.metric-value-with-icon{display:inline-flex;align-items:center;gap:8px}.metric-value-icon{font-size:21px;line-height:1}.home-templates,.home-generations{background:transparent;border:0;box-shadow:none;padding:0}.hero+.home-templates{margin-top:16px}.home-section-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.home-section-title-block{display:grid;gap:3px}.home-templates>.home-section-head h2,.home-generations>h2{font-size:36px}.home-generations-muted>h2{font-size:30px;color:var(--text-secondary)}.home-generations-muted>.note{color:var(--text-muted)}.surprise-button{white-space:nowrap}.search-field{margin-top:8px;position:relative;display:block}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:var(--text-muted);font-size:13px;pointer-events:none}.search,.file-input{width:100%;min-height:42px;border-radius:10px;border:1px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary);font-size:14px;line-height:20px;padding:10px 12px}.search-field .search{padding-left:34px}.prompt-input{width:100%;min-height:42px;border-radius:12px;border:1px solid var(--border-strong);background:var(--bg-secondary);color:var(--text-primary);font-size:14px;line-height:20px;padding:14px}textarea.search{min-height:110px;resize:vertical}.btn{min-height:38px;border-radius:9px;border:1px solid transparent;font-size:13px;line-height:18px;font-weight:600;padding:9px 12px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,background-color .12s ease}.btn.primary{color:var(--brand-900);background:var(--gradient-generate);background-size:var(--gradient-button-size);box-shadow:0 6px 20px #14b8a647}.btn.primary:hover:not(:disabled){transform:translateY(-1px);background:var(--gradient-generate-hover);box-shadow:0 10px 24px #0d948857}.btn.ghost{background:var(--bg-surface);color:var(--text-primary);border-color:var(--border-strong)}.btn:disabled{opacity:.65;cursor:default}.btn:focus-visible,.chip:focus-visible,.search:focus-visible,.prompt-input:focus-visible,.file-input:focus-visible,.generation-row-main:focus-visible,.detail-back-link:focus-visible{outline:none;box-shadow:var(--focus-ring)}.chips{margin-top:10px;display:flex;flex-wrap:wrap;gap:8px;overflow-x:visible;padding-bottom:2px}.chip{display:inline-flex;flex:0 0 auto;align-items:center;gap:6px;min-height:32px;border-radius:999px;border:1px solid var(--border-strong);background:var(--bg-chip);color:var(--text-secondary);font-size:12px;line-height:16px;font-weight:600;padding:7px 11px;white-space:nowrap;cursor:pointer}.chip.active{color:var(--brand-900);border-color:transparent;background:var(--gradient-primary);box-shadow:0 6px 16px #14b8a638}.chip-count{border-radius:999px;border:1px solid var(--border-soft);background:#0f172a33;color:currentColor;font-size:10px;line-height:13px;min-width:18px;text-align:center;padding:0 4px}.grid{list-style:none;margin:12px 0 0;padding:0;display:grid;gap:12px}.templates-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.item{border:1px solid var(--border-soft);border-radius:12px;overflow:hidden;background:var(--bg-surface);box-shadow:var(--shadow-sm);transition:transform .15s ease,box-shadow .15s ease}.item.template-card{position:relative}.item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.template-card:hover{border-color:var(--accent-strong);transform:translateY(-2px) scale(1.02);box-shadow:0 10px 30px #0006}.template-card:focus-within{border-color:var(--accent-strong);outline:2px solid var(--accent-strong);outline-offset:-2px;box-shadow:0 0 30px #14b8a633,0 10px 30px #0006}.template-card-main{border:0;width:100%;margin:0;padding:0;background:transparent;color:inherit;text-decoration:none;text-align:left;cursor:pointer}.cover{position:relative;aspect-ratio:3 / 4;min-height:280px;background:linear-gradient(130deg,var(--bg-surface-muted),var(--bg-secondary))}.cover:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#02061761,#02061700 24%),linear-gradient(0deg,#020617ad,#02061700 34%)}.cover img,.cover video{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:contain;object-position:center}.cover-badges{position:absolute;left:8px;top:8px;max-width:calc(100% - 92px);z-index:2;display:flex;flex-wrap:wrap;justify-content:flex-start;gap:8px}.cover-chip{max-width:100%;border-radius:8px;border:1px solid rgba(255,255,255,.08);background:#0f172aa6;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#e5e7eb;font-size:12px;line-height:16px;padding:4px 8px;font-weight:600;display:inline-flex;align-items:center;gap:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cover-chip-icon{color:#9ca3af;font-size:11px;line-height:1;flex:0 0 auto}.cover-chip-type{max-width:100%}.cover-chip-requirement .cover-chip-icon{color:var(--accent-soft)}.cover-chip-requirement{border-color:#2dd4bf38}.template-price-badge{position:absolute;right:8px;top:8px;z-index:2;border-radius:999px;border:1px solid rgba(255,255,255,.1);background:#0206179e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#e5e7eb;padding:5px 9px;display:inline-flex;align-items:center;gap:6px;font-size:12px;line-height:16px;font-weight:700}.template-price-badge-icon{line-height:1;color:var(--accent-soft)}.template-overlay{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:36px 10px 10px;display:grid;gap:10px;background:linear-gradient(180deg,#02061700,#0206178f 40%,#020617e0)}.item-body{display:grid;gap:8px;padding:10px}.item-title{margin:0;color:var(--text-primary);font-size:22px;line-height:1.2;font-weight:700;letter-spacing:-.01em}.template-card .item-title{font-size:21px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.7)}.template-card-subtitle{margin:0;color:#a4b4d6;font-size:13px;line-height:17px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-card-subtitle.is-empty{visibility:hidden}.template-description{margin:0;color:#ffffffe6;font-size:13px;line-height:18px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.meta{margin:0;color:var(--text-muted);font-size:12px;line-height:16px}.template-requirement-chip,.badge{width:fit-content;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:#fff3;color:#fff;font-size:11px;line-height:16px;padding:3px 8px;font-weight:600;margin:0}.template-overlay-footer{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.template-generate-btn{width:fit-content;margin-left:auto;pointer-events:none}.generate-button{background:var(--gradient-generate);background-size:var(--gradient-button-size);animation:gradientMove 6s ease infinite;color:var(--brand-900);border-color:#5eead457;box-shadow:0 6px 20px #14b8a659}.generate-button:hover:not(:disabled){background:var(--gradient-generate-hover);box-shadow:0 10px 24px #0d948866}.template-overlay .template-generate-btn{color:var(--brand-900);border:1px solid rgba(94,234,212,.44);box-shadow:0 6px 20px #14b8a659;padding:10px 16px;border-radius:14px}.template-overlay .template-generate-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 12px 30px #0d94886b}.state{margin:0;border-radius:10px;border:1px solid #bfdbfe;background:var(--info-50);color:var(--info-600);font-size:13px;line-height:18px;padding:9px 10px}.state.error{border-color:#fecaca;background:var(--danger-50);color:var(--danger-600)}.state-panel{display:grid;gap:8px}.skeleton-item{min-height:120px;border-color:transparent;background:linear-gradient(110deg,var(--skeleton-base) 20%,var(--skeleton-highlight) 34%,var(--skeleton-base) 45%);background-size:200% 100%;animation:shimmer 1.1s linear infinite}.generation-rows{list-style:none;margin:12px 0 0;padding:0;display:grid;gap:8px}.generation-row{border:1px solid var(--border-soft);background:var(--bg-row);border-radius:10px;overflow:hidden}.generation-row-empty{padding:14px;color:var(--text-secondary);font-size:13px}.generation-row-empty-card{display:grid;gap:8px;text-align:left;background:var(--bg-row-muted)}.generation-row-empty-title{margin:0;color:var(--text-primary);font-size:16px;line-height:22px;font-weight:700}.generation-row-empty-text{margin:0;color:var(--text-secondary);font-size:13px;line-height:19px}.generation-row-empty-cta{width:fit-content}.generation-row-main{width:100%;border:0;background:transparent;display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;padding:8px;cursor:pointer;text-align:left}.generation-row-thumb{width:46px;height:46px;border-radius:8px;overflow:hidden;border:1px solid var(--border-soft);background:var(--bg-row-muted);display:grid;place-items:center;color:var(--text-muted);font-size:16px}.generation-thumb-loader{width:16px;height:16px;border-radius:999px;border:2px solid rgba(20,184,166,.28);border-top-color:var(--accent-strong);animation:spin .9s linear infinite}.generation-row-thumb img{width:100%;height:100%;object-fit:cover;transition:opacity .18s ease}.generation-row-thumb video{width:100%;height:100%;object-fit:contain;transition:opacity .18s ease}.generation-row-thumb img.is-loading{opacity:0}.generation-row-thumb video.is-loading{opacity:0}.generation-row-content{min-width:0;display:grid;gap:2px}.generation-row-title{margin:0;color:var(--text-primary);font-size:13px;line-height:18px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.generation-row-meta{margin:0;color:var(--text-muted);font-size:12px;line-height:16px}.generation-row-status{width:fit-content;border-radius:999px;border:1px solid #f4d1ac;background:var(--warning-50);color:var(--warning-600);font-size:11px;line-height:16px;padding:2px 8px;font-weight:600}.generation-row-status.running{border-color:#bfdbfe;background:var(--info-50);color:var(--info-600)}.generation-row-status.completed{border-color:#bbf7d0;background:var(--success-50);color:var(--success-600)}.generation-row-status.failed,.generation-row-status.canceled{border-color:#fecaca;background:var(--danger-50);color:var(--danger-600)}.generation-row-arrow{color:var(--text-secondary);font-size:16px;line-height:1}.generation-gallery{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.generation-history-sections{display:grid;gap:18px}.generation-history-section{display:grid;gap:10px}.generation-history-date{margin:0;color:#dce6f7;font-size:15px;line-height:20px;font-weight:800}.generation-gallery-item{min-width:0}.generation-gallery-item-featured{grid-column:1 / -1}.generation-gallery-item.skeleton-item{min-height:220px;border-radius:18px}.generation-gallery-empty{grid-column:1 / -1}.generation-gallery-card{width:100%;border:1px solid rgba(126,147,188,.2);border-radius:14px;background:linear-gradient(180deg,#141c2bd1,#0d141ff0);box-shadow:0 10px 22px #04091457;display:grid;gap:0;padding:0;text-align:left;cursor:pointer;overflow:hidden;transition:transform .14s ease,box-shadow .14s ease,border-color .14s ease}.generation-gallery-card:hover{transform:translateY(-2px);border-color:#906cff80;box-shadow:0 16px 28px #060a1485}.generation-gallery-preview{position:relative;width:100%;aspect-ratio:1 / 1.06;border-radius:0;overflow:hidden;border:0;background:#121a2b;display:grid;place-items:center}.generation-gallery-compare{position:relative;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));aspect-ratio:1.78 / 1;overflow:hidden;background:#101827}.generation-gallery-compare-panel{position:relative;min-width:0;overflow:hidden;display:grid;place-items:center;background:#121a2b}.generation-gallery-compare-panel+.generation-gallery-compare-panel{border-left:1px solid rgba(255,255,255,.08)}.generation-gallery-compare-panel img,.generation-gallery-compare-panel video,.generation-gallery-compare-panel>span[aria-hidden=true]{width:100%;height:100%;object-fit:cover}.generation-gallery-compare-panel video{object-fit:contain}.generation-gallery-compare-label{position:absolute;left:10px;top:10px;z-index:3;border-radius:999px;background:#090e17ad;color:#f3f6ff;font-size:11px;line-height:15px;font-weight:800;padding:4px 8px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.generation-gallery-preview img{width:100%;height:100%;object-fit:cover;transition:opacity .18s ease}.generation-gallery-preview video{width:100%;height:100%;object-fit:contain;transition:opacity .18s ease}.generation-gallery-preview img.is-loading{opacity:0}.generation-gallery-preview video.is-loading{opacity:0}.generation-gallery-status{position:absolute;left:8px;top:8px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:#080c18c7;color:#d9e5ff;font-size:11px;line-height:15px;font-weight:700;padding:3px 8px}.generation-gallery-compare .generation-gallery-status{left:auto;right:10px;top:10px}.generation-gallery-status.running{border-color:#60b5ff80;color:#b7e2ff}.generation-gallery-status.completed{border-color:#4bc98a8f;color:#bff6d8}.generation-gallery-status.failed,.generation-gallery-status.canceled{border-color:#ec6c8480;color:#ffc7d1}.generation-gallery-body{display:grid;grid-template-columns:minmax(0,1fr);gap:3px;padding:10px}.generation-gallery-title{margin:0;color:#edf2ff;font-size:13px;line-height:17px;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.generation-gallery-meta{margin:0;color:#95a6ca;font-size:11px;line-height:15px}.generation-gallery-repeat{justify-self:start;margin-top:2px;border-radius:999px;background:#7e93bc2e;color:#e7eefc;font-size:12px;line-height:16px;font-weight:800;padding:6px 12px}.status{border-radius:999px;border:1px solid #f4d1ac;background:var(--warning-50);color:var(--warning-600);font-size:11px;line-height:16px;padding:3px 8px;display:inline-flex;align-items:center;gap:5px;font-weight:600}.status-dot{width:6px;height:6px;border-radius:999px;background:currentColor;animation:statusPulse 1.2s ease-out infinite}.status.running{border-color:#bfdbfe;background:var(--info-50);color:var(--info-600)}.status.completed{border-color:#bbf7d0;background:var(--success-50);color:var(--success-600)}.status.failed,.status.canceled{border-color:#fecaca;background:var(--danger-50);color:var(--danger-600)}.generation-card,.generation-media-grid{display:grid;gap:8px}.row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.generation-card-title{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.generation-card .status{flex:0 0 auto;white-space:nowrap}.generation-result-preview{border:1px solid var(--border-soft);border-radius:10px;overflow:hidden;background:var(--bg-surface-muted)}.generation-result-preview:not(.generation-source-preview){box-shadow:0 0 20px #14b8a638,0 0 56px #14b8a621}.generation-media-label{margin:0;padding:8px 10px 0;color:var(--text-secondary);font-size:11px;line-height:16px;font-weight:600}.generation-result-preview img,.generation-result-preview video{display:block;width:100%;padding:6px;box-sizing:border-box;max-height:280px;object-fit:contain;transition:opacity .18s ease}.generation-result-preview img.is-loading,.generation-result-preview video.is-loading{opacity:0}.generation-media-frame{position:relative;min-height:120px}.generation-media-open{display:block;width:100%;border:0;background:transparent;padding:0;margin:0;cursor:zoom-in}.generation-media-open:focus-visible{outline:none;box-shadow:var(--focus-ring)}.generation-media-loader{position:absolute;inset:0;margin:auto;width:22px;height:22px;border-radius:999px;border:2px solid rgba(20,184,166,.28);border-top-color:var(--accent-strong);animation:spin .9s linear infinite;pointer-events:none}.generation-result-unavailable{border:1px dashed var(--border-strong);border-radius:10px;background:var(--bg-surface-muted);padding:12px}.generation-placeholder{border:1px dashed var(--border-strong);border-radius:10px;min-height:86px;display:grid;place-content:center;text-align:center;gap:6px;background:var(--bg-surface-muted)}.generation-placeholder.running,.generation-placeholder.queued{background:linear-gradient(110deg,var(--placeholder-running-start) 20%,var(--placeholder-running-end) 33%,var(--placeholder-running-start) 45%);background-size:220% 100%;animation:shimmer 1.15s linear infinite}.generation-placeholder-icon{font-size:18px}.generation-card-actions{display:flex;gap:8px}.generation-card-actions .btn{flex:1}.generation-lightbox-backdrop{position:fixed;inset:0;z-index:120;background:#02060fd1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:grid;place-items:center;padding:12px}.generation-lightbox{width:min(960px,100%);max-height:calc(100vh - 24px);border:1px solid var(--border-soft);border-radius:14px;background:var(--bg-surface);box-shadow:var(--shadow-md);display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.generation-lightbox-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;border-bottom:1px solid var(--border-soft);background:var(--bg-surface-muted)}.generation-lightbox-title{margin:0;color:var(--text-primary);font-size:13px;line-height:18px;font-weight:700}.generation-lightbox-close{min-height:32px}.generation-lightbox-body{overflow:auto;padding:8px;display:grid;place-items:center}.generation-lightbox-image{max-width:100%;max-height:calc(100vh - 120px);object-fit:contain;border-radius:10px}.compact-note{margin:0}.template-detail-panel{border-radius:12px}.detail-head{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:8px;padding-bottom:8px;border-bottom:1px solid var(--border-soft)}.detail-head-simple{border:0;padding-bottom:0}.detail-back-link{border:0;background:transparent;color:var(--text-secondary);font-size:13px;line-height:18px;font-weight:600;padding:2px;cursor:pointer}.detail-breadcrumb{margin:0;color:var(--text-muted);font-size:12px;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-hero{margin-top:8px;margin-inline:auto;width:min(100%,540px);position:relative;border-radius:14px;border:1px solid var(--border-soft);aspect-ratio:4 / 5;overflow:hidden;background:linear-gradient(130deg,var(--hero-image-fallback-start),var(--hero-image-fallback-end))}.detail-hero img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center}.detail-hero-meta{position:absolute;left:10px;right:10px;top:10px;z-index:2;display:flex;justify-content:space-between;gap:8px}.detail-hero-meta-left{display:flex;flex-wrap:wrap;gap:6px}.detail-hero-price-badge{width:fit-content;height:fit-content;border-radius:999px;border:1px solid var(--credit-badge-border);background:var(--credit-badge-bg);color:var(--accent-soft);font-size:12px;line-height:16px;font-weight:700;padding:4px 8px;white-space:nowrap}.detail-hero-overlay{position:absolute;left:0;right:0;bottom:0;padding:14px;background:linear-gradient(180deg,#11182714,#111827b8);color:#fff}.detail-hero-chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}.detail-hero-overlay .cover-chip{border-color:#ffffff85;background:#fff3;color:#fff}.detail-hero-text{display:grid;gap:6px;width:fit-content;max-width:100%;padding:8px 10px;border-radius:10px;background:#11182761;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.detail-hero-overlay h2{margin:0;font-size:clamp(24px,4.2vw,34px);line-height:1.14;letter-spacing:-.02em;color:#fff;text-shadow:0 1px 2px rgba(17,24,39,.35)}.detail-hero-overlay .detail-description{margin:0;color:#ffffffeb;font-size:13px;line-height:18px;text-shadow:0 1px 2px rgba(17,24,39,.28)}.detail-hero-time{margin:2px 0 0;color:#7cfad9f2;font-size:12px;line-height:17px;font-weight:600;text-shadow:0 1px 2px rgba(17,24,39,.3)}.detail-content-grid{margin-top:12px;display:grid;gap:10px}.detail-main-column,.detail-side-column{display:grid;gap:10px}.detail-section{border:1px solid var(--border-soft);border-radius:12px;background:var(--bg-surface);padding:12px;display:grid;gap:8px}.detail-section-title{margin:0;color:var(--text-primary);font-size:16px;line-height:22px;font-weight:700}.detail-template-link-section{gap:10px}.detail-template-link-card{border:1px solid var(--border-strong);border-radius:14px;background:radial-gradient(circle at 12% 18%,rgba(34,227,166,.18),transparent 48%),linear-gradient(135deg,var(--bg-surface),var(--bg-surface-muted));display:flex;align-items:center;gap:10px;padding:12px;text-decoration:none;color:inherit;transition:border-color .13s ease,transform .13s ease,box-shadow .13s ease}.detail-template-link-card:hover{border-color:var(--accent-strong);transform:translateY(-1px);box-shadow:0 10px 24px #22e3a62e}.detail-template-link-card:focus-visible{outline:none;box-shadow:0 0 0 3px #22e3a633}.detail-template-link-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;font-size:16px;border:1px solid var(--border-soft);background:var(--bg-surface)}.detail-template-link-content{min-width:0;display:grid;gap:2px;flex:1}.detail-template-link-title{color:var(--text-primary);font-size:14px;line-height:20px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.detail-template-link-subtitle{color:var(--accent-strong);font-size:12px;line-height:17px;font-weight:600}.detail-template-link-arrow{color:var(--accent-strong);font-size:18px;line-height:1}.detail-requirements{margin:0;padding-left:0;list-style:none;display:grid;gap:6px;color:var(--text-secondary);font-size:13px;line-height:18px}.detail-upload-block{display:grid;gap:8px}.detail-upload-success{margin:0;color:#14b8a6;font-size:12px;line-height:16px;font-weight:700}.detail-upload-drop{border:1px dashed var(--border-strong);border-radius:12px;background:var(--bg-surface-muted);min-height:124px;display:grid;place-content:center;text-align:center;gap:4px;cursor:pointer;padding:10px}.detail-file-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.detail-upload-drop-icon{width:34px;height:34px;margin:0 auto;border-radius:999px;display:grid;place-items:center;background:var(--brand-100);color:var(--brand-700);font-size:16px}.detail-upload-drop-title{color:var(--text-primary);font-size:13px;line-height:18px;font-weight:600;max-width:260px}.detail-upload-drop-subtitle{color:var(--text-muted);font-size:11px;line-height:16px}.detail-upload-preview{border:1px solid var(--border-soft);border-radius:10px;overflow:hidden;background:var(--bg-row-muted)}.detail-upload-preview img{display:block;width:100%;max-height:260px;object-fit:contain}.detail-replace-photo-btn{justify-self:start}.detail-upload-actions{display:flex;flex-wrap:wrap;gap:8px}.detail-price-panel{align-content:start}.detail-price-caption{margin:0;color:var(--text-muted);font-size:12px;line-height:16px;font-weight:600}.detail-price-value{margin:0;display:inline-flex;align-items:center;gap:8px;color:var(--text-primary);font-size:38px;line-height:1;font-weight:700;letter-spacing:-.02em}.detail-balance-line{margin:0;color:var(--text-secondary);font-size:12px;line-height:17px}.detail-balance-line.warning{color:#fb7185;font-weight:600}.detail-notice{margin:0;border:1px solid var(--soft-note-border);border-radius:10px;background:var(--soft-note-bg);color:var(--soft-note-text);font-size:12px;line-height:17px;padding:8px 10px}.detail-generate-button{width:100%;min-height:44px;font-size:14px}.detail-copy-link-button{width:100%}.detail-auto-note{border-radius:10px;border:1px solid var(--soft-note-border);background:var(--soft-note-bg);color:var(--soft-note-text);padding:8px 10px;font-size:12px;line-height:17px}.detail-generation{gap:10px}.admin-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.admin-actions{display:flex;flex-wrap:wrap;gap:8px}.admin-auth{max-width:560px}.admin-form{display:grid;gap:10px}.admin-form-wide{margin-top:12px;border-top:1px solid var(--border-soft);padding-top:12px}.admin-form-heading{display:grid;gap:4px}.admin-form-tabs{display:flex;flex-wrap:wrap;gap:8px}.admin-form-tab{font-size:12px}.admin-form-tab-active{border-color:#7c9affd9;background:#7c9aff24;color:var(--text-primary)}.admin-form-stack{display:grid;gap:10px}.admin-form-section{border:1px solid var(--border-soft);border-radius:12px;background:var(--bg-surface-muted);padding:10px;display:grid;gap:10px}.admin-form-section.admin-form-section-hidden{display:none}.admin-form-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;flex-wrap:wrap}.admin-form-section h4{margin:0;color:var(--text-primary);font-size:13px;line-height:18px;font-weight:700}.admin-form-section-note{margin:0;color:var(--text-muted);font-size:12px;line-height:17px}.admin-template-economics{border:1px solid var(--border-soft);border-radius:10px;background:var(--bg-surface);padding:9px;display:grid;gap:6px;align-content:start;min-height:112px}.admin-template-economics h5{margin:0;color:var(--text-primary);font-size:12px;line-height:17px;font-weight:700}.admin-label{display:grid;gap:5px;color:var(--text-secondary);font-size:12px;line-height:17px}.admin-note-slot{min-height:17px}.admin-note-slot-tall{min-height:36px}.admin-template-economics-body{min-height:48px;display:grid;align-content:start;gap:6px;transition:opacity .14s ease}.admin-template-economics-body[data-ready=no]{opacity:.86}.admin-template-economics-body[data-ready=yes]{opacity:1}.admin-filters{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:8px}.admin-analytics-toolbar,.admin-analytics-grid{margin-top:10px;display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px}.admin-analytics-card{border:1px solid var(--border-soft);border-radius:10px;background:var(--bg-surface-muted);padding:10px;display:grid;gap:4px}.admin-analytics-label{color:var(--text-muted);font-size:11px;line-height:16px;text-transform:uppercase;letter-spacing:.04em}.admin-analytics-value{color:var(--text-primary);font-size:22px;line-height:27px;font-weight:700}.admin-analytics-hint{color:var(--text-secondary);font-size:12px;line-height:17px}.admin-analytics-layout{margin-top:8px;display:grid;gap:12px}.admin-editor-layout{display:grid;gap:10px}.admin-template-editor-tabs{display:flex;flex-wrap:wrap;gap:8px}.admin-template-editor-tab{display:inline-flex;align-items:center;gap:6px}.admin-template-editor-tab.is-active{border-color:#84c6ffe6;background:#84c6ff24;color:var(--text-primary)}.admin-template-editor-tab-badge{min-width:18px;height:18px;border-radius:999px;font-size:11px;line-height:18px;text-align:center;font-weight:700;padding:0 4px}.admin-template-editor-tab-badge.is-error{background:#ff707033;color:var(--danger-600)}.admin-template-editor-tab-badge.is-warning{background:#ffd67e3d;color:#b56a00}.admin-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;align-items:start}.admin-grid-span-2{grid-column:span 2}.admin-category-create-block{border:1px dashed var(--border-soft);border-radius:10px;background:var(--bg-surface);padding:9px;display:grid;gap:8px}.admin-category-create-grid{align-items:end}.admin-category-create-actions{display:grid;gap:6px;align-content:end}.admin-checkbox{display:flex;align-items:center;gap:8px;color:var(--text-secondary);min-height:38px;font-size:12px}.admin-checkbox-group{display:flex;flex-wrap:wrap;align-items:center;gap:6px 14px}.admin-checkbox-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 12px}.admin-textarea{min-height:96px}.admin-input-preview-image{width:100%;max-width:260px;max-height:160px;border-radius:10px;border:1px solid var(--border-soft);object-fit:contain;background:#070c188c}.admin-input-preview-video{width:100%;max-width:260px;max-height:160px;border-radius:10px;border:1px solid var(--border-soft);background:#070c188c}.admin-input-preview-slot{min-height:164px;border:1px dashed var(--border-soft);border-radius:10px;background:var(--bg-surface-muted);padding:6px;display:grid;place-items:center}.admin-image-input-card .admin-input-preview-slot{min-height:132px}.admin-input-preview-slot .admin-input-preview-image,.admin-input-preview-slot .admin-input-preview-video{width:100%;max-width:none;max-height:150px;object-fit:contain}.admin-cover-list{display:grid;gap:8px}.admin-cover-list-item{display:grid;grid-template-columns:56px minmax(0,1fr) auto auto;align-items:center;gap:8px;border:1px solid var(--border-soft);border-radius:10px;background:#070c186b;padding:8px}.admin-cover-list-thumb{width:56px;height:42px;border-radius:8px;border:1px solid var(--border-soft);background:#070c1899;object-fit:cover}.admin-cover-list-thumb-empty{display:block}.admin-cover-list-url{min-width:0;color:var(--text-secondary);font-size:12px;line-height:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-preview-placeholder{text-align:center}.admin-content-fade{animation:adminContentFade .18s ease}@keyframes adminContentFade{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:translateY(0)}}.admin-image-input-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.admin-image-input-card{border:1px solid var(--border-soft);border-radius:10px;background:var(--bg-surface);padding:9px;display:grid;gap:8px}.admin-image-input-card-disabled{opacity:.72;border-style:dashed}.admin-image-input-card h5{margin:0;color:var(--text-primary);font-size:12px;line-height:17px;font-weight:700}.admin-image-input-card .admin-input-preview-image{max-width:none}.admin-workflow-toolbar{display:flex;flex-wrap:wrap;gap:8px}.admin-workflow-controls{display:grid;gap:8px}.admin-workflow-controls-row{display:flex;flex-wrap:wrap;gap:8px;align-items:stretch}.admin-workflow-control-group{flex:1 1 320px;min-width:240px;border:1px solid var(--border-soft);border-radius:10px;background:var(--bg-surface-muted);padding:8px;display:grid;gap:6px}.admin-workflow-control-group-preset{flex:1.3 1 420px}.admin-workflow-control-group-compact{flex:0 1 280px}.admin-workflow-control-label{margin:0;color:var(--text-muted);font-size:10px;line-height:14px;letter-spacing:.06em;text-transform:uppercase;font-weight:700}.admin-workflow-control-actions{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.admin-workflow-control-help{margin:0;color:var(--text-secondary);font-size:12px;line-height:17px}.admin-workflow-preset-picker{display:grid;gap:4px;min-width:220px}.admin-workflow-preset-picker-label{color:var(--text-muted);font-size:10px;line-height:14px}.admin-workflow-stats{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.admin-workflow-stat-chip{border:1px solid var(--border-soft);border-radius:999px;background:var(--bg-surface-muted);color:var(--text-secondary);font-size:11px;line-height:15px;padding:3px 10px}.admin-workflow-stat-chip.is-error{border-color:#ff848485;color:#ffc4c4f5;background:#ff707024}.admin-workflow-stat-chip.is-warning{border-color:#ffd67e75;color:#ffe59efa;background:#ffd67e24}.admin-workflow-hints{margin-top:8px;border:1px solid var(--border-soft);border-radius:10px;background:var(--bg-surface-muted);padding:8px 10px;display:grid;gap:4px}.admin-workflow-hints .note{margin:0}.admin-workflow-layout{display:grid;grid-template-columns:1fr;gap:10px;align-items:start}.admin-workflow-canvas{position:relative;min-height:520px;border-radius:12px;border:1px solid var(--border-soft);background:radial-gradient(circle at 10% 10%,rgba(117,190,255,.08),transparent 40%),linear-gradient(to right,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.035) 1px,transparent 1px),var(--bg-surface);background-size:auto,20px 20px,20px 20px,auto;overflow:hidden}.admin-workflow-scene{position:absolute;left:0;top:0;transform-origin:top left}.admin-workflow-edges{position:absolute;inset:0;width:100%;height:100%;pointer-events:auto}.admin-workflow-edge-path{fill:none;stroke:#9bbdffc2;stroke-width:2;pointer-events:stroke;cursor:pointer;transition:stroke .12s ease,stroke-width .12s ease}.admin-workflow-edge-path.is-preview{stroke-dasharray:6 4;opacity:.9;pointer-events:none;cursor:default}.admin-workflow-edge-path.is-selected{stroke:#ffe485fa;stroke-width:3}.admin-workflow-edge-path.is-invalid{stroke:#ff8484f2}.admin-workflow-edge-arrow{fill:#9bbdffe6}.admin-workflow-node{position:absolute;width:236px;min-height:110px;display:grid;gap:4px;border:1px solid var(--border-soft);border-radius:10px;background:#1a2233f2;color:var(--text-primary);padding:9px;text-align:left;cursor:grab;-webkit-user-select:none;user-select:none;box-shadow:0 6px 18px #0003;overflow:visible;z-index:2}.admin-workflow-node.is-selected{border-color:#84c6fff2;box-shadow:0 0 0 1px #84c6ff8c,0 10px 24px #00000047;z-index:4}.admin-workflow-node[data-invalid=yes]{border-color:#ff8484f2;box-shadow:0 0 0 1px #ff848473,0 10px 24px #00000047}.admin-workflow-node[data-kind=input_image],.admin-workflow-node[data-kind=input_video],.admin-workflow-node[data-kind=input_text],.admin-workflow-node[data-kind=input_enum]{background:linear-gradient(180deg,#2b5475f2,#1c344af2)}.admin-workflow-node[data-kind=llm_image],.admin-workflow-node[data-kind=llm_video]{background:linear-gradient(180deg,#583f79f2,#3b2b54f2)}.admin-workflow-node[data-kind=output]{background:linear-gradient(180deg,#446143f2,#2c442cf2)}.admin-workflow-node:active{cursor:grabbing}.admin-workflow-node-title{font-size:12px;line-height:16px;font-weight:700}.admin-workflow-node-kind{font-size:11px;line-height:15px;color:#eef5ffdb}.admin-workflow-node-id{font-size:10px;line-height:14px;color:#e7ecffb8}.admin-workflow-node-types{font-size:10px;line-height:14px;color:#d6e5f8d1}.admin-workflow-node-actions{margin-top:2px;display:inline-flex;gap:5px}.admin-workflow-node-inline-editor{margin-top:4px;padding-top:6px;border-top:1px solid rgba(255,255,255,.16);display:grid;gap:5px}.admin-workflow-node-inline-label{display:grid;gap:3px;font-size:10px;line-height:14px;color:#e8efffdb}.admin-workflow-node-inline-input{min-height:28px;padding:5px 8px;font-size:11px;line-height:14px;border-radius:8px}.admin-workflow-node-inline-textarea{min-height:56px}.admin-workflow-node-inline-checkbox{margin-top:0;font-size:10px;line-height:14px;color:#e8efffdb}.admin-workflow-port{position:absolute;top:50%;transform:translateY(-50%);width:16px;height:16px;border-radius:999px;border:2px solid rgba(221,235,255,.95);background:#0c1828f2;box-shadow:0 2px 10px #00000059;cursor:crosshair}.admin-workflow-port-input{left:-8px}.admin-workflow-port-output{right:-8px}.admin-workflow-port-output.is-active{border-color:#84c6fff2;background:#18405ef2}.admin-workflow-port.is-disabled{opacity:.45;cursor:not-allowed}.admin-workflow-link-action{border:1px solid rgba(255,255,255,.18);border-radius:999px;font-size:10px;line-height:14px;padding:2px 7px;color:#f0f6ffe6;background:#080d1747}.admin-workflow-link-action.is-active{border-color:#84c6ffe6;background:#18405e85}.admin-workflow-link-action.is-disabled{opacity:.45;cursor:not-allowed}.admin-workflow-side{border:1px solid var(--border-soft);border-radius:12px;background:var(--bg-surface-muted);padding:10px;display:grid;gap:10px}.admin-workflow-side-section{border:1px solid var(--border-soft);border-radius:10px;background:var(--bg-surface);padding:8px;display:grid;gap:8px}.admin-workflow-side-section h5{margin:0;color:var(--text-primary);font-size:12px;line-height:17px;font-weight:700}.admin-workflow-edges-list{list-style:none;margin:0;padding:0;display:grid;gap:6px}.admin-workflow-edges-list li{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.admin-workflow-edges-list li span{font-size:12px;color:var(--text-secondary)}.admin-workflow-edge-item-main{display:grid;gap:6px;min-width:0}.admin-workflow-edge-field{display:grid;gap:4px;font-size:10px;line-height:14px;color:var(--text-muted)}.admin-workflow-edge-field .search{min-width:180px}.admin-workflow-edges-list li[data-invalid=yes]{border:1px solid rgba(255,132,132,.4);border-radius:8px;background:#ff707014;padding:4px 6px}.admin-workflow-edges-list li[data-selected=yes]{border:1px solid rgba(255,228,133,.48);border-radius:8px;background:#ffe4851c;padding:4px 6px}.admin-workflow-node-form{display:grid;gap:8px}.admin-workflow-node-actions-row{display:flex;flex-wrap:wrap;gap:8px}.admin-workflow-preset-select{min-width:180px}.admin-workflow-minimap{position:absolute;right:10px;bottom:10px;border:1px solid var(--border-soft);border-radius:10px;background:#080c16db;padding:6px;display:grid;gap:6px;pointer-events:none}.admin-workflow-minimap-label{color:var(--text-muted);font-size:10px;line-height:14px;text-transform:uppercase;letter-spacing:.05em}.admin-workflow-minimap-scene{position:relative;border:1px solid rgba(255,255,255,.15);border-radius:6px;background:#141e2eb8;overflow:hidden}.admin-workflow-minimap-node{position:absolute;border-radius:2px;border:1px solid rgba(255,255,255,.2);background:#78b0ff59}.admin-workflow-minimap-node[data-kind=input_image],.admin-workflow-minimap-node[data-kind=input_video],.admin-workflow-minimap-node[data-kind=input_text],.admin-workflow-minimap-node[data-kind=input_enum]{background:#78c6ff61}.admin-workflow-minimap-node[data-kind=llm_image],.admin-workflow-minimap-node[data-kind=llm_video]{background:#c792ff61}.admin-workflow-minimap-node[data-kind=output]{background:#93de9e61}.admin-workflow-minimap-viewport{position:absolute;border:1px solid rgba(255,255,255,.92);background:#ffffff1f;border-radius:3px}.admin-workflow-validation{border-radius:10px;padding:8px 10px;display:grid;gap:6px}.admin-workflow-validation ul{margin:0;padding-left:16px;display:grid;gap:4px}.admin-workflow-validation li{color:var(--text-secondary);font-size:12px;line-height:16px}.admin-workflow-validation-error{border:1px solid rgba(255,132,132,.45);background:#ff707014}.admin-workflow-validation-warning{border:1px solid rgba(255,214,126,.35);background:#ffd67e1a}.admin-template-preview{border:1px solid var(--border-soft);border-radius:12px;background:var(--bg-surface-muted);padding:10px;display:grid;gap:8px;align-content:start;align-items:start;grid-auto-rows:max-content}.admin-template-preview h4{margin:0;color:var(--text-muted);font-size:11px;line-height:16px;text-transform:uppercase;letter-spacing:.06em}.admin-template-preview .admin-preview-grid{margin-top:0;width:100%;grid-template-columns:1fr;gap:0}.admin-template-preview .badge{justify-self:start;align-self:start}.admin-news-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,1fr);gap:10px;align-items:start}.admin-news-toolbar{display:flex;flex-wrap:wrap;gap:4px}.admin-news-textarea{min-height:180px}.admin-news-media-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.admin-news-media-card{border:1px solid var(--border-soft);border-radius:10px;background:var(--bg-surface);padding:8px;display:grid;gap:8px;min-width:0}.admin-news-media-preview{height:clamp(180px,28vw,260px);border:1px solid var(--border-soft);border-radius:10px;background:#070c188c;overflow:hidden}.admin-news-media-preview img,.admin-news-media-preview video{width:100%;height:100%;display:block;object-fit:contain;background:#070c188c}.admin-news-media-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.admin-news-preview-bubble{border:1px solid var(--border-soft);border-radius:12px;background:var(--bg-surface);padding:10px;display:grid;gap:8px}.admin-news-preview-media-single{max-height:280px;border:1px solid var(--border-soft);border-radius:10px;background:#070c188c;overflow:hidden}.admin-news-preview-media-single img,.admin-news-preview-media-single video{width:100%;max-height:280px;display:block;object-fit:contain;background:#070c188c}.admin-news-preview-media-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.admin-news-preview-media-grid img,.admin-news-preview-video-placeholder{width:100%;height:120px;border-radius:8px;border:1px solid var(--border-soft)}.admin-news-preview-media-grid img{display:block;object-fit:cover;background:#070c188c}.admin-news-preview-video-placeholder{display:grid;place-items:center;color:var(--text-muted);font-size:11px;letter-spacing:.06em;background:#070c188c}.admin-news-preview-text{overflow-wrap:anywhere}.admin-news-preview-buttons{display:grid;gap:6px}.admin-client-preview-shell.page.studio-main.is-telegram{width:100%;max-width:460px;padding:0;margin:0;gap:0}.admin-client-preview-shell .templates-grid{margin-top:0}.admin-cover-editor-block{border:1px dashed var(--border-soft);border-radius:10px;background:var(--bg-surface);padding:9px;display:grid;gap:8px}.admin-cover-editor-block h5{margin:0;color:var(--text-primary);font-size:12px;line-height:17px;font-weight:700}.admin-cover-editor{display:grid;gap:8px}.admin-cover-editor-toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:end}.admin-cover-editor-color{min-width:120px}.admin-cover-editor-grid-step{min-width:132px}.admin-cover-editor-hidden-input{display:none}.admin-cover-editor-layout{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(220px,1fr);gap:8px;align-items:start}.admin-cover-editor-stage{position:relative;width:100%;aspect-ratio:1 / 1;border:1px solid var(--border-soft);border-radius:10px;overflow:hidden;background:#03081459}.admin-cover-editor-stage-background{position:absolute;inset:0}.admin-cover-editor-stage-grid{position:absolute;inset:0;pointer-events:none;background-image:linear-gradient(to right,rgba(148,163,184,.35) 1px,transparent 1px),linear-gradient(to bottom,rgba(148,163,184,.35) 1px,transparent 1px)}.admin-cover-editor-stage-axis{position:absolute;pointer-events:none;background:#5eead485}.admin-cover-editor-stage-axis-x{top:50%;left:0;right:0;height:1px;transform:translateY(-.5px)}.admin-cover-editor-stage-axis-y{left:50%;top:0;bottom:0;width:1px;transform:translate(-.5px)}.admin-cover-layer{position:absolute;transform:translate(-50%,-50%);-webkit-user-select:none;user-select:none;touch-action:none;cursor:grab;border-radius:8px}.admin-cover-layer.is-selected{outline:2px solid rgba(124,154,255,.92);outline-offset:2px}.admin-cover-layer:active{cursor:grabbing}.admin-cover-layer-image img{width:100%;height:auto;display:block;pointer-events:none;border-radius:8px}.admin-cover-layer-text{white-space:pre-wrap;text-align:center;line-height:1.2;padding:2px 6px;max-width:94%}.admin-cover-editor-side{border:1px solid var(--border-soft);border-radius:10px;background:var(--bg-surface-muted);padding:8px;display:grid;gap:8px;align-content:start}.admin-cover-editor-side-head{display:flex;justify-content:space-between;align-items:center;gap:8px}.admin-cover-editor-side-head h5{margin:0;color:var(--text-primary);font-size:12px;line-height:17px}.admin-cover-editor-layer-list{display:grid;gap:6px}.admin-cover-layer-row{justify-content:flex-start}.admin-cover-layer-row.is-selected{border-color:#7c9affd9;background:#7c9aff1a}.admin-cover-editor-selected{display:grid;gap:8px;border-top:1px solid var(--border-soft);padding-top:8px}.admin-cover-editor-selected-actions{display:flex;flex-wrap:wrap;gap:6px}.admin-cover-editor-control-row{display:grid;grid-template-columns:minmax(0,1fr) 88px;gap:8px;align-items:center}.admin-cover-editor-number-input{text-align:right}.admin-cover-editor-footer{display:flex;flex-wrap:wrap;gap:8px}.admin-cover-editor-textarea{min-height:64px}.admin-badge-enabled{border-color:#bbf7d0;color:var(--success-600);background:var(--success-50)}.admin-badge-disabled{border-color:#fecaca;color:var(--danger-600);background:var(--danger-50)}.admin-table-wrap{margin-top:8px;border:1px solid var(--border-soft);border-radius:10px;overflow:auto;background:var(--bg-surface)}.admin-table{width:100%;min-width:760px;border-collapse:collapse}.admin-table th,.admin-table td{padding:9px 10px;border-bottom:1px solid var(--border-soft);text-align:left;font-size:12px;line-height:17px}.admin-table th{position:sticky;top:0;z-index:1;background:var(--table-header-bg);color:var(--text-muted);font-size:10px;text-transform:uppercase;letter-spacing:.05em}.admin-table tbody tr:hover{background:var(--table-row-hover-bg)}.admin-selected-row{background:var(--table-selected-bg)}.admin-clickable-row{cursor:pointer}.admin-template-table-preview{width:100%;height:100%;object-fit:contain;display:block}.admin-template-table-preview-wrap{width:72px;height:72px;border-radius:8px;overflow:hidden;border:1px solid var(--border-soft);background:var(--bg-surface-muted);display:grid;place-items:center}.admin-pager{margin-top:8px;display:flex;align-items:center;gap:8px}.admin-generation-row-id{min-width:78px}.admin-inline-link{border:0;background:transparent;color:var(--accent);cursor:pointer;padding:0;text-decoration:underline;text-underline-offset:2px;font:inherit}.admin-inline-link:hover{color:var(--accent-hover)}.admin-generation-details{margin-top:10px;border:1px solid var(--border-soft);border-radius:12px;background:var(--bg-surface-muted);padding:10px;display:grid;gap:10px}.admin-generation-details-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.admin-generation-details-head h4{margin:0;color:var(--text-primary);font-size:14px;line-height:19px}.admin-generation-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.admin-generation-detail-card{border:1px solid var(--border-soft);border-radius:10px;background:var(--bg-surface);padding:9px;display:grid;gap:5px}.admin-generation-detail-card h5{margin:0;color:var(--text-primary);font-size:12px;line-height:17px;font-weight:700}.admin-generation-detail-card .note{margin:0}.admin-json-block{margin:0;padding:8px;border-radius:8px;border:1px solid var(--border-soft);background:var(--bg-page);color:var(--text-secondary);font-size:11px;line-height:1.45;overflow:auto;max-height:300px}.admin-generation-files-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px}.admin-generation-file-card{border:1px solid var(--border-soft);border-radius:10px;background:var(--bg-surface);padding:7px;display:grid;gap:6px;text-decoration:none;color:var(--text-secondary)}.admin-generation-file-card img{width:100%;aspect-ratio:1 / 1;border-radius:8px;object-fit:cover;border:1px solid var(--border-soft);background:#070c188c}.admin-generation-file-card span{font-size:12px;line-height:17px}@keyframes shimmer{0%{background-position-x:200%}to{background-position-x:-20%}}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes statusPulse{0%{box-shadow:0 0 0 0 currentColor}to{box-shadow:0 0 0 8px #0000}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}}@media(min-width:900px){.page{padding-top:14px;gap:16px}.detail-content-grid{grid-template-columns:minmax(0,1.75fr) minmax(250px,.85fr);align-items:start}.detail-side-column{position:sticky;top:62px}.admin-editor-layout{grid-template-columns:1fr;align-items:stretch}}@media(max-width:760px){.app-topbar-inner{width:calc(100% - 16px)}.app-subnav-inner{width:calc(100% - 16px);gap:6px}.app-topbar-right{gap:6px}.topbar-user{width:24px;height:24px;font-size:11px}.page{padding:12px 8px 18px;gap:12px}.hero{padding:22px 14px;min-height:164px}.hero-title{margin-top:12px;font-size:28px}.hero-text{margin-top:10px;font-size:13px;line-height:20px}.metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.metric{padding:10px}.metric-value{font-size:24px}.home-templates>.home-section-head h2,.home-generations>h2{font-size:30px}.home-section-head{flex-direction:column;align-items:stretch}.surprise-button{width:fit-content}.templates-grid{grid-template-columns:1fr}.cover{aspect-ratio:4 / 5;min-height:240px}.item-title{font-size:20px}.detail-hero{width:100%;aspect-ratio:4 / 5}.detail-hero-meta{left:8px;right:8px;top:8px}.detail-hero-meta-left{max-width:75%}.detail-breadcrumb{width:100%}.detail-hero-overlay h2{font-size:26px}.admin-grid-two{grid-template-columns:1fr}.admin-grid-span-2{grid-column:auto}.admin-news-layout{grid-template-columns:1fr}.admin-news-media-preview{height:200px}.admin-image-input-grid,.admin-workflow-layout{grid-template-columns:1fr}.admin-workflow-controls-row{flex-direction:column}.admin-workflow-control-group,.admin-workflow-control-group-preset,.admin-workflow-control-group-compact{min-width:0;width:100%;flex:1 1 auto}.admin-workflow-preset-picker{min-width:0;width:100%}.admin-workflow-control-actions .btn{min-width:0}.admin-workflow-canvas{min-height:360px}.admin-workflow-minimap{display:none}.admin-input-preview-slot{min-height:128px}.admin-image-input-card .admin-input-preview-slot{min-height:112px}.admin-cover-list-item{grid-template-columns:48px minmax(0,1fr)}.admin-cover-list-item .btn{grid-column:span 2;width:100%}.admin-cover-list-thumb{width:48px;height:40px}.admin-cover-editor-layout{grid-template-columns:1fr}.admin-cover-editor-side{order:2}.admin-cover-editor-stage{order:1}.admin-checkbox-group{flex-direction:column;align-items:flex-start;gap:6px}.admin-generation-details-head{align-items:flex-start;flex-direction:column}.admin-generation-details-grid{grid-template-columns:1fr}.admin-top{align-items:flex-start;flex-direction:column}.generation-card-actions{flex-direction:column}}:root{--bg-primary: #0b0f14;--bg-secondary: #11161d;--bg-surface: #171d24;--bg-surface-muted: #20262f;--text-primary: #f5f7fb;--text-secondary: #9db0c9;--text-muted: #7f96b4;--border: rgba(255, 255, 255, .06);--border-soft: rgba(255, 255, 255, .06);--border-strong: rgba(255, 255, 255, .12);--primary: #2ed3b7;--primary-hover: #22bfa6;--accent: #7c5cff;--accent-hover: #6d4fff;--accent-strong: #7c5cff;--accent-soft: #9b8cff;--token-blue: #57b8ff;--color-success: #22c55e;--color-error: #ef4444;--gradient-primary: linear-gradient(135deg, #22bfa6, #2ed3b7);--gradient-generate: linear-gradient(135deg, #22bfa6, #2ed3b7);--gradient-generate-hover: linear-gradient(135deg, #18a891, #28c9ae);--focus-ring: 0 0 0 3px rgba(46, 211, 183, .35);--shadow-sm: 0 10px 28px rgba(5, 9, 20, .4);--shadow-md: 0 22px 48px rgba(8, 12, 27, .55)}body{background:#0b0f14;background-repeat:no-repeat;font-family:Manrope,Space Grotesk,Avenir Next,Segoe UI,sans-serif}.studio-header{position:sticky;top:0;z-index:50;background:linear-gradient(180deg,#0b0f14f5,#0b0f14e0 58%,#0b0f14bd);border-bottom:1px solid rgba(126,147,188,.14);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);transition:transform .22s ease,opacity .18s ease,border-color .18s ease}.studio-header.is-telegram{background:linear-gradient(180deg,#0b0f14fa,#0b0f14eb 72%,#0b0f1400);border-bottom:0}html.templates-feed-mode .studio-header.is-telegram,body.templates-feed-mode .studio-header.is-telegram{position:fixed;top:0;left:0;right:0;background:#0b0f14f5;border-bottom:1px solid rgba(126,147,188,.2);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.studio-header-inner{width:min(1280px,calc(100% - 32px));margin:0 auto;min-height:74px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px}.studio-header-inner.studio-header-inner-no-nav{grid-template-columns:1fr auto}.studio-brand{justify-self:start;display:inline-flex;align-items:center;gap:10px;color:var(--text-primary);text-decoration:none;font-size:18px;font-weight:700;letter-spacing:.01em}.studio-brand-icon{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:linear-gradient(145deg,#7c5cff59,#22d3ee47);border:1px solid rgba(124,92,255,.45);box-shadow:0 10px 26px #7c5cff38;overflow:hidden}.studio-brand-logo{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit}.studio-nav{justify-self:center;display:inline-flex;gap:8px;padding:4px;border:1px solid var(--border-soft);border-radius:999px;background:#1a2233cc}.studio-nav-link{border-radius:999px;border:1px solid transparent;text-decoration:none;color:var(--text-secondary);font-weight:700;font-size:14px;line-height:20px;white-space:nowrap;padding:8px 16px;transition:color .15s ease,background-color .15s ease,border-color .15s ease}.studio-nav-link:hover{color:#dbe4ff}.studio-nav-link.active{color:#f6f8ff;border-color:#7c5cff61;background:linear-gradient(135deg,#7c5cff3d,#22d3ee29)}.studio-bottom-nav{position:fixed;left:50%;transform:translate(-50%);bottom:10px;z-index:70;width:min(460px,calc(100% - 24px));display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:4px;padding:7px 8px calc(7px + env(safe-area-inset-bottom));border:1px solid rgba(126,147,188,.2);border-radius:22px;background:linear-gradient(180deg,#111825cc,#070c14f5);box-shadow:0 18px 42px #0000006b,0 0 0 1px #ffffff05 inset;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.studio-bottom-nav-link{min-height:44px;border-radius:11px;border:1px solid transparent;background:transparent;color:#aeb9d3;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:4px 4px 5px;transition:color .17s ease,background-color .17s ease,border-color .17s ease,transform .17s ease,box-shadow .17s ease}.studio-bottom-nav-link:hover{color:#dfe8ff;background:#465a8033}.studio-bottom-nav-link.active{color:#f6f8ff;border-color:#7c5cff5c;background:radial-gradient(circle at 50% -30%,rgba(124,92,255,.34),transparent 62%),linear-gradient(165deg,#273456f0,#182138f5);box-shadow:0 4px 10px #1f2c4f2b,0 0 0 1px #aa96ff14 inset}.studio-bottom-nav-link:nth-child(3){border-color:#3ae2d07a;background:linear-gradient(135deg,#17cdb5,#159fba);color:#f5fbff;transform:translateY(-13px);min-height:58px;border-radius:999px;box-shadow:0 3px 6px #159fba38,0 0 0 8px #19f0c60d}.studio-bottom-nav-link:nth-child(3).active{border-color:#3ae2d09e;background:linear-gradient(135deg,#17cdb5,#159fba);box-shadow:0 12px 22px #159fba42,0 0 0 8px #19f0c60f}.studio-bottom-nav-link.active .studio-bottom-nav-icon{transform:translateY(-1px)}.studio-bottom-nav-icon{width:16px;height:16px;font-size:16px;line-height:1}.studio-bottom-nav-icon-create{width:25px;height:25px;font-size:25px;stroke-width:1.4}.studio-bottom-nav-text{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:9.5px;line-height:1.1;font-weight:700;letter-spacing:.01em;text-align:center}.studio-user-zone{justify-self:end;display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.studio-user-zone>*{flex:0 0 auto}.studio-lang-switch{display:inline-flex;align-items:center;gap:4px;padding:3px;border-radius:12px;border:1px solid rgba(148,163,184,.24);background:#0c1321b8;box-shadow:inset 0 0 0 1px #ffffff05}.studio-lang-switch .btn{min-height:30px;border-radius:9px;padding:5px 10px;font-size:12px;line-height:1;border-color:transparent;background:transparent;color:#a8b4ce}.studio-lang-switch .btn:hover:not(:disabled){color:#dfe7ff;background:#5f74a03d}.studio-lang-switch .btn.active{color:#f5f8ff;border-color:#7c5cff7a;background:linear-gradient(145deg,#5e4cb67a,#2a3a6c85);box-shadow:0 6px 14px #20144a52}.studio-credits{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;border-radius:999px;border:1px solid color-mix(in srgb,var(--token-blue) 42%,transparent);background:color-mix(in srgb,var(--token-blue) 16%,transparent);color:#e6f4ff;font-size:13px;font-weight:700;white-space:nowrap}.studio-credits-action{cursor:pointer}.studio-credits-action:hover:not(:disabled){border-color:#7c5cff7a;background:#7c5cff33}.studio-credits-action:focus-visible{outline:none;box-shadow:var(--focus-ring)}.studio-credits-action:disabled{opacity:.7;cursor:default}.studio-topup-open-btn{min-height:36px;padding:8px 10px;font-size:12px;border-radius:999px;border-color:#4ddfff59;background:linear-gradient(135deg,#2662a35c,#2099b738);color:#e8f9ff;white-space:nowrap;box-shadow:0 6px 16px #030e2252}.studio-topup-open-btn:hover:not(:disabled){border-color:#65e6ff94;transform:translateY(-1px)}.studio-ref-button-label-compact{display:none}.studio-avatar{width:36px;height:36px;border-radius:999px;border:1px solid var(--border-strong);background:linear-gradient(135deg,#7c5cff59,#22d3ee40);color:#f4f7ff;display:grid;place-items:center;font-size:14px;font-weight:700;object-fit:cover}.studio-global-quick-actions{position:fixed;top:calc(10px + env(safe-area-inset-top));right:12px;z-index:90;display:inline-flex;align-items:center;gap:8px}.studio-global-balance-btn{min-height:36px;padding:8px 12px;border-color:#7c5cff73;background:linear-gradient(145deg,#382b7eb3,#2c3b6c94);box-shadow:0 10px 18px #080e1e70}.studio-global-menu-trigger{width:40px;height:40px;border-radius:999px;border:1px solid rgba(124,92,255,.52);background:linear-gradient(145deg,#3f4e88f5,#23305df5);color:#eff4ff;display:grid;place-items:center;box-shadow:0 12px 24px #040a1880}.studio-global-menu-trigger-icon{display:block;font-size:19px;line-height:1;transform:translateY(-1px)}.studio-global-menu-trigger:focus-visible{outline:none;box-shadow:var(--focus-ring),0 16px 28px #040a188f}.studio-global-menu-backdrop{position:fixed;inset:0;z-index:110;background:#020712bd;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:flex;justify-content:center;align-items:flex-end;padding:16px 14px calc(14px + env(safe-area-inset-bottom))}.studio-global-menu-panel{width:min(460px,100%);border-radius:16px;border:1px solid rgba(255,255,255,.12);background:linear-gradient(170deg,#12192afa,#0e1423fa);box-shadow:0 24px 48px #0308149e;padding:14px;display:grid;gap:12px}.studio-global-menu-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.studio-global-menu-header h2{margin:0;font-size:20px;line-height:1.2;color:#eff4ff}.studio-global-menu-close{min-height:32px;padding:6px 10px}.studio-global-menu-block{border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#151f35b3;padding:10px;display:grid;gap:8px}.studio-global-menu-caption{margin:0;color:#9fb1d8;font-size:12px;line-height:16px;font-weight:600}.studio-global-menu-balance{margin:0;color:#f0f6ff;font-size:16px;line-height:1.2;font-weight:700}.studio-global-menu-lang-switch{justify-self:start;align-self:start;padding:4px;gap:6px;border-radius:14px;border-color:#8ca0c64d;background:#081123b8}.studio-global-menu-lang-switch .btn{min-width:74px;min-height:36px;padding:6px 14px;border-radius:11px;font-size:13px;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center}.studio-global-menu-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.page.studio-main{width:min(1280px,calc(100% - 32px));padding:28px 0 12px;gap:18px}.page.studio-main.is-telegram{padding-bottom:12px}.page.studio-main.studio-main-with-bottom-nav{padding-bottom:calc(120px + env(safe-area-inset-bottom))}.page.studio-main.studio-main-template-detail{width:min(1080px,calc(100% - 40px));padding-top:14px;gap:10px}.studio-main-template-detail .template-detail-panel.template-detail-panel-edit{border:1px solid rgba(255,255,255,.08);background:#121a2b;border-radius:18px;box-shadow:0 18px 42px #050b1873}.studio-template-hero{margin-top:8px;border:1px solid rgba(255,255,255,.08);border-radius:16px;background:radial-gradient(circle at 84% 10%,rgba(124,92,255,.14),transparent 42%),linear-gradient(160deg,#182235,#141f31);padding:14px;display:grid;grid-template-columns:minmax(0,1fr) minmax(220px,280px) auto;gap:12px;align-items:center}.studio-template-hero-main{display:grid;gap:10px;min-width:0}.studio-template-hero-badges{display:flex;flex-wrap:wrap;gap:8px}.studio-template-pill{border:1px solid rgba(255,255,255,.12);background:#ffffff0f;color:#cdd7ef;border-radius:999px;padding:4px 10px;font-size:12px;line-height:16px;font-weight:600}.studio-template-pill-photo{border-color:#22d3ee61;color:#7fe9fb}.studio-template-pill-muted{color:#94a3b8}.studio-template-pill-link{cursor:pointer;font-family:inherit}.studio-template-pill-link:hover{border-color:#7c5cff66;color:#d8ccff;background:#7c5cff29}.studio-template-pill-link:focus-visible{outline:none;box-shadow:0 0 0 3px #7c5cff38}.studio-template-hero-title{margin:0;color:#f8fafc;font-size:clamp(24px,2.6vw,30px);line-height:1.12;letter-spacing:-.02em}.studio-template-hero-description{margin:0;max-width:680px;color:#a7b5cf;font-size:13px;line-height:1.42}.studio-template-hero-thumb{width:min(100%,360px);max-width:min(100%,360px);justify-self:end;border:0;border-radius:0;overflow:hidden;background:transparent;padding:0;display:block;position:relative}.studio-template-hero-cover-slider{width:100%;max-width:100%;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#0f1728}.studio-template-hero-cover-slider::-webkit-scrollbar{display:none}.studio-template-hero-cover-slide{flex:0 0 100%;min-width:0;max-height:260px;scroll-snap-align:start;display:grid;place-items:center;background:#0f1728}.studio-template-hero-cover-slide img,.studio-template-hero-cover-slide video{width:100%;height:100%;display:block;object-fit:contain;object-position:center;max-height:260px}.studio-template-hero-cover-dots{position:absolute;left:50%;bottom:10px;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:999px;padding:4px 6px;background:#080d1a80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.studio-template-hero-cover-dot{width:6px;height:6px;border-radius:999px;background:#e0e8ff8a;transition:width .16s ease,background-color .16s ease}.studio-template-hero-cover-dot.is-active{width:16px;background:#f8fafc}.studio-template-hero-price{border:1px solid rgba(124,92,255,.4);border-radius:12px;background:#7c5cff24;padding:9px 11px;display:grid;gap:4px;justify-items:end;min-width:158px}.studio-template-hero-price-label{color:#a0aec7;font-size:11px;line-height:16px;text-transform:uppercase;letter-spacing:.04em}.studio-template-hero-price strong{color:#f8fafc;font-size:16px;line-height:1.2}.studio-template-layout{margin-top:14px;display:grid;grid-template-columns:minmax(0,1.24fr) minmax(332px,.92fr);gap:24px;align-items:start}.studio-panel{border:1px solid rgba(255,255,255,.08);border-radius:16px;background:#182235;box-shadow:0 12px 28px #050b1847;padding:20px 22px}.studio-inputs-panel,.studio-input-block{scroll-margin-top:88px}.studio-section-header{display:grid;gap:8px;margin-bottom:6px}.studio-section-header h3{margin:0;color:#f8fafc;font-size:20px;line-height:1.25}.studio-section-header p{margin:0;color:#94a3b8;font-size:13px;line-height:1.45}.studio-section-hint{margin:0 0 8px;color:#8292ad;font-size:12px;line-height:1.4}.studio-inputs-list{display:grid;gap:0}.studio-input-block,.studio-field-block{display:grid;gap:10px;padding:16px 0;border-top:1px solid rgba(255,255,255,.08)}.studio-inputs-list>:first-child{border-top:0;padding-top:2px}.studio-input-block-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.studio-input-block-head h4{margin:0;color:#f8fafc;font-size:15px;line-height:1.35}.studio-input-requirement{border-radius:999px;font-size:11px;line-height:15px;font-weight:600;padding:3px 8px;border:1px solid rgba(255,255,255,.14);color:#b7c4dc;background:#ffffff0d}.studio-input-requirement.required{border-color:#7c5cff6b;color:#d8ccff;background:#7c5cff29}.studio-input-helper{margin:0;color:#94a3b8;font-size:13px;line-height:1.45}.studio-upload-dropzone{border:1px dashed rgba(255,255,255,.16);border-radius:12px;background:#161f32;min-height:124px;display:grid;place-content:center;text-align:center;gap:6px;cursor:pointer;padding:12px;transition:border-color .15s ease,background-color .15s ease,transform .15s ease,box-shadow .15s ease}.studio-upload-dropzone:hover{border-color:#7c5cff6b;background:#1a2640;transform:translateY(-1px);box-shadow:0 8px 16px #0a122452}.studio-upload-dropzone:focus-visible{outline:none;box-shadow:0 0 0 3px #7c5cff3d}.studio-upload-dropzone-icon{width:34px;height:34px;margin:0 auto;border-radius:999px;display:grid;place-items:center;background:#7c5cff33;color:#e5ddff;font-size:16px}.studio-upload-dropzone-title{color:#f1f5f9;font-size:14px;line-height:19px;font-weight:600}.studio-upload-dropzone-subtitle{color:#8292ad;font-size:12px;line-height:17px}.studio-image-stage{display:flex;flex-wrap:wrap;align-items:flex-start;gap:12px}.studio-upload-preview{width:min(246px,100%);border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.12);background:#0f1728}.studio-upload-preview img{display:block;width:100%;max-height:172px;object-fit:contain}.studio-image-meta{min-width:min(220px,100%);display:grid;align-content:start;gap:10px}.studio-upload-status{margin:0;font-size:12px;line-height:16px;font-weight:600}.studio-upload-status.uploaded{color:#22c55e}.studio-upload-status.default{color:#22d3ee}.studio-upload-actions{display:flex;flex-wrap:wrap;gap:8px}.studio-upload-action-btn{min-height:34px}.studio-field-label{margin:0;color:#f1f5f9;font-size:14px;line-height:20px;font-weight:600}.studio-field-helper{margin:0;color:#8fa0bb;font-size:12px;line-height:17px}.studio-field-control{min-height:42px;border-radius:11px;background:#111b2d;border-color:#ffffff1f}.studio-field-textarea{min-height:104px}.studio-summary-column{position:sticky;top:84px;align-self:start}.studio-summary-card{background:#192538;display:grid;padding:24px}.studio-summary-header{display:grid;gap:6px}.studio-summary-title{margin:0;color:#f8fafc;font-size:22px;line-height:1.25}.studio-summary-caption{margin:0;color:#94a3b8;font-size:13px;line-height:1.45}.studio-summary-cost-label{margin:2px 0 0;color:#90a0bc;font-size:12px;line-height:16px;text-transform:uppercase;letter-spacing:.04em}.studio-summary-cost-value{margin:-4px 0 0;color:#f8fafc;font-size:34px;line-height:1.08;font-weight:700;letter-spacing:-.02em}.studio-summary-balance{margin:0;font-size:13px;line-height:19px;font-weight:600}.studio-summary-balance.ok{color:#22c55e}.studio-summary-balance.warning{color:#f97316}.studio-summary-time{margin:0;color:#94a3b8;font-size:13px;line-height:19px}.studio-summary-note{margin:0;border:1px solid rgba(34,211,238,.24);border-radius:10px;background:#22d3ee1a;color:#8be6f6;font-size:12px;line-height:18px;padding:10px 11px}.generation-policy-memo{margin:0;border:1px solid rgba(56,189,248,.34);border-radius:12px;background:#0ea5e924;padding:10px 12px;display:grid;gap:6px}.generation-policy-memo-title{margin:0;color:#d7efff;font-size:12px;line-height:1.4;font-weight:700}.generation-policy-memo-list{margin:0;padding-left:16px;color:#c6e9ff;font-size:12px;line-height:1.45;display:grid;gap:3px}.studio-summary-link-btn{width:100%;min-height:38px}.studio-summary-feedback{display:grid;gap:8px}.studio-summary-feedback .state{border-radius:10px;border:1px solid rgba(249,115,22,.28);background:#f973161a;color:#fdba74;font-size:12px;line-height:17px;padding:8px 10px}.studio-summary-feedback .state.error{border-color:#ef444457;background:#ef44441f;color:#fca5a5}.studio-summary-cta{width:100%;min-height:52px;margin-top:4px;font-size:16px;font-weight:700;border-color:#7c5cff66;background:linear-gradient(135deg,#7c5cff,#22d3ee);color:#08162b;box-shadow:0 12px 28px #7c5cff42;border-radius:12px}.studio-summary-cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 16px 30px #7c5cff52}.studio-summary-cta:disabled{background:#334155;border-color:#94a3b85c;color:#94a3b8;box-shadow:none;opacity:1;cursor:not-allowed}.studio-summary-divider{height:1px;margin:2px 0;background:#ffffff1a}.studio-summary-status{display:grid;gap:10px}.studio-summary-subtitle{margin:0;color:#e2e8f0;font-size:14px;line-height:19px;font-weight:700}.studio-inline-generation-card{gap:10px}.studio-inline-generation-card .item-title{font-size:14px}.studio-inline-generation-card .generation-result-preview{background:#121d2f}.studio-inline-generation-card .generation-card-actions .btn{min-height:36px}.studio-main-template-detail .detail-auto-note{border-color:#7c5cff38;background:#7c5cff1f;color:#c7baff;margin-top:0}@media(min-width:900px){.studio-template-layout{grid-template-columns:minmax(0,1.24fr) minmax(332px,.92fr)}}.studio-catalog-panel,.studio-history-panel{background:transparent;border:0;box-shadow:none;padding:0}.studio-history-panel{display:grid;gap:16px;width:min(460px,100%);margin:0 auto}.studio-catalog-header{display:grid;gap:8px}.studio-catalog-header h1,.studio-history-panel h1{margin:0;font-size:clamp(34px,7vw,46px);line-height:1.08;letter-spacing:0;color:var(--text-primary)}.studio-catalog-header p,.studio-history-subtitle{margin:0;color:var(--text-secondary);font-size:15px;line-height:1.6}.studio-history-subtitle{display:none}.studio-catalog-panel-redesign{display:grid;gap:18px;width:min(460px,100%);margin:0 auto}.studio-catalog-panel-redesign .chips{margin-top:0;flex-wrap:nowrap;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.studio-catalog-panel-redesign .chips::-webkit-scrollbar{display:none}.studio-catalog-panel-redesign .chip{flex:0 0 auto;white-space:nowrap}.page.studio-main.is-telegram .studio-catalog-panel-redesign .chips{flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden}.page.studio-main.studio-main-home-redesign-route{width:min(460px,calc(100% - 24px));padding-top:6px}.studio-home-hero{border-radius:22px;color:#f8fbff;text-decoration:none;position:relative;overflow:hidden;display:flex;align-items:flex-end;padding:24px 20px 26px;background:linear-gradient(90deg,#050a12fa,#050a12d1 42%,#050a1233),linear-gradient(180deg,#050a1200 42%,#050a12f0),var(--studio-home-hero-image, linear-gradient(135deg, #172032, #20262f));background-size:cover;background-position:center top;box-shadow:0 16px 36px #00000052,0 0 0 1px #7e93bc2e inset;isolation:isolate}.studio-home-hero:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,#050a1200,#050a12e0);z-index:-1}.studio-home-hero-copy{display:grid;gap:12px;max-width:58%;position:relative;z-index:2}.studio-home-hero-copy h1{margin:0;font-size:29px;line-height:1.06;font-weight:800;letter-spacing:0}.studio-home-hero-copy h1 span{color:#19f0c6;display:block}.studio-home-hero-copy p{margin:0;color:#dde8f8c2;font-size:14px;line-height:1.45}.studio-home-hero-copy h1,.studio-home-hero-copy p{text-wrap:balance}.studio-home-hero-cta{width:fit-content;min-height:48px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 28px;background:linear-gradient(135deg,#19f0c6,#18dcd2);color:#051014;font-size:16px;line-height:1;font-weight:800;box-shadow:0 14px 26px #19f0c647,0 0 0 1px #ffffff24 inset}.studio-home-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:58px;width:min(460px,calc(100% - 28px));padding:calc(4px + env(safe-area-inset-top)) 0 2px}.studio-home-logo{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;line-height:1;width:88px;height:36px;overflow:hidden;filter:drop-shadow(0 8px 12px rgba(25,240,198,.12))}.studio-home-logo-image{display:block;width:auto;height:34px}.studio-home-topbar-actions{display:inline-flex;align-items:center;gap:8px}.studio-home-language-btn{min-width:52px;height:34px;border-radius:999px;border:1px solid rgba(126,147,188,.16);background:#151e2dc2;color:#d9fff7;display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:0 10px;font-size:11px;line-height:1;font-weight:850;letter-spacing:.04em;box-shadow:0 8px 18px #0000002e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.studio-home-language-btn:active{transform:translateY(1px)}.studio-home-balance{min-height:34px;border-radius:999px;border:1px solid rgba(126,147,188,.14);background:#151e2dc2;color:#eaf4ff;font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:0;padding:0 11px;box-shadow:0 8px 18px #0000002e}.studio-home-balance-value{display:inline-flex;align-items:center;gap:7px;line-height:1}.studio-home-balance-plus{display:none}.studio-home-icon-btn{width:34px;height:34px;border-radius:999px;border:1px solid rgba(126,147,188,.16);background:#151e2dc2;color:#dce6f7;display:grid;place-items:center;font-size:21px;line-height:1;padding:0;box-shadow:0 8px 18px #0000002e}.studio-home-icon-btn svg{width:15px;height:15px}.studio-home-avatar{width:38px;height:38px;border-radius:999px;border:2px solid #19f0c6;background:#121b2cd6;color:#f0f4ff;overflow:hidden;display:grid;place-items:center;font-size:16px;font-weight:700;position:relative}.studio-home-avatar img{width:100%;height:100%;object-fit:cover}.studio-home-avatar-dot{position:absolute;width:10px;height:10px;border-radius:999px;background:#a855f7;border:2px solid #050a11;right:1px;bottom:1px}.studio-template-section{display:grid;gap:10px}.studio-template-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.studio-template-section-head h2{margin:0;color:#eff4ff;font-size:20px;line-height:1.16;letter-spacing:0;font-weight:800}.studio-section-more-btn{border:0;background:transparent;color:#19f0c6;font-size:13px;line-height:1.25;font-weight:800;padding:0;white-space:nowrap}.studio-template-carousel{--carousel-card-width: clamp(142px, 38vw, 180px);--carousel-card-height: clamp(176px, 46vw, 220px);--carousel-card-ratio: 1 / 1.12;list-style:none;margin:0;padding:0 0 2px;display:flex;gap:8px;align-items:flex-start;overflow-x:auto;scrollbar-width:none;scroll-snap-type:x mandatory}.studio-template-carousel::-webkit-scrollbar{display:none}.studio-template-carousel .item.template-card:not(.template-card-vertical-feed){flex:0 0 var(--carousel-card-width);width:var(--carousel-card-width);scroll-snap-align:start;align-self:flex-start;min-width:0;margin:0;border:0;background:transparent;box-shadow:none;overflow:hidden;border-radius:10px}.template-card-media-badge,.template-card-price-badge,.template-card-overlay-grid{display:none}.studio-template-carousel .template-card .cover{position:absolute;inset:0;margin:0;border-radius:inherit;border:0;background:#0f1728;width:100%;height:100%}.studio-template-carousel .template-card-main{position:relative;display:block;width:100%;height:var(--carousel-card-height);aspect-ratio:auto;border-radius:10px;overflow:hidden;border:1px solid rgba(126,147,188,.16);box-shadow:0 10px 20px #00000047;transform-origin:center center;transition:transform .12s ease}.studio-template-carousel .template-cover-slider{position:absolute;inset:0;aspect-ratio:auto;height:100%;width:100%}.studio-template-carousel .template-cover-slide{background:#0f1728;height:100%}.studio-template-carousel .template-card .template-cover-slide img,.studio-template-carousel .template-card .template-cover-slide video{width:100%;height:100%;object-fit:contain;object-position:center}.studio-template-carousel .cover-fallback{min-height:0;width:100%;height:100%}.studio-template-carousel .template-cover-dots{display:none}.studio-template-carousel .item.template-card:hover,.studio-template-carousel .item.template-card:focus-within{transform:none;box-shadow:none}.studio-template-carousel .item.template-card:hover .template-card-main,.studio-template-carousel .item.template-card:focus-within .template-card-main{transform:scale(.985)}.studio-template-carousel .template-card-content{display:none}.studio-template-carousel .template-card-media-badge,.studio-template-carousel .template-card-price-badge,.studio-template-carousel .template-card-overlay-grid{display:block}.studio-template-carousel .template-card-media-badge{position:absolute;top:10px;left:10px;z-index:4;border-radius:999px;border:1px solid rgba(157,170,198,.26);background:#141d3161;color:#dde7f8e6;display:inline-flex;align-items:center;justify-content:center;font-size:9px;line-height:1;font-weight:700;letter-spacing:.02em;padding:4px 7px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.studio-template-carousel .template-card-price-badge{position:absolute;top:10px;right:10px;z-index:4;border-radius:999px;border:1px solid color-mix(in srgb,var(--token-blue) 44%,transparent);background:#162b4cb8;color:#d7ecff;font-size:9px;min-height:24px;display:inline-flex;align-items:center;line-height:14px;font-weight:700;padding:2px 6px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.studio-template-carousel .template-card-overlay-grid{position:absolute;left:0;right:0;bottom:0;z-index:3;padding:60px 10px 10px;background:linear-gradient(180deg,#02061700,#02061766 32%,#020617e0 70%,#020617fa)}.studio-template-carousel .template-card-overlay-grid .item-title{margin:0;color:#f5f8ff;font-size:clamp(10.5px,2.8vw,12px);line-height:1.15;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-shadow:none;overflow-wrap:anywhere;word-break:normal;-webkit-hyphens:auto;hyphens:auto}.studio-template-carousel .template-card-overlay-grid .template-card-subtitle{margin:3px 0 0;color:#b5c6e3;font-size:12px;line-height:1.22;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.studio-template-section-hero .studio-template-section-head h2{font-size:21px}.studio-template-carousel-hero .item.template-card:not(.template-card-vertical-feed){flex-basis:var(--carousel-card-width)}.studio-template-section-compact .studio-template-section-head h2{font-size:clamp(19px,3.8vw,24px)}.studio-template-section-mini .studio-template-carousel{--carousel-card-width: clamp(108px, 28vw, 132px);--carousel-card-height: clamp(108px, 28vw, 132px);--carousel-card-ratio: 1 / 1}.studio-template-section-mini .studio-template-carousel .template-card-overlay-grid .template-card-subtitle{display:none}.studio-template-section-mini .studio-template-carousel .template-card-overlay-grid .item-title{font-size:12px;line-height:1.25}.studio-template-section-hero .studio-template-carousel>.item.template-card:first-child{flex-basis:var(--carousel-card-width)}.studio-template-section-hero .studio-template-carousel>.item.template-card:first-child .template-card-main{border:1px solid rgba(120,149,209,.28);box-shadow:0 10px 20px #0810234d}.studio-home-lazy-loader{display:flex;justify-content:center;padding:6px 0 2px}.studio-home-lazy-more{min-height:38px;border-radius:999px;border:1px solid rgba(25,240,198,.28);background:#0e1727bd;color:#d9fff7;font-size:13px;line-height:18px;font-weight:750;padding:9px 16px;cursor:pointer}.studio-home-lazy-more:disabled{cursor:default;opacity:.72}.studio-home-lazy-more:hover{border-color:#19f0c680;background:#142234e0}.studio-home-lazy-error{margin:0;color:#ffb4c0;font-size:12px;line-height:17px;text-align:center}.studio-profile-panel{display:grid;gap:18px;width:min(460px,100%);max-width:460px;margin:0 auto;border:0;background:transparent;box-shadow:none;padding:0}.studio-profile-hero-card{border:1px solid rgba(126,147,188,.18);border-radius:22px;background:linear-gradient(150deg,#3a1c54b8,#161f2fe6 44%,#0f1722fa),#11161d;box-shadow:0 18px 36px #00000057,0 0 0 1px #ffffff08 inset;padding:22px}.studio-profile-header{display:flex;align-items:center;gap:18px}.studio-profile-avatar{width:108px;height:108px;border-radius:999px;overflow:hidden;border:2px solid rgba(25,240,198,.78);background:linear-gradient(145deg,#19f0c638,#a855f74d),#131e31e6;display:grid;place-items:center;color:#e8efff;font-size:34px;font-weight:850;box-shadow:0 0 0 4px #19f0c614,0 14px 30px #00000047;flex:0 0 auto}.studio-profile-avatar img{width:100%;height:100%;object-fit:cover}.studio-profile-text h1{margin:0;color:#f6f9ff;font-size:24px;line-height:1.1;font-weight:850;letter-spacing:0}.studio-profile-text p{margin:4px 0 0;color:#2be6c7;font-size:14px;line-height:1.25;font-weight:650}.studio-profile-badges{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:12px}.studio-profile-pro-badge,.studio-profile-edit-btn{min-height:28px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:12px;line-height:1;font-weight:800;padding:0 12px}.studio-profile-pro-badge{background:linear-gradient(135deg,#a855f7,#7c5cff);color:#fff;box-shadow:0 8px 18px #7c5cff52}.studio-profile-edit-btn{border:1px solid rgba(126,147,188,.24);background:#141d2bb8;color:#d8e3f5;cursor:pointer}.studio-profile-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;margin-top:22px;padding-top:18px;border-top:1px solid rgba(126,147,188,.14)}.studio-profile-stats div{min-width:0;display:grid;gap:4px;text-align:center}.studio-profile-stats strong{color:#f7fbff;font-size:22px;line-height:1.05;font-weight:850}.studio-profile-stats span{color:#9aabc4;font-size:12px;line-height:1.2;font-weight:650}.studio-profile-referral-card{min-height:96px;border-radius:16px;border:1px solid rgba(126,147,188,.18);background:linear-gradient(135deg,#121924fa,#161e2cf5 54%,#482f82c7);box-shadow:0 14px 28px #0000003d;padding:16px;display:flex;align-items:center;justify-content:space-between;gap:14px}.studio-profile-referral-title{margin:0;color:#cbd6e6;font-size:14px;line-height:1.25;font-weight:650}.studio-profile-referral-value{margin:7px 0 0;color:#f2f7ff;font-size:18px;line-height:1.1;font-weight:850}.studio-profile-referral-note{max-width:330px;margin:7px 0 0;color:#9eabc0;font-size:12px;line-height:1.25;font-weight:650}.studio-profile-referral-btn{min-height:42px;border:0;border-radius:12px;background:linear-gradient(135deg,#7c5cff,#a855f7);color:#fff;font-size:14px;line-height:1.1;font-weight:800;padding:0 16px;cursor:pointer;box-shadow:0 12px 24px #7c5cff57}.studio-profile-recent{display:grid;gap:12px}.studio-profile-section-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.studio-profile-section-head h2{margin:0;color:#eef4ff;font-size:21px;line-height:1.12;font-weight:850}.studio-profile-section-head button{border:0;background:transparent;color:#19f0c6;font-size:14px;line-height:1.1;font-weight:800;cursor:pointer;padding:4px 0}.studio-profile-recent-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(112px,1fr);gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:1px}.studio-profile-recent-list::-webkit-scrollbar{display:none}.studio-profile-recent-card{width:100%;aspect-ratio:1 / 1.25;border:1px solid rgba(126,147,188,.22);border-radius:12px;background:linear-gradient(145deg,#19f0c633,#a855f73d),#121a2b;overflow:hidden;padding:0;color:#dbe6f8;font-size:28px;display:grid;place-items:center;cursor:pointer}.studio-profile-recent-card img{width:100%;height:100%;object-fit:cover}.studio-profile-empty-recent{min-height:88px;border-radius:14px;border:1px dashed rgba(126,147,188,.3);background:#111822b8;color:#b9c7dd;font-size:14px;font-weight:750;cursor:pointer}.studio-profile-balance-card{border:1px solid rgba(124,92,255,.34);border-radius:18px;background:linear-gradient(160deg,#232e4ff0,#121a2cf5);padding:14px;display:grid;gap:4px}.studio-profile-balance-label{margin:0;color:#9eb2d9;font-size:13px}.studio-profile-balance-value{margin:0;color:#f2f6ff;font-size:24px;line-height:1.2;font-weight:800}.studio-profile-balance-note{margin:0;color:#a8b9dc;font-size:13px}.studio-profile-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.free-mode-panel{display:grid;gap:16px;width:min(460px,100%);max-width:460px;margin:0 auto;border:0;background:transparent;box-shadow:none;padding:0}.free-mode-hero{display:grid;gap:4px}.free-mode-hero h1{margin:0;color:#f3f7ff;font-size:29px;line-height:1.08;letter-spacing:0;text-wrap:balance}.free-mode-hero p{margin:0;color:#9ba8bc;font-size:14px;line-height:1.35;max-width:32ch}.free-mode-panel>.note{margin:0;color:#93a5c8;font-size:13px;line-height:1.45}.free-mode-composer{display:grid;gap:14px;border-radius:0;border:0;background:transparent;box-shadow:none;padding:0}.free-mode-file-input{display:none}.free-mode-upload-zone{width:100%;border:1px solid transparent;border-radius:20px;background:linear-gradient(145deg,#0f1825f0,#0c121cfa) padding-box,linear-gradient(135deg,#19f0c6d1,#a855f7c7) border-box;padding:20px;min-height:202px;display:grid;place-items:center;gap:14px;color:#dff7ff;text-align:center;cursor:pointer;box-shadow:0 16px 34px #00000047}.free-mode-upload-zone:disabled,.free-mode-upload-zone[aria-disabled=true]{opacity:.52;cursor:default}.free-mode-upload-plus{width:62px;height:62px;border-radius:999px;border:1.5px solid rgba(25,240,198,.76);display:grid;place-items:center;flex:0 0 auto;font-size:42px;line-height:.9;color:#19f0c6;text-shadow:0 0 16px rgba(42,209,184,.44)}.free-mode-upload-copy{min-width:0;display:grid;gap:5px;justify-items:center}.free-mode-upload-copy strong{color:#f2f7ff;font-size:16px;line-height:1.12;font-weight:800}.free-mode-upload-copy span{color:#9ab0d0;font-size:13px;line-height:1.28}.free-mode-upload-preview{width:100%;min-height:92px;display:flex;justify-content:center;gap:8px;position:static}.free-mode-upload-thumb{position:relative;width:62px;height:82px;border-radius:12px;border:1px solid rgba(223,240,255,.48);box-shadow:0 10px 24px #0309176b;background:linear-gradient(140deg,#2bdabb52,#7b5cff52),#172846;overflow:hidden}.free-mode-upload-thumb-remove{position:absolute;top:4px;right:4px;width:20px;height:20px;border:0;border-radius:999px;background:#050a12c2;color:#f6f9ff;font-size:15px;line-height:1;padding:0;display:grid;place-items:center;cursor:pointer;z-index:2}.free-mode-upload-thumb-remove:hover{background:#a44271d6}.free-mode-upload-thumb:nth-child(1){transform:rotate(-4deg);z-index:3}.free-mode-upload-thumb:nth-child(2){transform:translateY(4px) rotate(2deg);z-index:2}.free-mode-upload-thumb:nth-child(3){transform:translateY(8px) rotate(5deg);z-index:1}.free-mode-upload-thumb img{width:100%;height:100%;object-fit:cover}.free-mode-prompt-wrap{border-radius:14px;border:1px solid rgba(126,147,188,.2);background:linear-gradient(180deg,#151d29f5,#0e141dfc);padding:14px 14px 30px;position:relative}.free-mode-prompt-input{width:100%;border:0;background:transparent;color:#f4f8ff;font-size:14px;line-height:1.35;resize:none;min-height:82px;padding:0;overflow-y:hidden}.free-mode-prompt-input:focus{outline:none}.free-mode-prompt-input::placeholder{color:#7f95bc}.free-mode-prompt-counter{position:absolute;right:14px;bottom:10px;color:#8fa4c7;font-size:13px;line-height:1.2;font-weight:600}.free-mode-model-panel{border-radius:18px;border:1px solid rgba(126,147,188,.22);background:linear-gradient(180deg,#151d29f5,#0e141dfc);padding:14px;display:grid;gap:12px}.free-mode-model-row{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:10px}.free-mode-model-title{margin:0;color:#9ba8bc;font-size:13px;line-height:1.2;font-weight:700;white-space:nowrap}.free-mode-format-chips{display:flex;gap:8px;overflow-x:auto;padding-bottom:1px;scrollbar-width:none}.free-mode-format-chips::-webkit-scrollbar{display:none}.free-mode-format-chip{min-height:36px;flex:0 0 auto;border:1px solid rgba(113,132,184,.42);border-radius:999px;background:#0e1622db;color:#cbd6e8;font-size:13px;line-height:1.15;font-weight:750;letter-spacing:0;padding:8px 13px;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background-color .14s ease,color .14s ease}.free-mode-format-chip.active{border-color:#19f0c6b8;background:linear-gradient(180deg,#19f0c624,#a855f71f),#0d1521f0;color:#f2fbff;box-shadow:0 0 18px #19f0c61f}.free-mode-format-chip:hover:not(:disabled){transform:translateY(-1px);border-color:#19f0c68c;color:#f0fbff}.free-mode-format-chip:disabled{opacity:.56;cursor:default}.free-mode-settings{border:1px solid rgba(126,147,188,.22);border-radius:14px;background:linear-gradient(180deg,#151d29f5,#0e141dfc);overflow:hidden}.free-mode-settings summary{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#d9e2f2;font-size:14px;line-height:1.2;font-weight:750;list-style:none;cursor:pointer;padding:0 13px}.free-mode-settings summary::-webkit-details-marker{display:none}.free-mode-settings summary:before{content:"";width:15px;height:12px;flex:0 0 auto;background:linear-gradient(#aab8d0,#aab8d0) 0 1px / 15px 2px no-repeat,linear-gradient(#aab8d0,#aab8d0) 0 5px / 15px 2px no-repeat,linear-gradient(#aab8d0,#aab8d0) 0 9px / 15px 2px no-repeat;opacity:.86}.free-mode-settings summary:after{content:">";color:#9fb0cb;font-size:17px;line-height:1;transform:translateY(-1px);transition:transform .14s ease}.free-mode-settings[open] summary:after{transform:rotate(90deg)}.free-mode-settings .free-mode-select-wrap{display:block;padding:0 12px 12px}.free-mode-select-wrap{position:relative;min-width:0}.free-mode-model-select-wrap,.free-mode-format-select-wrap{display:grid;gap:7px;border:0;border-radius:0;background:transparent;padding:0}.free-mode-model-select-wrap span,.free-mode-format-select-wrap span{color:#9ba8bc;font-size:12px;line-height:1.2;font-weight:750}.free-mode-select{width:100%;height:40px;border-radius:10px;border:1px solid rgba(117,137,196,.34);background:#161e2aeb;color:#eff6ff;font-size:13px;line-height:1.25;padding:0 14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.free-mode-format-select-wrap .free-mode-select{height:40px;font-size:13px}.free-mode-select:disabled{opacity:.58}.free-mode-cta-btn{width:100%;min-height:56px;border-radius:16px;border:1px solid rgba(91,233,208,.7);background:linear-gradient(135deg,#19f0c6,#36c6ee 54%,#a855f7);color:#f8fbff;font-size:17px;line-height:1.15;font-weight:800;letter-spacing:0;box-shadow:0 14px 32px #1bbea261;transition:transform .14s ease,box-shadow .14s ease,opacity .14s ease}.free-mode-cta-btn:disabled{opacity:.5;box-shadow:none}.free-mode-cta-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 36px #1bbea275}.free-mode-price-note{margin:-4px 0 0;color:#8fa4c7;font-size:13px;line-height:1.3;text-align:center;font-weight:650}.free-mode-model-capability{margin:0;width:fit-content;border-radius:999px;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:#dce5ff;font-size:11px;line-height:15px;font-weight:700;padding:4px 10px}.free-mode-model-capability.is-required{border-color:#f8717175;color:#ffd4d4;background:#ef444424}.free-mode-model-capability.is-optional{border-color:#2dd4bf66;color:#b9fff0;background:#2dd4bf24}.free-mode-meta{margin:0;display:grid;gap:6px;border-radius:14px;border:1px solid rgba(248,113,113,.46);background:#ef444424;color:#ffd7d7;font-size:12px;line-height:1.4;padding:10px 12px}.free-mode-meta-line{margin:0}.free-mode-meta-warning{color:#ffd4d4}.free-mode-panel .state.error{border-color:#f871717a;background:#ef444429;color:#ffd4d4}.free-mode-select:focus-visible,.free-mode-upload-zone:focus-visible,.free-mode-format-chip:focus-visible,.free-mode-settings summary:focus-visible,.free-mode-cta-btn:focus-visible,.free-mode-file-remove:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--primary) 34%,transparent)}.free-mode-files{display:flex;flex-wrap:wrap;gap:8px}.free-mode-style-section,.free-mode-ideas-section{display:grid;gap:10px}.free-mode-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.free-mode-section-title{margin:0;color:#edf3ff;font-size:clamp(24px,4vw,34px);line-height:1.14;font-weight:700}.free-mode-section-link{color:#52e0c5;font-size:clamp(15px,2.4vw,22px);line-height:1.2;font-weight:600;white-space:nowrap}.free-mode-ideas-carousel{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(174px,208px);gap:10px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.free-mode-ideas-carousel::-webkit-scrollbar{display:none}.free-mode-idea-card{position:relative;width:100%;aspect-ratio:4 / 5;border-radius:18px;overflow:hidden;border:1px solid rgba(132,150,197,.28);background:#15243a;padding:0;cursor:pointer;box-shadow:0 10px 24px #060b1866;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.free-mode-idea-card img{width:100%;height:100%;object-fit:cover}.free-mode-idea-overlay{position:absolute;left:0;right:0;bottom:0;padding:12px;background:linear-gradient(180deg,#040a140a,#040a14d1 72%,#040a14f0)}.free-mode-idea-title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin:0;color:#f5f8ff;font-size:clamp(14px,2.7vw,24px);line-height:1.25;font-weight:700}.free-mode-idea-card:hover{transform:translateY(-2px);border-color:#8166ff80;box-shadow:0 16px 32px #070c1b85}.free-mode-style-chips{display:flex;flex-wrap:nowrap;gap:8px;overflow-x:auto;scrollbar-width:none}.free-mode-style-chips::-webkit-scrollbar{display:none}.free-mode-style-chip{flex:0 0 auto;min-height:40px;border:1px solid rgba(114,133,186,.46);border-radius:999px;background:#101f38cc;color:#d4e0f8;text-align:center;font-size:14px;line-height:1.2;font-weight:600;padding:9px 14px;cursor:pointer;transition:transform .14s ease,border-color .14s ease,background-color .14s ease,color .14s ease}.free-mode-style-chip:hover{border-color:#2ed3b794;background:#1a947e33;color:#defef5}.free-mode-file-chip{display:inline-flex;align-items:center;gap:6px;max-width:100%;border-radius:999px;background:#7c5cff29;border:1px solid rgba(124,92,255,.34);color:#ece9ff;padding:4px 8px 4px 10px}.free-mode-file-name{font-size:12px;line-height:1.3;max-width:220px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.free-mode-file-remove{border:0;background:transparent;color:#ece9ff;width:20px;height:20px;border-radius:999px;padding:0;font-size:18px;line-height:1}.studio-search-field{margin-top:20px;position:relative;display:block}.studio-search-icon{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:var(--text-muted);pointer-events:none}.studio-search-field .search{min-height:56px;border-radius:16px;border:1px solid var(--border-strong);background:#121826d1;color:var(--text-primary);font-size:16px;line-height:24px;padding:15px 16px 15px 48px;box-shadow:inset 0 1px #ffffff08}.studio-search-field .search::placeholder{color:#6f7aa3}.chips{margin-top:14px;flex-wrap:wrap;gap:10px;overflow-x:visible;padding-bottom:4px}.chip{min-height:38px;border-radius:999px;border:1px solid var(--border-soft);background:#1a2233c7;color:var(--text-secondary);font-size:13px;line-height:18px;font-weight:700;padding:9px 14px}.chip.active{color:#ede9ff;border-color:#7c5cff6b;background:#7c5cff26;box-shadow:0 8px 24px #7c5cff33}.chip-count{border-color:#ffffff1f;background:#ffffff0f}.templates-grid{margin-top:18px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px}.item.template-card{border:1px solid var(--border-soft);border-radius:20px;overflow:hidden;background:#1a2233;box-shadow:var(--shadow-sm);transition:transform .19s ease,box-shadow .19s ease,border-color .19s ease}.item.template-card:hover{transform:translateY(-6px);border-color:#7c5cff73;box-shadow:0 24px 44px #080c1ba6,0 0 0 1px #22d3ee38,0 0 36px #7c5cff3d}.template-card-main{display:block;color:inherit;text-decoration:none}.template-card-main-static{cursor:default}.template-card-main:visited,.template-card-main:hover,.template-card-main:active{color:inherit;text-decoration:none}.template-favorite-btn{position:absolute;right:12px;bottom:12px;z-index:7;width:34px;height:34px;border:1px solid rgba(126,147,188,.24);border-radius:999px;background:#080f1ab8;color:#dbe6f6;display:grid;place-items:center;padding:0;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 22px #00000047}.template-favorite-btn:hover:not(:disabled),.template-favorite-btn.is-active{border-color:#19f0c69e;color:#19f0c6;background:#091c27d1}.template-favorite-btn:disabled{opacity:.58;cursor:wait}.studio-favorites-panel .template-favorite-btn{top:26px;right:26px;bottom:auto;width:34px;height:34px;border-color:#19f0c685;background:#07101cc2;color:#19f0c6;font-size:14px;box-shadow:0 12px 26px #00000057,0 0 0 1px #ffffff0a inset}.studio-favorites-panel .template-favorite-btn:hover:not(:disabled){background:#091c27e6;transform:translateY(-1px)}.item.template-card.template-card-vertical-feed .template-favorite-btn{right:18px;bottom:calc(104px + env(safe-area-inset-bottom));width:46px;height:46px;border-color:#8f9eb757;background:#0d1624b3;color:#e7eefc;font-size:17px;box-shadow:0 14px 28px #0000005c,inset 0 0 0 1px #ffffff0a}html.templates-feed-immersive .item.template-card.template-card-vertical-feed .template-favorite-btn,body.templates-feed-immersive .item.template-card.template-card-vertical-feed .template-favorite-btn{bottom:calc(192px + env(safe-area-inset-bottom))}.template-card .cover{position:relative;min-height:0;aspect-ratio:auto;overflow:hidden;background:#0f1728;border:1px solid rgba(255,255,255,.12);border-radius:14px;margin:12px 12px 0}.template-card .cover:after{content:none}.template-card .cover img,.template-card .cover video{position:static;inset:auto;z-index:auto;width:100%;height:auto;display:block;object-fit:contain;object-position:center;border-radius:inherit;transition:transform .22s ease}.template-cover-slider{width:100%;aspect-ratio:4 / 5;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none}.template-cover-slider::-webkit-scrollbar{display:none}.template-cover-slide{flex:0 0 100%;min-width:0;scroll-snap-align:start;display:grid;place-items:center;background:#0f1728}.template-card .template-cover-slide img,.template-card .template-cover-slide video{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:inherit}.template-cover-dots{position:absolute;left:50%;bottom:12px;z-index:4;transform:translate(-50%);display:inline-flex;align-items:center;justify-content:center;gap:5px;border-radius:999px;padding:4px 6px;background:#070c185c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.template-cover-dot{width:6px;height:6px;border-radius:999px;background:#e0e8ff85;transition:width .16s ease,background-color .16s ease}.template-cover-dot.is-active{width:16px;background:#f5f8ff}.item.template-card:hover .cover img,.item.template-card:hover .cover video{transform:scale(1.02)}.cover-fallback{position:relative;inset:auto;width:100%;min-height:220px;border-radius:inherit;display:grid;place-content:center;gap:10px;padding:18px;text-align:center;color:#ffffffe0;background:radial-gradient(circle at 22% 18%,rgba(124,92,255,.3),transparent 44%),radial-gradient(circle at 82% 88%,rgba(34,211,238,.22),transparent 42%),linear-gradient(145deg,#7c5cff38,#22d3ee26)}.cover-fallback-icon{font-size:44px;line-height:1}.cover-fallback-text{font-size:12px;line-height:16px;letter-spacing:.01em;font-weight:700;color:#e2e8f0eb}.template-badge{position:absolute;top:24px;left:14px;z-index:2;border-radius:999px;border:1px solid rgba(255,255,255,.24);background:#0c101cb8;color:#f2f4ff;font-size:11px;line-height:16px;font-weight:700;padding:4px 10px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.template-badge-hot{border-color:#f472b685;box-shadow:0 0 18px #f472b63d}.template-badge-top{border-color:#7c5cff80;box-shadow:0 0 18px #7c5cff33}.template-badge-new{border-color:#22d3ee80;box-shadow:0 0 18px #22d3ee33}.template-card-content{padding:14px 14px 16px;display:grid;gap:10px;background:#1a2233}.template-card .item-title{margin:0;color:#f3f6ff;font-size:19px;line-height:1.3;font-weight:700;text-shadow:none}.template-card-meta{display:flex;align-items:center;justify-content:flex-start;gap:10px;color:var(--text-secondary);font-size:13px;line-height:18px;font-weight:600}.template-card-meta span:not(.template-credit){min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-credit{white-space:nowrap}.template-credit{color:#b8dbff}.state-panel{border-radius:16px;border:1px solid var(--border-soft);background:#1a2233b8;padding:18px;display:grid;gap:10px;justify-items:start}.studio-modal-backdrop{position:fixed;inset:0;z-index:80;background:#02060fa3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:flex-end}.studio-modal-panel{width:min(980px,100vw);height:100vh;overflow:auto;border-left:1px solid var(--border-soft);background:#121826;box-shadow:-24px 0 48px #030710b8;padding:16px 16px 24px}.studio-modal-panel .template-detail-panel{border:0;box-shadow:none;background:transparent;padding:0}.studio-topup-backdrop{position:fixed;inset:0;z-index:120;background:#02060fb8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:grid;place-items:center;padding:16px}.studio-topup-page{width:min(560px,100%);margin:0 auto}.studio-topup-panel{width:min(560px,100%);max-height:calc(var(--topup-viewport-height, 100dvh) - 32px);border-radius:28px 28px 18px 18px;border:1px solid rgba(121,145,187,.28);background:linear-gradient(180deg,#141d32,#0f1627);box-shadow:0 28px 56px #030710c7;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow-x:hidden;overflow:hidden;overscroll-behavior:contain}.studio-topup-panel-page{width:100%;max-height:none;overflow:visible;grid-template-rows:auto auto auto}.studio-topup-header{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:18px 18px 12px;min-width:0}.studio-topup-header h2{margin:0;color:#f4f7ff;font-size:22px;line-height:1.2;min-width:0;overflow-wrap:anywhere}.studio-topup-close-btn{min-height:32px;padding:6px 10px;flex:0 0 auto}.studio-topup-body{display:grid;gap:12px;align-content:start;overflow:auto;overflow-x:hidden;overscroll-behavior:contain;padding:0 18px 12px;scroll-padding-bottom:16px}.studio-topup-panel-page .studio-topup-body{overflow:visible;padding-bottom:14px;scroll-padding-bottom:16px}.studio-topup-caption{margin:0;color:#a8b6d7;font-size:14px;line-height:1.5}.studio-payment-sync-state{margin:0}.studio-topup-packages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.studio-topup-package-note{margin:0;color:#99a7c7;font-size:12px;line-height:16px}.studio-topup-package{border:1px solid rgba(255,255,255,.14);border-radius:16px;background:linear-gradient(165deg,#141e32eb,#101828f5);color:#dfe7f8;text-align:left;padding:12px;display:grid;gap:4px;cursor:pointer}.studio-topup-package.selected{border-color:#6a5cffa8;box-shadow:0 0 0 1px #6a5cff5c;background:linear-gradient(165deg,#2b315bf5,#192344fa)}.studio-topup-package-title{font-size:13px;line-height:17px;font-weight:700;color:#f5f8ff}.studio-topup-package-tokens{font-size:15px;line-height:20px;font-weight:700}.studio-topup-package-meta{font-size:12px;line-height:16px;color:#99a7c7}.studio-topup-package-price{font-size:13px;line-height:17px;font-weight:700;color:#d8f9ee}.studio-topup-package-description{font-size:12px;line-height:16px;color:#b6c3df}.studio-topup-package-badge{justify-self:start;border-radius:999px;border:1px solid rgba(106,92,255,.48);background:#6a5cff33;color:#e2dcff;font-size:11px;line-height:15px;font-weight:700;padding:2px 8px}.studio-topup-methods{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.studio-topup-method{min-height:40px;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#0f1623e6;color:#d7e4ff;font-size:14px;font-weight:600;cursor:pointer}.studio-topup-method.selected{border-color:#2dd4bf9e;box-shadow:0 0 0 1px #2dd4bf47;background:#122c38eb}.studio-topup-email-field{display:grid;gap:6px;color:#dbe5ff;font-size:13px;font-weight:600}.studio-topup-email-field .search{min-height:42px;border-radius:10px;border:1px solid rgba(255,255,255,.16);background:#0c121ddb;color:#eef3ff;font-size:16px;padding:10px 12px;scroll-margin-bottom:16px}.studio-topup-invoice{border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#141d2dcc;padding:10px;display:grid;gap:8px}.studio-topup-invoice-line{margin:0;color:#cbd6ef;font-size:13px;line-height:18px}.studio-topup-open-link-btn{justify-self:start}.studio-topup-footer{border-top:1px solid rgba(255,255,255,.1);background:linear-gradient(180deg,#121a2bdb,#121a2bf5 34%,#121a2b);padding:10px 18px calc(12px + env(safe-area-inset-bottom))}.studio-topup-panel-page .studio-topup-footer{padding-bottom:14px}.studio-topup-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.studio-topup-actions .btn{font-size:15px;line-height:20px;font-weight:700;min-width:0;max-width:100%;white-space:normal;overflow-wrap:anywhere;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease}.studio-topup-actions .btn.primary{color:#f7fbff;border:1px solid rgba(114,155,255,.5);background:linear-gradient(135deg,#6a5cff,#4f8bf0 58%,#35c6f4);box-shadow:0 10px 22px #1538705c;text-shadow:0 1px 2px rgba(5,12,24,.5)}.studio-topup-actions .btn.ghost{color:#e3eeff;background:linear-gradient(135deg,#1b263bf0,#172134eb);border-color:#a2badf6b}.studio-topup-actions .btn.ghost:hover:not(:disabled){border-color:#c2d8fd9e}.studio-topup-actions .btn:hover:not(:disabled){transform:translateY(-1px)}.studio-topup-actions .btn.primary:hover:not(:disabled){box-shadow:0 12px 26px #1538706b}.studio-topup-actions .btn:disabled{opacity:.88}.studio-topup-actions .btn.ghost:disabled{color:#c7d3ec}.studio-referral-panel{width:min(620px,100%);max-height:calc(var(--topup-viewport-height, 100dvh) - 32px);border-radius:16px;border:1px solid var(--border-soft);background:#121a2b;box-shadow:0 24px 48px #030710c7;padding:18px 18px calc(18px + env(safe-area-inset-bottom));display:grid;gap:12px;overflow:auto;overflow-x:hidden;overscroll-behavior:contain}.studio-referral-panel-page{width:100%;max-height:none;overflow:visible;padding:18px}.studio-referral-card{border:1px solid rgba(255,255,255,.14);border-radius:12px;background:#141d2dcc;padding:10px;display:grid;gap:8px}.studio-referral-link-card{gap:10px}.studio-referral-card-title{margin:0;color:#dfe9ff;font-size:14px;line-height:20px;font-weight:700}.studio-referral-link{margin:0;color:#b8f3e6;font-size:13px;line-height:18px;overflow-wrap:anywhere;word-break:break-word}.studio-referral-note{margin:0;color:#a9b9da;font-size:12px;line-height:17px}.studio-referral-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.studio-referral-stat-value{margin:0;color:#f0f6ff;font-size:30px;line-height:1;font-weight:800;letter-spacing:.01em}.studio-referral-stat-caption{margin:0;color:#b9c8e4;font-size:12px;line-height:17px}.studio-referral-steps{margin:0;padding-left:18px;color:#dfe7f8;font-size:14px;line-height:20px;display:grid;gap:6px}.studio-referral-actions{margin-top:2px}@media(max-width:680px){.free-mode-hero h1{font-size:28px}.free-mode-hero p{font-size:14px}.free-mode-composer{border-radius:0;padding:0}.free-mode-upload-zone{min-height:202px;border-radius:20px;padding:20px}.free-mode-upload-plus{width:48px;height:48px;font-size:34px}.free-mode-upload-preview{width:100%;min-height:92px}.free-mode-upload-thumb{width:62px;height:82px;border-radius:12px}.free-mode-upload-thumb:nth-child(2){transform:translateY(4px) rotate(2deg)}.free-mode-upload-thumb:nth-child(3){transform:translateY(8px) rotate(5deg)}.free-mode-model-row{grid-template-columns:1fr;gap:8px}.free-mode-select{height:40px;font-size:13px}.free-mode-cta-btn{min-height:56px;border-radius:14px;font-size:17px}.free-mode-section-title{font-size:clamp(20px,6vw,28px)}.free-mode-section-link{font-size:clamp(13px,3.6vw,16px)}.free-mode-ideas-carousel{grid-auto-columns:minmax(146px,168px)}}@media(max-width:1100px){.studio-header-inner{grid-template-columns:auto 1fr auto}.studio-nav{justify-self:start}.studio-user-zone{gap:8px}.studio-lang-switch .btn{min-height:28px;padding:5px 9px;font-size:11px}.studio-topup-open-btn{min-height:34px;padding:6px 9px;font-size:12px}.studio-ref-button-label-full{display:none}.studio-ref-button-label-compact{display:inline}.templates-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media(max-width:900px){.page.studio-main.studio-main-template-detail{width:calc(100% - 18px)}.studio-template-hero{grid-template-columns:1fr}.studio-template-hero-thumb{width:min(100%,360px);max-width:min(100%,360px);justify-self:center}.studio-template-hero-price{justify-items:start;min-width:0}.studio-template-layout{grid-template-columns:1fr;gap:14px}.studio-summary-column{position:static;top:auto}.studio-summary-card{padding:20px}.studio-image-stage{display:grid;gap:10px}.studio-upload-preview{width:100%;max-width:280px}.studio-image-meta{min-width:0}}@media(max-width:760px){.studio-inputs-panel,.studio-input-block{scroll-margin-top:112px}.studio-header-inner{width:calc(100% - 20px);min-height:68px;grid-template-columns:1fr auto;grid-template-areas:"brand user" "nav nav";row-gap:10px;padding:10px 0}.studio-header-inner.studio-header-inner-no-nav{grid-template-areas:"brand user";row-gap:0}.studio-brand{grid-area:brand;font-size:17px}.studio-nav{grid-area:nav;justify-self:start;width:100%}.studio-nav-link{flex:1;text-align:center}.studio-user-zone{grid-area:user;gap:6px}.studio-lang-switch{padding:2px;border-radius:10px}.studio-lang-switch .btn{min-height:26px;border-radius:8px;padding:4px 8px;font-size:11px}.studio-credits{font-size:12px;min-height:32px;padding:6px 10px}.studio-topup-open-btn{min-height:32px;padding:6px 9px;font-size:11px}.studio-avatar{width:34px;height:34px}.page.studio-main{width:calc(100% - 20px);padding:18px 0 10px}.page.studio-main.studio-main-with-bottom-nav{padding-bottom:calc(120px + env(safe-area-inset-bottom))}.studio-catalog-header h1,.studio-history-panel h1{font-size:clamp(28px,8vw,36px)}.studio-search-field .search{min-height:50px;font-size:15px}.templates-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px}.template-card .cover{min-height:0}.template-card .item-title{font-size:16px}.template-card-meta{font-size:12px;flex-direction:column;align-items:flex-start}.studio-modal-panel{width:100vw;padding:12px 10px 20px}.studio-topup-backdrop{display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;padding:12px}.studio-topup-panel{max-height:calc(var(--topup-viewport-height, 100dvh) - 2px)}.studio-topup-panel-page{max-height:none}.studio-topup-header{padding:14px 14px 10px}.studio-topup-body{padding:0 14px 10px}.studio-topup-panel-page .studio-topup-body{overflow:visible;padding-bottom:12px}.studio-topup-footer{padding:10px 14px calc(12px + env(safe-area-inset-bottom))}.studio-referral-panel{max-height:calc(var(--topup-viewport-height, 100dvh) - 16px);padding:14px 14px calc(14px + env(safe-area-inset-bottom))}.studio-referral-panel-page{max-height:none;padding:14px;overflow:visible}.studio-topup-packages,.studio-topup-methods,.studio-referral-grid{grid-template-columns:1fr}.studio-topup-actions{grid-template-columns:1fr;gap:8px}.studio-topup-actions .btn{width:100%}}@media(max-width:760px){body{background:#0b0f14;background-repeat:no-repeat}.studio-header.is-telegram{background:#0b0f14f0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.studio-header.is-telegram .studio-header-inner{width:calc(100% - 16px);min-height:62px;row-gap:8px;padding:8px 0 10px}.studio-header.is-telegram .studio-header-inner.studio-header-inner-no-nav{grid-template-columns:1fr auto;grid-template-areas:"brand user";row-gap:0;padding:8px 0}.studio-header.is-telegram .studio-brand{gap:8px;font-size:16px}.studio-header.is-telegram .studio-brand-icon{width:30px;height:30px;border-radius:9px}.studio-header.is-telegram .studio-nav{gap:6px;padding:3px;border-color:#ffffff1a;background:#121826eb}.studio-header.is-telegram .studio-nav-link{padding:8px 10px;font-size:13px;line-height:18px}.studio-header.is-telegram .studio-user-zone{gap:8px;min-width:0;justify-content:flex-end}.studio-header.is-telegram .studio-lang-switch .btn{min-height:26px;padding:4px 8px;font-size:11px}.studio-header.is-telegram .studio-credits{min-height:32px;padding:6px 9px;font-size:11px}.studio-header.is-telegram .studio-topup-open-btn{min-height:32px;padding:6px 8px;font-size:11px}.studio-header.is-telegram .studio-avatar{width:32px;height:32px;font-size:13px}.studio-global-quick-actions{top:calc(8px + env(safe-area-inset-top));right:8px;gap:6px}.studio-global-balance-btn{min-height:32px;padding:6px 9px;font-size:11px}.studio-global-menu-trigger{width:34px;height:34px}.studio-global-menu-trigger-icon{font-size:16px}.studio-global-menu-backdrop{padding:10px 8px calc(8px + env(safe-area-inset-bottom))}.studio-global-menu-panel{border-radius:14px;padding:12px}.studio-global-menu-header h2{font-size:18px}.studio-global-menu-actions{grid-template-columns:1fr}.studio-global-menu-lang-switch .btn{min-width:64px;min-height:34px;padding:6px 12px;font-size:12px}.page.studio-main.is-telegram{width:calc(100% - 16px);padding:14px 0 10px;gap:14px}.page.studio-main.is-telegram.studio-main-with-bottom-nav{padding-bottom:calc(120px + env(safe-area-inset-bottom))}.studio-feed-top-actions{left:10px;right:10px;top:calc(6px + env(safe-area-inset-top));gap:8px}.studio-feed-tools-fab{min-height:34px;padding:6px 10px;font-size:11px}.studio-feed-tools-backdrop{padding:10px}.studio-feed-tools-sheet{border-radius:14px;padding:12px}.page.studio-main.is-telegram .studio-catalog-header h1,.page.studio-main.is-telegram .studio-history-panel h1{font-size:clamp(22px,7vw,30px);line-height:1.12}.page.studio-main.is-telegram .studio-catalog-header p,.page.studio-main.is-telegram .studio-history-subtitle{font-size:13px;line-height:1.45}.page.studio-main.is-telegram .studio-search-field{margin-top:12px}.page.studio-main.is-telegram .studio-search-icon{left:12px;font-size:13px}.page.studio-main.is-telegram .studio-search-field .search{min-height:46px;border-radius:12px;font-size:14px;padding:11px 12px 11px 40px}.page.studio-main.is-telegram .chips{margin-top:10px;flex-wrap:wrap;gap:8px;overflow-x:visible;padding-bottom:2px}.page.studio-main.is-telegram .chip{min-height:34px;padding:7px 12px;font-size:12px;line-height:16px}.page.studio-main.is-telegram .templates-grid{margin-top:14px;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.page.studio-main.is-telegram .item.template-card{border-radius:14px}.page.studio-main.is-telegram .item.template-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #080c1b6b}.page.studio-main.is-telegram .template-card .cover{margin:10px 10px 0}.page.studio-main.is-telegram .cover-fallback-icon{font-size:36px}.page.studio-main.is-telegram .cover-fallback-text{font-size:11px}.page.studio-main.is-telegram .cover-fallback{min-height:176px}.page.studio-main.is-telegram .template-badge{font-size:10px;line-height:14px;padding:3px 8px}.page.studio-main.is-telegram .template-card-content{padding:10px 10px 12px;gap:8px}.page.studio-main.is-telegram .template-card .item-title{font-size:12px;line-height:1.25}.page.studio-main.is-telegram .template-card-meta{flex-direction:row;align-items:center;justify-content:space-between;gap:6px;font-size:12px}.studio-bottom-nav{width:100%;gap:4px;padding:5px 7px calc(6px + env(safe-area-inset-bottom));border-radius:16px 16px 0 0}.studio-bottom-nav-link{min-height:46px;border-radius:12px;padding:4px 3px}.studio-bottom-nav-text{font-size:9.5px}}@media(max-width:520px){.page.studio-main.is-telegram .templates-grid{grid-template-columns:1fr;gap:12px}.page.studio-main.is-telegram .template-card .cover{margin:8px 8px 0}.page.studio-main.is-telegram .cover-fallback{min-height:168px}.page.studio-main.is-telegram{top:16px;left:16px}.free-mode-prompt-input{min-height:74px;font-size:16px}.free-mode-upload-zone{gap:10px}.free-mode-upload-copy strong{font-size:16px}.free-mode-upload-copy span{font-size:13px}.free-mode-upload-preview{display:flex}.free-mode-model-panel{padding:14px;border-radius:18px}.free-mode-ideas-carousel{grid-auto-columns:minmax(142px,152px);gap:8px}.free-mode-style-chip{min-height:36px;padding:7px 12px;font-size:13px}}html.templates-feed-mode,body.templates-feed-mode{--templates-feed-header-offset: 64px;--templates-feed-bottom-offset: 98px;--templates-feed-snap-offset: var(--templates-feed-header-offset);--templates-feed-frame-height: calc(100dvh - var(--templates-feed-header-offset) - var(--templates-feed-bottom-offset));scroll-snap-type:y mandatory;scroll-padding-top:var(--templates-feed-snap-offset)}html.templates-feed-ios.templates-feed-mode,body.templates-feed-ios.templates-feed-mode{--templates-feed-frame-height: calc(var(--templates-feed-ios-vh, 100dvh) - var(--templates-feed-header-offset) - var(--templates-feed-bottom-offset))}html.templates-feed-immersive,body.templates-feed-immersive{--templates-feed-snap-offset: 0px;--templates-feed-frame-height: 100dvh;scroll-snap-type:y mandatory;scroll-padding-top:0}html.templates-feed-ios.templates-feed-immersive,body.templates-feed-ios.templates-feed-immersive{--templates-feed-frame-height: var(--templates-feed-ios-vh, 100dvh);scroll-snap-type:y mandatory}html.templates-feed-touch-controlled,body.templates-feed-touch-controlled,html.templates-feed-touch-controlled.templates-feed-mode,body.templates-feed-touch-controlled.templates-feed-mode,html.templates-feed-touch-controlled.templates-feed-immersive,body.templates-feed-touch-controlled.templates-feed-immersive{width:100%;max-width:100%;scroll-snap-type:none;scroll-padding-top:0;overscroll-behavior-y:none;overflow-anchor:none;background:#070d1a}.studio-catalog-panel.studio-catalog-panel-feed{position:relative;display:grid;gap:0;border:0;background:transparent;box-shadow:none;padding:0}.studio-feed-top-actions{position:fixed;right:12px;top:calc(var(--templates-feed-header-offset, 74px) + 10px);z-index:74;display:flex;align-items:center;justify-content:flex-end;pointer-events:none}.studio-feed-head{left:12px;right:12px;top:calc(8px + env(safe-area-inset-top));z-index:73;display:flex;align-items:center;justify-content:flex-start;gap:12px;padding:0;pointer-events:none}.studio-feed-title{margin:0;color:#eef4ff;font-size:clamp(42px,7.2vw,56px);line-height:.95;font-weight:850;letter-spacing:0;text-shadow:0 8px 24px rgba(3,10,22,.58)}.studio-feed-filter-btn{width:44px;height:44px;border-radius:12px;border:1px solid rgba(126,147,188,.36);background:linear-gradient(180deg,#141e2cdb,#0d141ff0);color:#cfd9ea;display:inline-flex;align-items:center;justify-content:center;font-size:16px;cursor:pointer;box-shadow:0 8px 18px #050a1461;pointer-events:auto}.studio-feed-filter-btn:hover{border-color:#19f0c680;color:#ebf7ff;background:linear-gradient(180deg,#182231e6,#101825fa)}.studio-catalog-panel.studio-catalog-panel-feed .chips{display:none}.studio-feed-tools-backdrop{position:fixed;inset:0;z-index:90;background:#050a148f;display:grid;align-items:end;padding:12px}.studio-feed-tools-sheet{max-height:min(72dvh,680px);overflow:auto;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:#121a2b;padding:14px;box-shadow:0 20px 48px #0409149e}.studio-feed-tools-header{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.studio-feed-tools-header h2{margin:0;color:#f2f7ff;font-size:18px;line-height:1.2}.studio-catalog-panel.studio-catalog-panel-feed .chips{display:flex;margin-top:12px;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;gap:8px;padding:0 2px 6px;scrollbar-width:none;-ms-overflow-style:none}.studio-catalog-panel.studio-catalog-panel-feed .chips::-webkit-scrollbar{display:none}.studio-catalog-panel.studio-catalog-panel-feed .chip{flex:0 0 auto;min-height:34px;border-radius:999px;border:1px solid rgba(126,147,188,.34);background:#101927bd;color:#b9c6dc;font-size:12px;line-height:1.2;font-weight:650;padding:7px 12px}.studio-catalog-panel.studio-catalog-panel-feed .chip.active{border-color:#19f0c68f;background:linear-gradient(180deg,#19f0c62e,#7c5cff1f),#0c1624f2;color:#e9fbff;box-shadow:0 8px 20px #12d6b924}.studio-catalog-panel.studio-catalog-panel-feed .chip-count{color:#8fa2bf}.studio-catalog-panel.studio-catalog-panel-feed .chip.active .chip-count{color:#b9fff0}.templates-grid.templates-vertical-feed{margin-top:0;grid-template-columns:1fr;gap:0;width:min(620px,100%);margin-left:auto;margin-right:auto}html.templates-feed-immersive .templates-grid.templates-vertical-feed,body.templates-feed-immersive .templates-grid.templates-vertical-feed{max-width:100vw;overflow-x:hidden;overflow-x:clip;overscroll-behavior-y:none;touch-action:pan-x}.templates-grid.templates-vertical-feed>.item.template-card.template-card-vertical-feed{scroll-snap-align:start;scroll-snap-stop:always;scroll-margin-top:0;min-height:var(--templates-feed-frame-height)}html.templates-feed-touch-controlled .templates-grid.templates-vertical-feed>.item.template-card.template-card-vertical-feed,body.templates-feed-touch-controlled .templates-grid.templates-vertical-feed>.item.template-card.template-card-vertical-feed{scroll-snap-align:none;scroll-snap-stop:normal}.item.template-card.template-card-vertical-feed{border-radius:16px;overflow:hidden;border-color:#5f719661;background:#10192a;box-shadow:0 16px 32px #04091475,inset 0 0 0 1px #ffffff08}.item.template-card.template-card-vertical-feed:hover{transform:translateY(-2px);border-color:#7c5cff80}.item.template-card.template-card-vertical-feed .cover{margin:0;border:0;border-radius:0;position:relative;aspect-ratio:auto;height:var(--templates-feed-frame-height);overflow:hidden;background:#0a1324}.item.template-card.template-card-vertical-feed .cover:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,#02061773,#0206170d 34%),linear-gradient(0deg,#020617cc,#02061700 42%)}.item.template-card.template-card-vertical-feed .cover img,.item.template-card.template-card-vertical-feed .cover video{width:100%;height:100%;object-fit:contain;object-position:center}.item.template-card.template-card-vertical-feed .template-cover-slider{height:100%;aspect-ratio:auto;background:#0a1324;overscroll-behavior-x:contain;contain:paint}.item.template-card.template-card-vertical-feed .template-cover-slide{height:100%;overflow:hidden;background:#0a1324}.item.template-card.template-card-vertical-feed .template-cover-slide img,.item.template-card.template-card-vertical-feed .template-cover-slide video{width:100%;height:100%;object-fit:contain;object-position:center}.item.template-card.template-card-vertical-feed .template-cover-dots{bottom:108px}html.templates-feed-touch-controlled .item.template-card.template-card-vertical-feed .template-cover-dots,body.templates-feed-touch-controlled .item.template-card.template-card-vertical-feed .template-cover-dots{bottom:calc(228px + env(safe-area-inset-bottom))}.item.template-card.template-card-vertical-feed .cover-fallback{position:absolute;inset:0;min-height:0;height:100%;border-radius:0}.item.template-card.template-card-vertical-feed .template-badge{top:14px;left:14px;z-index:3}.item.template-card.template-card-vertical-feed .template-card-overlay{position:absolute;left:0;right:76px;bottom:0;z-index:3;display:grid;gap:6px;padding:18px 16px calc(74px + env(safe-area-inset-bottom))}.item.template-card.template-card-vertical-feed .template-card-overlay .item-title{margin:0;color:#f7f9ff;font-size:clamp(20px,2.6vw,28px);line-height:1.2;font-weight:750;text-shadow:0 3px 10px rgba(0,0,0,.68)}.item.template-card.template-card-vertical-feed .template-card-overlay .template-card-meta{justify-content:flex-start;color:#e6edff;font-size:14px;line-height:19px;gap:8px}.item.template-card.template-card-vertical-feed .template-card-content{display:none}.page.studio-main.is-telegram .templates-grid.templates-vertical-feed{grid-template-columns:1fr;gap:0}.page.studio-main.is-telegram .item.template-card.template-card-vertical-feed .cover{margin:0;border:0;border-radius:0}.page.studio-main.is-telegram .item.template-card.template-card-vertical-feed .template-badge{top:52px;left:12px}@media(max-width:760px){html.templates-feed-mode,body.templates-feed-mode{--templates-feed-header-offset: 62px;--templates-feed-bottom-offset: 94px}.templates-grid.templates-vertical-feed{width:100%;gap:0}.templates-grid.templates-vertical-feed>.item.template-card.template-card-vertical-feed{min-height:var(--templates-feed-frame-height)}.item.template-card.template-card-vertical-feed{border-radius:16px}.item.template-card.template-card-vertical-feed .cover{height:var(--templates-feed-frame-height)}.item.template-card.template-card-vertical-feed .template-card-overlay{right:70px;padding:14px 12px calc(74px + env(safe-area-inset-bottom))}}@media(max-width:520px){.studio-feed-head{left:8px;right:8px;top:calc(8px + env(safe-area-inset-top))}.studio-feed-title{font-size:36px}.studio-feed-filter-btn{width:38px;height:38px}.studio-feed-top-actions{right:8px;top:calc(var(--templates-feed-header-offset, 78px) + 8px)}html.templates-feed-mode,body.templates-feed-mode{--templates-feed-header-offset: 60px;--templates-feed-bottom-offset: 88px}.templates-grid.templates-vertical-feed>.item.template-card.template-card-vertical-feed{min-height:var(--templates-feed-frame-height)}.item.template-card.template-card-vertical-feed .cover{height:var(--templates-feed-frame-height)}.item.template-card.template-card-vertical-feed .template-card-overlay .item-title{font-size:20px}.item.template-card.template-card-vertical-feed .template-favorite-btn{right:14px;width:42px;height:42px}.studio-bottom-nav{padding:5px 6px calc(5px + env(safe-area-inset-bottom))}.studio-bottom-nav-link{min-height:44px}.studio-bottom-nav-icon{font-size:14px}.studio-bottom-nav-text{font-size:9px}}html.templates-feed-immersive .studio-header,body.templates-feed-immersive .studio-header{transform:translateY(-120%);opacity:0;pointer-events:none;border-color:transparent}html.templates-feed-immersive .page.studio-main,body.templates-feed-immersive .page.studio-main{width:100%;max-width:100%;padding:0;gap:0}html.templates-feed-immersive .templates-grid.templates-vertical-feed,body.templates-feed-immersive .templates-grid.templates-vertical-feed{margin-top:0;width:100%;gap:0}html.templates-feed-immersive .templates-grid.templates-vertical-feed>.item.template-card.template-card-vertical-feed,body.templates-feed-immersive .templates-grid.templates-vertical-feed>.item.template-card.template-card-vertical-feed{min-height:var(--templates-feed-frame-height);border-radius:0;border:0;box-shadow:none;scroll-margin-top:0}html.templates-feed-immersive .item.template-card.template-card-vertical-feed .cover,body.templates-feed-immersive .item.template-card.template-card-vertical-feed .cover{height:var(--templates-feed-frame-height)}html.templates-feed-immersive .item.template-card.template-card-vertical-feed .template-badge,body.templates-feed-immersive .item.template-card.template-card-vertical-feed .template-badge{top:calc(96px + env(safe-area-inset-top))}html.templates-feed-immersive .item.template-card.template-card-vertical-feed .template-card-overlay,body.templates-feed-immersive .item.template-card.template-card-vertical-feed .template-card-overlay{right:76px;padding:18px 16px calc(162px + env(safe-area-inset-bottom))}.page.studio-main.studio-main-templates-route{width:100%;max-width:100%;padding-top:var(--templates-feed-header-offset, 0px);padding-bottom:0}.page.studio-main.is-telegram.studio-main-templates-route{width:100%;padding-top:var(--templates-feed-header-offset, 0px);padding-bottom:calc(var(--templates-feed-bottom-offset, 0px) + env(safe-area-inset-bottom))}.page.studio-main.studio-main-home-redesign-route{width:100%;max-width:100%;padding-top:0}.page.studio-main.is-telegram.studio-main-home-redesign-route{width:100%;padding-top:0;padding-bottom:calc(120px + env(safe-area-inset-bottom));background:#0b0f14}.studio-main-home-redesign-route .studio-catalog-panel-redesign{gap:16px;padding-inline:max(6px,env(safe-area-inset-left)) max(6px,env(safe-area-inset-right))}.studio-main-home-redesign-route .studio-home-topbar{padding-left:max(4px,env(safe-area-inset-left));padding-right:max(2px,env(safe-area-inset-right))}.studio-main-home-redesign-route .studio-template-section+.studio-template-section{margin-top:8px;padding-top:2px}.studio-main-home-redesign-route .template-badge{top:10px;left:10px;right:auto;max-width:calc(100% - 74px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border-color:color-mix(in srgb,var(--accent) 32%,rgba(168,182,212,.28));background:#16203475;color:#e8effbeb;font-size:10px;min-height:24px;display:inline-flex;align-items:center;line-height:14px;padding:2px 7px;text-shadow:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}@media(max-width:760px){.studio-main-home-redesign-route .studio-home-topbar{padding-top:calc(2px + env(safe-area-inset-top));padding-left:0;padding-right:0}.studio-main-home-redesign-route .studio-home-logo{width:88px;height:36px}.studio-main-home-redesign-route .studio-home-balance{min-height:34px;font-size:14px;padding-left:9px}.studio-main-home-redesign-route .studio-home-topbar-actions{gap:6px}.studio-main-home-redesign-route .studio-home-language-btn{min-width:48px;height:34px;padding-inline:8px;font-size:10px}.studio-main-home-redesign-route .studio-home-balance-plus{display:none}.studio-main-home-redesign-route .studio-home-avatar{width:38px;height:38px;font-size:14px}.studio-main-home-redesign-route .studio-home-avatar-dot{width:9px;height:9px;right:0;bottom:0}.studio-main-home-redesign-route .studio-template-section-head h2{font-size:18px;line-height:1.2}.studio-main-home-redesign-route .studio-section-more-btn{font-size:12px;line-height:18px}.studio-main-home-redesign-route .studio-template-carousel .item.template-card:not(.template-card-vertical-feed){flex-basis:var(--carousel-card-width)}.studio-main-home-redesign-route .studio-template-carousel{--carousel-card-width: min(46vw, 228px);--carousel-card-height: min(52vw, 248px);gap:8px}.studio-main-home-redesign-route .studio-template-carousel .template-card-overlay-grid .item-title{font-size:clamp(10.5px,2.8vw,12px)}.studio-main-home-redesign-route .studio-template-carousel .template-card-overlay-grid .template-card-subtitle{font-size:10.5px}}.page.studio-main.is-telegram.studio-main-home-redesign-route .templates-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:8px}.page.studio-main.is-telegram.studio-main-home-redesign-route .item.template-card{align-self:stretch;border-radius:10px}.page.studio-main.is-telegram.studio-main-home-redesign-route .templates-grid .template-card-main{height:100%;display:grid;grid-template-rows:auto 1fr}.page.studio-main.is-telegram.studio-main-home-redesign-route .template-card .cover{margin:0}.page.studio-main.is-telegram.studio-main-home-redesign-route .templates-grid .template-cover-slider{aspect-ratio:16 / 10}.page.studio-main.is-telegram.studio-main-home-redesign-route .templates-grid .template-card .template-cover-slide img,.page.studio-main.is-telegram.studio-main-home-redesign-route .templates-grid .template-card .template-cover-slide video{object-fit:cover;object-position:center}.studio-main-home-redesign-route .studio-template-carousel .template-card .template-cover-slide img,.studio-main-home-redesign-route .studio-template-carousel .template-card .template-cover-slide video{height:100%;object-fit:contain;object-position:center}.page.studio-main.is-telegram.studio-main-home-redesign-route .templates-grid .template-card-overlay-grid{display:none}.page.studio-main.is-telegram.studio-main-home-redesign-route .templates-grid .template-card-content{display:grid;grid-template-rows:auto 32px 1fr;background:#171d24}.page.studio-main.is-telegram.studio-main-home-redesign-route .templates-grid .template-card-meta{align-self:end}.page.studio-main.is-telegram.studio-main-home-redesign-route .templates-grid .template-card-subtitle{color:#9db0c9;font-size:12px;line-height:16px;-webkit-line-clamp:2}.page.studio-main.is-telegram.studio-main-home-redesign-route .studio-bottom-nav,.studio-bottom-nav{bottom:calc(9px + env(safe-area-inset-bottom));width:min(404px,calc(100% - 22px));min-height:62px;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:0;border-radius:18px;border:1px solid rgba(126,147,188,.2);padding:5px 8px 6px;background:linear-gradient(180deg,#121821e6,#090e15fa);box-shadow:0 18px 42px #0000007a,0 0 0 1px #ffffff08 inset}.studio-bottom-nav-link{position:relative;min-height:48px;border:0;border-radius:12px;background:transparent;color:#8b96aa;gap:4px;padding:5px 2px 4px;box-shadow:none}.studio-bottom-nav-link:hover{color:#dbe6f6;background:#ffffff0a}.studio-bottom-nav-link.active{color:#19f0c6;border-color:transparent;background:transparent;box-shadow:none}.studio-bottom-nav-link.active:after{content:none}.studio-bottom-nav-icon{width:18px;height:18px;font-size:18px}.studio-bottom-nav-text{font-size:10px;line-height:1;font-weight:600;color:currentColor}.studio-bottom-nav-link:nth-child(3){place-self:center;width:78px;min-height:48px;height:48px;border:1px solid rgba(58,226,208,.48);border-radius:14px;padding:5px 8px;color:#f5fbff;background:linear-gradient(135deg,#17cdb5,#159fba);transform:none;box-shadow:0 8px 16px #159fba38,0 0 0 4px #19f0c60d}.studio-bottom-nav-link:nth-child(3):hover,.studio-bottom-nav-link:nth-child(3).active{color:#f5fbff;background:linear-gradient(135deg,#17cdb5,#159fba);box-shadow:0 9px 18px #159fba42,0 0 0 4px #19f0c60f}.studio-bottom-nav-link:nth-child(3):after{content:none}.studio-bottom-nav-link:nth-child(3) .studio-bottom-nav-text{display:block;color:#f5fbff;font-size:10px;font-weight:800;text-shadow:0 1px 2px rgba(5,18,24,.45)}.studio-bottom-nav-icon-create{width:auto;height:auto;font-size:17px;line-height:1;filter:drop-shadow(0 1px 2px rgba(4,15,20,.58))}.page.studio-main.studio-main-template-detail{width:min(460px,calc(100% - 14px));padding-top:0;gap:14px}.studio-main-template-detail .template-detail-panel.template-detail-panel-edit{border:0;border-radius:0;background:transparent;box-shadow:none;padding:0 0 calc(18px + env(safe-area-inset-bottom))}.template-detail-panel-edit .detail-head-simple{min-height:42px;margin:0;padding:4px 0 2px;align-items:center}.template-detail-panel-edit .detail-back-link{min-height:36px;border:0;background:transparent;color:#d7dfed;font-size:15px;padding:0}.template-detail-panel-edit .detail-breadcrumb{margin:0;color:#8794a8;font-size:12px;line-height:1.35;text-align:right;max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-detail-panel-edit .studio-template-hero{margin:0;border:1px solid rgba(126,147,188,.16);border-radius:22px;background:radial-gradient(circle at 84% 18%,rgba(25,240,198,.12),transparent 32%),linear-gradient(145deg,#050a11fa,#071222fa 54%,#061018fa);display:grid;gap:16px;position:relative;overflow:hidden;padding:14px;isolation:isolate}.template-detail-panel-edit .studio-template-hero:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.035),transparent 24%),radial-gradient(circle at 18% 84%,rgba(25,240,198,.08),transparent 34%)}.template-detail-panel-edit .studio-template-hero-thumb{order:1;position:relative;z-index:2;width:100%;max-width:none;height:auto;border:1px solid rgba(126,147,188,.18);border-radius:18px;justify-self:stretch;overflow:hidden;background:radial-gradient(circle at 50% 12%,rgba(255,255,255,.08),transparent 32%),#07111f;box-shadow:0 18px 44px #00000047,0 0 0 1px #ffffff06 inset}.template-detail-panel-edit .studio-template-hero-cover-slider,.template-detail-panel-edit .studio-template-hero-cover-slide{width:100%;height:auto;max-height:none;border:0;border-radius:inherit}.template-detail-panel-edit .studio-template-hero-cover-slide{align-items:start;background:linear-gradient(135deg,#0c182bfa,#050c16fa)}.template-detail-panel-edit .studio-template-hero-cover-slide img,.template-detail-panel-edit .studio-template-hero-cover-slide video{width:100%;height:auto;max-height:min(72vh,620px);display:block;object-fit:contain;object-position:center;padding:0}.template-detail-panel-edit .studio-template-hero-main{order:2;position:relative;z-index:2;display:grid;gap:12px;max-width:none;padding:0 2px}.template-detail-panel-edit .studio-template-hero-badges{gap:8px;align-items:center}.template-detail-panel-edit .studio-template-pill{min-height:34px;border-radius:999px;padding:7px 12px;border-color:#7e93bc2e;background:#080f1a94;color:#c5cfdd;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.template-detail-panel-edit .studio-template-pill-link{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-flex;align-items:center;gap:6px}.template-detail-panel-edit .studio-template-favorite-btn{width:fit-content;min-height:34px;border:1px solid rgba(126,147,188,.2);border-radius:999px;background:#080f1a94;color:#dbe6f6;display:inline-flex;align-items:center;gap:8px;padding:7px 12px;font:inherit;font-size:12px;line-height:1;font-weight:800;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.template-detail-panel-edit .studio-template-favorite-btn:hover:not(:disabled),.template-detail-panel-edit .studio-template-favorite-btn.is-active{border-color:#19f0c69e;color:#19f0c6;background:#091c27d1}.template-detail-panel-edit .studio-template-favorite-btn:disabled{opacity:.58;cursor:wait}.template-detail-panel-edit .studio-template-hero-title{margin:0;color:#f8fbff;font-size:clamp(30px,8vw,44px);line-height:1.06;font-weight:850;letter-spacing:0;text-wrap:balance;text-shadow:0 10px 30px rgba(0,0,0,.42)}.template-detail-panel-edit .studio-template-hero-title:first-line{color:#f8fbff}.template-detail-panel-edit .studio-template-hero-description{max-width:520px;margin:0;color:#d8e2f0d1;font-size:16px;line-height:1.48}.template-detail-panel-edit .studio-template-hero-price{order:3;position:relative;z-index:2;min-width:0;display:flex;align-items:center;justify-content:center;gap:10px;border:1px solid rgba(25,240,198,.3);border-radius:14px;background:linear-gradient(135deg,#0a1622e6,#080f1ae6);padding:12px 14px;box-shadow:0 10px 28px #0003,0 0 0 1px #ffffff06 inset}.template-detail-panel-edit .studio-template-hero-price-label{color:#c7d2e4;font-size:14px;line-height:1;text-transform:none;letter-spacing:0}.template-detail-panel-edit .studio-template-hero-price-label:before{content:"🔥 "}.template-detail-panel-edit .studio-template-hero-price strong{color:#f2f7ff;font-size:15px}.template-detail-panel-edit .studio-template-hero-cover-dots{z-index:2;bottom:12px;transform:translate(-50%)}.template-detail-panel-edit .studio-template-layout{margin-top:22px;display:grid;grid-template-columns:1fr;gap:18px}.template-detail-panel-edit .studio-panel{border:0;border-radius:0;background:transparent;box-shadow:none;padding:0}.template-detail-panel-edit .studio-inputs-list{display:grid;gap:10px}.template-detail-panel-edit .studio-section-header{margin-bottom:12px}.template-detail-panel-edit .studio-section-header h3{color:#f4f7ff;font-size:23px;line-height:1.18;letter-spacing:0}.template-detail-panel-edit .studio-input-block,.template-detail-panel-edit .studio-field-block{border:1px solid rgba(126,147,188,.15);border-radius:18px;background:radial-gradient(circle at 82% 0%,rgba(25,240,198,.08),transparent 34%),#09111deb;box-shadow:0 14px 28px #0000003d;padding:16px;gap:12px}.template-detail-panel-edit .studio-inputs-list>:first-child{border-top:1px solid rgba(126,147,188,.15);padding-top:16px}.template-detail-panel-edit .studio-input-block-head h4,.template-detail-panel-edit .studio-field-label{color:#f6f8ff;font-size:16px;line-height:1.35;font-weight:800}.template-detail-panel-edit .studio-input-requirement{flex:0 0 auto;border-color:#7e93bc2e;background:#080f1a8f;color:#9faabd}.template-detail-panel-edit .studio-input-requirement.required{border-color:#7c5cff6b;background:#7c5cff2e;color:#e6ddff}.template-detail-panel-edit .studio-input-helper,.template-detail-panel-edit .studio-field-helper{color:#9faabd;font-size:13px;line-height:1.45}.template-detail-panel-edit .studio-image-stage{display:grid;grid-template-columns:108px minmax(0,1fr);gap:12px;align-items:stretch}.template-detail-panel-edit .studio-upload-preview{width:108px;height:108px;border-radius:13px;border-color:#ffffff24}.template-detail-panel-edit .studio-upload-preview img{width:100%;height:100%;max-height:none;object-fit:cover}.template-detail-panel-edit .studio-image-meta{min-width:0;gap:8px;align-content:center}.template-detail-panel-edit .studio-upload-inline-dropzone,.template-detail-panel-edit .studio-upload-dropzone{min-height:108px;border:1px dashed rgba(126,147,188,.24);border-radius:15px;background:#070e1999;display:grid;place-content:center;gap:5px;text-align:center;cursor:pointer;padding:12px;transition:border-color .15s ease,background-color .15s ease,transform .15s ease}.template-detail-panel-edit .studio-upload-inline-dropzone:hover,.template-detail-panel-edit .studio-upload-dropzone:hover{border-color:#19f0c680;background:#091c27b8;transform:translateY(-1px)}.template-detail-panel-edit .studio-upload-dropzone-icon{width:42px;height:42px;background:#0b1725eb;border:1px solid rgba(126,147,188,.16);color:#19f0c6;font-size:28px;line-height:1;font-weight:300}.template-detail-panel-edit .studio-upload-dropzone-title{color:#f5f8ff;font-size:14px;line-height:1.25;font-weight:800}.template-detail-panel-edit .studio-upload-dropzone-subtitle,.template-detail-panel-edit .studio-upload-status{color:#8f9bad;font-size:12px;line-height:1.3}.template-detail-panel-edit .studio-upload-status{margin:0;font-weight:600}.template-detail-panel-edit .studio-upload-status.uploaded{color:#4ade80}.template-detail-panel-edit .studio-upload-status.default{color:#8fb5d9}.template-detail-panel-edit .studio-upload-loaded-info{min-height:52px;border:1px solid rgba(34,197,94,.24);border-radius:13px;background:#0f201d8f;display:grid;align-content:center;gap:3px;padding:10px 12px}.template-detail-panel-edit .studio-upload-loaded-info .studio-upload-status{margin:0;color:#4ade80;font-size:13px;line-height:1.25;font-weight:800}.template-detail-panel-edit .studio-upload-loaded-info span{min-width:0;color:#98a8bd;font-size:12px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.template-detail-panel-edit .studio-upload-actions{display:flex;flex-wrap:wrap;gap:8px}.template-detail-panel-edit .studio-upload-action-btn{min-height:38px;border-radius:12px;padding:8px 12px;font-size:13px;font-weight:800}.template-detail-panel-edit .studio-field-control{width:100%;min-height:58px;border-radius:14px;border:1px solid rgba(126,147,188,.16);background:#0c1422db;color:#f5f8ff;font-size:15px;padding:0 14px}.template-detail-panel-edit .studio-field-textarea{min-height:92px;padding:14px;resize:vertical}.template-detail-panel-edit .studio-format-block{display:grid;gap:10px;margin-top:10px}.template-detail-panel-edit .studio-format-head{display:grid;gap:0}.template-detail-panel-edit .studio-format-head h4{margin:0;color:#f6f8ff;font-size:20px;line-height:1.18;font-weight:850;letter-spacing:0}.template-detail-panel-edit .studio-format-head span{display:none}.template-detail-panel-edit .studio-format-options{display:flex;gap:9px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding:5px 14px 7px 0;margin:0 -7px 0 0}.template-detail-panel-edit .studio-format-options::-webkit-scrollbar{display:none}.template-detail-panel-edit .studio-format-option{flex:0 0 168px;min-width:0;min-height:64px;border:1px solid rgba(126,147,188,.18);border-radius:13px;background:linear-gradient(180deg,#0c1624f0,#080f1afa);color:#f5f8ff;display:grid;grid-template-columns:32px minmax(0,1fr);align-items:center;gap:10px;padding:10px 12px;text-align:left;cursor:pointer;box-shadow:0 12px 26px #00000038,0 0 0 1px #ffffff05 inset;scroll-snap-align:start;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease,transform .15s ease}.template-detail-panel-edit .studio-format-option:hover{border-color:#19f0c657;transform:translateY(-1px)}.template-detail-panel-edit .studio-format-option.is-selected{border-color:#19f0c6;background:radial-gradient(circle at 18% 0%,rgba(25,240,198,.18),transparent 44%),linear-gradient(180deg,#0a1c27fa,#07111bfa);box-shadow:0 14px 28px #0000003d,0 0 0 1px #19f0c629 inset,0 0 22px #19f0c629}.template-detail-panel-edit .studio-format-option-icon{width:30px;height:34px;border:0;border-radius:0;color:#aab6c8;display:grid;place-items:center;font-size:24px;line-height:1}.template-detail-panel-edit .studio-format-option-icon svg{width:23px;height:23px;stroke:currentColor;stroke-width:22}.template-detail-panel-edit .studio-format-option.is-selected .studio-format-option-icon{color:#19f0c6;box-shadow:none}.template-detail-panel-edit .studio-format-option-icon-shorts{transform:rotate(-8deg)}.template-detail-panel-edit .studio-format-option-text{min-width:0;display:grid;gap:2px}.template-detail-panel-edit .studio-format-option-text strong{color:#f7fbff;font-size:12.5px;line-height:1.12;font-weight:800;white-space:normal;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.template-detail-panel-edit .studio-format-option-text small{color:#8f9bad;font-size:11px;line-height:1.2}.template-detail-panel-edit .studio-summary-column{position:static;top:auto}.template-detail-panel-edit .studio-summary-card{border:1px solid rgba(126,147,188,.16);border-radius:18px;background:radial-gradient(circle at 72% 0%,rgba(139,92,246,.14),transparent 32%),#080f1af5;box-shadow:0 16px 34px #00000042,0 0 0 1px #ffffff05 inset;padding:14px;display:grid;grid-template-columns:minmax(0,1fr);gap:10px;align-items:stretch}.template-detail-panel-edit .studio-summary-header,.template-detail-panel-edit .studio-summary-cost-label{display:none}.template-detail-panel-edit .studio-summary-cost-value{margin:0;min-height:68px;border:1px solid rgba(25,240,198,.48);border-radius:14px;background:#060d19b8;color:#f6fbff;font-size:24px;line-height:1;display:flex;align-items:center;justify-content:center;font-weight:850;letter-spacing:0}.template-detail-panel-edit .studio-summary-balance,.template-detail-panel-edit .studio-summary-time{margin:0;text-align:center;font-size:16px;line-height:1.4}.template-detail-panel-edit .studio-summary-balance.ok{display:none}.template-detail-panel-edit .studio-summary-time{color:#9faabd}.template-detail-panel-edit .studio-summary-card>.studio-summary-time:not(.studio-summary-time-primary){display:none}.template-detail-panel-edit .studio-summary-time-primary{display:none}.template-detail-panel-edit .studio-summary-cta-stack{display:grid;gap:0;min-width:0}.template-detail-panel-edit .studio-summary-actions{display:grid;grid-template-columns:48px minmax(0,1fr);gap:8px;min-width:0}.template-detail-panel-edit .studio-summary-favorite-btn{min-height:68px;border:1px solid rgba(126,147,188,.24);border-radius:16px;background:#060d19b8;color:#dbe6f6;display:grid;place-items:center;padding:0;font-size:17px;cursor:pointer}.template-detail-panel-edit .studio-summary-favorite-btn:hover:not(:disabled),.template-detail-panel-edit .studio-summary-favorite-btn.is-active{border-color:#19f0c69e;color:#19f0c6;background:#091c27d1}.template-detail-panel-edit .studio-summary-favorite-btn:disabled{opacity:.58;cursor:wait}.template-detail-panel-edit .studio-summary-cta{min-height:68px;margin-top:0;border:1px solid rgba(91,233,208,.7);border-radius:16px;background:linear-gradient(135deg,#19f0c6,#36c6ee 54%,#a855f7);color:#f7fbff;font-size:18px;line-height:1.1;font-weight:850;text-shadow:0 1px 2px rgba(4,12,24,.34);box-shadow:0 14px 32px #1bbea261;display:grid;place-content:center;gap:5px;padding:10px 14px;transition:transform .14s ease,box-shadow .14s ease,opacity .14s ease}.template-detail-panel-edit .studio-summary-cta:disabled{opacity:.5;box-shadow:none}.template-detail-panel-edit .studio-summary-cta:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 18px 36px #1bbea275}.template-detail-panel-edit .studio-summary-cta-title{display:block;font-size:18px;line-height:1.12;font-weight:850;white-space:nowrap}.template-detail-panel-edit .studio-summary-cta-subtitle{display:block;color:#ddf1ffd1;font-size:11px;line-height:1.2;font-weight:500;white-space:nowrap}@media(min-width:900px){.template-detail-panel-edit .studio-template-layout{grid-template-columns:1fr}}@media(max-width:420px){.template-detail-panel-edit .studio-template-hero{min-height:0;padding:10px;gap:14px}.template-detail-panel-edit .studio-template-hero-thumb{height:auto}.template-detail-panel-edit .studio-template-hero-cover-slide img,.template-detail-panel-edit .studio-template-hero-cover-slide video{max-height:min(64vh,520px)}.template-detail-panel-edit .studio-template-hero-main{max-width:none}.template-detail-panel-edit .studio-image-stage{grid-template-columns:92px minmax(0,1fr)}.template-detail-panel-edit .studio-upload-preview{width:92px;height:104px}.template-detail-panel-edit .studio-format-options{gap:8px;padding-right:12px}.template-detail-panel-edit .studio-format-option{flex-basis:158px;min-height:60px;grid-template-columns:30px minmax(0,1fr);gap:8px;padding:9px 10px}.template-detail-panel-edit .studio-format-option-icon{width:28px;height:32px}.template-detail-panel-edit .studio-format-option-icon svg{width:22px;height:22px}.template-detail-panel-edit .studio-summary-card{grid-template-columns:minmax(0,1fr);gap:8px;padding:12px}.template-detail-panel-edit .studio-summary-cost-value{min-height:64px;font-size:21px}.template-detail-panel-edit .studio-summary-cta{min-height:64px;padding:9px 10px}.template-detail-panel-edit .studio-summary-actions{grid-template-columns:42px minmax(0,1fr);gap:7px}.template-detail-panel-edit .studio-summary-favorite-btn{min-height:64px;border-radius:14px}.template-detail-panel-edit .studio-summary-cta-title{font-size:16px}.template-detail-panel-edit .studio-summary-cta-subtitle{font-size:9.5px}}*{box-sizing:border-box}html,body,#root{height:100%;min-height:100%}body{margin:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;color:var(--text-primary);background:radial-gradient(circle at 20% 10%,var(--bg-glow-1),transparent 40%),radial-gradient(circle at 82% 14%,var(--bg-glow-2),transparent 42%),radial-gradient(circle at 50% 100%,rgba(2,6,23,.32),transparent 54%),var(--bg-primary);font-family:Inter,Manrope,Segoe UI,SF Pro Text,sans-serif}#root{display:block}
