:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--paper:#fdfbf8;--paper-soft:#fbf8f3;--surface:#fff;--sand:#f3ebe0;--ink:#1e1a17;--muted:#6f675f;--muted-soft:#8a8178;--line:#1e1a171a;--line-strong:#1e1a1738;--accent:#e8402a;--accent-text:#c93424;--accent-light:#ff7a50;--accent-soft:#fff0e9;--success:#127a46;--warning:#a65e12;--danger:#b93732;--shadow-sm:0 1px 4px #1e1a170d;--shadow-md:0 14px 36px -18px #1e1a174d;--shadow-lg:0 36px 90px -28px #1e1a178a}*{box-sizing:border-box}html,body,#root{min-height:100%}html{background:var(--paper)}body{background:var(--paper);min-width:320px;min-height:100vh;color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-family:Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:inherit}h1,h2,p{margin:0}[hidden]{display:none!important}:focus-visible{outline-offset:2px;outline:3px solid #e8402a4d}@keyframes fp-spin{to{transform:rotate(360deg)}}@keyframes fp-pulse{0%,to{box-shadow:0 0 #e8402a52}60%{box-shadow:0 0 0 8px #e8402a00}}@keyframes fp-slide-up{0%{opacity:0;transform:translate(-50%,18px)}to{opacity:1;transform:translate(-50%)}}@keyframes fp-fade{0%{opacity:0}to{opacity:1}}.auth-shell{background:radial-gradient(circle at 20% 12%, #ff7a501f, transparent 26rem), var(--paper);place-items:center;min-height:100vh;padding:28px;display:grid}.auth-card{border:1px solid var(--line);width:min(460px,100%);box-shadow:var(--shadow-lg);background:#ffffffed;border-radius:22px;padding:34px}.eyebrow{color:var(--muted);letter-spacing:.13em;text-transform:uppercase;margin-bottom:8px;font-family:Geist Mono,ui-monospace,SFMono-Regular,Consolas,monospace;font-size:11px;font-weight:600}.auth-card h1{letter-spacing:-.045em;font-size:clamp(28px,6vw,38px);line-height:1.04}.auth-card>p:not(.eyebrow){color:var(--muted);margin-top:12px;line-height:1.55}.auth-form{gap:11px;margin-top:24px;display:grid}.auth-form input,.rename-form input{width:100%;min-height:46px;color:var(--ink);background:var(--surface);border:1px solid var(--line-strong);border-radius:12px;padding:11px 13px}.auth-form input:focus,.rename-form input:focus{border-color:var(--accent);outline:3px solid #e8402a1f}.primary-button{color:#fff;background:linear-gradient(135deg, var(--accent-light), var(--accent));border:0;border-radius:12px;width:100%;min-height:46px;padding:11px 16px;font-weight:650;box-shadow:0 12px 24px -16px #e8402acc}.primary-button:disabled{opacity:.5}.auth-switch{text-align:center;font-size:13px;margin-top:14px!important}.auth-switch a{color:var(--accent-text);text-underline-offset:3px;font-weight:650}.error-box{color:var(--danger);background:#b9373212;border:1px solid #b9373240;border-radius:12px;margin-top:12px;padding:11px 13px;font-size:12px;line-height:1.45}.error-box.compact{margin:0}.studio-shell{background:var(--paper);flex-direction:column;height:100dvh;display:flex;overflow:hidden}.studio-header{border-bottom:1px solid var(--line);z-index:10;background:#fdfbf8f5;flex:0 0 58px;justify-content:space-between;align-items:center;gap:20px;height:58px;padding:0 24px;display:flex}.studio-header-left,.studio-header-actions{align-items:center;display:flex}.studio-header-left{gap:28px;min-width:0}.studio-header-actions{gap:14px}.studio-brand{color:var(--ink);letter-spacing:-.035em;white-space:nowrap;align-items:center;gap:9px;font-size:16px;font-weight:720;text-decoration:none;display:inline-flex}.studio-lens{background:radial-gradient(circle at 50% 130%, var(--accent) 0 42%, var(--accent-light) 42% 72%, #ffb08c 72% 100%);border-radius:50%;flex:none;width:22px;height:22px;display:inline-block;box-shadow:0 2px 9px #e8402a4d}.studio-tabs{background:var(--sand);border-radius:10px;gap:4px;padding:3px;display:flex}.studio-tabs button{min-height:32px;color:var(--muted);background:0 0;border:0;border-radius:8px;padding:7px 16px;font-size:12px;font-weight:550}.studio-tabs button[aria-selected=true]{color:var(--ink);background:var(--surface);box-shadow:var(--shadow-sm);font-weight:650}.studio-capability-label{color:var(--muted);font-family:Geist Mono,ui-monospace,monospace;font-size:10.5px}.studio-settings-button{width:34px;height:34px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:9px;place-items:center;font-size:14px;display:grid}.studio-settings-button:disabled{opacity:.62}.playground-layout{flex:1;grid-template-columns:minmax(0,1.4fr) 400px;min-height:0;display:grid;overflow:hidden}.script-panel{border-right:1px solid var(--line);flex-direction:column;gap:14px;min-width:0;min-height:0;padding:28px 32px;display:flex;overflow:hidden}.studio-section-heading,.studio-history-heading{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;justify-content:space-between;align-items:center;gap:16px;font-family:Geist Mono,ui-monospace,monospace;font-size:10.5px;display:flex}.studio-section-heading label{color:var(--muted)}.studio-section-heading span{letter-spacing:0;text-transform:none}.script-panel textarea{resize:none;width:100%;min-height:260px;color:var(--ink);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);border-radius:16px;outline:none;flex:1;padding:22px;font-size:16px;line-height:1.7}.script-panel textarea:focus{box-shadow:0 0 0 3px #e8402a1a, var(--shadow-sm);border-color:#e8402a94}.script-panel textarea::placeholder{color:var(--muted-soft)}.sample-actions{flex-wrap:wrap;gap:8px;display:flex}.sample-actions button{min-height:32px;color:var(--muted);background:var(--surface);border:1px solid var(--line);border-radius:999px;padding:7px 13px;font-family:Geist Mono,ui-monospace,monospace;font-size:10.5px}.sample-actions button:hover{color:var(--ink);border-color:var(--line-strong)}.playground-settings{background:var(--paper-soft);flex-direction:column;gap:22px;min-width:0;min-height:0;padding:28px;display:flex;overflow-y:auto}.presenter-fieldset{border:0;gap:8px;min-width:0;margin:0;padding:0;display:grid;position:relative}.presenter-fieldset legend,.background-field>span:first-child,.expressiveness-field>span strong{color:var(--muted);letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-family:Geist Mono,ui-monospace,monospace;font-size:10.5px;font-weight:500;display:block}.presenter-fieldset[disabled] .presenter-option{cursor:not-allowed}.presenter-option{border:1px solid var(--line);background:#ffffffc2;border-radius:12px;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:62px;padding:9px 13px;display:grid}.presenter-option.selected{border-color:#e8402a80}.presenter-option.selected .presenter-avatar{box-shadow:0 0 0 2px var(--paper-soft), 0 0 0 3px #e8402ab8}.presenter-option input{opacity:0;width:1px;height:1px;position:absolute}.presenter-avatar{filter:saturate(.72);opacity:.76;border-radius:50%;width:40px;height:40px;display:block;box-shadow:inset 0 0 0 1px #1e1a170f}.presenter-1{background:radial-gradient(circle at 45% 35%,#efd5bd 0,#d5a57c 62%,#9f6f4a 100%)}.presenter-2{background:radial-gradient(circle at 42% 32%,#e7ccb2 0,#bc936f 58%,#856044 100%)}.presenter-3{background:radial-gradient(circle at 42% 30%,#f4d5b0 0,#dcad78 58%,#a67143 100%)}.presenter-option>span:nth-of-type(2){gap:2px;min-width:0;display:grid}.presenter-option strong{color:var(--ink);font-size:13px}.presenter-option small{color:var(--muted);font-family:Geist Mono,ui-monospace,monospace;font-size:9.5px}.presenter-check{color:var(--accent);font-weight:700}.coming-soon-label{color:var(--accent);background:var(--accent-soft);letter-spacing:.03em;border-radius:999px;padding:3px 7px;font-family:Geist Mono,ui-monospace,monospace;font-size:9px;position:absolute;top:-3px;right:0}.background-field,.expressiveness-field{display:grid}.background-field>small{color:var(--muted);margin-top:7px;font-family:Geist Mono,ui-monospace,monospace;font-size:9.5px;line-height:1.45}.url-input-wrap{background:var(--surface);border:1px solid var(--line);border-radius:12px;align-items:center;gap:8px;min-height:46px;padding:0 14px;display:flex}.url-input-wrap:focus-within{border-color:#e8402a94;box-shadow:0 0 0 3px #e8402a1a}.url-input-wrap small{color:var(--muted);font-family:Geist Mono,ui-monospace,monospace;font-size:10.5px}.url-input-wrap input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;padding:10px 0;font-family:Geist Mono,ui-monospace,monospace;font-size:12px}.expressiveness-field>span{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.expressiveness-field>span strong{margin:0}.expressiveness-field em{color:var(--accent);font-family:Geist Mono,ui-monospace,monospace;font-size:9.5px;font-style:normal}.expressiveness-field input[type=range]{appearance:none;background:linear-gradient(90deg, var(--accent-light) 0 55%, #1e1a171f 55% 100%);opacity:.62;border-radius:99px;width:100%;height:5px;margin:14px 0 11px}.expressiveness-field input[type=range]::-webkit-slider-thumb{appearance:none;background:linear-gradient(135deg, var(--accent-light), var(--accent));border:2.5px solid var(--paper-soft);border-radius:50%;width:18px;height:18px;box-shadow:0 2px 8px #e8402a59}.expressiveness-field>small{color:var(--muted);justify-content:space-between;font-family:Geist Mono,ui-monospace,monospace;font-size:9px;display:flex}.generate-area{gap:9px;margin-top:auto;display:grid}.studio-generate-button{color:#fff;background:linear-gradient(135deg, var(--accent-light), var(--accent));border:0;border-radius:12px;min-height:48px;padding:12px 18px;font-size:13px;font-weight:680;box-shadow:0 14px 28px -17px #e8402ad1}.studio-generate-button:hover:not(:disabled){filter:saturate(1.08)brightness(.99);transform:translateY(-1px)}.studio-generate-button:disabled{opacity:.48}.generate-area>span{color:var(--muted);text-align:center;font-family:Geist Mono,ui-monospace,monospace;font-size:9.5px}.studio-history{background:var(--paper);flex:1;min-height:0;padding:28px 32px 36px;overflow-y:auto}.studio-history-heading{margin-bottom:20px}.studio-history-heading small{letter-spacing:0;text-transform:lowercase}.studio-history-empty{color:var(--muted);background:var(--surface);border:1px dashed var(--line-strong);text-align:center;border-radius:16px;padding:64px 22px}.studio-history-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.studio-history-card{min-width:0;color:var(--ink);background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow-sm);text-align:left;border-radius:16px;flex-direction:column;padding:0;display:flex;overflow:hidden}.studio-history-card:hover{border-color:var(--line-strong);box-shadow:var(--shadow-md);transform:translateY(-2px)}.studio-history-thumb{aspect-ratio:16/9;background:linear-gradient(135deg,#f4e4d5,#eab891);place-items:center;display:grid;position:relative;overflow:hidden}.studio-history-thumb.generating{background:linear-gradient(135deg,#f7eee4,#efdfcc)}.studio-history-thumb.failed{color:var(--danger);background:#fae7e5}.studio-history-thumb video{object-fit:cover;background:var(--ink);width:100%;height:100%}.studio-history-thumb>small{color:var(--paper);background:var(--ink);border-radius:999px;padding:3px 8px;font-family:Geist Mono,ui-monospace,monospace;font-size:9px;position:absolute;bottom:10px;right:10px}.history-play-icon{width:38px;height:38px;color:var(--accent);background:#fdfbf8f0;border-radius:50%;place-items:center;padding-left:2px;display:grid;box-shadow:0 4px 14px #1e1a173d}.history-failed-icon{font-size:28px;font-weight:700}.studio-history-copy{gap:4px;min-width:0;padding:14px 16px 9px;display:grid}.studio-history-copy strong,.studio-history-copy small{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.studio-history-copy strong{font-size:13px}.studio-history-copy small{color:var(--muted);font-size:11px}.studio-history-meta{align-items:center;gap:8px;padding:0 16px 14px;display:flex}.studio-history-meta>small{color:var(--muted);margin-left:auto;font-family:Geist Mono,ui-monospace,monospace;font-size:9px}.history-status{color:var(--muted);background:var(--sand);border-radius:999px;padding:4px 8px;font-family:Geist Mono,ui-monospace,monospace;font-size:9px;font-style:normal}.history-status.done{color:var(--success);background:#e9f5ee}.history-status.generating{color:var(--warning);background:#fbf0df}.history-status.failed{color:var(--danger);background:#fae9e8}.spinner{border:3px solid #e8402a29;border-top-color:var(--accent);border-radius:50%;width:22px;height:22px;animation:.9s linear infinite fp-spin;display:inline-block}.spinner.large{border-width:4px;width:34px;height:34px}.studio-result-bar{z-index:60;width:min(640px,100vw - 40px);color:var(--paper);background:var(--ink);border:1px solid #ffffff14;border-radius:18px;align-items:center;gap:13px;padding:13px 16px;animation:.34s cubic-bezier(.2,.9,.3,1) fp-slide-up;display:flex;position:fixed;bottom:20px;left:50%;box-shadow:0 24px 56px -18px #1e1a179e}.result-avatar{border:2px solid var(--paper);background:radial-gradient(circle at 42% 32%,#efd5bd 0,#d5a57c 60%,#9f6f4a 100%);border-radius:50%;flex:none;width:38px;height:38px}.result-avatar.rendering{border-color:var(--accent-light);animation:1.8s ease-out infinite fp-pulse}.result-copy{gap:2px;min-width:0;display:grid}.result-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:12.5px;overflow:hidden}.result-copy small{color:#d1c8bf;font-family:Geist Mono,ui-monospace,monospace;font-size:9.5px}.result-actions{align-items:center;gap:8px;margin-left:auto;display:flex}.result-actions button{color:#d7cec5;background:0 0;border:1px solid #fdfbf82e;border-radius:999px}.result-play{width:36px;height:36px;padding-left:4px;color:#fff!important;background:linear-gradient(135deg, var(--accent-light), var(--accent))!important;border:0!important}.result-copy-link{min-height:32px;padding:6px 12px;font-family:Geist Mono,ui-monospace,monospace;font-size:9.5px}.result-copy-link:disabled{opacity:.45}.result-dismiss{width:30px;height:30px;font-size:18px;border:0!important}.modal-backdrop{z-index:80;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#1e1a1794;place-items:center;padding:24px;animation:.18s ease-out fp-fade;display:grid;position:fixed;inset:0}.video-modal{background:var(--surface);width:min(980px,100%);max-height:calc(100vh - 48px);box-shadow:var(--shadow-lg);border-radius:20px;grid-template-columns:minmax(0,1fr) 280px;display:grid;overflow:hidden}.modal-main{background:#171411;place-items:center;min-width:0;min-height:440px;display:grid}.modal-main video{object-fit:contain;background:#0d0b0a;width:100%;height:100%;max-height:70vh}.modal-generating{color:var(--paper);text-align:center;justify-items:center;gap:12px;padding:36px;display:grid}.modal-generating p{color:#d1c8bf}.modal-side{background:var(--paper-soft);border-left:1px solid var(--line);flex-direction:column;min-width:0;padding:20px;display:flex}.modal-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.modal-title-row h2{letter-spacing:-.02em;overflow-wrap:anywhere;font-size:17px}.icon-button{width:34px;height:34px;color:var(--ink);background:var(--surface);border:1px solid var(--line);border-radius:9px;place-items:center;font-size:18px;display:grid}.menu-wrap{position:relative}.menu-popover{z-index:3;background:var(--surface);border:1px solid var(--line);width:166px;box-shadow:var(--shadow-md);border-radius:12px;gap:2px;padding:6px;display:grid;position:absolute;top:40px;right:0}.menu-popover button{color:var(--ink);text-align:left;background:0 0;border:0;border-radius:8px;padding:9px 10px}.menu-popover button:hover{background:var(--sand)}.menu-popover button:disabled{opacity:.45}.menu-popover .danger{color:var(--danger)}.rename-form{gap:8px;margin-top:16px;display:grid}.video-details{gap:12px;margin:22px 0;font-size:11px;display:grid}.video-details div{min-width:0}.video-details dt{color:var(--muted);margin-bottom:3px;font-family:Geist Mono,ui-monospace,monospace}.video-details dd{color:var(--ink);overflow-wrap:anywhere;margin:0}.video-details a{color:var(--accent-text);text-underline-offset:3px}.close-button{width:100%;min-height:40px;color:var(--ink);background:var(--sand);border:0;border-radius:10px;margin-top:auto;font-weight:620}.video-modal{background:var(--ink);border-radius:24px;flex-direction:column;width:min(860px,100%);max-height:calc(100vh - 48px);padding:12px;display:flex;overflow:visible;box-shadow:0 48px 96px -32px #000000b8}.player-modal-header{min-height:52px;color:var(--paper);justify-content:space-between;align-items:flex-start;gap:16px;padding:0 4px 12px;display:flex}.player-modal-header h2{color:var(--paper);letter-spacing:-.015em;font-size:15px}.player-modal-header p{color:#d1c8bf;margin-top:3px;font-family:Geist Mono,ui-monospace,monospace;font-size:10px}.player-header-actions{align-items:center;gap:8px;display:flex}.player-menu-button,.player-close-button{width:34px;height:34px;color:var(--paper);background:#fdfbf817;border:1px solid #fdfbf82e;border-radius:9px;place-items:center;display:grid}.player-close-button{font-size:20px}.player-modal-header .menu-popover{top:40px}.player-rename-form{background:var(--paper-soft);border-radius:12px;grid-template-columns:minmax(0,1fr) 132px;margin:0 0 10px;padding:10px}.player-rename-form .primary-button{min-height:42px}.video-modal .modal-main{aspect-ratio:16/9;background:#171411;border-radius:20px;width:100%;min-height:0;overflow:hidden;box-shadow:0 48px 96px -32px #000000a6}.video-modal .modal-main video{object-fit:contain;width:100%;height:100%;max-height:none}.player-modal-footer{justify-content:space-between;align-items:center;gap:18px;min-height:50px;padding:12px 4px 0;display:flex}.player-modal-footer>span{color:#d1c8bf;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-family:Geist Mono,ui-monospace,monospace;font-size:9.5px;overflow:hidden}.player-modal-footer>div{flex:none;align-items:center;gap:8px;display:flex}.player-copy-button,.player-secondary-link,.player-send-link{border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:7px 14px;font-size:10.5px;text-decoration:none;display:inline-flex}.player-copy-button,.player-secondary-link{color:#ede6df;background:0 0;border:1px solid #fdfbf838}.player-copy-button:disabled{opacity:.45}.player-send-link{color:#fff;background:linear-gradient(135deg, var(--accent-light), var(--accent));border:0;font-weight:650;box-shadow:0 10px 22px -14px #e8402ae6}.toast{z-index:100;color:var(--paper);background:var(--ink);border-radius:999px;padding:9px 14px;font-size:12px;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}@media (width<=980px){.studio-shell{height:auto;min-height:100dvh;overflow:visible}.playground-layout{flex:none;grid-template-columns:1fr;overflow:visible}.script-panel{border-right:0;border-bottom:1px solid var(--line);min-height:620px}.playground-settings{min-height:650px;overflow:visible}.studio-history-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.video-modal{grid-template-columns:1fr;overflow-y:auto}.modal-main{min-height:min(54vw,480px)}.modal-side{border-top:1px solid var(--line);border-left:0}.close-button{margin-top:20px}}@media (width<=640px){.studio-header{gap:8px;height:auto;min-height:58px;padding:8px 12px}.studio-header-left{flex:1;gap:10px}.studio-brand{font-size:0}.studio-lens{width:24px;height:24px}.studio-tabs{flex:1;min-width:0}.studio-tabs button{flex:1;padding-inline:10px}.studio-capability-label{display:none}.studio-settings-button{width:32px;height:32px}.script-panel,.playground-settings,.studio-history{padding:20px 16px}.script-panel{min-height:560px}.playground-settings{min-height:620px}.studio-section-heading{align-items:flex-start}.studio-section-heading span{text-align:right}.sample-actions{grid-template-columns:1fr;display:grid}.sample-actions button{text-align:left}.studio-history-grid{grid-template-columns:1fr}.studio-result-bar{width:calc(100vw - 20px);padding:11px 12px;bottom:10px}.result-copy-link{display:none}.modal-backdrop{padding:10px}.video-modal{border-radius:16px;max-height:calc(100vh - 20px)}.modal-main{min-height:230px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}
