:root{--zebo-bg:#f6f7fb;--zebo-surface:#fff;--zebo-border:#e4e7ee;--zebo-text:#1a1f2b;--zebo-text-muted:#5b6472;--zebo-brand:#1f3a8a;--zebo-brand-soft:#eef2ff;--zebo-radius:16px;--zebo-radius-sm:10px;--zebo-radius-pill:999px;--zebo-shadow:0 1px 2px #1018280a, 0 8px 24px #1018280f;--zebo-shadow-hover:0 2px 4px #1018280f, 0 16px 40px #1018281f;--zebo-shadow-menu:0 4px 16px #0000001f;--zebo-space-1:4px;--zebo-space-2:8px;--zebo-space-3:12px;--zebo-space-4:16px;--zebo-space-5:24px;--zebo-font:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--zebo-font-size:14px;--zebo-font-weight-bold:700;--zebo-focus-ring:0 0 0 3px color-mix(in srgb, var(--accent) 28%, transparent);--zebo-focus-outline:2px solid color-mix(in srgb, var(--accent) 55%, white);--zebo-role-master:#6d28d9;--zebo-role-master-bg:#f5f3ff;--zebo-role-master-border:#c4b5fd;--zebo-role-teacher:#1d4ed8;--zebo-role-teacher-bg:#eff6ff;--zebo-role-teacher-border:#93c5fd;--zebo-role-student:#047857;--zebo-role-student-bg:#ecfdf5;--zebo-role-student-border:#6ee7b7;--accent:#2563eb}.zebo-shell-header{z-index:40;justify-content:space-between;align-items:center;gap:var(--zebo-space-3);width:100%;min-height:56px;padding:var(--zebo-space-3) var(--zebo-space-5);background:color-mix(in srgb, var(--zebo-surface) 96%, transparent);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:0;border-left:0;border-right:0;border-bottom:1px solid var(--zebo-border);font-family:var(--zebo-font);box-sizing:border-box;border-radius:0;flex-wrap:wrap;margin:0;display:flex;position:sticky;top:0}.zebo-shell-header__left,.zebo-shell-header__right{align-items:center;gap:var(--zebo-space-3);flex-wrap:wrap;min-width:0;display:inline-flex}.zebo-shell-header__nav{align-items:center;gap:var(--zebo-space-2);flex-wrap:wrap;flex:auto;justify-content:center;display:inline-flex}.zebo-tool-pill{border:1px solid var(--zebo-border);background:var(--zebo-surface);border-radius:var(--zebo-radius-pill);box-shadow:var(--zebo-shadow);color:var(--zebo-text);font-weight:700;font-size:var(--zebo-font-size);white-space:nowrap;align-items:center;gap:10px;padding:6px 14px 6px 8px;line-height:1.2;text-decoration:none;display:inline-flex}.zebo-tool-pill__icon{object-fit:contain;background:color-mix(in srgb, var(--accent) 12%, white);border-radius:8px;flex-shrink:0;width:28px;height:28px;display:block}.zebo-tool-pill__name{letter-spacing:-.01em;color:var(--zebo-text);font-weight:800}.zebo-tool-pill__name .accent{color:var(--accent)}.zebo-hub-link{color:var(--zebo-brand);white-space:nowrap;align-items:center;gap:4px;padding:4px 2px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.zebo-hub-link:hover{color:var(--accent);text-decoration:underline}.zebo-user-name{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;max-width:200px;padding:4px 0;font-family:inherit;font-size:14px;font-weight:700;overflow:hidden}.zebo-user-name--master{color:var(--zebo-role-master)}.zebo-user-name--teacher{color:var(--zebo-role-teacher)}.zebo-user-name--student{color:var(--zebo-role-student)}.zebo-role-pill{border-radius:var(--zebo-radius-pill);letter-spacing:.02em;white-space:nowrap;border:1px solid #0000;align-items:center;gap:5px;padding:3px 10px;font-size:12px;font-weight:700;display:inline-flex}.zebo-role-pill:before{content:"";background:currentColor;border-radius:999px;width:7px;height:7px}.zebo-role-pill--master{background:var(--zebo-role-master-bg);border-color:var(--zebo-role-master-border);color:var(--zebo-role-master)}.zebo-role-pill--teacher{background:var(--zebo-role-teacher-bg);border-color:var(--zebo-role-teacher-border);color:var(--zebo-role-teacher)}.zebo-role-pill--student{background:var(--zebo-role-student-bg);border-color:var(--zebo-role-student-border);color:var(--zebo-role-student)}.zebo-user-menu{align-items:center;display:inline-flex;position:relative}.zebo-user-menu__trigger{cursor:pointer;white-space:nowrap;text-overflow:ellipsis;background:0 0;border:none;align-items:center;gap:2px;max-width:220px;padding:4px 0;font-family:inherit;font-size:14px;font-weight:700;display:inline-flex;overflow:hidden}.zebo-user-menu__trigger:focus-visible{box-shadow:var(--zebo-focus-ring);border-radius:4px;outline:none}.zebo-user-menu__trigger--master{color:var(--zebo-role-master)}.zebo-user-menu__trigger--teacher{color:var(--zebo-role-teacher)}.zebo-user-menu__trigger--student{color:var(--zebo-role-student)}.zebo-user-menu__panel{background:var(--zebo-surface);border:1px solid var(--zebo-border);border-radius:var(--zebo-radius-sm);box-shadow:var(--zebo-shadow-menu);z-index:60;min-width:220px;color:var(--zebo-text);padding:8px 0;font-size:13px;position:absolute;top:calc(100% + 6px);right:0}.zebo-user-menu__copy{color:var(--zebo-text-muted);padding:6px 14px;line-height:1.4}.zebo-user-menu__separator{border:none;border-top:1px solid var(--zebo-border);margin:4px 0}.zebo-user-menu__item{text-align:left;cursor:pointer;width:100%;font:inherit;color:var(--zebo-text);background:0 0;border:none;padding:8px 14px;font-size:13px;display:block}.zebo-user-menu__item:hover{background:#f8fafc}.zebo-user-menu__item:focus-visible{background:color-mix(in srgb, var(--accent) 10%, white);outline:none}.zebo-tabs{align-items:center;gap:var(--zebo-space-2);flex-wrap:wrap;display:inline-flex}.zebo-tab{appearance:none;border-radius:var(--zebo-radius-pill);color:var(--zebo-text-muted);font:inherit;cursor:pointer;white-space:nowrap;background:0 0;border:1px solid #0000;align-items:center;gap:6px;padding:8px 14px;font-size:13px;font-weight:700;line-height:1.2;text-decoration:none;transition:background .12s,color .12s,border-color .12s;display:inline-flex}.zebo-tab:hover{background:color-mix(in srgb, var(--accent) 10%, white);color:var(--zebo-text);text-decoration:none}.zebo-tab:focus-visible{box-shadow:var(--zebo-focus-ring);outline:none}.zebo-tab.is-active,.zebo-tab[aria-current=page],.zebo-tab[data-active=true]{background:color-mix(in srgb, var(--accent) 16%, white);color:var(--accent);border-color:color-mix(in srgb, var(--accent) 28%, var(--zebo-border))}.zebo-tab-badge{border-radius:var(--zebo-radius-pill);background:var(--accent);color:#fff;justify-content:center;align-items:center;min-width:1.25rem;height:1.25rem;padding:0 5px;font-size:11px;font-weight:800;display:inline-flex}.zebo-btn{appearance:none;border-radius:var(--zebo-radius-sm);font:inherit;font-size:var(--zebo-font-size);cursor:pointer;box-shadow:var(--zebo-shadow);border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:10px 14px;font-weight:700;line-height:1.2;text-decoration:none;transition:background .12s,border-color .12s,box-shadow .12s,transform .1s;display:inline-flex}.zebo-btn:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.zebo-btn:focus-visible{box-shadow:var(--zebo-shadow), var(--zebo-focus-ring);outline:none}.zebo-btn--primary{background:var(--accent);color:#fff;border-color:color-mix(in srgb, var(--accent) 80%, black)}.zebo-btn--primary:hover:not(:disabled){filter:brightness(.96);box-shadow:var(--zebo-shadow-hover)}.zebo-btn--secondary{background:var(--zebo-surface);color:var(--zebo-text);border-color:var(--zebo-border)}.zebo-btn--secondary:hover:not(:disabled){background:#f8fafc}.zebo-btn--ghost{color:var(--zebo-text-muted);box-shadow:none;background:0 0;border-color:#0000}.zebo-btn--ghost:hover:not(:disabled){background:color-mix(in srgb, var(--accent) 8%, white);color:var(--zebo-text)}.zebo-btn--sm{border-radius:8px;padding:6px 10px;font-size:13px}.zebo-input,.zebo-select,.zebo-textarea{appearance:none;width:100%;font:inherit;font-size:var(--zebo-font-size);border:1px solid var(--zebo-border);border-radius:var(--zebo-radius-sm);background:var(--zebo-surface);color:var(--zebo-text);box-shadow:none;padding:10px 12px;transition:border-color .12s,box-shadow .12s}.zebo-input:focus,.zebo-select:focus,.zebo-textarea:focus,.zebo-input:focus-visible,.zebo-select:focus-visible,.zebo-textarea:focus-visible{border-color:var(--accent);box-shadow:var(--zebo-focus-ring);outline:none}.zebo-textarea{resize:vertical;min-height:120px}.zebo-shell-header--dark{color:#eef3f0;background:#0e1a21;border-bottom-color:#ffffff1f}.zebo-shell-header--dark .zebo-tool-pill{color:#eef3f0;box-shadow:none;background:#ffffff14;border-color:#ffffff24}.zebo-shell-header--dark .zebo-tool-pill__name{color:#eef3f0}.zebo-shell-header--dark .zebo-hub-link{color:color-mix(in srgb, var(--accent) 80%, white)}.zebo-shell-header--dark .zebo-hub-link:hover{color:var(--accent)}.zebo-shell-header--dark .zebo-user-name--master,.zebo-shell-header--dark .zebo-user-menu__trigger--master{color:#c4b5fd}.zebo-shell-header--dark .zebo-user-name--teacher,.zebo-shell-header--dark .zebo-user-menu__trigger--teacher{color:#93c5fd}.zebo-shell-header--dark .zebo-user-name--student,.zebo-shell-header--dark .zebo-user-menu__trigger--student{color:#6ee7b7}.zebo-shell-header--dark .zebo-tab{color:#ffffffb8}.zebo-shell-header--dark .zebo-tab:hover{color:#fff;background:#ffffff1a}.zebo-shell-header--dark .zebo-tab.is-active,.zebo-shell-header--dark .zebo-tab[aria-current=page],.zebo-shell-header--dark .zebo-tab[data-active=true]{background:var(--accent);color:var(--accent-ink,#0f1c24);border-color:#0000}.zebo-shell-header--dark .zebo-user-menu__panel{color:#eef3f0;background:#13232c;border-color:#ffffff24}.zebo-shell-header--dark .zebo-user-menu__copy{color:#ffffffa6}.zebo-shell-header--dark .zebo-user-menu__item{color:#eef3f0}.zebo-shell-header--dark .zebo-user-menu__item:hover{background:#ffffff14}.zebo-shell-header--dark .zebo-user-menu__separator{border-top-color:#ffffff1f}@media (width<=720px){.zebo-shell-header{padding:var(--zebo-space-2) var(--zebo-space-3)}.zebo-shell-header__nav{flex-basis:100%;order:3;justify-content:flex-start}}:root{--text:#4b5563;--text-h:#1a1f2b;--bg:#f6f7fb;--surface:#fff;--border:#e4e7ee;--code-bg:#f1f5f9;--accent:#0d9488;--accent-hover:#0f766e;--accent-bg:#0d94881f;--danger:#dc2626;--warn-bg:#fef3c7;--warn-text:#92400e;--error-bg:#fee2e2;--error-text:#991b1b;--shadow:0 1px 2px #1018280a, 0 8px 24px #1018280f;--radius:16px;--radius-sm:10px;--radius-pill:999px;--sans:"Segoe UI", system-ui, sans-serif;--mono:ui-monospace, Consolas, monospace;font:16px/1.5 var(--sans);color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}body{min-height:100vh;margin:0}#root{min-height:100vh}h1,h2,h3{color:var(--text-h);margin:0 0 .5rem;font-weight:600}h1{font-size:2rem}h2{font-size:1.25rem}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}code{font-family:var(--mono);background:var(--code-bg);border-radius:4px;padding:.15em .4em;font-size:.9em}.muted{color:#6b7280}.hint{color:#6b7280;margin-top:.75rem;font-size:.875rem}.layout{flex-direction:column;min-height:100vh;display:flex}.main{flex:1;width:100%;max-width:960px;margin:0 auto;padding:2rem 1.5rem}.main-full{flex:1}.page-center{text-align:center;place-items:center;min-height:60vh;display:grid}.topbar{background:var(--surface);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.brand{color:inherit;text-decoration:none}.brand-badge{border:1px solid var(--border);background:#ffffffeb;border-radius:999px;align-items:center;gap:.75rem;padding:.45rem .85rem .45rem .5rem;display:inline-flex;box-shadow:0 10px 24px #0f172a14}.brand-icon-shell{background:var(--accent-bg);border-radius:.8rem;flex-shrink:0;justify-content:center;align-items:center;width:2.1rem;height:2.1rem;display:inline-flex}.brand-icon-image{width:1.35rem;height:1.35rem;display:block}.brand-copy{flex-direction:column;min-width:0;line-height:1.05;display:flex}.brand-kicker{text-transform:uppercase;letter-spacing:.12em;color:#6b7280;font-size:.68rem;font-weight:800}.brand-label{color:var(--accent);font-size:1.02rem;font-weight:800}.topbar-actions{align-items:center;gap:1rem;display:flex}.user-badge{color:#6b7280;align-items:center;gap:.5rem;font-size:.875rem;display:inline-flex}.role-pill{letter-spacing:.02em;white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;gap:.3rem;padding:.1rem .55rem;font-size:.72rem;font-weight:700;display:inline-flex}.role-pill-dot{background:currentColor;border-radius:999px;width:6px;height:6px}.role-pill--master{color:#6d28d9;background:#f5f3ff;border-color:#c4b5fd}.role-pill--teacher{color:#1d4ed8;background:#eff6ff;border-color:#93c5fd}.role-pill--student{color:#047857;background:#ecfdf5;border-color:#6ee7b7}.btn{border-radius:var(--radius-sm);font:inherit;cursor:pointer;box-shadow:var(--shadow);border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.6rem 1rem;text-decoration:none;transition:background .15s,border-color .15s,box-shadow .15s;display:inline-flex}.btn:focus-visible{box-shadow:var(--shadow), var(--zebo-focus-ring,0 0 0 3px #0d948847);outline:none}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--accent-hover)}.btn-secondary{background:var(--surface);border-color:var(--border);color:var(--text-h)}.btn-secondary:hover:not(:disabled){background:var(--code-bg)}.btn-ghost{color:var(--text);background:0 0}.btn-ghost:hover:not(:disabled){background:var(--code-bg)}.btn-danger{color:var(--danger)}.alert{border-radius:var(--radius);margin-bottom:1rem;padding:.875rem 1rem}.alert-error{background:var(--error-bg);color:var(--error-text)}.alert-warn{background:var(--warn-bg);color:var(--warn-text)}.page-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;display:flex}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);margin-bottom:1.25rem;padding:1.5rem}label{color:var(--text-h);flex-direction:column;gap:.35rem;margin-bottom:1rem;font-size:.875rem;font-weight:500;display:flex}input,select,textarea{font:inherit;border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);color:var(--text-h);padding:.65rem .75rem}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:var(--zebo-focus-ring,0 0 0 3px #0d948847);outline:none}textarea{resize:vertical;min-height:120px}.film-prompt-panel{flex-direction:column;gap:.85rem;display:flex}.film-prompt-panel textarea.film-prompt-input{box-sizing:border-box;width:100%;min-height:16rem;display:block}.film-prompt-head{align-items:center;gap:.5rem;display:flex}.film-prompt-head h2{margin:0}.film-info-btn{color:#0f766e;cursor:pointer;background:#fff;border:2px solid #0f766e;border-radius:999px;width:1.6rem;height:1.6rem;padding:0;font-size:.9rem;font-weight:800;line-height:1}.film-info-btn:hover,.film-info-btn[aria-expanded=true]{color:#fff;background:#0f766e}.film-prompt-info{margin:0}.film-title-input{min-height:unset;box-sizing:border-box;width:100%;font-size:1.05rem;font-weight:600}.film-project-shell{margin-bottom:1rem}.film-project-bar{flex-wrap:wrap;align-items:flex-end;gap:.65rem .85rem;margin-bottom:.75rem;display:flex}.film-project-title{flex:14rem;margin-bottom:0}.film-project-title-label{font-size:.8rem;font-weight:600}.film-save-status{color:#0f766e;white-space:nowrap;font-size:.85rem;font-weight:700}.film-save-status.is-saving{color:#64748b;font-weight:500}.film-save-status.is-error{color:var(--danger,#b91c1c)}.editor-page-title{margin-bottom:.35rem}.editor-page-title .film-title-input{font-size:1.35rem}.library-card-title-link{color:inherit;text-decoration:none}.library-card-title-link:hover{text-decoration:underline}.film-draft-modes{border:none;gap:.5rem;margin:0;padding:0;display:grid}.film-draft-modes legend{color:var(--text-h);margin-bottom:.35rem;font-weight:700}.film-draft-mode{cursor:pointer;background:#fff;border:2px solid #99f6e4;border-radius:10px;flex-direction:row;align-items:flex-start;gap:.55rem;margin:0;padding:.65rem .75rem;display:flex}.film-draft-mode.is-on{border-color:#0f766e}.film-draft-mode span{flex-direction:column;gap:.1rem;display:flex}.film-questions{gap:.65rem;display:grid}.settings-lang-only{max-width:22rem}.login-lang-row{justify-content:flex-end;margin-bottom:.75rem;display:flex}.lang-switcher{color:#6b7280;align-items:center;gap:.4rem;font-size:.8125rem;display:inline-flex}.lang-switcher select{border:1px solid var(--border);background:var(--surface);min-height:36px;color:var(--text-h);border-radius:8px;padding:.25rem .5rem}.lang-switcher--topbar{color:#6b7280}.lang-switcher--slideshow{color:#94a3b8}.lang-switcher--slideshow select{color:#e2e8f0;background:#1e293b;border-color:#475569;min-height:32px}html[dir=rtl] .topbar,html[dir=rtl] .slideshow-topbar{direction:rtl}.login-page{background:linear-gradient(135deg,#ecfdf5 0%,#f8fafc 50%,#f0fdfa 100%);place-items:center;min-height:100vh;padding:2rem 1rem;display:grid}.login-card{background:var(--surface);width:100%;max-width:440px;box-shadow:var(--shadow);border:1px solid var(--border);border-radius:16px;padding:2rem}.login-subtitle{color:#6b7280;margin-bottom:1.5rem}.login-section h2{margin-bottom:.75rem;font-size:1rem}.student-form{margin-top:.5rem}.divider{color:#9ca3af;align-items:center;gap:1rem;margin:1.5rem 0;font-size:.875rem;display:flex}.divider:before,.divider:after{content:"";background:var(--border);flex:1;height:1px}.header-actions{flex-wrap:wrap;gap:.5rem;display:flex}.breadcrumb{flex-wrap:wrap;align-items:center;gap:.25rem;margin-bottom:1.25rem;font-size:.9rem;display:flex}.breadcrumb-link{font:inherit;color:var(--accent);cursor:pointer;background:0 0;border:none;padding:0;text-decoration:underline}.breadcrumb-sep{color:#9ca3af;margin:0 .15rem}.library-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.library-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem}.folder-card{flex-direction:column;gap:.75rem;display:flex}.folder-open{font:inherit;text-align:left;cursor:pointer;color:inherit;background:0 0;border:none;align-items:center;gap:.75rem;padding:0;display:flex}.folder-open h3{margin:0}.folder-icon{font-size:1.75rem;line-height:1}.library-card-actions{flex-wrap:wrap;gap:.35rem;display:flex}.btn-sm{padding:.35rem .65rem;font-size:.8125rem}.empty-state-actions{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.modal-backdrop{z-index:100;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--radius);width:100%;max-width:420px;box-shadow:var(--shadow);border:1px solid var(--border);padding:1.5rem}.modal h2{margin-top:0;margin-bottom:.5rem}.modal-actions{justify-content:flex-end;gap:.5rem;margin-top:1.25rem;display:flex}.dashboard .empty-state{text-align:center;background:var(--surface);border-radius:var(--radius);border:1px dashed var(--border);padding:4rem 2rem}.dashboard-story-cta{border-radius:var(--radius);background:#ecfdf5;border:2px solid #0f766e;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1rem 1.25rem;display:flex}.dashboard-story-cta p{color:#0f172a;margin:0;font-size:1.05rem}.dashboard-story-cta strong{margin-bottom:.15rem;font-size:1.2rem;display:block}.btn-story-studio{color:#fff;background:#0f766e;border-color:#0f766e;padding:.65rem 1.15rem;font-size:1.05rem;font-weight:700}.btn-story-studio:hover:not(:disabled){color:#fff;background:#115e59;border-color:#115e59}.btn-story-studio.btn-sm{padding:.45rem .9rem;font-size:.95rem}.dialog-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.dialog-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem;position:relative}.dialog-lang-flag{filter:drop-shadow(0 1px 2px #0f172a2e);pointer-events:none;-webkit-user-select:none;user-select:none;align-items:center;line-height:1;display:inline-flex;position:absolute;top:.65rem;right:.65rem}.dialog-card h3,.dialog-card>div>strong{padding-right:3rem}.dialog-lang-flag-inline{vertical-align:middle;align-items:center;margin-right:.2em;display:inline-flex}.lang-flag-img{object-fit:cover;vertical-align:middle;border-radius:2px;flex-shrink:0;display:inline-block;box-shadow:0 0 0 1px #0f172a14}.lang-flag-img--sm{width:1rem;height:.75rem}.lang-flag-img--md{width:1.35rem;height:1rem}.lang-flag-img--lg{width:2.25rem;height:1.7rem}.lang-select-row{align-items:center;gap:.5rem;display:flex}.lang-select-row select{flex:1;min-width:0}.dialog-card--public{flex-direction:column;gap:.75rem;list-style:none;display:flex}.explore-page{max-width:1100px;margin:0 auto}.explore-breadcrumbs{flex-wrap:wrap;align-items:center;gap:.25rem;margin:1rem 0;display:flex}.explore-breadcrumbs__sep{color:#94a3b8;margin:0 .15rem}.explore-folder-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;margin:1.5rem 0;display:grid}.explore-folder-card{border:1px solid var(--border,#e2e8f0);border-radius:var(--radius,12px);cursor:pointer;text-align:center;background:#fff;flex-direction:column;align-items:center;gap:.65rem;padding:1.25rem 1rem;transition:box-shadow .15s,border-color .15s;display:flex}.explore-folder-card:hover{border-color:#7c3aed;box-shadow:0 4px 14px #7c3aed1f}.explore-folder-card__icon{font-size:2rem}.explore-folder-card__name{font-size:1rem;font-weight:600}.lang-pair-flags{align-items:center;gap:.35rem;display:inline-flex}.lang-pair-flags__arrow{color:#64748b;font-size:.9rem}.explore-item-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.25rem;margin:1.5rem 0;display:grid}.explore-item-card{border:1px solid var(--border,#e2e8f0);border-radius:var(--radius,12px);background:#fff;flex-direction:column;display:flex;overflow:hidden}.explore-item-card__thumb-link{aspect-ratio:16/9;background:#0f172a;display:block}.explore-item-card__thumb{object-fit:cover;width:100%;height:100%;display:block}.explore-item-card__thumb--placeholder{color:#94a3b8;justify-content:center;align-items:center;height:100%;font-size:2.5rem;display:flex}.explore-item-card__body{flex-direction:column;flex:1;gap:.5rem;padding:.85rem 1rem 1rem;display:flex}.explore-item-card__title{margin:0;font-size:1rem}.explore-item-card__actions{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.explore-admin-panel{border-radius:var(--radius,12px);background:#f5f3ff;border:1px solid #c4b5fd;margin:1rem 0 1.5rem;padding:1rem}.explore-admin-form{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.explore-admin-row{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.explore-admin-row .input{flex:1;min-width:140px}.explore-admin-item{border-top:1px solid #e2e8f0;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.5rem 0;display:flex}.explore-watch{max-width:900px;margin:0 auto}.explore-watch__video{border-radius:var(--radius,12px);background:#000;width:100%;max-height:70vh;margin:1rem 0}.explore-watch__poster{object-fit:contain;border-radius:var(--radius,12px);width:100%;max-height:50vh;margin:1rem 0}.explore-watch__actions{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.explore-back{margin-top:1.5rem}.dialog-meta-panel .dialog-meta-pre{white-space:pre-wrap;border-radius:var(--radius);background:#f1f5f9;max-height:12rem;margin:.5rem 0 1rem;padding:.75rem 1rem;font-size:.875rem;overflow-y:auto}.dialog-meta-label{margin-bottom:.35rem;font-size:.875rem;font-weight:600;display:block}.dialog-meta-hint{margin-top:.5rem;font-size:.8125rem}.visual-brief-panel{flex-direction:column;gap:.85rem;margin-top:1.25rem;display:flex}.visual-brief-lead{margin:0 0 .5rem;font-size:.9rem}.visual-brief-q{border-radius:var(--radius);border:1px solid #e2e8f0;margin:0 0 .65rem;padding:.65rem .85rem}.visual-brief-q legend{padding:0 .25rem;font-size:.875rem;font-weight:600}.visual-brief-test-img{border-radius:var(--radius);width:min(280px,100%);height:auto;margin:.5rem 0;display:block}.visual-brief-test textarea{width:100%}.visual-brief-test-actions{flex-wrap:wrap;gap:.5rem;margin-top:.5rem;display:flex}.visual-brief-ok{margin:0}.create-image-direction{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.create-image-direction textarea{width:100%}.create-image-direction-hint{font-size:.8125rem}.speaker-gender-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;margin-top:.5rem;display:grid}.speaker-gender-row{border-radius:var(--radius);border:1px solid var(--border);background:#f8fafc;justify-content:space-between;align-items:center;gap:.75rem;padding:.5rem .75rem;display:flex}.speaker-gender-name{font-size:.9375rem;font-weight:600}.dialog-meta{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.dialog-card-actions{flex-wrap:wrap;gap:.5rem;display:flex}.settings-row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.mode-tabs{flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;display:flex}.mode-tab{border:1px solid var(--border);background:var(--surface);cursor:pointer;font:inherit;border-radius:999px;padding:.5rem 1rem}.mode-tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.button-row{flex-wrap:wrap;gap:.75rem;display:flex}.inline-row{align-items:end;gap:.5rem;display:flex}.inline-row select{flex:1;margin-bottom:0}.inline-row .btn{white-space:nowrap;margin-bottom:1rem}.listening{animation:1s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.chat-window{border:1px solid var(--border);border-radius:var(--radius);background:var(--code-bg);min-height:240px;max-height:360px;margin-bottom:1rem;padding:1rem;overflow-y:auto}.chat-empty{font-size:.875rem}.chat-bubble{border-radius:12px;max-width:85%;margin-bottom:.5rem;padding:.65rem .875rem;font-size:.9375rem}.chat-user{background:var(--accent);color:#fff;margin-left:auto}.chat-assistant{background:var(--surface);border:1px solid var(--border)}.chat-input-row{gap:.5rem;display:flex}.chat-input-row input{flex:1;margin-bottom:0}.share-panel .share-hint{max-width:52rem;margin:-.5rem 0 1rem}.share-link-row{flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem;display:flex}.share-link-input{flex:1;min-width:12rem;margin-bottom:0;font-size:.875rem}.share-active{flex-direction:column;align-items:flex-start;gap:.25rem;display:flex}.share-import-page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;padding:2rem 1rem;display:flex}.share-import-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:100%;max-width:640px;box-shadow:var(--shadow);padding:2rem}.share-import-badge{text-transform:uppercase;letter-spacing:.04em;color:var(--accent);margin:0 0 .5rem;font-size:.75rem;font-weight:600;display:inline-block}.share-preview{border-top:1px solid var(--border);margin:1.5rem 0;padding-top:1rem}.share-preview h3{margin:0 0 .75rem;font-size:1rem}.share-import-actions{flex-wrap:wrap;gap:.5rem;display:flex}.panel h2{margin:0 0 1.25rem;font-size:1.05rem}.toolbar-panel .toolbar-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1.5rem;display:grid}.tool-group{flex-direction:column;gap:.5rem;min-width:0;display:flex}.tool-label{color:#6b7280;font-size:.8125rem;font-weight:600;line-height:1.3}.tool-controls{align-items:stretch;gap:.5rem;display:flex}.tool-controls select{flex:1;min-width:0;margin-bottom:0}.tool-controls .btn{white-space:nowrap;flex-shrink:0;margin-bottom:0}.tool-controls--single .btn{white-space:normal;text-align:center;flex:1;min-width:0}.tool-controls--stack{flex-direction:column;align-items:stretch;width:100%}.tool-controls--stack .btn{width:100%}.section-header{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;margin-bottom:1rem;display:flex}.section-header h2{flex:auto;min-width:0;margin:0}.section-actions{flex-wrap:wrap;gap:.5rem;margin-left:auto;display:flex}.line-thumb{object-fit:cover;border:1px solid var(--border);border-radius:6px;flex-shrink:0;width:80px;height:54px}.dialog-line{background:var(--code-bg);border-radius:8px;align-items:flex-start;gap:.75rem;padding:.75rem;display:flex}.dialog-line-body{flex:1;min-width:0}.section-image{object-fit:cover;border-radius:var(--radius);width:100%;max-height:320px;margin-bottom:1rem}.dialog-lines{flex-direction:column;gap:1rem;display:flex}.speaker{color:var(--accent);margin-bottom:.35rem;font-size:.875rem;display:block}.birkenbihl-line{overflow-x:auto}.birkenbihl-line--rtl .birkenbihl-words{direction:rtl;justify-content:flex-start}.birkenbihl-words{flex-wrap:wrap;align-items:flex-end;gap:.25rem .5rem;display:flex}.birkenbihl-word{text-align:center;unicode-bidi:isolate;flex-direction:column;align-items:center;min-width:1.5rem;display:inline-flex}.birkenbihl-top{color:var(--text-h);font-size:1rem}.birkenbihl-roman{color:#9ca3af;margin-top:.1rem;font-size:.7rem;font-style:italic;line-height:1.2}.birkenbihl-bottom{color:#6b7280;border-top:1px solid var(--border);unicode-bidi:isolate;width:100%;margin-top:.15rem;padding-top:.15rem;font-size:.75rem}.dialog-line-text[dir=rtl]{text-align:right}.word-highlight{background:#fef08a;border-radius:4px;padding:0 2px}.slideshow-page{color:#e2e8f0;background:#0f172a;flex-direction:column;height:100dvh;max-height:100dvh;display:flex;overflow:hidden}.slideshow-topbar{border-bottom:1px solid #334155;flex-shrink:0;justify-content:space-between;align-items:center;gap:.75rem;padding:.45rem 1rem;display:flex}.slideshow-topbar-end{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.slideshow-back{color:#cbd5e1!important}.slideshow-title{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-weight:600;overflow:hidden}.slideshow-counter{color:#94a3b8;white-space:nowrap;font-size:.875rem}.slideshow-tts-hint{flex-shrink:0;margin:0 1rem .35rem;font-size:.8125rem}.slideshow-cloud-tts{color:#86efac;flex-shrink:0;margin:0 1rem .25rem;font-size:.75rem}.slideshow-audio-count{color:#94a3b8}.slideshow-export-bar{flex-wrap:wrap;flex-shrink:0;gap:.5rem;margin:0 1rem .5rem;display:flex}.slideshow-stage{flex-direction:column;flex:1;align-items:stretch;width:100%;min-height:0;display:flex;overflow:hidden}.slideshow-image-wrap{background:#020617;flex:auto;justify-content:center;align-items:center;width:100%;min-height:0;padding:.35rem .75rem .15rem;display:flex;overflow:hidden}.pinch-zoom-viewport{touch-action:none;width:100%;height:100%;min-height:inherit;justify-content:center;align-items:center;display:flex;overflow:hidden}.pinch-zoom-inner{transform-origin:50%;will-change:transform;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.slideshow-image-zoom{width:100%;height:100%;min-height:0}.slideshow-image-kenburns{aspect-ratio:16/9;justify-content:center;align-items:center;width:100%;max-width:min(100%,1200px);height:100%;max-height:100%;margin:0 auto;display:flex}.slideshow-image-kenburns .slideshow-image{object-fit:contain;border-radius:var(--radius);width:100%;max-width:100%;height:100%;max-height:100%;display:block}@keyframes kenburns-portrait{0%{transform:scale(.97)}to{transform:scale(1)}}.slideshow-kenburns--portrait{animation:linear forwards kenburns-portrait}.slideshow-kenburns--still{transform:scale(1)}.slideshow-image{object-fit:contain;border-radius:var(--radius);width:auto;max-width:100%;height:auto;max-height:100%}.slideshow-image-placeholder{aspect-ratio:16/9;color:#64748b;border-radius:var(--radius);background:#1e293b;justify-content:center;align-items:center;width:100%;max-width:min(100%,1200px);height:100%;font-size:1.25rem;display:flex}.slideshow-preview{flex-direction:column;flex:none;align-items:center;gap:0;width:100%;max-width:min(100%,1100px);min-height:0;max-height:none;margin:0 auto;padding:.35rem .75rem .25rem;display:flex;overflow:hidden}.slideshow-preview.pinch-zoom-viewport{align-items:stretch;height:auto;min-height:0}.slideshow-preview .pinch-zoom-inner{flex-direction:column;align-items:center;width:100%;height:auto}.slideshow-preview-line{border-radius:var(--radius);text-align:center;background:#1e293b;border:2px solid #0000;width:100%;max-width:100%;padding:.65rem 1rem;transition:border-color .2s}.slideshow-preview .birkenbihl-words{justify-content:center;gap:.65rem .85rem}.slideshow-preview .birkenbihl-line--rtl .birkenbihl-words{justify-content:center}.slideshow-preview .birkenbihl-top{font-size:clamp(1.35rem,2.8vw,2rem);font-weight:600;line-height:1.25}.slideshow-preview .birkenbihl-roman{font-size:clamp(.85rem,1.6vw,1.05rem);line-height:1.2}.slideshow-preview .birkenbihl-bottom{font-size:clamp(1rem,2vw,1.25rem);line-height:1.25}.slideshow-preview .dialog-line-text{font-size:clamp(1.35rem,2.8vw,2rem);line-height:1.3}.slideshow-script-toggles{border-radius:var(--radius);border:1px solid #334155;margin:.5rem 0 0;padding:.65rem .75rem .35rem}.slideshow-script-toggles legend{color:#94a3b8;padding:0 .35rem;font-size:.8rem}.slideshow-preview-line strong{color:#a5b4fc;text-align:center;margin-bottom:.35rem;font-size:.95rem;display:block}.slideshow-zoom-hint{text-align:center;flex-shrink:0;margin:0 1rem .35rem;font-size:.75rem}.slideshow-tools{box-shadow:none;background:0 0;border:none;margin:0 1rem .5rem;padding:0}.slideshow-tools-summary{cursor:pointer;border-radius:var(--radius);background:#1e293b;border:1px solid #334155;padding:.5rem .75rem;font-weight:600;list-style:none}.slideshow-tools[open] .slideshow-tools-summary{margin-bottom:.5rem}.slideshow-tools .slideshow-settings{margin:0}.slideshow-voice-panel{background:#1e293b;border:1px solid #334155;margin:.5rem 0 0;padding:.75rem}.slideshow-voice-title{color:#e2e8f0;margin:0 0 .35rem;font-size:.95rem}.slideshow-voice-hint{margin:0 0 .75rem;font-size:.8rem}.slideshow-voice-grid{flex-direction:column;gap:.75rem;display:flex}.slideshow-voice-card{border-radius:var(--radius);background:#0f172a;border:1px solid #334155;padding:.65rem}.slideshow-voice-card-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.slideshow-voice-field{flex-direction:column;gap:.25rem;margin-top:.4rem;font-size:.8125rem;display:flex}.slideshow-voice-field select,.slideshow-voice-field input{color:#f1f5f9;background:#1e293b;border:1px solid #475569;border-radius:8px;min-height:40px;padding:.4rem .5rem}.slideshow-controls--dock .slideshow-nav-row{justify-content:center;align-items:center;gap:.5rem;width:100%;display:flex}.slideshow-controls--dock .slideshow-playback-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;width:100%;display:flex}.slideshow-controls--dock .slideshow-rate{flex:1;min-width:0;margin:0}.slideshow-nav-btn.is-active{background:#312e81;border-color:#6366f1}.slideshow-preview-line.is-active{border-color:#6366f1}.slideshow-preview-line .dialog-line-text,.slideshow-preview-line .birkenbihl-top{color:#f1f5f9}.slideshow-preview-line .birkenbihl-bottom{color:#94a3b8;border-color:#475569}.slideshow-preview-line .word-highlight{color:#fef08a;background:#854d0e}.slideshow-done-hint{color:#94a3b8;text-align:center;padding:1rem}.slideshow-controls{border-top:1px solid #334155;flex-wrap:wrap;flex-shrink:0;justify-content:center;align-items:center;gap:1.25rem;padding:1rem 1.5rem;display:flex}.slideshow-page:has(.slideshow-controls--dock){padding-bottom:0}.slideshow-controls.slideshow-controls--dock{z-index:10;box-shadow:none;background:#0f172a;border-top:1px solid #334155;flex-direction:column;flex-shrink:0;gap:.35rem;padding:.45rem .75rem;position:relative;bottom:auto}.slideshow-nav-btn{min-width:3rem;padding:.5rem 1rem;font-size:1.25rem}.slideshow-play-btn{min-width:3rem;padding:.5rem 1.25rem;font-size:1.25rem}.slideshow-playback{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.slideshow-rate{color:#cbd5e1;align-items:center;gap:.5rem;margin-bottom:0;font-size:.875rem;display:flex}.slideshow-rate input[type=range]{accent-color:#6366f1;width:120px}.slideshow-rate-value{color:#94a3b8;font-variant-numeric:tabular-nums;min-width:3rem}.slideshow-settings{flex-direction:column;gap:.5rem;margin-bottom:.75rem;padding:.75rem 1rem;display:flex}.slideshow-setting{align-items:flex-start;gap:.5rem}.slideshow-setting-hint{font-size:.8rem}.slideshow-setting-note{margin:0;font-size:.8rem}.tool-group--stack{flex-direction:column;align-items:stretch}.tool-checkbox{margin-top:.35rem;font-size:.875rem}.cost-dialog-backdrop{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.cost-dialog{width:100%;max-width:420px;margin:0}.cost-dialog-items{margin:1rem 0;padding:0;list-style:none}.cost-dialog-items li{border-bottom:1px solid var(--border);justify-content:space-between;gap:1rem;padding:.35rem 0;display:flex}.cost-dialog-total{justify-content:space-between;margin:.75rem 0 0;font-size:1rem;display:flex}.cost-dialog-note{margin:.5rem 0 0;font-size:.8rem}.cost-dialog-actions{justify-content:flex-end;gap:.5rem;margin-top:1.25rem;display:flex}.slideshow-export-info{margin:0 0 .5rem;font-size:.85rem;line-height:1.45}.slideshow-checkbox,.slideshow-playback label{color:#cbd5e1;margin-bottom:0;font-size:.875rem}.checkbox-label{align-items:center;flex-direction:row!important;gap:.5rem!important}.google-btn{width:100%;padding:.75rem 1rem;font-weight:500}@media (width<=640px){.main{max-width:100%;padding:1rem .75rem}h1{font-size:1.5rem}.btn{min-height:44px;padding:.65rem 1rem;font-size:1rem}.btn-sm{min-height:40px}.settings-row{grid-template-columns:1fr}.page-header{flex-direction:column;align-items:stretch;gap:.75rem}.page-header .btn{text-align:center;width:100%}.topbar{flex-wrap:wrap;gap:.5rem;padding:.75rem}.mode-tabs{flex-wrap:wrap;gap:.35rem}.mode-tab{flex:auto;min-height:44px}.chat-input-row{flex-direction:column;align-items:stretch}.chat-input-row input{width:100%;min-height:44px}.chat-input-row .btn{width:100%}.button-row{flex-direction:column}.button-row .btn{width:100%}.toolbar-panel .toolbar-grid{grid-template-columns:1fr}.tool-controls{flex-wrap:wrap}.tool-controls select{flex:1;min-width:0;min-height:44px}.section-header{flex-direction:column;align-items:stretch}.section-actions{flex-wrap:wrap;width:100%;margin-left:0}.section-actions .btn{flex:45%;min-width:0}.dialog-line{flex-direction:column;align-items:stretch}.line-thumb{width:100%;max-width:100%;height:auto;margin-top:.5rem}.speaker-gender-grid{grid-template-columns:1fr}.speaker-gender-row{flex-direction:column;gap:.35rem;display:flex}.speaker-gender-row select{width:100%;min-height:44px}.layout:has(.slideshow-page){height:100dvh;min-height:100dvh;overflow:hidden}.main-full:has(.slideshow-page){flex:1;min-height:0;overflow:hidden}.slideshow-page{height:100dvh;max-height:100dvh;padding-bottom:calc(5.75rem + env(safe-area-inset-bottom));overflow:hidden}.slideshow-stage{flex:auto;min-height:0}.slideshow-topbar{flex-wrap:wrap;gap:.35rem;padding:.35rem .65rem}.slideshow-topbar-end{justify-content:space-between;width:100%}.slideshow-title{font-size:.9rem}.slideshow-settings.panel{margin:0 .5rem;padding:.75rem}.slideshow-export-block{margin:0 .5rem}.slideshow-export-bar{flex-direction:column;gap:.5rem;margin:0 .5rem .75rem}.slideshow-export-bar .btn{width:100%}.slideshow-cloud-tts,.slideshow-tts-hint{margin-left:.5rem;margin-right:.5rem;font-size:.75rem}.slideshow-image-wrap{flex:auto;max-width:100%;min-height:0;padding:.25rem .5rem}.slideshow-image-zoom{min-height:0}.slideshow-image-kenburns{max-width:100%}.slideshow-preview{flex:none;width:100%;max-width:100%;max-height:none;padding:.35rem .55rem .15rem;overflow:hidden}.slideshow-preview .birkenbihl-top{font-size:clamp(1.2rem,5vw,1.65rem)}.slideshow-preview .birkenbihl-roman{font-size:clamp(.78rem,3.2vw,.95rem)}.slideshow-preview .birkenbihl-bottom{font-size:clamp(.9rem,3.8vw,1.1rem)}.slideshow-zoom-hint{display:none}.slideshow-tools{margin:0 .5rem}.slideshow-controls.slideshow-controls--dock{z-index:30;padding:.4rem .65rem;padding-bottom:max(.4rem, env(safe-area-inset-bottom));background:#0f172a;border-top:1px solid #334155;gap:.25rem;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -8px 24px #020617a6}.slideshow-controls.slideshow-controls--dock .slideshow-nav-btn,.slideshow-controls.slideshow-controls--dock .slideshow-play-btn{min-width:44px;min-height:44px;padding:.35rem .5rem;font-size:1.1rem}.slideshow-controls.slideshow-controls--dock .slideshow-playback-row{gap:.5rem}.slideshow-controls.slideshow-controls--dock .slideshow-checkbox{font-size:.8rem}.slideshow-preview-line{padding:.65rem .75rem}.slideshow-controls:not(.slideshow-controls--dock){flex-direction:column;gap:.75rem;padding:.75rem}.dialog-meta-pre{max-height:10rem}.create-image-direction textarea{min-height:5rem}}@media (width<=380px){.section-actions .btn{flex:100%}.birkenbihl-word{min-width:0}}.user-role{opacity:.75;font-size:.85em;font-weight:400}.classes-layout{grid-template-columns:minmax(200px,280px) 1fr;align-items:start;gap:1rem;display:grid}.classes-list{flex-direction:column;gap:.35rem;display:flex}.class-item{text-align:left;color:inherit;cursor:pointer;background:#1e293b;border:1px solid #334155;border-radius:8px;flex-direction:column;gap:.25rem;padding:.75rem;display:flex}.class-item.active{background:#0f172a;border-color:#38bdf8}.class-detail{padding:1rem}.data-table{border-collapse:collapse;width:100%}.data-table th,.data-table td{text-align:left;border-bottom:1px solid #334155;padding:.5rem .35rem}.class-folder-card .folder-open{width:100%}.alert-info{color:#1e3a8a;background:#eff6ff;border:1px solid #93c5fd;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem}.alert-success{color:#065f46;background:#ecfdf5;border:1px solid #6ee7b7;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem}@media (width<=720px){.classes-layout{grid-template-columns:1fr}}.story-player{max-width:1480px;margin:0 auto;padding:1rem}.story-stage{grid-template-columns:minmax(0,1fr);align-items:start;gap:1rem;margin-bottom:1rem;display:grid}@media (width>=900px){.story-stage{grid-template-columns:minmax(0,1fr) minmax(280px,340px)}}.story-canvas-wrapper{background:#0f172a;border-radius:12px;min-height:200px;position:relative;overflow:hidden;box-shadow:0 4px 24px #0000004d}.story-canvas-empty{pointer-events:none;color:#cbd5e1;text-align:center;justify-content:center;align-items:center;margin:0;padding:1.5rem;font-size:1.05rem;font-weight:600;display:flex;position:absolute;inset:0}.story-canvas{width:100%;height:auto;display:block}.story-dialog-bubble{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#f1f5f9;background:#0f172aeb;border-radius:12px;flex-direction:column;gap:.25rem;max-width:80%;padding:.85rem 1.5rem;display:flex;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);box-shadow:0 2px 12px #0006}.story-dialog-speaker{text-transform:uppercase;letter-spacing:.04em;color:#38bdf8;font-size:.8rem;font-weight:700}.story-dialog-text{font-size:1.1rem;line-height:1.4}.story-controls{justify-content:center;align-items:center;gap:1.5rem;margin-bottom:1rem;display:flex}.story-progress{color:#334155;font-variant-numeric:tabular-nums;font-size:.9rem}.story-scene-info{text-align:center;color:#334155;font-size:.85rem}.story-scene-info h3{color:#0f172a;margin:0 0 .25rem;font-size:1rem}.story-generate-panel{background:var(--surface,#1e293b);border:1px solid var(--border,#334155);border-radius:12px;margin-top:2rem;padding:1.5rem}.story-generate-panel h3{margin:0 0 .5rem}.story-generate-row{gap:.75rem;margin-top:.75rem;display:flex}.story-generate-row .input{flex:1}.story-generated-preview{border-radius:8px;margin-top:1rem;overflow:hidden;box-shadow:0 2px 12px #0000004d}.story-generated-preview img{width:100%;height:auto;display:block}.story-character-form{gap:.75rem;margin-top:.75rem;display:grid}.story-character-form textarea{min-height:90px}.story-look-picks{flex-wrap:wrap;gap:.4rem;display:flex}.story-look-pick{font:inherit;color:#0f172a;cursor:pointer;background:#fff;border:2px solid #64748b;border-radius:999px;padding:.4rem .85rem;font-size:.95rem;font-weight:600}.story-look-pick:hover:not(:disabled){background:#ecfdf5;border-color:#0f766e}.story-look-pick.is-active{color:#fff;background:#0f766e;border-color:#0f766e;font-weight:700}.story-look-hint{margin:0}.story-character-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:.75rem;margin-top:1rem;display:grid}.story-character-card.is-active{border-color:#0f766e;box-shadow:0 0 0 2px #0f766e59}.story-notice{margin-top:.75rem}.story-scene-hint{color:#92400e;margin-top:.35rem;font-size:.9rem;font-weight:600}.story-steps-panel{background:#6366f114}.story-steps-list{gap:.5rem;margin:0;padding-left:1.25rem;display:grid}.story-steps-list li{color:#475569}.story-steps-list li.is-current{color:#0f172a;font-weight:600}.story-steps-list li.is-done{color:#047857;font-weight:600}.story-character-card{color:#0f172a;background:#fff;border:2px solid #94a3b8;border-radius:10px;overflow:hidden}.story-character-card img{aspect-ratio:3/4;object-fit:contain;background:#e2e8f0;width:100%;display:block}.story-character-card p{color:#0f172a;margin:0;padding:.5rem .65rem;font-size:.95rem;font-weight:700}.story-character-card-actions{gap:.4rem;padding:0 .65rem .65rem;display:flex}.story-character-card-actions .btn{flex:1}.story-library-toolbar{gap:.75rem;margin-bottom:1rem;display:grid}@media (width>=720px){.story-library-toolbar{grid-template-columns:1fr 1fr}}.story-library-heading{color:#0f172a;margin:1.25rem 0 .5rem;font-size:.95rem;font-weight:700}.story-library-heading-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin:1.25rem 0 .5rem;display:flex}.story-sofa-cta{background:#ecfdf5;border:2px solid #0f766e}.story-sofa-cta h3{color:#115e59}.story-engine-pill{border-radius:8px;margin:.75rem 0 0;padding:.55rem .75rem;font-size:.9rem;font-weight:600}.story-engine-pill.is-ready{color:#065f46;background:#d1fae5}.story-engine-pill.is-fallback{color:#92400e;background:#fef3c7}.story-master-preview{justify-items:start;gap:.5rem;margin-top:1rem;display:grid}.story-master-preview img{aspect-ratio:3/4;object-fit:contain;background:#e2e8f0;border:2px solid #0f766e;border-radius:8px;width:min(180px,40vw)}.story-still-poses{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.5rem;margin-top:.75rem;display:grid}.story-still-pose-btn{font:inherit;text-align:left;color:#0f172a;cursor:pointer;background:#fff;border:2px solid #0f766e;border-radius:10px;gap:.2rem;padding:.65rem .75rem;display:grid}.story-still-pose-btn span{color:#475569;font-size:.85rem;font-weight:500}.story-still-pose-btn:hover:not(:disabled){background:#ecfdf5}.story-still-pose-btn:disabled{opacity:.55;cursor:not-allowed}.story-legacy-path{background:#f8fafc;border:1px dashed #94a3b8;border-radius:12px;margin-top:1.5rem;padding:.75rem 1rem 1rem}.story-legacy-path>summary{cursor:pointer;color:#475569;padding:.35rem 0;font-weight:700}.story-legacy-path .story-generate-panel{margin-top:1rem}.story-tag-row{flex-wrap:wrap;gap:.35rem;padding:0 .65rem .5rem;display:flex}.story-tag{color:#0f172a;background:#e2e8f0;border-radius:999px;padding:.15rem .45rem;font-size:.75rem;font-weight:600}.story-preset-list{gap:.75rem;display:grid}.story-preset-card{color:#0f172a;background:#fff;border:2px solid #64748b;border-radius:10px;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.story-preset-card.is-active{box-shadow:none;background:#eff6ff;border-color:#1d4ed8}.story-preset-card p{margin:.35rem 0;font-size:.9rem}.story-preset-actions{flex-direction:column;flex-shrink:0;gap:.4rem;display:flex}.story-style-bar{color:#0f172a;background:#fff;border:2px solid #64748b;border-radius:10px;gap:.5rem;margin-bottom:1.25rem;padding:1rem;display:grid}@media (width>=720px){.story-style-bar{grid-template-columns:minmax(220px,320px) 1fr;align-items:start;gap:1rem}}.story-style-picker-label{color:#0f172a;margin-bottom:.35rem;font-size:.8rem;font-weight:700;display:block}.story-style-hint{margin:.35rem 0 0;font-size:.85rem}.story-style-bar-note{align-self:center;margin:0;font-size:.85rem}.story-style-picker-compact .story-style-hint{display:none}.story-page-header h2{margin:0 0 .35rem}.story-workflow{gap:.5rem;margin-bottom:1.25rem;display:grid}@media (width>=900px){.story-workflow{grid-template-columns:repeat(4,1fr)}}.story-workflow-step{text-align:left;color:#0f172a;cursor:pointer;font:inherit;background:#fff;border:2px solid #64748b;border-radius:10px;align-items:flex-start;gap:.65rem;padding:.75rem;text-decoration:none;display:flex}.story-workflow-step.is-active{color:#fff;box-shadow:none;background:#1d4ed8;border-color:#1d4ed8}.story-workflow-step.is-active .muted,.story-workflow-step.is-active strong{color:#fff}.story-workflow-num{color:#0f172a;background:#e2e8f0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;font-size:.85rem;font-weight:700;display:flex}.story-workflow-step.is-active .story-workflow-num{color:#1d4ed8;background:#fff}.story-workflow-text{flex-direction:column;gap:.15rem;font-size:.85rem;display:flex}.story-workflow-text strong{color:#0f172a}.story-tabs{flex-wrap:wrap;gap:.35rem;margin-bottom:1.25rem;display:flex}.story-tab{color:#0f172a;cursor:pointer;font:inherit;background:#fff;border:2px solid #64748b;border-radius:999px;padding:.5rem 1.05rem;font-weight:600}.story-tab.is-active{color:#fff;background:#1d4ed8;border-color:#1d4ed8;font-weight:700}.story-cast-grid{gap:1rem;display:grid}@media (width>=640px){.story-cast-grid{grid-template-columns:1fr 1fr}}.story-cast-slot{border:1px dashed var(--border);border-radius:10px;padding:1rem}.story-cast-slot-label{color:#0f172a;font-size:.85rem;font-weight:600}.story-cast-thumb{aspect-ratio:3/4;object-fit:contain;background:#e2e8f0;border-radius:8px;width:100%;max-width:140px;margin:.5rem 0}.story-cast-name-label{color:#0f172a;gap:.35rem;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:grid}.story-cast-look-at{color:#0f172a;align-items:center;gap:.4rem;margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:flex}.story-card-subtitle{color:#334155;margin:.25rem 0 .5rem;font-size:.8rem}.story-layer-panel{border-top:1px solid var(--border);margin-top:1.25rem;padding-top:1rem}.story-layer-list{gap:.5rem;margin:0;padding:0;list-style:none;display:grid}.story-layer-row{border-bottom:1px solid #94a3b81a;flex-wrap:wrap;align-items:center;gap:1rem;padding:.5rem 0;display:flex}.story-layer-visible{color:#0f172a;align-items:center;gap:.4rem;min-width:140px;font-weight:600;display:flex}.story-layer-hue{color:#334155;flex:1;align-items:center;gap:.5rem;font-size:.8rem;font-weight:600;display:flex}.story-layer-hue input[type=range]{flex:1;min-width:120px}.story-canvas-interactive{cursor:grab}.story-canvas-interactive:active{cursor:grabbing}.story-transform-controls{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:10px;gap:.55rem;margin:.75rem 0;padding:.75rem;display:grid}.story-transform-hint{color:#334155;margin:0 0 .35rem;font-size:.92rem;line-height:1.4}.story-transform-row{color:#0f172a;grid-template-columns:7.5rem 1fr 3.2rem;align-items:center;gap:.5rem;font-size:.92rem;font-weight:600;display:grid}.story-dock{gap:.65rem;min-width:0;max-height:calc(100vh - 1.5rem);padding:.15rem .2rem .15rem 0;display:grid;position:sticky;top:.75rem;overflow:auto}.story-dock-block{background:#fff;border:2px solid #cbd5e1;border-radius:12px;padding:.9rem 1rem 1rem}.story-dock-block h3{color:#0f172a;margin:0 0 .6rem;font-size:1.1rem}.story-dock-help,.story-dock-empty,.story-dock-muted{color:#334155;margin:0 0 .6rem;font-size:.95rem;line-height:1.4}.story-dock-selected{color:#0f172a;margin:0 0 .6rem;font-size:1.05rem}.story-dock-label{color:#0f172a;margin:.7rem 0 .4rem;font-size:.95rem;font-weight:700}.story-dock-field{color:#0f172a;gap:.3rem;margin-bottom:.7rem;font-size:.95rem;font-weight:700;display:grid}.story-dock-thumbs{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}.story-dock-thumb{color:#0f172a;cursor:pointer;text-align:left;font:inherit;background:#fff;border:2px solid #64748b;border-radius:10px;gap:.3rem;padding:.35rem;font-size:.9rem;font-weight:600;display:grid}.story-dock-thumb img{aspect-ratio:3/4;object-fit:contain;background:#e2e8f0;border-radius:7px;width:100%}.story-dock-thumb.is-active{color:#fff;box-shadow:none;background:#0f766e;border-color:#0f766e}.story-dock-slots{flex-wrap:wrap;gap:.4rem;margin-bottom:.65rem;display:flex}.story-dock-slot{color:#334155;cursor:pointer;text-align:left;min-width:4.4rem;font:inherit;background:#fff;border:2px solid #64748b;border-radius:10px;flex:28%;gap:.15rem;padding:.55rem .6rem;font-size:.85rem;display:grid}.story-dock-slot strong{color:#0f172a;font-size:1rem}.story-dock-slot.is-active{color:#dbeafe;background:#1d4ed8;border-color:#1d4ed8}.story-dock-slot.is-active strong{color:#fff}.story-dock-pills{flex-wrap:wrap;gap:.4rem;display:flex}.story-dock-pill{font:inherit;color:#0f172a;cursor:pointer;background:#fff;border:2px solid #475569;border-radius:999px;padding:.45rem .75rem;font-size:.92rem;font-weight:600}.story-dock-pill:hover:not(:disabled){background:#f1f5f9}.story-dock-pill.is-active{color:#fff;background:#0f766e;border-color:#0f766e;font-weight:700}.story-dock-pill.is-missing{color:#7c2d12;background:#fffbeb;border-color:#b45309}.story-dock-pill.is-missing.is-active{color:#fff;background:#0f766e;border-color:#0f766e}.story-pose-wheel{gap:.2rem;margin:.35rem 0;display:grid}.story-pose-wheel-label{color:#0f172a;font-size:.8rem;font-weight:700}.story-pose-wheel-row{grid-template-columns:2.1rem minmax(0,1fr) 2.1rem;align-items:center;gap:.25rem;display:grid}.story-pose-wheel-btn{font:inherit;color:#0f172a;cursor:pointer;background:#fff;border:2px solid #475569;border-radius:8px;min-height:2.25rem;font-size:1.35rem;font-weight:700;line-height:1}.story-pose-wheel-btn:hover:not(:disabled){background:#f1f5f9}.story-pose-wheel-btn:disabled{opacity:.45;cursor:not-allowed}.story-pose-wheel-select{width:100%;min-width:0;font:inherit;color:#0f172a;text-overflow:clip;background:#fff;border:2px solid #475569;border-radius:8px;min-height:2.25rem;padding:.2rem .2rem .2rem .4rem;font-size:.88rem;font-weight:700}.story-dock-error{margin:.5rem 0;font-size:.85rem}.story-rig-box{background:#ecfdf5;border:2px solid #0f766e;border-radius:10px;margin:.5rem 0;padding:.55rem .6rem}.story-rig-box .story-transform-row{margin:.25rem 0 0}.story-cast-look-at{color:#0f172a;flex-direction:row;align-items:center;gap:.5rem;margin:.75rem 0;font-size:.95rem;font-weight:600;display:flex}.story-pose-grid{gap:1rem;margin-top:.75rem;display:grid}@media (width>=640px){.story-pose-grid{grid-template-columns:1fr 1fr 1fr}}.story-pose-pickers{gap:.75rem;display:grid}@media (width>=640px){.story-pose-pickers{grid-template-columns:1fr 1fr 1fr}}.story-pose-list{color:#334155;gap:.2rem;margin:0;padding-left:1.1rem;font-size:.9rem;display:grid}.story-workflow-step.is-soon{opacity:.55;pointer-events:none;cursor:default}.film-line-cues{gap:.35rem;margin-top:.5rem;display:grid}@media (width>=720px){.film-line-cues{grid-template-columns:1.4fr 1fr 1fr}}.film-legend{flex-wrap:wrap;gap:.5rem;margin:0 0 1rem;display:flex}.film-match{border-radius:999px;margin:.2rem 0;padding:.2rem .5rem;font-size:.9rem;display:inline-block}.film-match.is-reuse{color:#065f46;background:#d1fae5}.film-match.is-transform{color:#3730a3;background:#e0e7ff}.film-match.is-missing{color:#92400e;background:#fef3c7}.film-panel-grid{gap:1.25rem;display:grid}@media (width>=900px){.film-panel-grid{grid-template-columns:1fr 1fr}}.film-panel{border:2px solid var(--border);border-radius:var(--radius);background:var(--surface);flex-direction:column;gap:.65rem;padding-bottom:.85rem;display:flex;overflow:hidden}.film-panel-head{padding:.85rem 1rem 0}.film-panel-head p{margin:.2rem 0 0}.film-panel-stage{background:#e2e8f0 50%/cover no-repeat;border-radius:12px;min-height:220px;margin:0 1rem;position:relative;overflow:hidden}.film-panel-empty{text-align:center;color:#64748b;margin:0;padding:2rem 1rem}.film-cutout{width:28%;max-width:140px;position:absolute;bottom:4%}.film-cutout img{filter:drop-shadow(0 4px 8px #0f172a40);width:100%;height:auto;display:block}.film-cutout-ph{color:#fff;text-align:center;background:#0d9488;border-radius:8px;padding:1.5rem .3rem;font-size:.85rem;display:block}.film-depth-background{width:18%;bottom:18%}.film-depth-foreground{width:36%;bottom:2%}.film-cues,.film-matches{margin:0;padding:0 1rem;list-style:none}.film-cues li{font-size:.9rem}.film-tweak{gap:.5rem;padding:0 1rem;display:flex}.film-identity{margin-bottom:1.5rem}.film-board-page .page-header,.film-library-page .page-header{align-items:flex-start}.film-scene{border:2px solid var(--border);border-radius:var(--radius);background:var(--surface);margin:1.5rem 0 2rem;padding:1rem}.film-scene-head{align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.film-scene-pick{align-items:center;gap:.6rem;display:flex}.film-scene-pick h2{margin:0}.film-scene-toolbar{flex-wrap:wrap;align-items:center;gap:.5rem;margin:0 0 1.25rem;display:flex}.film-expression{color:#0f766e;margin:.15rem 0 0;font-size:.9rem;font-weight:600}.film-sketch-wrap{padding:0 1rem}.film-sketch{object-fit:contain;background:#f1f5f9;border-radius:8px;width:100%;max-height:180px}.film-comment{padding:0 1rem;display:block}.film-comment .muted{margin-bottom:.2rem;display:block}.film-scene-generate{background:#f0fdfa;border:2px solid #0f766e;border-radius:12px;flex-direction:column;gap:.6rem;margin:.85rem 0 1rem;padding:.85rem 1rem;display:flex}.film-scene-style{flex-direction:column;gap:.25rem;font-weight:600;display:flex}.film-scene-style select{max-width:22rem}.film-scene-make{align-self:flex-start;padding:.75rem 1.25rem;font-size:1.1rem}.film-scene-still-note{margin:0}.film-scene-progress{color:#0f766e;margin:0;font-weight:700}.film-still-strip{grid-template-columns:1fr;gap:1rem;margin:.75rem 0;display:grid}@media (width>=900px){.film-still-strip{grid-template-columns:1fr 1fr}}.film-still-thumb{border:1px solid var(--border);background:#e2e8f0;background:var(--surface);border-radius:10px;flex-direction:column;margin:0;display:flex;overflow:hidden}.film-still-thumb img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.film-still-placeholder{aspect-ratio:16/9;color:#64748b;text-align:center;background:#e2e8f0;justify-content:center;align-items:center;padding:.5rem;font-size:.9rem;display:flex}.film-still-thumb figcaption{padding:.35rem .75rem .15rem;font-size:.85rem;font-weight:700}.film-still-err{color:#b91c1c}.film-still-under{padding:0 .75rem .35rem}.film-still-dialog{margin:.15rem 0 .35rem;font-size:1rem;line-height:1.4}.film-still-dialog p{margin:.15rem 0}.film-cues-muted{color:#64748b;margin:.2rem 0 .4rem;padding:0;font-size:.82rem}.film-cues-muted li{font-size:.82rem}.film-still-fix{padding-bottom:.55rem}.film-still-thumb .film-tweak,.film-still-fix .film-tweak{flex-wrap:wrap;padding:.25rem .75rem}.film-panel>.film-still-under{padding:0 1rem .35rem}.film-panel-still .film-still-under{padding:.35rem 0 0}.film-scene-player{background:#f8fafc;border:2px solid #0f766e;border-radius:12px;margin:.85rem 0 1.1rem;padding:.85rem 1rem 1rem}.film-scene-player-note{margin:0 0 .65rem}.film-scene-player-frame{background:#e2e8f0;border-radius:12px;overflow:hidden}.film-scene-player-frame img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.film-scene-player-count{margin:.5rem 0 0;font-weight:700}.film-scene-player-controls{margin-top:.7rem}.film-panel-still{margin:0 1rem}.film-panel-still img{background:#e2e8f0;border-radius:12px;width:100%;display:block}.film-export-page .page-header{align-items:flex-start}.film-timeline{padding-left:1.2rem}.film-tweak .input{flex:1;min-width:10rem}.film-harvest-note{margin:.35rem 0 0;font-weight:600}.film-still-thumb .film-harvest-note,.film-panel-still .film-harvest-note{margin:.4rem .75rem .2rem;padding:.55rem .75rem}
