@font-face{font-family:Nebula Sans Latin;src:local("SF Pro Text"),local("SF Pro Display"),local("SF UI Text"),local("SF UI Display"),local(".SFNSText"),local(".SFNSDisplay");font-style:normal;font-weight:100 900;font-display:swap;unicode-range:u+00??,u+0100-024f,u+0259,u+1e??,u+2000-206f,u+20a0-20cf,u+2100-214f,u+2150-218f}@font-face{font-family:Nebula Sans CJK;src:local("PingFang SC Regular"),local("PingFang SC"),local("PingFang SC Medium"),local("PingFang SC Semibold");font-style:normal;font-weight:100 900;font-display:swap;unicode-range:u+2e80-2eff,u+3000-303f,u+31c0-31ef,u+3400-4dbf,u+4e00-9fff,u+f900-faff,u+ff00-ffef,u+20000-2fa1f}:root{--bg-lilac:#efe4ff;--bg-sky:#dff3ff;--bg-shell:#ffffffcc;--bg-shell-strong:#ffffffee;--bg-soft:rgba(255,255,255,0.56);--bg-soft-hover:rgba(255,255,255,0.72);--border-soft:rgba(255,255,255,0.72);--border-strong:rgba(136,143,217,0.22);--text-primary:#1f2a44;--text-secondary:#5d6986;--text-muted:#7f8aa8;--shadow-soft:0 24px 60px rgba(133,146,190,0.16);--shadow-card:0 30px 80px rgba(120,117,193,0.14);--shadow-float:0 18px 40px rgba(128,150,214,0.18);--radius-xl:34px;--radius-lg:28px;--radius-md:22px;--radius-sm:18px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--font-heading:"Nebula Sans Latin","Nebula Sans CJK",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-body:"Nebula Sans Latin","Nebula Sans CJK",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--gradient-brand:linear-gradient(90deg,#7f56ff,#4f72ff 34%,#15bfe3);--gradient-page:radial-gradient(circle at 14% 18%,rgba(77,109,214,0.24),transparent 24%),radial-gradient(circle at 78% 68%,rgba(77,202,255,0.16),transparent 20%),radial-gradient(circle at 88% 8%,rgba(112,96,212,0.18),transparent 22%),linear-gradient(180deg,#0c1528,#09111f 52%,#060c18);--violet:#8c68ff;--cyan:#4dc9e8;--mint:#72d1c6;--nav-pill:rgba(255,255,255,0.48)}*{box-sizing:border-box}html{background:#071120}body{margin:0;min-height:100vh;font-family:var(--font-body);color:var(--text-primary);background-color:#071120;background-image:var(--gradient-page);background-attachment:fixed;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-synthesis:none;text-rendering:optimizeLegibility}body:before{content:"";position:fixed;inset:0;pointer-events:none;background:linear-gradient(180deg,rgba(85,107,176,.12),rgba(7,12,24,0) 38%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.shell__sidebar{position:-webkit-sticky;position:sticky;top:0;display:flex;min-height:100vh;flex-direction:column;justify-content:space-between;gap:var(--space-8);padding:32px 22px;border-right:1px solid rgba(255,255,255,.45);background:linear-gradient(180deg,rgba(244,234,255,.72),rgba(241,246,255,.56));-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.brand{display:grid;grid-gap:var(--space-5);gap:var(--space-5)}.brand__eyebrow,.hero-chip,.section-kicker,.tool-chip{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;justify-content:center;gap:6px;padding:8px 14px;border:1px solid var(--border-soft);border-radius:999px;background:rgba(255,255,255,.62);color:#7c88a8;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 10px 24px rgba(150,165,208,.12)}.brand__title,.hero-banner__title,.login-hero__title{margin:0;font-family:var(--font-heading);font-size:clamp(38px,4vw,72px);font-weight:800;line-height:.98;letter-spacing:-.04em}.brand__description,.hero-banner__subtitle,.login-hero__subtitle,.muted,.section-header p,.sidebar-note p,.story-card p,.tool-card p{margin:0;color:var(--text-secondary);line-height:1.7}.gradient-text{background:var(--gradient-brand);-webkit-background-clip:text;background-clip:text;color:transparent}.sidebar-nav{display:grid;grid-gap:12px;gap:12px}.sidebar-nav__item{display:grid;grid-gap:6px;gap:6px;padding:16px 18px;border:1px solid transparent;border-radius:22px;background:var(--nav-pill);color:var(--text-secondary);box-shadow:0 10px 24px rgba(150,165,208,.08);transition:transform .18s ease,background .18s ease,border-color .18s ease}.sidebar-nav__item:focus-visible,.sidebar-nav__item:hover{border-color:var(--border-strong);background:var(--bg-soft-hover);transform:translateY(-1px);outline:none}.sidebar-nav__item--active{border-color:rgba(127,86,255,.18);background:linear-gradient(135deg,rgba(255,255,255,.86),rgba(240,246,255,.92));box-shadow:0 18px 40px rgba(127,86,255,.12)}.sidebar-nav__label{font-size:15px;font-weight:700;color:var(--text-primary)}.sidebar-nav__description{font-size:13px;color:var(--text-muted)}.sidebar-note{display:grid;grid-gap:10px;gap:10px;padding:18px;border:1px solid var(--border-soft);border-radius:24px;background:rgba(255,255,255,.5);box-shadow:0 16px 34px rgba(150,165,208,.1)}.sidebar-note strong{font-size:14px}.shell__content{display:grid;grid-gap:var(--space-8);gap:var(--space-8);min-width:0;padding:30px 34px 40px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-6);padding:0 6px}.topbar__meta{display:grid;grid-gap:6px;gap:6px}.topbar__label{color:var(--text-muted);font-size:13px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.topbar__title{margin:0;font-family:var(--font-heading);font-size:clamp(24px,2.6vw,36px);letter-spacing:-.03em}.feature-section,.main-panel,.page-grid,.profile-grid,.story-grid{display:grid;grid-gap:var(--space-6);gap:var(--space-6)}.empty-board,.hero-banner,.hero-preview-card,.login-panel,.page-card,.profile-grid__card,.stat-card,.story-card,.tool-card,.utility-card{border:1px solid var(--border-soft);border-radius:var(--radius-xl);background:var(--bg-shell);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:var(--shadow-card)}.hero-banner{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:var(--space-8);gap:var(--space-8);padding:36px 42px}.hero-banner__content,.login-panel__header,.page-header,.section-header{display:grid;grid-gap:14px;gap:14px;text-align:center;place-items:center}.hero-banner__subtitle,.login-hero__subtitle{max-width:58ch;font-size:18px}.hero-banner__utilities{display:grid;grid-gap:18px;gap:18px}.utility-card{display:grid;place-items:center;grid-gap:12px;gap:12px;width:124px;min-height:124px;padding:20px;text-align:center;font-weight:700;color:var(--text-secondary)}.utility-card--violet{transform:translateY(-16px)}.utility-card--cyan{transform:translateX(14px)}.section-header{grid-template-columns:minmax(0,1fr) minmax(260px,420px);align-items:end}.login-panel__title,.profile-grid__card h3,.section-header h3,.story-card h4,.tool-card h4{margin:0;font-family:var(--font-heading);letter-spacing:-.03em}.section-header h3{font-size:clamp(28px,3vw,44px)}.tool-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:var(--space-6);gap:var(--space-6)}.empty-board,.page-card,.profile-grid__card,.stat-card,.story-card,.tool-card{padding:28px}.tool-card{display:grid;grid-gap:18px;gap:18px;min-height:280px}.tool-card__meta{display:grid;grid-gap:12px;gap:12px}.story-card h4,.tool-card h4{font-size:19px}.tool-card--violet{background:linear-gradient(180deg,rgba(248,241,255,.92),rgba(252,250,255,.82))}.tool-card--cyan{background:linear-gradient(180deg,rgba(241,250,255,.92),rgba(252,254,255,.82))}.tool-card--mint{background:linear-gradient(180deg,rgba(244,251,249,.92),rgba(252,254,255,.82))}.story-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.story-card{display:grid;grid-gap:14px;gap:14px;min-height:220px}.icon-badge{display:inline-grid;width:54px;height:54px;place-items:center;border-radius:18px;background:rgba(255,255,255,.8);border:1px solid var(--border-soft);font-size:15px;font-weight:800;letter-spacing:.04em;box-shadow:var(--shadow-float)}.icon-badge--violet{color:var(--violet)}.icon-badge--cyan{color:var(--cyan)}.icon-badge--mint{color:var(--mint)}.icon-badge--neutral{color:#7684ab}.hero-chip,.tool-chip{color:#7884a6;background:rgba(255,255,255,.7)}.login-screen{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(380px,460px);align-items:center;grid-gap:34px;gap:34px;min-height:100vh;padding:34px}.login-hero-panel{display:grid;grid-gap:var(--space-6);gap:var(--space-6);padding:42px;border:1px solid rgba(255,255,255,.62);border-radius:42px;background:linear-gradient(180deg,rgba(255,255,255,.52),rgba(255,255,255,.34));box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.hero-chip-row{display:flex;flex-wrap:wrap;gap:12px}.hero-preview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.hero-preview-card{display:grid;grid-gap:12px;gap:12px;min-height:180px;padding:24px}.hero-preview-card strong{font-size:18px}.hero-preview-card p{margin:0;color:var(--text-secondary);line-height:1.7}.hero-preview-card--violet{background:linear-gradient(180deg,rgba(247,240,255,.92),rgba(255,255,255,.82))}.hero-preview-card--cyan{background:linear-gradient(180deg,rgba(240,251,255,.92),rgba(255,255,255,.82))}.hero-preview-card--mint{background:linear-gradient(180deg,rgba(242,252,248,.92),rgba(255,255,255,.82))}.login-panel{padding:34px}.login-panel--floating{background:rgba(255,255,255,.78)}.form-field,.form-grid,.kv-item,.kv-list{display:grid}.form-grid{gap:18px}.form-field{gap:10px}.form-field label{font-size:14px;font-weight:700;color:var(--text-primary)}.form-field input{width:100%;padding:15px 16px;border:1px solid rgba(140,150,196,.24);border-radius:18px;background:rgba(255,255,255,.78);color:var(--text-primary);box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.form-field input::placeholder{color:#a3abc4}.password-row{position:relative}.password-row button{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:none;background:transparent;color:var(--text-muted);font-weight:700}.user-menu{position:relative}.primary-button,.secondary-button,.user-menu__trigger{border-radius:999px}.user-menu__trigger{display:inline-flex;align-items:center;gap:12px;padding:8px 14px 8px 8px;border:1px solid var(--border-soft);background:rgba(255,255,255,.7);color:var(--text-primary);box-shadow:0 12px 28px rgba(150,165,208,.14)}.form-field input:focus-visible,.login-panel button:focus-visible,.sidebar-nav__item:focus-visible,.user-menu__trigger:focus-visible{outline:2px solid rgba(127,86,255,.34);outline-offset:3px}.avatar{display:inline-grid;width:42px;height:42px;place-items:center;border-radius:50%;background:var(--gradient-brand);color:white;font-weight:800}.user-menu__summary{display:grid;text-align:left}.user-menu__summary strong{font-size:14px}.user-menu__summary span{color:var(--text-muted);font-size:12px}.user-menu__panel{position:absolute;right:0;top:calc(100% + 12px);z-index:20;min-width:230px;padding:10px;border:1px solid var(--border-soft);border-radius:22px;background:rgba(255,255,255,.92);box-shadow:var(--shadow-soft);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.user-menu__panel a,.user-menu__panel button{display:flex;width:100%;align-items:center;justify-content:space-between;padding:12px 14px;border:none;border-radius:16px;background:transparent;color:var(--text-primary)}.user-menu__panel a:focus-visible,.user-menu__panel a:hover,.user-menu__panel button:focus-visible,.user-menu__panel button:hover{background:rgba(241,245,255,.96);outline:none}.primary-button,.secondary-button{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:0 22px;border:1px solid transparent;font-weight:700;transition:transform .18s ease,box-shadow .18s ease,opacity .18s ease}.primary-button{background:var(--gradient-brand);color:white;box-shadow:0 16px 30px rgba(107,117,232,.26)}.secondary-button{background:rgba(255,255,255,.7);color:var(--text-primary);border-color:rgba(140,150,196,.18)}.primary-button:hover,.secondary-button:hover{transform:translateY(-1px)}.primary-button:disabled{opacity:.68;cursor:wait}.form-error,.form-note{margin:0;font-size:14px;line-height:1.7}.form-error{color:#db5d7d}.form-note{color:var(--text-secondary)}.kv-list{gap:18px}.kv-item{gap:8px;padding-bottom:18px;border-bottom:1px solid rgba(134,143,193,.12)}.kv-item:last-child{border-bottom:none;padding-bottom:0}.kv-item__label{color:var(--text-muted)}.kv-item__value{font-size:17px;font-weight:700;color:var(--text-primary)}.empty-board,.page-card,.stat-card{background:rgba(255,255,255,.72)}.auth-loading{display:grid;min-height:100vh;place-items:center;padding:24px}.auth-loading--obsidian{position:relative;overflow:hidden;background:radial-gradient(circle at 18% 18%,rgba(63,86,166,.22),transparent 26%),radial-gradient(circle at 78% 62%,rgba(85,128,241,.14),transparent 20%),linear-gradient(180deg,#071120,#050c19 52%,#040915)}.auth-loading--obsidian:after,.auth-loading--obsidian:before{content:"";position:absolute;inset:0;pointer-events:none}.auth-loading--obsidian:before{background-image:radial-gradient(rgba(255,255,255,.08) .8px,transparent 0);background-size:28px 28px;opacity:.12}.auth-loading--obsidian:after{background:linear-gradient(90deg,rgba(5,10,25,0),rgba(5,10,25,.08) 48%,rgba(8,15,37,.38))}.auth-loading__panel{position:relative;z-index:1;display:grid;grid-gap:10px;gap:10px;width:min(100%,420px);padding:28px 28px 24px;border:1px solid rgba(92,107,150,.26);border-radius:22px;background:linear-gradient(180deg,rgba(14,22,44,.9),rgba(10,17,34,.96));box-shadow:0 30px 80px rgba(1,4,14,.54),inset 0 1px 0 rgba(255,255,255,.06),0 0 0 1px rgba(255,255,255,.02);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.auth-loading__panel h1{margin:0;color:#eff3ff;font-size:clamp(24px,2.2vw,30px);font-weight:780;letter-spacing:-.05em}.auth-loading__panel p{margin:0;color:rgba(203,212,238,.8);font-size:14px;line-height:1.6}.auth-loading__eyebrow{min-height:24px;padding:0 10px;border:1px solid rgba(110,125,174,.24);border-radius:999px;background:rgba(24,34,58,.72);color:rgba(191,201,231,.8);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.auth-loading__eyebrow,.auth-loading__status{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center}.auth-loading__status{gap:10px;margin-top:6px;min-height:36px;padding:0 12px;border:1px solid rgba(92,108,153,.22);border-radius:999px;background:rgba(18,27,46,.84);color:#e6ecff;font-size:12px;font-weight:700}.auth-loading__spinner{width:14px;height:14px;border:2px solid rgba(124,144,208,.24);border-top-color:#8ea0ff;border-radius:999px;animation:auth-loading-spin .8s linear infinite}@keyframes auth-loading-spin{to{transform:rotate(1turn)}}@media (max-width:1160px){.hero-preview-grid,.login-screen,.profile-grid,.section-header,.shell,.story-grid,.tool-grid{grid-template-columns:1fr}.shell__sidebar{position:static;min-height:auto}.hero-banner{grid-template-columns:1fr}.hero-banner__utilities{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}}@media (max-width:720px){.login-screen,.shell__content{padding:18px}.empty-board,.hero-banner,.hero-preview-card,.login-hero-panel,.login-panel,.page-card,.profile-grid__card,.shell__sidebar,.stat-card,.story-card,.tool-card{padding:20px}.topbar{flex-direction:column;align-items:flex-start}.user-menu__trigger{width:100%;justify-content:space-between}.brand__title,.hero-banner__title,.login-hero__title{font-size:clamp(32px,12vw,48px)}.login-panel__header--minimal{margin-bottom:16px;padding-top:0;justify-items:center;text-align:center}.login-panel__title--minimal{font-size:clamp(22px,8vw,28px)}}.login-screen--minimal{position:relative;display:grid;grid-template-columns:minmax(0,1fr);justify-items:center;align-items:center;min-height:100vh;grid-gap:0;gap:0;padding:48px 32px;margin:0;width:100%;max-width:100vw;overflow:hidden;isolation:isolate}.login-screen--minimal:after,.login-screen--minimal:before{content:"";position:absolute;inset:auto;pointer-events:none;z-index:-1}.login-screen--minimal:before{width:440px;height:440px;top:calc(50% - 290px);left:calc(50% - 360px);border-radius:50%;background:radial-gradient(circle,rgba(121,97,255,.18) 0,rgba(121,97,255,.04) 48%,transparent 72%);filter:blur(12px)}.login-screen--minimal:after{width:520px;height:520px;right:calc(50% - 420px);bottom:calc(50% - 360px);border-radius:50%;background:radial-gradient(circle,rgba(69,198,255,.2) 0,rgba(69,198,255,.04) 46%,transparent 72%);filter:blur(16px)}.login-panel--minimal{position:relative;width:min(438px,calc(100vw - 40px));justify-self:center;padding:34px 28px 28px;margin-left:auto;margin-right:auto;border:1px solid rgba(255,255,255,.76);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.95),rgba(248,250,255,.91)),linear-gradient(135deg,rgba(128,96,255,.06),rgba(54,197,255,.05));box-shadow:0 22px 72px rgba(88,103,148,.14),inset 0 1px 0 rgba(255,255,255,.95),0 0 0 1px rgba(255,255,255,.22);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.login-panel--minimal:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(140deg,rgba(255,255,255,.62),rgba(255,255,255,.12));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.login-panel__header--minimal{display:grid;justify-items:center;grid-gap:6px;gap:6px;width:100%;margin-bottom:18px;padding:0 2px;text-align:center}.login-panel__title--minimal{margin:0;color:#273450;font-family:var(--font-heading);font-size:clamp(24px,2.5vw,30px);font-weight:700;line-height:1.05;letter-spacing:-.045em;text-align:center;text-shadow:0 1px 0 rgba(255,255,255,.58)}.form-grid--minimal{display:grid;grid-gap:14px;gap:14px}.form-input--minimal{width:100%;min-height:56px;padding:0 16px;border:1px solid rgba(126,138,173,.18);border-radius:16px;background:rgba(248,250,255,.92);color:#23304f;font-size:15px;font-weight:600;letter-spacing:.005em;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,transform .18s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 6px 14px rgba(146,159,201,.05)}.form-input--minimal::placeholder{color:#93a0bb;font-weight:550}.form-input--minimal:hover{background:rgba(250,251,255,.96)}.form-input--minimal:focus-visible{outline:none;border-color:rgba(92,111,237,.38);background:rgba(255,255,255,.98);box-shadow:0 0 0 3px rgba(106,122,255,.08),0 12px 22px rgba(105,121,214,.09);transform:translateY(-1px)}.primary-button--full{position:relative;width:100%;min-height:56px;margin-top:2px;overflow:hidden;border:1px solid rgba(84,104,255,.08);background:linear-gradient(90deg,#6f59f4,#4b6bf2 48%,#2fb9ea);box-shadow:0 14px 26px rgba(75,109,219,.2),inset 0 1px 0 rgba(255,255,255,.24)}.primary-button--full:before{content:"";position:absolute;inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.16),transparent 55%);pointer-events:none}.primary-button--full:hover{transform:translateY(-1px);box-shadow:0 18px 30px rgba(72,105,215,.24),inset 0 1px 0 rgba(255,255,255,.28)}.primary-button--full:active{transform:translateY(0)}.form-grid--minimal .form-error{padding:10px 12px;border-radius:14px;background:rgba(255,240,244,.88);color:#c04669;font-size:13px;font-weight:600}.panel-stage{display:grid}.panel-stage__card{display:grid;grid-gap:18px;gap:18px;padding:28px;border:1px solid var(--border-soft);border-radius:var(--radius-xl);background:var(--bg-shell);box-shadow:var(--shadow-card);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.panel-stage__title{margin:0;font-family:var(--font-heading);font-size:clamp(28px,3vw,42px);letter-spacing:-.03em}.panel-stage__canvas{min-height:520px;border-radius:28px;border:1px dashed rgba(125,135,180,.28);background:linear-gradient(180deg,rgba(255,255,255,.45),rgba(255,255,255,.2))}.login-screen--obsidian{position:relative;display:grid;grid-template-columns:minmax(0,1fr);align-items:stretch;justify-items:stretch;min-height:100dvh;height:100dvh;width:100%;margin:0;padding:0;grid-gap:0;gap:0;overflow:hidden;overflow:clip;isolation:isolate;background:radial-gradient(circle at 18% 22%,rgba(62,83,161,.22),transparent 28%),radial-gradient(circle at 76% 60%,rgba(79,112,235,.14),transparent 20%),linear-gradient(180deg,#071120,#050c19 52%,#040915)}.login-screen--obsidian:after,.login-screen--obsidian:before{content:"";position:absolute;inset:0;pointer-events:none}.login-screen--obsidian:before{background:linear-gradient(90deg,rgba(5,10,25,0),rgba(5,10,25,0) 68%,rgba(8,15,37,.62) 0,rgba(8,15,37,.88));z-index:0}.login-screen--obsidian:after{background:radial-gradient(circle at 82% 44%,rgba(120,86,255,.14),transparent 18%),radial-gradient(circle at 80% 44%,rgba(100,198,255,.12),transparent 28%);z-index:0}.login-screen__veil{position:absolute;inset:0;z-index:0;background-image:radial-gradient(rgba(255,255,255,.08) .8px,transparent 0);background-size:28px 28px;opacity:.15;-webkit-mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.18) 26%,rgba(0,0,0,.85));mask-image:linear-gradient(90deg,transparent,rgba(0,0,0,.18) 26%,rgba(0,0,0,.85))}.login-layout--obsidian{position:relative;z-index:1;display:grid;justify-items:center;align-content:center;grid-gap:clamp(18px,2.8vh,30px);gap:clamp(18px,2.8vh,30px);min-height:100%;max-height:100dvh;width:min(100%,1120px);margin:0 auto;padding:clamp(18px,3.6vh,34px) 32px clamp(16px,2.8vh,24px)}.login-hero--obsidian{gap:10px;justify-items:center;text-align:center}.login-hero__eyebrow{margin:0;color:rgba(165,178,220,.76);font-size:12px;font-weight:700;letter-spacing:.28em;text-transform:uppercase}.login-hero__title--obsidian{margin:0;color:#e8edff;font-size:clamp(36px,4.8vw,58px);font-weight:780;letter-spacing:-.06em;text-shadow:0 12px 40px rgba(8,14,36,.34)}.login-hero__subtitle--obsidian{max-width:none;color:rgba(219,226,247,.84);font-size:clamp(16px,1.6vw,20px);font-weight:500;line-height:1.5}.login-stage--obsidian{position:relative;display:grid;justify-items:center;align-items:center;width:min(100%,1040px);min-height:auto;margin:0 auto}.login-panel--obsidian{position:relative;z-index:2;width:min(100%,432px);padding:30px 30px 26px;border:1px solid rgba(92,107,150,.26);border-radius:22px;background:linear-gradient(180deg,rgba(14,22,44,.9),rgba(10,17,34,.96));box-shadow:0 30px 80px rgba(1,4,14,.54),inset 0 1px 0 rgba(255,255,255,.06),0 0 0 1px rgba(255,255,255,.02);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.login-panel--obsidian:before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(145deg,rgba(142,153,198,.24),rgba(255,255,255,.04),rgba(125,94,255,.2));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.login-panel__header--obsidian{justify-items:start;gap:6px;margin-bottom:20px;text-align:left}.login-panel__title--obsidian{color:#eff3ff;font-size:clamp(26px,2.2vw,30px);font-weight:780;letter-spacing:-.05em;text-shadow:none}.login-panel__lead{margin:0;color:rgba(203,212,238,.8);font-size:14px;line-height:1.6}.form-grid--obsidian{gap:14px}.form-field--obsidian{display:grid;grid-gap:8px;gap:8px}.form-field--obsidian .form-label--obsidian{margin-left:2px;color:rgba(239,243,255,.92);font-size:13px;font-weight:700;letter-spacing:.02em}.form-field--obsidian .form-input--obsidian{width:100%;min-height:48px;padding:0 14px;border:1px solid rgba(107,122,169,.34);border-radius:12px;background:rgba(11,18,36,.94);color:#f6f8ff;font-size:15px;font-weight:500;letter-spacing:.01em;caret-color:#9cabff;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease}.form-field--obsidian .form-input--obsidian::placeholder{color:rgba(141,155,193,.58);font-weight:550}.form-field--obsidian .form-input--obsidian:hover{border-color:rgba(130,145,194,.44);background:rgba(13,21,40,.98)}.form-field--obsidian .form-input--obsidian:focus-visible{outline:none;border-color:rgba(142,156,255,.84);background:rgba(15,23,47,1);box-shadow:0 0 0 3px rgba(103,121,255,.18)}.form-field--obsidian .form-input--obsidian::selection{background:rgba(131,147,255,.38);color:#ffffff}.form-field--obsidian .form-input--obsidian:-webkit-autofill,.form-field--obsidian .form-input--obsidian:-webkit-autofill:focus-visible,.form-field--obsidian .form-input--obsidian:-webkit-autofill:hover{-webkit-text-fill-color:#f1f4ff;caret-color:#9cabff;box-shadow:0 0 0 3px rgba(103,121,255,.18),inset 0 0 0 1000px rgba(15,23,47,1);-webkit-transition:background-color 9999s ease-out;transition:background-color 9999s ease-out}.primary-button--obsidian{position:relative;min-height:56px;margin-top:2px;border:1px solid rgba(124,143,255,.4);border-radius:14px;background:linear-gradient(90deg,#afbdff,#959cff 34%,#7f48f6);color:#121a3d;font-weight:800;letter-spacing:.06em;box-shadow:0 18px 36px rgba(94,79,240,.3),inset 0 1px 0 rgba(255,255,255,.42)}.primary-button--obsidian:before{inset:1px;border-radius:inherit;background:linear-gradient(180deg,rgba(255,255,255,.28),transparent 58%)}.primary-button--obsidian:after{content:"";position:absolute;inset:-4px;border:1px dashed rgba(109,153,255,.72);border-radius:18px;opacity:0;transition:opacity .18s ease;pointer-events:none}.primary-button--obsidian:hover{transform:translateY(-1px);box-shadow:0 24px 40px rgba(94,79,240,.34),inset 0 1px 0 rgba(255,255,255,.46)}.primary-button--obsidian:focus-visible:after,.primary-button--obsidian:hover:after{opacity:1}.primary-button--obsidian:disabled{opacity:.76;cursor:wait}.form-error--obsidian{padding:12px 14px;border:1px solid rgba(255,129,169,.22);border-radius:14px;background:rgba(88,23,49,.5);color:#ffb7cb;font-size:13px;font-weight:600}.form-note--obsidian{color:rgba(191,201,231,.78)}.login-meta--obsidian{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;color:rgba(154,166,203,.62);font-size:11px;font-weight:600;letter-spacing:.08em}.login-visual--obsidian{position:absolute;top:50%;right:0;width:min(320px,30vw);min-height:332px;transform:translateY(-42%);pointer-events:none}.login-visual__card{position:absolute;overflow:hidden;border:1px solid rgba(52,64,101,.54);border-radius:22px;background:linear-gradient(180deg,rgba(10,17,34,.74),rgba(7,12,25,.92));box-shadow:0 22px 50px rgba(0,0,0,.32);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.login-visual__card:after,.login-visual__card:before{content:"";position:absolute}.login-visual__card--mesh{top:4px;right:54px;width:182px;height:112px;transform:rotate(11deg)}.login-visual__card--mesh:before{inset:18px;background:radial-gradient(circle at 18% 28%,rgba(82,215,255,.88) 1.2px,transparent 2px),radial-gradient(circle at 35% 48%,rgba(82,215,255,.72) 1.2px,transparent 2px),radial-gradient(circle at 58% 40%,rgba(82,215,255,.76) 1.2px,transparent 2px),radial-gradient(circle at 72% 60%,rgba(82,215,255,.62) 1.2px,transparent 2px),linear-gradient(120deg,transparent 0 20%,rgba(82,215,255,.18) 20% 21%,transparent 21% 36%,rgba(82,215,255,.18) 36% 37%,transparent 37% 100%),linear-gradient(32deg,transparent 0 28%,rgba(82,215,255,.14) 28% 29%,transparent 29% 52%,rgba(82,215,255,.14) 52% 53%,transparent 53% 100%);opacity:.9}.login-visual__card--mesh:after{inset:10px;background:radial-gradient(circle at center,rgba(82,215,255,.16),transparent 70%)}.login-visual__card--halo{top:72px;right:-10px;width:148px;height:148px;border-radius:50%}.login-visual__card--halo:before{inset:16px;border-radius:50%;background:repeating-radial-gradient(circle at center,rgba(255,170,102,.34) 0 2px,transparent 2px 7px);opacity:.9}.login-visual__card--halo:after{inset:48px;border-radius:50%;background:radial-gradient(circle,rgba(135,180,255,.8),rgba(77,125,201,.18));box-shadow:0 0 18px rgba(123,168,255,.3)}.login-visual__card--glass{top:144px;left:4px;width:208px;height:124px;transform:rotate(11deg);background:linear-gradient(180deg,rgba(176,182,210,.2),rgba(86,100,145,.12))}.login-visual__card--glass:before{inset:20px;background:linear-gradient(120deg,transparent 0 16%,rgba(40,52,82,.26) 16% 17%,transparent 17% 42%,rgba(40,52,82,.24) 42% 43%,transparent 43% 70%,rgba(40,52,82,.24) 70% 71%,transparent 71%),linear-gradient(28deg,transparent 0 24%,rgba(40,52,82,.24) 24% 25%,transparent 25% 54%,rgba(40,52,82,.24) 54% 55%,transparent 55% 100%);opacity:.8}.login-visual__card--glass:after{top:28px;left:108px;width:40px;height:62px;border-radius:52% 48% 58% 42%/28% 68% 32% 72%;background:linear-gradient(180deg,rgba(18,31,45,.9),rgba(96,132,138,.3));transform:rotate(10deg);box-shadow:-26px 20px 0 -23px rgba(255,255,255,.14)}.login-visual__card--wave{right:-20px;bottom:0;width:222px;height:110px}.login-visual__card--wave:before{inset:22px 12px 18px;background:radial-gradient(60% 150% at 8% 100%,transparent 56%,rgba(117,152,255,.24) 57%,transparent 60%),radial-gradient(60% 150% at 32% 100%,transparent 56%,rgba(117,152,255,.2) 57%,transparent 60%),radial-gradient(60% 150% at 56% 100%,transparent 56%,rgba(117,152,255,.16) 57%,transparent 60%),radial-gradient(60% 150% at 80% 100%,transparent 56%,rgba(117,152,255,.14) 57%,transparent 60%)}.login-visual__card--wave:after{inset:18px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.04))}@media (max-width:1080px){.login-layout--obsidian{padding-inline:24px}.login-stage--obsidian{width:min(100%,472px);min-height:auto}.login-visual--obsidian{display:none}}@media (max-width:720px){.login-layout--obsidian{gap:18px;padding:24px 16px 18px}.login-hero__eyebrow{letter-spacing:.2em}.login-hero__title--obsidian{font-size:clamp(32px,8.6vw,40px)}.login-hero__subtitle--obsidian{font-size:15px}.login-panel--obsidian{padding:28px 20px 22px;border-radius:22px}.login-panel__header--obsidian{margin-bottom:24px}.login-panel__title--obsidian{font-size:28px}.login-meta--obsidian{gap:10px 14px;font-size:11px;letter-spacing:.05em}}@media (max-height:860px){.login-layout--obsidian{gap:16px;padding-top:16px;padding-bottom:14px}.login-hero--obsidian{gap:8px}.login-hero__title--obsidian{font-size:clamp(32px,4vw,46px)}.login-hero__subtitle--obsidian{font-size:15px}.login-panel--obsidian{padding:26px 26px 22px}.login-meta--obsidian{display:none}}.obsidian-shell{min-height:100vh;background:radial-gradient(circle at 14% 8%,rgba(95,87,211,.1),transparent 22%),linear-gradient(180deg,#101726,#09111f);color:#e7ecfb}.obsidian-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:16px;gap:16px;padding:10px 18px;border-bottom:1px solid rgba(110,126,170,.14);background:rgba(12,19,34,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.obsidian-topbar__title{color:#eef2ff;font-size:18px;font-weight:700;letter-spacing:-.02em}.obsidian-topbar__actions{display:inline-flex;align-items:center;gap:8px}.obsidian-icon-button,.user-menu__trigger--compact{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:1px solid rgba(124,136,176,.14);border-radius:12px;background:rgba(36,46,75,.74);color:rgba(232,237,255,.86);transition:border-color .14s ease,background-color .14s ease,color .14s ease}.obsidian-brand-card__icon svg,.obsidian-icon-button svg,.obsidian-side-nav__icon svg,.project-card-obsidian__delete svg,.project-card-obsidian__enter svg,.project-create-card__icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.obsidian-icon-button:focus-visible,.obsidian-icon-button:hover,.user-menu__trigger--compact:focus-visible,.user-menu__trigger--compact:hover{border-color:rgba(151,165,214,.24);background:rgba(54,66,102,.86);outline:none}.obsidian-shell .user-menu__trigger--compact{border-radius:12px;background:linear-gradient(180deg,rgba(44,52,84,.96),rgba(31,38,62,.96));border-color:rgba(151,127,255,.22);color:#edf2ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.obsidian-shell .avatar{width:100%;height:100%;border-radius:11px;background:transparent;color:currentColor;font-size:13px;font-weight:800}.obsidian-shell .user-menu__panel{top:calc(100% + 10px);min-width:220px;border:1px solid rgba(111,124,167,.2);border-radius:16px;background:rgba(16,24,42,.96);box-shadow:0 18px 48px rgba(0,0,0,.32);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.obsidian-shell .user-menu__panel a,.obsidian-shell .user-menu__panel button{color:#e8edff}.obsidian-shell .user-menu__panel a:focus-visible,.obsidian-shell .user-menu__panel a:hover,.obsidian-shell .user-menu__panel button:focus-visible,.obsidian-shell .user-menu__panel button:hover{background:rgba(56,67,104,.56)}.obsidian-shell__body{grid-template-columns:220px minmax(0,1fr);min-height:calc(100vh - 56px)}.obsidian-sidebar{display:flex;flex-direction:column;gap:18px;padding:18px 12px 16px;border-right:1px solid rgba(116,128,166,.12);background:linear-gradient(180deg,rgba(20,28,46,.92),rgba(17,24,40,.96))}.obsidian-brand-card{padding:12px 10px;border:1px solid rgba(116,128,166,.12);border-radius:16px;background:rgba(28,36,58,.6)}.obsidian-brand-card__icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:12px;background:linear-gradient(180deg,#7b4cff,#616fff);color:#f7f8ff}.obsidian-brand-card__copy{display:grid;grid-gap:2px;gap:2px}.obsidian-brand-card__copy h1{color:#edf1ff;font-weight:700;letter-spacing:-.03em}.obsidian-brand-card__copy p{margin:0;color:rgba(204,213,239,.62);font-size:11px}.obsidian-side-nav__item{border-radius:14px;color:rgba(224,230,251,.8);transition:background-color .14s ease,border-color .14s ease,color .14s ease}.obsidian-side-nav__item:focus-visible,.obsidian-side-nav__item:hover{border-color:rgba(101,118,168,.18);background:rgba(48,57,84,.66);color:#f4f7ff}.obsidian-side-nav__item--active{background:rgba(66,76,112,.88);color:#f4f7ff}.obsidian-side-nav__icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;color:currentColor}.obsidian-side-nav__text{font-weight:600}.obsidian-main-wrap{position:relative;overflow:hidden;padding:20px 22px 24px;background:linear-gradient(180deg,rgba(8,16,31,.98),rgba(8,17,33,1))}.obsidian-main{min-width:0}.obsidian-main .page-card,.obsidian-main .profile-grid__card{border-color:rgba(111,125,168,.18);background:rgba(24,33,55,.88);box-shadow:0 12px 30px rgba(2,6,16,.18)}.obsidian-main .brand__eyebrow,.obsidian-main .kv-item__label,.obsidian-main .muted{color:rgba(191,201,231,.76)}.obsidian-main .kv-item__value,.obsidian-main .page-card h2,.obsidian-main .profile-grid__card h3{color:#edf1ff}.project-dashboard{display:grid;grid-gap:16px;gap:16px;align-content:start}.project-dashboard__header h2{margin:0;color:#edf1ff;font-size:24px;font-weight:700;letter-spacing:-.03em}.project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:16px;gap:16px;align-items:stretch}.project-card-obsidian,.project-create-card{min-height:176px;border:1px solid rgba(88,100,136,.16);border-radius:18px;background:rgba(26,35,56,.9);box-shadow:0 10px 24px rgba(5,10,22,.16)}.project-create-card{display:grid;align-content:start;grid-gap:14px;gap:14px;padding:18px}.project-create-card__title{display:flex;align-items:center;gap:10px;color:#edf1ff}.project-create-card__title strong{font-size:18px;font-weight:700}.project-create-card__icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:linear-gradient(180deg,#9f86ff,#6c75ff);color:#ffffff}.project-create-card__input{height:40px;padding:0 14px;border:1px solid rgba(88,100,136,.28);border-radius:12px;background:rgba(35,45,73,.88);color:#f3f6ff;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.project-create-card__input::placeholder{color:rgba(176,186,220,.42)}.project-create-card__input:hover{background:rgba(40,50,80,.92)}.project-create-card__input:focus-visible{outline:none;border-color:rgba(112,134,241,.62);box-shadow:0 0 0 3px rgba(112,134,241,.12)}.project-card-obsidian__enter,.project-create-card__button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;padding:0 16px;border-radius:12px;font-size:13px;font-weight:700;transition:border-color .14s ease,background-color .14s ease,opacity .14s ease}.project-create-card__button{border:1px solid rgba(102,150,255,.38);background:rgba(76,96,178,.92);color:#ecf1ff}.project-card-obsidian__enter:focus-visible,.project-card-obsidian__enter:hover,.project-create-card__button:focus-visible,.project-create-card__button:hover{outline:none}.project-create-card__button:focus-visible,.project-create-card__button:hover{background:rgba(88,108,192,.96)}.project-create-card__button:disabled{cursor:not-allowed;opacity:.42}.project-card-obsidian{display:flex;flex-direction:column;justify-content:space-between;gap:14px;padding:18px}.project-card-obsidian__body{display:grid;grid-gap:10px;gap:10px}.project-card-obsidian__timestamp{color:rgba(190,200,228,.62);font-size:12px}.project-card-obsidian__content h3{margin:0;color:#edf1ff;font-size:18px;font-weight:700;line-height:1.35;letter-spacing:-.02em}.project-card-obsidian__actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.project-card-obsidian__enter{flex:1 1;border:1px solid rgba(88,100,136,.2);background:rgba(73,84,124,.88);color:#edf1ff}.project-card-obsidian__enter:focus-visible,.project-card-obsidian__enter:hover{background:rgba(85,97,140,.92)}.project-card-obsidian__delete{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;border:1px solid rgba(88,100,136,.18);border-radius:12px;background:transparent;color:rgba(234,238,250,.82);transition:border-color .14s ease,background-color .14s ease,color .14s ease}.project-card-obsidian__delete:focus-visible,.project-card-obsidian__delete:hover{border-color:rgba(225,124,146,.24);background:rgba(74,45,61,.56);color:#ffd3da;outline:none}.project-pagination{display:flex;justify-content:center;gap:20px;padding-top:2px}.project-pagination__edge,.project-pagination__page{border:1px solid transparent;background:transparent;color:rgba(228,234,251,.84);font-size:13px;font-weight:600;transition:border-color .14s ease,background-color .14s ease,opacity .14s ease}.project-pagination__edge{min-height:36px;padding:0 12px;border-radius:10px}.project-pagination__edge:not(:disabled):focus-visible,.project-pagination__edge:not(:disabled):hover,.project-pagination__page:focus-visible,.project-pagination__page:hover{border-color:rgba(123,140,196,.18);background:rgba(32,42,71,.68);outline:none}.project-pagination__edge:disabled{opacity:.34;cursor:not-allowed}.project-pagination__pages{display:flex;align-items:center;gap:6px}.project-pagination__page{min-width:36px;height:36px;border-radius:10px}.project-pagination__page--active{background:linear-gradient(180deg,#c0cdff,#9db2ff);color:#27345d;box-shadow:0 0 20px rgba(166,184,255,.24)}.project-pagination__ellipsis{padding:0 4px;color:rgba(194,202,230,.52)}@media (max-width:1200px){.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.obsidian-shell__body{grid-template-columns:1fr}.obsidian-sidebar{gap:14px;padding-bottom:14px;border-right:none;border-bottom:1px solid rgba(116,128,166,.12)}.project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.obsidian-topbar{padding:10px 14px}.obsidian-main-wrap{padding:16px 14px 22px}.project-dashboard__header h2{font-size:22px}.project-grid{grid-template-columns:1fr;gap:14px}.project-pagination{flex-wrap:wrap;gap:12px}}@media (prefers-reduced-motion:reduce){.obsidian-icon-button,.obsidian-side-nav__item,.project-card-obsidian__delete,.project-card-obsidian__enter,.project-create-card__button,.project-create-card__input,.project-pagination__edge,.project-pagination__page,.user-menu__trigger--compact{transition:none}}.creation-mode-screen{min-height:100vh;padding:0 0 40px;background:radial-gradient(circle at 20% 8%,rgba(96,91,255,.1),transparent 22%),linear-gradient(180deg,#101726,#09111f);color:#ecf1ff}.creation-mode-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:16px;gap:16px;max-width:1160px;margin:0 auto;padding:0 28px}.creation-mode-back{display:inline-flex;margin:18px 28px 0;align-items:center;justify-content:center;gap:8px;width:-moz-fit-content;width:fit-content;min-height:36px;padding:0 13px;border:1px dashed rgba(88,131,255,.66);border-radius:10px;color:#edf1ff;font-size:13px;font-weight:700;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.creation-mode-back svg,.creation-mode-card__icon svg,.creation-mode-card__ornament:after,.creation-mode-card__ornament:before{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.creation-mode-back:focus-visible,.creation-mode-back:hover{border-color:rgba(130,164,255,.9);background:rgba(34,48,84,.66);outline:none}.creation-mode-brand{justify-self:center;color:#eef2ff;font-size:18px;font-weight:800;letter-spacing:-.03em}.creation-mode-spacer{width:100%;height:1px}.creation-mode-context{display:flex;align-items:center;gap:10px;max-width:1160px;margin:18px auto 0;padding:0 28px;color:rgba(214,223,247,.78);font-size:13px;font-weight:600}.creation-mode-context strong{display:inline-flex;align-items:center;min-height:30px;padding:0 12px;border:1px solid rgba(83,104,160,.4);border-radius:999px;background:rgba(19,28,50,.72);color:#eef2ff;font-size:13px;font-weight:700}.creation-mode-intro{margin:16px auto 26px;max-width:780px;padding:0 24px;color:rgba(221,228,249,.86);font-size:15px;font-weight:600;line-height:1.75;text-align:center}.creation-mode-grid{display:grid;grid-gap:18px;gap:18px;max-width:1160px;margin:0 auto;padding:0 28px}.creation-mode-card{position:relative;display:grid;align-content:start;grid-gap:18px;gap:18px;min-height:284px;padding:32px 32px 30px;border:1px dashed rgba(77,129,255,.82);border-radius:18px;background:linear-gradient(90deg,rgba(22,31,52,.94),rgba(19,27,46,.96) 52%,rgba(22,30,52,.94)),radial-gradient(circle at 92% 10%,rgba(111,122,255,.08),transparent 24%);color:#eef2ff;text-align:left;transition:border-color .18s ease,transform .18s ease,box-shadow .18s ease,background-color .18s ease}.creation-mode-card:focus-visible,.creation-mode-card:hover{transform:translateY(-2px);border-color:rgba(126,166,255,.94);box-shadow:0 16px 40px rgba(7,13,28,.24);outline:none}.creation-mode-card--disabled{border-color:rgba(74,92,138,.46);color:rgba(219,226,245,.82);cursor:default}.creation-mode-card--disabled:focus-visible,.creation-mode-card--disabled:hover{transform:none;border-color:rgba(74,92,138,.46);box-shadow:none}.creation-mode-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.creation-mode-card__icon{display:inline-flex;align-items:center;justify-content:center;width:82px;height:56px;border-radius:12px;background:rgba(51,60,92,.74);color:#c7b6ff}.creation-mode-card__icon svg{width:42px;height:42px}.creation-mode-card__badge{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(108,124,170,.38);border-radius:999px;background:rgba(17,25,43,.76);color:rgba(221,228,247,.82);font-size:12px;font-weight:700}.creation-mode-card__content{display:grid;grid-gap:12px;gap:12px;max-width:420px}.creation-mode-card__content h2{margin:0;color:#eef2ff;font-size:24px;font-weight:800;letter-spacing:-.04em}.creation-mode-card__content p{margin:0;color:rgba(226,231,246,.82);font-size:15px;line-height:1.72}.creation-mode-card__ornament{position:absolute;right:28px;bottom:24px;color:rgba(91,102,145,.28)}.creation-mode-card__ornament--layers{width:64px;height:64px}.creation-mode-card__ornament--layers:after,.creation-mode-card__ornament--layers:before{content:"";position:absolute;inset:auto 0 0 auto;width:28px;height:28px;border:4px solid;transform:rotate(45deg)}.creation-mode-card__ornament--layers:after{right:10px;bottom:14px}.creation-mode-card__ornament--layers:before{right:0;bottom:-4px}.creation-mode-card__ornament--spark{width:74px;height:74px}.creation-mode-card__ornament--spark:after,.creation-mode-card__ornament--spark:before{content:"";position:absolute;background:currentColor;-webkit-clip-path:polygon(50% 0,62% 38%,100% 50%,62% 62%,50% 100%,38% 62%,0 50%,38% 38%);clip-path:polygon(50% 0,62% 38%,100% 50%,62% 62%,50% 100%,38% 62%,0 50%,38% 38%)}.creation-mode-card__ornament--spark:before{right:0;bottom:0;width:44px;height:44px}.creation-mode-card__ornament--spark:after{right:36px;bottom:28px;width:18px;height:18px}@media (max-width:1080px){.creation-mode-header{grid-template-columns:1fr auto}.creation-mode-brand{justify-self:end}.creation-mode-spacer{display:none}.creation-mode-grid{grid-template-columns:1fr}}@media (max-width:720px){.creation-mode-screen{padding-top:16px}.creation-mode-header{grid-template-columns:1fr;justify-items:flex-start;padding:0 16px}.creation-mode-brand{justify-self:start}.creation-mode-context{flex-wrap:wrap;gap:8px;padding:0 16px}.creation-mode-intro{margin:14px 0 22px;padding:0 16px;font-size:14px;text-align:left}.creation-mode-grid{gap:16px;padding:0 16px}.creation-mode-card{min-height:248px;padding:24px 20px 22px}.creation-mode-card__content h2{font-size:22px}.creation-mode-card__content p{font-size:14px}}.commerce-setup-screen{min-height:100vh;padding-bottom:36px;background:radial-gradient(circle at 18% 8%,rgba(101,90,255,.08),transparent 20%),linear-gradient(180deg,#101726,#09111f);color:#edf2ff}.commerce-setup-topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;max-width:1080px;min-height:58px;margin:0 auto;padding:0 24px}.commerce-setup-brand-wrap{display:inline-flex;align-items:center;gap:12px}.commerce-setup-brand{color:#eef2ff;font-size:18px;font-weight:800;letter-spacing:-.03em}.commerce-setup-tag{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(93,112,168,.42);border-radius:999px;background:rgba(17,25,43,.7);color:rgba(225,232,249,.82);font-size:12px;font-weight:700}.commerce-setup-user{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid rgba(102,118,170,.3);border-radius:12px;background:rgba(27,37,61,.82)}.commerce-setup-user span{width:7px;height:12px;border-radius:3px;background:rgba(221,227,247,.76)}.commerce-setup-main{display:grid;justify-items:stretch;grid-gap:20px;gap:20px;max-width:1080px;margin:0 auto;padding:20px 24px 0}.commerce-setup-back{justify-self:start;display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 13px;border:1px dashed rgba(85,131,255,.66);border-radius:10px;color:#eef2ff;font-size:13px;font-weight:700;transition:border-color .14s ease,background-color .14s ease}.commerce-form-block__label svg,.commerce-generate-button svg,.commerce-setup-back svg,.commerce-upload-zone svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.commerce-setup-back:focus-visible,.commerce-setup-back:hover{border-color:rgba(117,157,255,.94);background:rgba(34,48,84,.62);outline:none}.commerce-setup-stepper{display:flex;align-items:center;justify-content:center;gap:0;width:min(780px,100%);justify-self:center}.commerce-step-wrap{display:flex;align-items:center;flex:1 1}.commerce-step{display:grid;justify-items:center;grid-gap:8px;gap:8px;min-width:108px}.commerce-step__index{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:12px;background:rgba(55,64,93,.84);color:rgba(229,235,255,.92);font-size:18px;font-weight:700}.commerce-step--active .commerce-step__index{background:linear-gradient(180deg,#c8d3ff,#9fb5ff);color:#24335a;box-shadow:0 0 20px rgba(166,184,255,.2)}.commerce-step__label{color:rgba(223,228,246,.88);font-size:14px;font-weight:700}.commerce-step__line{height:1px;flex:1 1;margin:0 18px 18px;background:rgba(104,117,156,.32)}.commerce-setup-panel{width:min(720px,100%);justify-self:center;padding:40px 34px 32px;border-radius:16px;background:radial-gradient(circle at 90% 0,rgba(96,91,255,.07),transparent 22%),linear-gradient(180deg,rgba(26,36,58,.96),rgba(17,25,44,.98));box-shadow:0 16px 40px rgba(6,12,26,.22)}.commerce-setup-panel__header{display:grid;grid-gap:8px;gap:8px;margin-bottom:28px}.commerce-setup-panel__eyebrow{color:rgba(190,201,230,.76);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.commerce-setup-panel__header h1{margin:0;color:#eef2ff;font-size:24px;font-weight:800;letter-spacing:-.04em}.commerce-setup-panel__header p{margin:0;color:rgba(214,223,246,.78);font-size:15px;line-height:1.72}.commerce-form-block{display:grid;grid-gap:14px;gap:14px;margin-bottom:26px}.commerce-form-block--compact{max-width:340px}.commerce-form-block__label{display:inline-flex;align-items:center;gap:10px;color:#e9efff;font-size:15px;font-weight:700}.commerce-upload-zone{display:grid;justify-items:center;grid-gap:8px;gap:8px;min-height:164px;padding:18px;border:1px dashed rgba(90,110,156,.4);border-radius:12px;background:rgba(9,17,34,.42);color:#e8edff;transition:border-color .14s ease,background-color .14s ease}.commerce-upload-zone svg{width:34px;height:42px;color:rgba(227,234,252,.9)}.commerce-upload-zone strong{font-size:17px;font-weight:800}.commerce-upload-zone span{color:rgba(216,224,246,.7);font-size:14px}.commerce-upload-zone:focus-visible,.commerce-upload-zone:hover{border-color:rgba(117,157,255,.64);background:rgba(13,21,40,.58);outline:none}.commerce-upload-slots{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.commerce-upload-slot{min-height:112px;border:1px solid rgba(74,85,122,.22);border-radius:12px;background:rgba(32,41,68,.86);color:rgba(215,222,244,.36);font-size:34px;transition:border-color .14s ease,background-color .14s ease,color .14s ease}.commerce-upload-slot:focus-visible,.commerce-upload-slot:hover{border-color:rgba(117,157,255,.36);background:rgba(38,48,78,.94);color:rgba(231,237,255,.54);outline:none}.commerce-duration-input,.commerce-input,.commerce-textarea{width:100%;border:1px solid rgba(74,85,122,.22);border-radius:12px;background:rgba(8,16,31,.54);color:#eef2ff;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.commerce-textarea{min-height:136px;padding:16px 16px 12px;resize:vertical;font-size:14px;line-height:1.75}.commerce-input{min-height:48px;padding:0 14px;font-size:14px}.commerce-duration-input::placeholder,.commerce-input::placeholder,.commerce-textarea::placeholder{color:rgba(185,194,220,.46)}.commerce-duration-input:focus-visible,.commerce-input:focus-visible,.commerce-textarea:focus-visible{outline:none;border-color:rgba(117,157,255,.46);box-shadow:0 0 0 3px rgba(112,134,241,.1)}.commerce-form-hint{margin:0;color:rgba(196,205,231,.66);font-size:12px;line-height:1.6}.commerce-duration-field{display:grid;grid-template-columns:minmax(0,1fr) 54px;align-items:center;overflow:hidden;border:1px solid rgba(74,85,122,.22);border-radius:12px;background:rgba(8,16,31,.54)}.commerce-duration-input{min-height:48px;padding:0 14px;border:none;border-radius:0;background:transparent;box-shadow:none;font-size:14px}.commerce-duration-unit{display:inline-flex;align-items:center;justify-content:center;min-height:48px;color:rgba(236,241,255,.88);font-size:14px;font-weight:700}.commerce-action-block{display:grid;grid-gap:10px;gap:10px;padding-top:4px}.commerce-generate-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:56px;border:1px solid rgba(85,131,255,.74);border-radius:12px;background:linear-gradient(90deg,#ccd6ff,#7f51f6);color:#22345e;font-size:17px;font-weight:800;transition:filter .14s ease,box-shadow .14s ease,transform .14s ease}.commerce-generate-button:focus-visible,.commerce-generate-button:hover{filter:brightness(1.03);box-shadow:0 14px 28px rgba(90,95,236,.22);transform:translateY(-1px);outline:none}.commerce-security-note{margin:0;color:rgba(215,223,245,.72);font-size:12px;font-weight:600;text-align:center}@media (max-width:980px){.commerce-setup-panel{padding:34px 22px 26px}.commerce-step__line{margin-inline:12px}}@media (max-width:720px){.commerce-setup-main,.commerce-setup-topbar{padding-inline:14px}.commerce-setup-brand-wrap{gap:8px;flex-wrap:wrap}.commerce-setup-stepper{align-items:stretch;gap:10px}.commerce-step-wrap{display:grid;grid-gap:8px;gap:8px}.commerce-step{min-width:0}.commerce-step__label{font-size:12px;text-align:center}.commerce-step__line{display:none}.commerce-setup-panel{padding:26px 16px 20px}.commerce-setup-panel__header h1{font-size:22px}.commerce-duration-input,.commerce-setup-panel__header p,.commerce-textarea,.commerce-upload-zone span{font-size:14px}.commerce-upload-slots{grid-template-columns:repeat(2,minmax(0,1fr))}.commerce-upload-slot{min-height:88px}}.video-generation-screen{min-height:100vh;background:radial-gradient(circle at 18% 8%,rgba(104,93,255,.06),transparent 20%),linear-gradient(180deg,#09111f,#08101d);color:#eef2ff}.video-generation-topbar{display:flex;align-items:center;justify-content:space-between;min-height:48px;padding:0 14px;background:rgba(20,29,49,.96);box-shadow:inset 0 -1px 0 rgba(66,83,126,.2)}.video-generation-brand{color:#dbe4ff;font-size:15px;font-weight:800;letter-spacing:-.02em}.video-generation-toolbar{display:inline-flex;align-items:center;gap:10px}.video-generation-back,.video-generation-match-button,.video-generation-toolbar__button,.video-scene-card__actions button,.video-scene-card__generate-button,.video-summary-actions__primary,.video-summary-actions__secondary,.video-summary-footer-button{transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .14s ease,box-shadow .14s ease,filter .14s ease}.video-generation-toolbar__button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(74,91,134,.24);border-radius:9px;background:rgba(35,46,73,.38);color:rgba(224,231,249,.78)}.video-generation-toolbar__button:focus-visible,.video-generation-toolbar__button:hover{background:rgba(44,57,91,.58);outline:none}.video-generation-back svg,.video-generation-match-button svg,.video-generation-toolbar__button svg,.video-scene-card__actions svg,.video-scene-card__generate-button svg,.video-scene-card__preview-play svg,.video-summary-actions__primary svg,.video-summary-actions__secondary svg,.video-summary-footer-button svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.video-generation-avatar{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;background:linear-gradient(180deg,#ffcfbd,#f0a98a)}.video-generation-avatar span{width:7px;height:12px;border-radius:3px;background:rgba(113,67,51,.84)}.video-generation-main{display:grid;grid-gap:18px;gap:18px;max-width:1160px;margin:0 auto;padding:22px 14px 28px}.video-generation-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.video-generation-hero__copy{display:grid;grid-gap:10px;gap:10px}.video-generation-back{display:inline-flex;align-items:center;gap:7px;min-height:32px;width:-moz-fit-content;width:fit-content;padding:0 10px;border:1px dashed rgba(85,131,255,.54);border-radius:8px;color:rgba(233,239,255,.84);font-size:12px;font-weight:700}.video-generation-back:focus-visible,.video-generation-back:hover{background:rgba(29,40,68,.72);border-color:rgba(117,157,255,.8);outline:none}.video-generation-hero h1{margin:0;color:#eef3ff;font-size:38px;font-weight:800;letter-spacing:-.04em}.video-generation-project{margin:0;color:rgba(191,201,229,.68);font-size:12px;font-weight:700}.video-generation-match-button{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 14px;border:1px solid rgba(82,97,139,.24);border-radius:8px;background:rgba(44,53,82,.88);color:#e8eeff;font-size:13px;font-weight:700;white-space:nowrap}.video-generation-match-button:focus-visible,.video-generation-match-button:hover{background:rgba(54,65,99,.94);border-color:rgba(110,131,192,.34);outline:none}.video-generation-content{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:20px;gap:20px;align-items:start}.video-generation-scenes{grid-gap:16px;gap:16px}.video-scene-card{padding:18px 18px 14px;border:1px solid rgba(72,86,126,.22);border-radius:12px;background:linear-gradient(180deg,rgba(24,34,57,.96),rgba(21,30,51,.98));box-shadow:0 8px 18px rgba(5,10,22,.16)}.video-scene-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:12px}.video-scene-card__title-wrap{display:flex;align-items:center}.video-scene-card__index{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:6px;background:rgba(66,76,110,.62);color:#e6ebff}.video-scene-card__title-wrap h2{margin:0;color:#eef2ff;font-size:15px;font-weight:800}.video-scene-card__status{display:inline-flex;align-items:center;min-height:22px;margin-top:6px;padding:0 8px;border-radius:7px;background:rgba(65,81,126,.5);color:#d7e1ff;font-size:10px;font-weight:700}.video-scene-card__actions{display:inline-flex;align-items:center;gap:6px}.video-scene-card__actions button{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:8px;background:transparent;color:rgba(219,226,247,.76)}.video-scene-card__actions button:focus-visible,.video-scene-card__actions button:hover{background:rgba(49,60,90,.68);outline:none}.video-scene-card__body{grid-template-columns:minmax(0,1fr) 208px;grid-gap:16px;gap:16px}.video-scene-card__prompt{min-height:104px;border-radius:9px;background:rgba(8,15,30,.74);color:rgba(225,232,247,.88);line-height:1.58}.video-scene-card__preview{position:relative;display:flex;align-items:center;justify-content:center;min-height:104px;border-radius:9px;background:linear-gradient(180deg,rgba(198,201,211,.76),rgba(151,156,171,.94)),radial-gradient(circle at 50% 50%,rgba(255,255,255,.3),transparent 52%);overflow:hidden}.video-scene-card__preview:before{content:"";position:absolute;inset:8px;border-radius:7px;border:1px solid rgba(62,70,93,.12);box-shadow:inset 0 0 0 1px rgba(255,255,255,.12)}.video-scene-card__preview--rendered{background:linear-gradient(180deg,rgba(245,243,238,.98),rgba(182,182,182,.96) 72%,rgba(91,98,116,.96)),radial-gradient(circle at 20% 20%,rgba(255,255,255,.36),transparent 32%)}.video-scene-card__generate-button{position:relative;z-index:1;display:inline-flex;align-items:center;gap:7px;min-height:42px;padding:0 12px;border:none;border-radius:8px;background:linear-gradient(90deg,#b0b7ff,#7144f0);color:#20325b;font-size:13px;font-weight:800}.video-scene-card__generate-button:focus-visible,.video-scene-card__generate-button:hover{transform:translateY(-1px);filter:brightness(1.02);outline:none}.video-scene-card__preview-play{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:14px;background:rgba(110,116,135,.7);color:rgba(241,245,255,.92)}.video-scene-card__duration{position:absolute;right:10px;bottom:8px;z-index:1;color:#eef2ff;font-size:10px}.video-scene-card__assets{align-items:center;gap:6px;margin-top:12px}.video-scene-card__asset,.video-scene-card__asset-add{display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:42px;padding:0 10px;border-radius:7px;font-size:11px;font-weight:700}.video-scene-card__asset{color:#eef2ff}.video-scene-card__asset--1{background:linear-gradient(180deg,#7d8db8,#5d6d96)}.video-scene-card__asset--2{background:linear-gradient(180deg,#98916d,#6d6647)}.video-scene-card__asset--3{background:linear-gradient(180deg,#3f526f,#24344f)}.video-scene-card__asset-add{border:1px dashed rgba(113,132,188,.3);background:rgba(44,54,83,.54);color:rgba(231,237,255,.68)}.video-generation-summary{position:-webkit-sticky;position:sticky;top:12px}.video-summary-card{padding:18px 16px 16px;border:1px solid rgba(72,86,126,.24);border-radius:12px;background:linear-gradient(180deg,rgba(34,43,68,.98),rgba(28,37,60,.98));box-shadow:0 8px 20px rgba(5,10,22,.16)}.video-summary-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.video-summary-card__header h2,.video-summary-options h3{margin:0;color:#eef2ff;font-size:16px;font-weight:800}.video-summary-card__pill{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:7px;background:rgba(102,78,204,.38);color:#e7ddff;font-size:10px;font-weight:700}.video-summary-metrics{grid-gap:10px;gap:10px;margin:0 0 12px}.video-summary-metrics div{gap:12px}.video-summary-metrics dt{color:rgba(207,216,240,.68);font-size:13px;font-weight:600}.video-summary-metrics dd{margin:0;color:#eef2ff;font-size:13px;font-weight:800}.video-summary-progress{margin-bottom:14px;background:rgba(59,73,111,.48)}.video-summary-progress span{width:34%;background:linear-gradient(90deg,#c1c7ff,#6c32e6)}.video-summary-actions{display:grid;grid-gap:10px;gap:10px}.video-summary-actions__primary,.video-summary-actions__secondary,.video-summary-footer-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:44px;border-radius:9px;font-size:14px;font-weight:800}.video-summary-actions__primary{border:none;background:linear-gradient(90deg,#c5cbff,#6c32e6);color:#20325b}.video-summary-actions__primary:focus-visible,.video-summary-actions__primary:hover,.video-summary-footer-button:focus-visible,.video-summary-footer-button:hover{transform:translateY(-1px);filter:brightness(1.02);outline:none}.video-summary-actions__secondary{border:1px solid rgba(88,102,143,.14);background:rgba(54,63,92,.34);color:rgba(207,215,239,.4)}.video-summary-actions__secondary:disabled{cursor:not-allowed}.video-summary-note{margin-top:14px;padding:12px 12px 11px;border-radius:9px;background:rgba(12,20,37,.72)}.video-summary-note p{margin:0;color:rgba(205,215,240,.68);font-size:12px;line-height:1.58}.video-summary-options{margin-top:16px}.video-summary-options,.video-summary-options__list{display:grid;grid-gap:10px;gap:10px}.video-summary-option{display:inline-flex;gap:8px;color:rgba(225,232,247,.78);font-weight:600}.video-summary-option input{width:14px;height:14px;accent-color:#91a1ff}.video-summary-footer-button{margin-top:16px;border:1px solid rgba(93,110,162,.22);background:rgba(48,57,87,.62);color:#edf2ff}@media (max-width:1120px){.video-generation-content{grid-template-columns:1fr}.video-generation-summary{position:static}}@media (max-width:780px){.video-generation-topbar{padding-inline:12px}.video-generation-main{padding:18px 12px 24px}.video-generation-hero{flex-direction:column;align-items:stretch}.video-generation-hero h1{font-size:30px}.video-generation-match-button{width:-moz-fit-content;width:fit-content}.video-scene-card{padding:14px 14px 12px}.video-scene-card__body{grid-template-columns:1fr;gap:12px}.video-summary-card{padding:16px 14px}}.script-editor-screen{min-height:100vh;padding-bottom:80px;background:radial-gradient(circle at 18% 8%,rgba(104,93,255,.06),transparent 20%),linear-gradient(180deg,#09111f,#08101d);color:#eef2ff}.script-editor-topbar{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:14px;gap:14px;min-height:48px;padding:0 12px;background:rgba(20,29,49,.97);box-shadow:inset 0 -1px 0 rgba(66,83,126,.2)}.script-editor-brand{color:#dbe4ff;font-size:15px;font-weight:800;letter-spacing:-.02em}.script-editor-topnav{display:inline-flex;align-items:center;gap:8px}.script-editor-analyze-button,.script-editor-asset-tabs__item,.script-editor-column__back,.script-editor-footer__next,.script-editor-image-card__action,.script-editor-library-card,.script-editor-library-upload,.script-editor-topnav__item{transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .14s ease,box-shadow .14s ease,filter .14s ease}.script-editor-topnav__item{min-height:32px;padding:0 10px;border:1px solid transparent;border-radius:8px;background:transparent;color:rgba(213,221,244,.7);font-size:13px;font-weight:700}.script-editor-topnav__item--active{border:1px dashed rgba(117,149,239,.7);background:rgba(24,38,67,.72);color:#eef2ff;box-shadow:inset 0 0 0 1px rgba(129,162,248,.16)}.script-editor-topbar__actions{display:inline-flex;align-items:center;gap:10px}.script-editor-count-chip,.script-editor-project-chip{display:inline-flex;align-items:center;min-height:32px;padding:0 10px;border:1px solid rgba(81,97,141,.32);border-radius:999px;background:rgba(21,31,53,.68);color:rgba(229,236,255,.8);font-size:11px;font-weight:700}.script-editor-analyze-button{display:inline-flex;align-items:center;gap:8px;min-height:32px;padding:0 12px;border:none;border-radius:8px;background:linear-gradient(90deg,#d9ddff,#7440ec);color:#20325b;font-size:13px;font-weight:800}.script-editor-analyze-button:focus-visible,.script-editor-analyze-button:hover,.script-editor-column__back:focus-visible,.script-editor-column__back:hover,.script-editor-footer__next:focus-visible,.script-editor-footer__next:hover,.script-editor-image-card__action:focus-visible,.script-editor-image-card__action:hover,.script-editor-library-card:focus-within,.script-editor-library-card:hover,.script-editor-library-upload:focus-visible,.script-editor-library-upload:hover{transform:translateY(-1px);filter:brightness(1.02);outline:none}.script-editor-analyze-button svg,.script-editor-column__title svg,.script-editor-footer__next svg,.script-editor-image-card__action svg,.script-editor-library-upload svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.script-editor-avatar{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:10px;background:linear-gradient(180deg,#ffcfbd,#f0a98a)}.script-editor-avatar span{width:7px;height:12px;border-radius:3px;background:rgba(113,67,51,.84)}.script-editor-main{padding:0}.script-editor-workbench{position:relative;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);min-height:calc(100vh - 128px)}.script-editor-workbench__divider{position:absolute;top:18px;left:54%;z-index:2;display:flex;justify-content:center;width:14px;height:calc(100% - 36px);transform:translateX(-50%);pointer-events:none}.script-editor-workbench__divider:before{content:"";width:1px;height:100%;background:linear-gradient(180deg,rgba(76,92,135,.22),rgba(76,92,135,.03))}.script-editor-workbench__divider span{position:absolute;top:0;width:14px;height:24px;border:1px solid rgba(79,93,139,.24);border-radius:4px;background:linear-gradient(180deg,rgba(64,75,108,.92),rgba(49,58,83,.98));box-shadow:0 6px 14px rgba(7,13,27,.22)}.script-editor-column{min-width:0}.script-editor-column--left{padding:14px 18px 20px;border-right:1px solid rgba(62,77,116,.14);background:linear-gradient(180deg,rgba(10,18,33,.34),rgba(9,16,29,.5))}.script-editor-column--right{padding:14px 18px 20px;background:linear-gradient(180deg,rgba(24,34,57,.68),rgba(22,31,52,.82))}.script-editor-column__header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:18px}.script-editor-column__header--stacked{display:grid;grid-gap:12px;gap:12px}.script-editor-column__title{display:flex;align-items:flex-start;gap:10px;color:#eef2ff}.script-editor-column__title h1,.script-editor-column__title h2{margin:0;font-size:15px;font-weight:800}.script-editor-column__title p{margin:4px 0 0;color:rgba(188,199,227,.64);font-size:12px;line-height:1.45}.script-editor-column__meta{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.script-editor-column__meta--library{justify-content:flex-start}.script-editor-column__back{display:inline-flex;align-items:center;min-height:30px;padding:0 10px;border:1px solid rgba(80,99,148,.22);border-radius:8px;background:rgba(32,43,71,.5);color:#e7edff;font-size:12px;font-weight:700}.script-editor-scenes{display:grid;grid-gap:22px;gap:22px}.script-scene-card{display:grid;grid-template-columns:3px minmax(0,1fr);grid-gap:12px;gap:12px}.script-scene-card__accent{border-radius:999px;background:linear-gradient(180deg,#d7c2ff,#8f6ef0)}.script-scene-card__body{display:grid;grid-gap:10px;gap:10px}.script-scene-card__meta{display:inline-flex;align-items:center;gap:10px;color:#dbe2ff;font-size:15px;font-weight:500;letter-spacing:-.02em}.script-scene-card__index{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:7px;background:rgba(54,66,101,.38);color:rgba(233,239,255,.84);font-size:12px;font-weight:800}.script-scene-card__content{padding:18px 20px;border:1px solid rgba(51,64,99,.14);border-radius:10px;background:rgba(9,17,34,.88);box-shadow:inset 0 0 0 1px rgba(50,63,96,.1)}.script-scene-card__content p{margin:0 0 18px;color:rgba(222,229,246,.88);font-size:15px;line-height:1.65}.script-scene-card__content p:last-child{margin-bottom:0}.script-scene-card__slug{color:rgba(231,237,255,.9);font-weight:500}.script-scene-card__quote{color:#d8c5ff!important;font-style:italic}.script-editor-asset-tabs{display:inline-flex;align-items:center;gap:14px;flex-wrap:wrap;padding-bottom:2px;border-bottom:1px solid rgba(71,85,126,.18)}.script-editor-asset-tabs__item{padding:0 0 10px;border:none;border-bottom:2px solid transparent;background:transparent;color:rgba(214,221,243,.68);font-size:13px;font-weight:700}.script-editor-asset-tabs__item:focus-visible,.script-editor-asset-tabs__item:hover{color:rgba(235,240,255,.88);outline:none}.script-editor-asset-tabs__item--active{border-color:rgba(171,182,255,.82);color:#eef2ff}.script-editor-image-slots{display:grid;grid-gap:12px;gap:12px}.script-editor-image-card,.script-editor-library-card,.script-editor-library-upload{border:1px solid rgba(72,86,126,.2);border-radius:12px;background:linear-gradient(180deg,rgba(39,49,77,.92),rgba(32,41,66,.96))}.script-editor-image-card{padding:12px}.script-editor-image-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.script-editor-image-card__header h3,.script-editor-library-section__header h3{margin:0;color:#eef2ff;font-size:14px;font-weight:800}.script-editor-image-card__header p,.script-editor-library-section__header span{margin:4px 0 0;color:rgba(191,201,229,.64);font-size:12px;line-height:1.45}.script-editor-image-card__meta{display:grid;justify-items:end;grid-gap:4px;gap:4px}.script-editor-image-card__meta span,.script-editor-image-card__meta strong{display:inline-flex;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;font-size:10px;font-weight:700}.script-editor-image-card__meta span{background:rgba(59,74,111,.52);color:rgba(231,237,255,.78)}.script-editor-image-card__meta strong{background:rgba(21,31,53,.72);color:rgba(231,237,255,.88)}.script-editor-image-card__body{display:grid;grid-template-columns:108px minmax(0,1fr);grid-gap:10px;gap:10px;margin-bottom:10px}.script-editor-image-card__preview,.script-editor-library-card__visual{position:relative;overflow:hidden;border-radius:10px}.script-editor-image-card__preview{min-height:92px}.script-editor-image-card__preview:after,.script-editor-image-card__preview:before,.script-editor-library-card__visual:after,.script-editor-library-card__visual:before{content:"";position:absolute}.script-editor-image-card__preview--1,.script-editor-library-card--1 .script-editor-library-card__visual{background:radial-gradient(circle at 50% 50%,rgba(232,236,245,.2),transparent 26%),linear-gradient(180deg,rgba(181,181,189,.98),rgba(82,89,109,.98))}.script-editor-image-card__preview--1:before,.script-editor-library-card--1 .script-editor-library-card__visual:before{left:50%;bottom:16px;width:48px;height:62px;border-radius:10px 10px 14px 14px;background:linear-gradient(180deg,rgba(232,235,243,.64),rgba(108,114,130,.86));transform:translateX(-50%)}.script-editor-image-card__preview--1:after,.script-editor-library-card--1 .script-editor-library-card__visual:after{left:50%;bottom:8px;width:82px;height:10px;border-radius:999px;background:rgba(40,48,69,.28);transform:translateX(-50%)}.script-editor-image-card__preview--2,.script-editor-library-card--2 .script-editor-library-card__visual{background:radial-gradient(circle at 50% 44%,rgba(240,243,248,.18),transparent 26%),linear-gradient(180deg,rgba(121,124,132,.98),rgba(62,67,83,.98))}.script-editor-image-card__preview--2:before,.script-editor-library-card--2 .script-editor-library-card__visual:before{left:50%;bottom:12px;width:58px;height:70px;border-radius:16px 16px 12px 12px;background:linear-gradient(180deg,rgba(226,229,235,.54),rgba(116,121,136,.82));transform:translateX(-50%)}.script-editor-image-card__preview--2:after,.script-editor-library-card--2 .script-editor-library-card__visual:after{left:50%;bottom:7px;width:86px;height:10px;border-radius:999px;background:rgba(24,29,41,.28);transform:translateX(-50%)}.script-editor-image-card__preview--3,.script-editor-library-card--3 .script-editor-library-card__visual{background:radial-gradient(circle at 42% 40%,rgba(255,251,236,.18),transparent 24%),linear-gradient(180deg,rgba(133,144,110,.98),rgba(76,89,62,.98))}.script-editor-image-card__preview--3:before,.script-editor-library-card--3 .script-editor-library-card__visual:before{left:18px;bottom:16px;width:34px;height:40px;border-radius:4px;background:linear-gradient(180deg,rgba(235,232,222,.76),rgba(185,180,163,.84))}.script-editor-image-card__preview--3:after,.script-editor-library-card--3 .script-editor-library-card__visual:after{right:18px;bottom:18px;width:18px;height:40px;border-radius:8px 8px 10px 10px;background:linear-gradient(180deg,rgba(63,52,42,.8),rgba(22,20,19,.94));box-shadow:14px 14px 0 -6px rgba(224,207,171,.34),28px 14px 0 -6px rgba(224,207,171,.26)}.script-editor-image-card__prompt{width:100%;min-height:92px;padding:12px 13px;border:1px solid rgba(59,74,110,.14);border-radius:10px;background:rgba(8,15,30,.84);color:rgba(210,219,241,.78);font-size:12px;line-height:1.5;resize:vertical}.script-editor-image-card__prompt:focus-visible{outline:none;border-color:rgba(117,157,255,.34);box-shadow:0 0 0 3px rgba(112,134,241,.06)}.script-editor-image-card__actions{display:flex;flex-wrap:wrap;gap:8px}.script-editor-image-card__action{display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border:1px solid rgba(86,102,146,.22);border-radius:8px;background:rgba(13,20,37,.74);color:#d8e0ff;font-size:11px;font-weight:700}.script-editor-image-card__action--primary{background:linear-gradient(90deg,#d0d5ff,#9faef4);color:#22345d}.script-editor-library-section{margin-top:16px}.script-editor-library-section__header{display:grid;grid-gap:4px;gap:4px;margin-bottom:10px}.script-editor-library-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.script-editor-library-card{overflow:hidden}.script-editor-library-card__visual{min-height:116px}.script-editor-library-card__tone{position:absolute;top:8px;left:8px;z-index:1;display:inline-flex;align-items:center;min-height:20px;padding:0 7px;border-radius:999px;background:rgba(19,28,49,.62);color:rgba(236,241,255,.8);font-size:10px;font-weight:700}.script-editor-library-card__footer{display:grid;grid-gap:8px;gap:8px;padding:10px}.script-editor-library-card__footer strong{color:#eef2ff;font-size:12px;font-weight:700}.script-editor-library-card__footer button{min-height:28px;border:1px solid rgba(86,102,146,.22);border-radius:8px;background:rgba(13,20,37,.74);color:#d8e0ff;font-size:11px;font-weight:700}.script-editor-library-upload{display:grid;place-items:center;grid-gap:8px;gap:8px;min-height:168px;border-style:dashed;background:rgba(24,34,57,.46);color:rgba(225,232,249,.7)}.script-editor-library-upload span:last-child{font-size:12px;font-weight:700}.script-editor-footer{position:fixed;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:64px;padding:10px 16px;background:rgba(17,25,44,.97);box-shadow:0 -8px 22px rgba(4,8,18,.22)}.script-editor-footer__meta{display:grid;grid-gap:2px;gap:2px}.script-editor-footer__meta span{color:rgba(187,198,226,.64);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.script-editor-footer__meta strong{color:#eef2ff;font-size:13px;font-weight:700}.script-editor-footer__action-frame{display:inline-flex;padding:3px;border:1px dashed rgba(105,129,224,.5);border-radius:12px;background:rgba(23,34,58,.72)}.script-editor-footer__next{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;min-width:170px;padding:0 16px;border:1px solid rgba(92,122,212,.22);border-radius:9px;background:linear-gradient(90deg,rgba(194,200,255,.96),rgba(107,52,236,.92));color:#21335b;font-size:14px;font-weight:800;box-shadow:0 8px 18px rgba(56,36,129,.2)}@media (max-width:1120px){.script-editor-workbench{grid-template-columns:1fr}.script-editor-workbench__divider{display:none}.script-editor-column--left{border-right:none;border-bottom:1px solid rgba(62,77,116,.22)}}@media (max-width:720px){.script-editor-screen{padding-bottom:116px}.script-editor-topbar{grid-template-columns:1fr;justify-items:start;padding:12px 14px}.script-editor-topnav{flex-wrap:wrap}.script-editor-topbar__actions{width:100%;justify-content:space-between;flex-wrap:wrap}.script-editor-column--left,.script-editor-column--right{padding:14px 14px 18px}.script-editor-column__header,.script-editor-footer,.script-editor-image-card__header{flex-direction:column;align-items:stretch}.script-editor-column__meta{width:100%;justify-content:space-between}.script-editor-image-card__body,.script-editor-library-grid{grid-template-columns:1fr}.script-scene-card__content{padding:16px}.script-scene-card__content p,.script-scene-card__meta{font-size:14px}.script-editor-footer__action-frame,.script-editor-footer__next{width:100%}}.script-editor-topbar{grid-template-columns:1fr auto}.script-editor-column--right{align-content:start}.script-editor-column--right,.script-editor-resource-shelves,.script-editor-subject-layout{display:grid;grid-gap:14px;gap:14px}.script-editor-resource-section,.script-editor-subject-panel{position:relative;overflow:hidden;padding:14px;border:1px solid rgba(78,94,136,.22);border-radius:16px;background:linear-gradient(180deg,rgba(12,19,34,.92),rgba(10,16,30,.94));box-shadow:0 12px 28px rgba(3,8,18,.18)}.script-editor-resource-section:before,.script-editor-subject-panel:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;border-radius:999px}.script-editor-resource-section--character:before,.script-editor-subject-panel--character:before{background:linear-gradient(180deg,rgba(150,124,255,.94),rgba(91,121,241,.94))}.script-editor-resource-section--scene:before,.script-editor-subject-panel--scene:before{background:linear-gradient(180deg,rgba(123,196,173,.9),rgba(83,142,126,.92))}.script-editor-subject-panel--character{background:linear-gradient(180deg,rgba(15,20,38,.96),rgba(11,17,31,.96))}.script-editor-subject-panel--scene{background:linear-gradient(180deg,rgba(16,24,31,.96),rgba(12,18,25,.96))}.script-editor-resource-section__header,.script-editor-subject-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}.script-editor-subject-panel__eyebrow{display:inline-flex;align-items:center;min-height:20px;padding:0 8px;border-radius:999px;background:rgba(255,255,255,.05);color:rgba(225,232,248,.78);font-size:10px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.script-editor-resource-section__header h3,.script-editor-subject-panel__header h3{margin:8px 0 0;color:#f5f7ff;font-size:15px;font-weight:800;letter-spacing:-.02em}.script-editor-resource-section__header p,.script-editor-subject-panel__header p{margin:6px 0 0;color:rgba(194,204,229,.72);font-size:12px;line-height:1.55}.script-editor-resource-section__tip,.script-editor-subject-panel__badge{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 9px;border:1px solid rgba(98,115,164,.24);border-radius:999px;background:rgba(20,30,50,.72);color:rgba(224,231,250,.82);font-size:10px;font-weight:800;white-space:nowrap}.script-editor-subject-panel__body--character{display:grid;grid-template-columns:112px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center}.script-editor-subject-preview{position:relative;overflow:hidden;border:1px solid rgba(78,94,136,.18);border-radius:14px;background:rgba(8,14,26,.9)}.script-editor-subject-preview--character{min-height:132px;background:radial-gradient(circle at 50% 28%,rgba(226,233,255,.2),transparent 26%),linear-gradient(180deg,rgba(65,74,121,.92),rgba(27,35,67,.96))}.script-editor-subject-preview--character:before{content:"";position:absolute;left:50%;top:24px;width:38px;height:38px;border-radius:999px;background:linear-gradient(180deg,rgba(255,224,214,.88),rgba(211,165,150,.92));transform:translateX(-50%)}.script-editor-subject-preview--character:after{content:"";position:absolute;left:50%;bottom:18px;width:68px;height:62px;border-radius:18px 18px 12px 12px;background:linear-gradient(180deg,rgba(40,53,112,.84),rgba(18,25,52,.96));transform:translateX(-50%);box-shadow:0 -10px 0 -6px rgba(19,27,52,.65)}.script-editor-subject-panel__content{display:grid;grid-gap:12px;gap:12px}.script-editor-subject-specs{display:grid;grid-gap:8px;gap:8px;margin:0}.script-editor-subject-specs div{display:flex;flex-wrap:wrap;gap:6px;align-items:baseline}.script-editor-subject-specs dt{color:rgba(170,184,218,.66);font-size:11px;font-weight:700}.script-editor-subject-specs dd{margin:0;color:#eef2ff;font-size:12px;font-weight:700}.script-editor-subject-action,.script-editor-subject-primary{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:32px;padding:0 12px;border:1px solid rgba(86,102,146,.24);border-radius:9px;background:rgba(13,20,37,.82);color:#d8e0ff;font-size:10px;font-weight:800;text-decoration:none;transition:transform .14s ease,background-color .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease}.script-editor-subject-primary{width:-moz-fit-content;width:fit-content;background:linear-gradient(90deg,rgba(210,214,255,.96),rgba(128,102,241,.96));color:#22345d;box-shadow:0 10px 22px rgba(53,45,120,.22)}.script-editor-subject-action--primary{background:linear-gradient(90deg,rgba(211,235,226,.96),rgba(123,188,165,.96));color:#18372c}.script-editor-subject-action:focus-visible,.script-editor-subject-action:hover,.script-editor-subject-primary:focus-visible,.script-editor-subject-primary:hover{transform:translateY(-1px);outline:none;box-shadow:0 8px 18px rgba(6,13,25,.2)}.script-editor-subject-action svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.script-editor-scene-workbench{display:grid;grid-template-columns:140px minmax(0,1fr);grid-gap:14px;gap:14px}.script-editor-subject-preview--scene{min-height:150px;background:radial-gradient(circle at 30% 28%,rgba(255,246,214,.12),transparent 24%),linear-gradient(180deg,rgba(94,115,99,.96),rgba(45,61,52,.98))}.script-editor-subject-preview--scene:before{content:"";position:absolute;inset:auto 18px 18px 18px;height:42px;border-radius:10px;background:linear-gradient(180deg,rgba(224,227,219,.82),rgba(176,182,166,.84))}.script-editor-subject-preview--scene:after{content:"";position:absolute;right:22px;top:22px;width:32px;height:74px;border-radius:12px;background:linear-gradient(180deg,rgba(40,43,35,.82),rgba(21,23,19,.94));box-shadow:-48px 14px 0 -8px rgba(228,220,192,.22)}.script-editor-scene-tools{display:grid;grid-gap:10px;gap:10px}.script-editor-scene-meta{display:flex;flex-wrap:wrap;gap:8px}.script-editor-scene-input{display:grid;grid-gap:6px;gap:6px}.script-editor-scene-input span{color:rgba(200,210,233,.7);font-size:11px;font-weight:700}.script-editor-scene-input textarea{width:100%;min-height:92px;padding:11px 12px;border:1px solid rgba(66,87,97,.22);border-radius:10px;background:rgba(8,14,23,.9);color:rgba(224,231,245,.82);font-size:12px;line-height:1.55;resize:vertical}.script-editor-scene-input textarea:focus-visible{outline:none;border-color:rgba(123,188,165,.38);box-shadow:0 0 0 3px rgba(105,170,147,.08)}.script-editor-subject-actions{display:flex;flex-wrap:wrap;gap:8px}.script-editor-resource-section{scroll-margin-top:70px}.script-editor-resource-section:target{border-color:rgba(127,150,239,.5);box-shadow:0 0 0 1px rgba(127,150,239,.2),0 12px 28px rgba(6,12,24,.22)}.script-editor-resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.script-editor-resource-grid .script-editor-library-card{border:1px solid rgba(78,94,136,.18);border-radius:12px;background:rgba(10,16,28,.88);box-shadow:none}.script-editor-resource-grid .script-editor-library-card__visual{min-height:110px}.script-editor-resource-grid .script-editor-library-card__footer{display:grid;grid-gap:8px;gap:8px;padding:10px}.script-editor-resource-grid .script-editor-library-card__footer p{margin:4px 0 0;color:rgba(188,198,223,.7);font-size:11px;line-height:1.5}.script-editor-resource-grid .script-editor-library-card__footer button{min-height:30px;border:1px solid rgba(86,102,146,.22);border-radius:8px;background:rgba(13,20,37,.76);color:#d8e0ff;font-size:11px;font-weight:800}@media (max-width:1120px){.script-editor-resource-grid,.script-editor-scene-workbench,.script-editor-subject-panel__body--character{grid-template-columns:1fr}}@media (max-width:720px){.script-editor-topbar{grid-template-columns:1fr}.script-editor-resource-section,.script-editor-subject-panel{padding:13px}.script-editor-resource-section__header,.script-editor-subject-panel__header{flex-direction:column;align-items:stretch}.script-editor-subject-action,.script-editor-subject-primary{width:100%}}.asset-library-screen{min-height:100vh;background:radial-gradient(circle at 18% 16%,rgba(96,88,239,.08),transparent 22%),radial-gradient(circle at 78% 18%,rgba(104,179,153,.08),transparent 20%),linear-gradient(180deg,#09111f,#08101d);color:#eef2ff}.asset-library-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:52px;padding:0 14px;background:rgba(20,29,49,.97);box-shadow:inset 0 -1px 0 rgba(66,83,126,.2)}.asset-library-brand{color:#dbe4ff;font-size:15px;font-weight:800;letter-spacing:-.02em}.asset-library-meta,.asset-library-topbar__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.asset-library-main{max-width:1320px;margin:0 auto;padding:18px 18px 28px}.asset-library-hero{position:relative;display:grid;grid-gap:14px;gap:14px;margin-bottom:16px;padding:16px 18px;border:1px solid rgba(78,94,136,.22);border-radius:18px;background:linear-gradient(180deg,rgba(12,19,34,.92),rgba(10,16,30,.96));box-shadow:0 14px 30px rgba(3,8,18,.18)}.asset-library-hero:before{content:"";position:absolute;inset:0 auto 0 0;width:3px;border-radius:999px}.asset-library-hero--character:before{background:linear-gradient(180deg,rgba(150,124,255,.94),rgba(91,121,241,.94))}.asset-library-hero--scene:before{background:linear-gradient(180deg,rgba(123,196,173,.9),rgba(83,142,126,.92))}.asset-library-hero__copy{display:grid;grid-gap:6px;gap:6px}.asset-library-chip,.asset-library-eyebrow{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;min-height:24px;padding:0 10px;border:1px solid rgba(98,115,164,.24);border-radius:999px;background:rgba(20,30,50,.72);color:rgba(224,231,250,.82);font-size:10px;font-weight:800}.asset-library-eyebrow{letter-spacing:.08em;text-transform:uppercase}.asset-library-hero h1{margin:0;color:#f5f7ff;font-size:24px;font-weight:800;letter-spacing:-.03em}.asset-library-hero p{margin:0;color:rgba(194,204,229,.72);font-size:13px;line-height:1.6}.asset-library-back,.asset-library-card__button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:32px;padding:0 12px;border:1px solid rgba(86,102,146,.24);border-radius:9px;background:rgba(13,20,37,.82);color:#d8e0ff;font-size:11px;font-weight:800;text-decoration:none;transition:transform .14s ease,background-color .14s ease,border-color .14s ease,color .14s ease,box-shadow .14s ease}.asset-library-back:focus-visible,.asset-library-back:hover,.asset-library-card__button:focus-visible,.asset-library-card__button:hover{transform:translateY(-1px);outline:none;box-shadow:0 8px 18px rgba(6,13,25,.2)}.asset-library-back svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.asset-library-back--top{min-height:30px}.asset-library-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:14px;gap:14px}.asset-library-card{border:1px solid rgba(78,94,136,.18);border-radius:14px;background:rgba(10,16,28,.88);box-shadow:0 10px 22px rgba(5,10,22,.12)}.asset-library-card--active{border-color:rgba(128,149,241,.42);box-shadow:0 0 0 1px rgba(128,149,241,.18),0 14px 28px rgba(5,10,22,.16)}.asset-library-card .script-editor-library-card__visual{min-height:148px}.asset-library-card__footer{display:grid;grid-gap:10px;gap:10px;padding:12px}.asset-library-card__footer p{margin:4px 0 0;color:rgba(188,198,223,.7);font-size:11px;line-height:1.55}.asset-library-card__button{width:-moz-fit-content;width:fit-content;min-width:98px}.asset-library-card__button--active{border-color:rgba(103,123,189,.18);background:rgba(31,43,73,.88);color:rgba(233,238,255,.82)}@media (max-width:1120px){.asset-library-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.asset-library-topbar{flex-direction:column;align-items:stretch;padding:12px 14px}.asset-library-topbar__actions{justify-content:space-between}.asset-library-main{padding:14px 14px 22px}.asset-library-grid{grid-template-columns:1fr}.asset-library-back,.asset-library-back--top,.asset-library-card__button{width:100%}}.asset-library-screen--character-page{background:radial-gradient(circle at 14% 14%,rgba(113,93,255,.14),transparent 24%),radial-gradient(circle at 78% 18%,rgba(80,122,239,.12),transparent 20%),linear-gradient(180deg,#08101d,#070d19)}.asset-library-main--character{max-width:1380px;padding-top:16px}.character-library-stage{display:grid;grid-template-columns:minmax(0,1.15fr) 360px;grid-gap:16px;gap:16px;margin-bottom:16px}.character-candidate-card,.character-library-brief,.character-library-highlight,.character-library-stage__intro{position:relative;overflow:hidden;border:1px solid rgba(85,99,145,.22);border-radius:18px;background:linear-gradient(180deg,rgba(12,19,34,.92),rgba(10,16,30,.96));box-shadow:0 14px 30px rgba(3,8,18,.18)}.character-library-stage__intro{display:grid;grid-gap:18px;gap:18px;padding:18px 20px}.character-library-stage__copy{display:grid;grid-gap:8px;gap:8px;max-width:760px}.character-library-stage__copy h1{margin:0;color:#f5f7ff;font-size:clamp(28px,3.1vw,42px);font-weight:820;letter-spacing:-.05em}.character-library-stage__copy p{margin:0;color:rgba(205,214,238,.8);font-size:14px;line-height:1.75}.character-candidate-card__tags,.character-library-highlight__tags,.character-library-stage__chips{display:flex;flex-wrap:wrap;gap:8px}.character-library-highlight{display:grid;grid-gap:14px;gap:14px;padding:16px;background:radial-gradient(circle at 50% 0,rgba(148,124,255,.18),transparent 34%),linear-gradient(180deg,rgba(14,21,40,.96),rgba(10,16,30,.96))}.character-library-highlight__preview{display:grid;place-items:center;min-height:220px;border:1px solid rgba(92,108,153,.18);border-radius:16px;background:rgba(9,15,28,.9)}.character-library-highlight__body{display:grid;grid-gap:8px;gap:8px}.character-candidate-card__role,.character-candidate-card__tags span,.character-candidate-card__tone,.character-library-brief__kicker,.character-library-highlight__label,.character-library-highlight__tags span{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;font-size:10px;font-weight:800}.character-candidate-card__tone,.character-library-brief__kicker,.character-library-highlight__label{border:1px solid rgba(104,119,171,.24);background:rgba(25,35,60,.76);color:rgba(227,233,249,.84)}.character-library-highlight__body strong{color:#f4f6ff;font-size:22px;font-weight:800;letter-spacing:-.04em}.character-library-highlight__body p{margin:0;color:rgba(200,210,233,.76);font-size:13px;line-height:1.65}.character-candidate-card__tags span,.character-library-highlight__tags span{border:1px solid rgba(95,112,160,.18);background:rgba(15,24,44,.88);color:rgba(218,225,246,.8)}.character-library-workbench{display:grid;grid-template-columns:280px minmax(0,1fr);grid-gap:16px;gap:16px;align-items:start}.character-library-brief{position:-webkit-sticky;position:sticky;top:16px;display:grid;grid-gap:18px;gap:18px;padding:18px}.character-library-brief__block{display:grid;grid-gap:8px;gap:8px}.character-library-brief__block h2{margin:0;color:#f4f6ff;font-size:20px;font-weight:780;letter-spacing:-.04em}.character-library-brief__block p{margin:0;color:rgba(198,208,232,.76);font-size:13px;line-height:1.7}.character-library-brief__checklist{display:grid;grid-gap:12px;gap:12px}.character-library-brief__checklist div{display:grid;grid-gap:4px;gap:4px;padding-top:12px;border-top:1px solid rgba(83,95,138,.16)}.character-library-brief__checklist div:first-child{padding-top:0;border-top:none}.character-library-brief__checklist strong{color:#edf2ff;font-size:13px;font-weight:760}.character-library-brief__checklist span{color:rgba(189,199,224,.7);font-size:12px;line-height:1.6}.character-library-candidates{display:grid;grid-gap:14px;gap:14px}.character-candidate-card{display:grid;grid-template-columns:188px minmax(0,1fr) auto;grid-gap:16px;gap:16px;padding:12px}.character-candidate-card--active{border-color:rgba(128,149,241,.42);box-shadow:0 0 0 1px rgba(128,149,241,.18),0 16px 30px rgba(5,10,22,.18)}.character-candidate-card__visual{display:grid;place-items:center;min-height:214px;border:1px solid rgba(92,108,153,.16);border-radius:14px;background:rgba(9,15,28,.88)}.character-candidate-card__body{display:grid;grid-gap:12px;gap:12px;align-content:center}.character-candidate-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.character-candidate-card__header h3{margin:8px 0 0;color:#f4f6ff;font-size:24px;font-weight:800;letter-spacing:-.04em}.character-candidate-card__header p{margin:8px 0 0;color:rgba(197,207,232,.78);font-size:13px;line-height:1.7}.character-candidate-card__role{border:1px solid rgba(132,146,201,.16);background:rgba(21,31,53,.84);color:rgba(222,230,251,.86);white-space:nowrap}.character-candidate-card__specs{display:grid;grid-gap:10px;gap:10px;margin:0}.character-candidate-card__specs div{display:grid;grid-gap:4px;gap:4px}.character-candidate-card__specs dt{color:rgba(161,175,211,.68);font-size:11px;font-weight:700}.character-candidate-card__specs dd{margin:0;color:#edf2ff;font-size:12px;line-height:1.6;font-weight:700}.character-candidate-card__action{display:flex;align-items:center}.character-portrait{position:relative;width:min(100%,156px);aspect-ratio:4/5;border-radius:26px;overflow:hidden}.character-portrait:after,.character-portrait:before{content:"";position:absolute}.character-portrait--mira{background:radial-gradient(circle at 50% 18%,rgba(225,233,255,.22),transparent 22%),linear-gradient(180deg,rgba(102,111,160,.94),rgba(34,43,78,.98))}.character-portrait--ava:before,.character-portrait--lynn:before,.character-portrait--mira:before{left:50%;top:18px;width:54px;height:54px;border-radius:999px;transform:translateX(-50%)}.character-portrait--ava:after,.character-portrait--lynn:after,.character-portrait--mira:after{left:50%;bottom:14px;width:94px;height:108px;border-radius:34px 34px 20px 20px;transform:translateX(-50%)}.character-portrait--mira:before{background:linear-gradient(180deg,rgba(255,226,212,.94),rgba(216,173,157,.92));box-shadow:0 -12px 0 -4px rgba(26,33,58,.86)}.character-portrait--mira:after{background:linear-gradient(180deg,rgba(36,49,102,.9),rgba(18,27,56,.98))}.character-portrait--ava{background:radial-gradient(circle at 50% 16%,rgba(255,235,228,.18),transparent 18%),linear-gradient(180deg,rgba(133,114,163,.96),rgba(58,35,80,.98))}.character-portrait--ava:before{background:linear-gradient(180deg,rgba(255,220,204,.94),rgba(212,163,145,.92));box-shadow:0 -12px 0 -4px rgba(53,22,58,.9)}.character-portrait--ava:after{background:linear-gradient(180deg,rgba(116,66,123,.92),rgba(58,28,68,.98))}.character-portrait--lynn{background:radial-gradient(circle at 50% 16%,rgba(234,246,233,.2),transparent 18%),linear-gradient(180deg,rgba(108,142,128,.96),rgba(44,70,58,.98))}.character-portrait--lynn:before{background:linear-gradient(180deg,rgba(250,228,214,.94),rgba(213,173,152,.92));box-shadow:0 -12px 0 -4px rgba(39,55,46,.88)}.character-portrait--lynn:after{background:linear-gradient(180deg,rgba(74,109,88,.92),rgba(34,57,44,.98))}@media (max-width:1120px){.character-candidate-card,.character-library-stage,.character-library-workbench{grid-template-columns:1fr}.character-library-highlight{grid-template-columns:180px 1fr;align-items:center}.character-library-brief{position:static}.character-candidate-card__action{justify-content:flex-start}}@media (max-width:720px){.character-candidate-card,.character-library-brief,.character-library-highlight,.character-library-stage__intro{padding:14px}.character-library-highlight{grid-template-columns:1fr}.character-candidate-card__header{flex-direction:column}.character-candidate-card__action,.character-candidate-card__action .asset-library-card__button{width:100%}}.asset-library-screen--character-manager{background:radial-gradient(circle at 16% 12%,rgba(113,93,255,.08),transparent 24%),linear-gradient(180deg,#09111f,#08101d)}.asset-library-main--manager{max-width:1280px;padding-top:12px}.character-asset-header{display:flex;align-items:flex-end;justify-content:space-between;gap:10px;margin-bottom:12px}.character-asset-header__title{display:grid;grid-gap:4px;gap:4px}.character-asset-header__title h1{margin:0;color:#f5f7ff;font-size:21px;font-weight:800;letter-spacing:-.03em}.character-asset-header__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.character-asset-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.character-asset-tile{position:relative;display:grid;grid-gap:8px;gap:8px;padding:10px;border:1px solid rgba(78,94,136,.18);border-radius:12px;background:rgba(10,16,28,.88);color:#eef2ff;text-decoration:none;box-shadow:0 10px 22px rgba(5,10,22,.12);transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease,background-color .14s ease}.character-asset-tile:focus-visible,.character-asset-tile:hover{transform:translateY(-1px);outline:none;border-color:rgba(111,129,189,.28);box-shadow:0 14px 28px rgba(5,10,22,.16)}.character-asset-tile--active{border-color:rgba(128,149,241,.42);box-shadow:0 0 0 1px rgba(128,149,241,.18),0 14px 28px rgba(5,10,22,.16)}.character-asset-tile__image{display:grid;place-items:center;min-height:184px;border:1px solid rgba(92,108,153,.16);border-radius:10px;background:rgba(9,15,28,.92)}.character-asset-tile__image .character-portrait{width:min(100%,126px)}.character-asset-tile__name{color:#edf2ff;font-size:12px;font-weight:760;line-height:1.45}.character-asset-tile__status{position:absolute;top:8px;right:8px;display:inline-flex;align-items:center;min-height:20px;padding:0 8px;border-radius:999px;background:rgba(27,40,72,.92);color:rgba(233,238,255,.88);font-size:9px;font-weight:800}.character-asset-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px;padding-top:12px}.character-asset-pagination__button,.character-asset-pagination__page{display:inline-flex;align-items:center;justify-content:center;min-height:30px;min-width:30px;padding:0 10px;border:1px solid rgba(86,102,146,.24);border-radius:9px;background:rgba(13,20,37,.82);color:#d8e0ff;font-size:11px;font-weight:800;text-decoration:none;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease,color .14s ease,background-color .14s ease}.character-asset-pagination__button:focus-visible,.character-asset-pagination__button:hover,.character-asset-pagination__page:focus-visible,.character-asset-pagination__page:hover{transform:translateY(-1px);outline:none;box-shadow:0 8px 18px rgba(6,13,25,.2)}.character-asset-pagination__button--disabled{opacity:.42;pointer-events:none}.character-asset-pagination__pages{display:inline-flex;align-items:center;gap:6px}.character-asset-pagination__page{min-width:30px;padding:0 8px}.character-asset-pagination__page--active{border-color:rgba(128,149,241,.34);background:rgba(33,45,76,.94);color:#f2f5ff}@media (max-width:1120px){.character-asset-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.character-asset-header,.character-asset-pagination{flex-direction:column;align-items:stretch}.character-asset-grid{grid-template-columns:1fr}.character-asset-pagination__pages{justify-content:center}}.asset-library-screen--scene-manager{background:radial-gradient(circle at 18% 12%,rgba(104,179,153,.08),transparent 24%),linear-gradient(180deg,#09111f,#08101d)}.scene-thumbnail{position:relative;width:min(100%,148px);aspect-ratio:4/3;overflow:hidden;border-radius:14px}.scene-thumbnail:after,.scene-thumbnail:before{content:"";position:absolute}.scene-thumbnail--studio{background:radial-gradient(circle at 50% 18%,rgba(247,245,236,.18),transparent 20%),linear-gradient(180deg,rgba(122,136,116,.96),rgba(69,82,61,.98))}.scene-thumbnail--studio:before{inset:auto 18px 18px 18px;height:42px;border-radius:10px;background:linear-gradient(180deg,rgba(226,231,219,.82),rgba(176,184,166,.84))}.scene-thumbnail--studio:after{right:22px;top:20px;width:28px;height:64px;border-radius:10px;background:linear-gradient(180deg,rgba(37,43,35,.84),rgba(19,22,18,.94));box-shadow:-54px 18px 0 -8px rgba(231,222,189,.22)}.scene-thumbnail--corridor{background:radial-gradient(circle at 50% 10%,rgba(225,233,255,.2),transparent 20%),linear-gradient(180deg,rgba(88,100,145,.96),rgba(43,52,86,.98))}.scene-thumbnail--corridor:before{left:50%;top:16px;width:84px;height:calc(100% - 32px);border:1px solid rgba(226,233,255,.26);border-radius:14px;transform:translateX(-50%);box-shadow:-54px 0 0 -26px rgba(204,214,244,.14),54px 0 0 -26px rgba(204,214,244,.14)}.scene-thumbnail--corridor:after{left:50%;bottom:20px;width:58px;height:14px;border-radius:999px;background:rgba(16,23,39,.34);transform:translateX(-50%)}.scene-thumbnail--window{background:radial-gradient(circle at 50% 18%,rgba(255,247,227,.22),transparent 20%),linear-gradient(180deg,rgba(186,170,130,.96),rgba(110,92,56,.98))}.scene-thumbnail--window:before{left:50%;top:18px;width:116px;height:calc(100% - 42px);border:1px solid rgba(242,235,214,.3);border-radius:8px;background:rgba(255,249,238,.1);transform:translateX(-50%)}.scene-thumbnail--window:after{inset:auto 16px 14px 16px;height:20px;border-radius:999px;background:rgba(47,33,18,.22)}.scene-thumbnail--showroom{background:radial-gradient(circle at 50% 18%,rgba(255,255,255,.16),transparent 18%),linear-gradient(180deg,rgba(132,132,138,.96),rgba(73,74,83,.98))}.scene-thumbnail--showroom:before{inset:auto 20px 18px 20px;height:36px;border-radius:12px;background:linear-gradient(180deg,rgba(240,242,247,.78),rgba(182,186,197,.82))}.scene-thumbnail--showroom:after{left:50%;top:30px;width:58px;height:58px;border-radius:999px;border:1px solid rgba(245,246,250,.28);transform:translateX(-50%)}.flow-topbar{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:52px;padding:9px 18px;border-bottom:1px solid rgba(69,84,124,.18);background:rgba(10,16,29,.9);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.flow-topbar__actions,.flow-topbar__brand{display:flex;align-items:center;gap:10px;min-width:0}.flow-topbar__brand{flex:1 1;flex-wrap:wrap}.flow-topbar__mark{color:#f4f7ff;font-size:14px;font-weight:780;letter-spacing:-.03em;white-space:nowrap}.flow-pill-button,.flow-topbar__project,.flow-topbar__tag{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-height:28px;padding:0 10px;border:1px solid rgba(81,97,141,.24);border-radius:8px;background:rgba(19,27,46,.78);color:rgba(226,232,248,.82);font-size:12px;font-weight:700;text-decoration:none}.flow-topbar__tag{border-color:rgba(102,122,182,.26)}.flow-topbar__project{max-width:min(48vw,420px)}.flow-topbar__actions{margin-left:auto}.flow-icon-button,.flow-pill-button{transition:background-color .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.flow-icon-button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid rgba(81,97,141,.22);border-radius:8px;background:rgba(19,27,46,.74);color:rgba(226,232,248,.82)}.flow-pill-button--accent{border-color:rgba(114,143,233,.32);background:rgba(67,104,208,.22);color:#ecf2ff}.flow-icon-button:focus-visible,.flow-icon-button:hover,.flow-pill-button:focus-visible,.flow-pill-button:hover{border-color:rgba(118,137,194,.38);background:rgba(28,38,63,.94);transform:translateY(-1px);outline:none}.flow-topbar__avatar{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid rgba(92,108,156,.28);border-radius:9px;background:rgba(23,31,52,.92)}.flow-topbar__avatar span{width:6px;height:10px;border-radius:3px;background:rgba(221,227,247,.78)}.flow-icon-button svg,.flow-pill-button svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.commerce-setup-screen{min-height:100dvh;padding-bottom:0}.commerce-setup-main--workspace{max-width:1520px;gap:10px;padding:12px 20px 16px}.commerce-setup-back{min-height:32px;padding:0 11px;border-style:solid;border-color:rgba(84,109,176,.28);border-radius:9px;background:rgba(18,26,44,.78);color:rgba(235,240,255,.92)}.commerce-setup-back:focus-visible,.commerce-setup-back:hover{border-color:rgba(115,145,228,.4);background:rgba(23,33,55,.96)}.commerce-tool-header{display:grid;grid-gap:6px;gap:6px}.commerce-tool-header__heading,.commerce-tool-header__topline{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}.commerce-tool-header__eyebrow,.commerce-tool-header__limit{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;min-height:24px;padding:0 9px;border:1px solid rgba(94,112,160,.24);border-radius:999px;background:rgba(18,26,45,.82);color:rgba(222,229,246,.8);font-size:11px;font-weight:800;letter-spacing:.04em}.commerce-tool-header__heading{justify-content:space-between}.commerce-tool-header__heading h1{margin:0;color:#f2f5ff;font-size:24px;font-weight:820;letter-spacing:-.05em}.commerce-tool-header__summary{margin:0;color:rgba(207,217,241,.72);font-size:13px;line-height:1.55}.commerce-tool-card{display:grid;grid-gap:12px;gap:12px;padding:14px;border:1px solid rgba(75,90,131,.18);border-radius:16px;background:linear-gradient(180deg,rgba(19,27,45,.96),rgba(13,20,34,.98));box-shadow:0 12px 30px rgba(5,11,23,.16)}.commerce-tool-grid{display:grid;grid-template-columns:minmax(360px,.94fr) minmax(420px,1.06fr);grid-gap:14px;align-items:stretch}.commerce-tool-panel{display:grid;grid-gap:12px;gap:12px;padding:14px;border:1px solid rgba(75,90,131,.18);border-radius:14px;background:rgba(8,14,26,.36)}.commerce-tool-panel--assets{align-content:start}.commerce-tool-panel__header{display:flex;align-items:center;justify-content:space-between;gap:10px}.commerce-tool-field .commerce-form-block__label,.commerce-tool-panel__title{display:inline-flex;align-items:center;gap:8px}.commerce-tool-panel__title{color:#edf2ff;font-size:15px;font-weight:760}.commerce-setup-back svg,.commerce-tool-field .commerce-form-block__label svg,.commerce-tool-panel__title svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.commerce-tool-field{display:grid;grid-gap:8px;gap:8px}.commerce-tool-field .commerce-form-block__label{color:rgba(231,236,250,.9);font-size:13px;font-weight:700}.commerce-tool-card .commerce-input,.commerce-tool-card .commerce-textarea{border-color:rgba(76,90,131,.24);border-radius:10px;background:rgba(7,13,24,.76);box-shadow:inset 0 1px 0 rgba(255,255,255,.02)}.commerce-tool-card .commerce-input{min-height:42px;padding:0 12px;font-size:14px}.commerce-tool-card .commerce-textarea{min-height:132px;padding:12px 14px;resize:vertical;font-size:14px;line-height:1.6}.commerce-tool-card .commerce-input::placeholder,.commerce-tool-card .commerce-textarea::placeholder{color:rgba(183,194,221,.42)}.commerce-tool-card .commerce-input:focus-visible,.commerce-tool-card .commerce-textarea:focus-visible{border-color:rgba(117,157,255,.42);box-shadow:0 0 0 3px rgba(112,134,241,.08)}.commerce-upload-zone--compact{min-height:104px;gap:6px;border-style:dashed;border-radius:14px;background:rgba(8,14,26,.72)}.commerce-upload-zone--compact svg{width:26px;height:32px}.commerce-upload-zone--compact span{text-align:center}.commerce-tool-slot{min-height:80px;border:1px solid rgba(74,85,122,.22);border-radius:12px;background:rgba(22,30,49,.86);color:#eef2ff;transition:border-color .14s ease,background-color .14s ease,transform .14s ease}.commerce-tool-slot:focus-visible,.commerce-tool-slot:hover{border-color:rgba(117,157,255,.34);background:rgba(29,38,61,.98);transform:translateY(-1px);outline:none}.commerce-tool-slot__index{min-height:21px;background:rgba(65,85,132,.32);color:rgba(214,223,246,.8)}.commerce-tool-slot span:not(.commerce-tool-slot__index){color:rgba(181,191,219,.72)}.commerce-tool-footer{display:flex;padding-top:2px;border-top:1px solid rgba(79,92,130,.16)}.commerce-generate-button--compact{min-height:42px;padding:0 16px;border-color:rgba(117,147,230,.36);border-radius:10px;background:linear-gradient(180deg,#dbe4ff,#a2b7ff);box-shadow:none;color:#20345d;font-size:14px;font-weight:800}.commerce-generate-button--compact:focus-visible,.commerce-generate-button--compact:hover{box-shadow:0 8px 18px rgba(80,108,190,.18)}@media (min-width:1280px){.commerce-setup-main--workspace{min-height:calc(100dvh - 52px)}}@media (max-width:1120px){.commerce-tool-grid{grid-template-columns:1fr}}@media (max-width:720px){.flow-topbar{align-items:flex-start;flex-direction:column;padding:12px 14px}.flow-topbar__actions,.flow-topbar__brand{width:100%;flex-wrap:wrap}.flow-topbar__actions{justify-content:space-between}.flow-topbar__project{max-width:100%}.commerce-setup-main--workspace{padding:12px 14px 14px}.commerce-tool-card,.commerce-tool-panel{padding:14px}.commerce-tool-header__heading h1{font-size:22px}.commerce-tool-header__heading{align-items:flex-start;flex-direction:column}.commerce-tool-slots{grid-template-columns:1fr}.commerce-tool-footer{justify-content:stretch}.commerce-generate-button--compact{width:100%}}:root{--nebula-bg:#111729;--nebula-bg-soft:#161d32;--nebula-surface:rgba(25,32,53,0.94);--nebula-surface-strong:rgba(31,39,64,0.98);--nebula-surface-elevated:rgba(36,44,72,0.98);--nebula-field:rgba(36,45,73,0.94);--nebula-border:rgba(137,149,193,0.18);--nebula-border-strong:rgba(151,127,255,0.34);--nebula-text-primary:#eef2ff;--nebula-text-secondary:#c7d0ec;--nebula-text-muted:#8e99bf;--nebula-purple:#8a73ff;--nebula-purple-strong:#b6a8ff;--nebula-cyan:#62d4ff;--nebula-shadow:0 18px 42px rgba(8,12,24,0.22);--nebula-shadow-soft:0 10px 26px rgba(8,12,24,0.18);--nebula-radius-xl:22px;--nebula-radius-lg:18px;--nebula-radius-md:14px;--nebula-transition:180ms ease}body{overflow-x:hidden}.asset-library-screen,.commerce-setup-screen,.creation-mode-screen,.obsidian-shell,.script-editor-screen,.video-generation-screen{min-height:100dvh;background:radial-gradient(circle at top right,rgba(109,90,255,.18),transparent 28%),radial-gradient(circle at 20% 18%,rgba(86,213,255,.09),transparent 26%),linear-gradient(180deg,#101626,#13192d 46%,#101625);color:var(--nebula-text-primary)}.flow-topbar,.obsidian-topbar{position:-webkit-sticky;position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:68px;padding:14px 22px;border-bottom:1px solid var(--nebula-border);background:rgba(17,23,39,.84);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.flow-topbar__actions,.flow-topbar__brand,.flow-topbar__context,.obsidian-topbar__actions,.obsidian-topbar__main{gap:12px}.flow-topbar__copy,.obsidian-topbar__copy{display:grid;grid-gap:3px;gap:3px;min-width:0}.flow-topbar__subtitle,.obsidian-topbar__eyebrow{color:var(--nebula-text-muted);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.obsidian-topbar__title{color:var(--nebula-text-primary);font-size:20px;font-weight:760;line-height:1.1}.obsidian-topbar__description{margin:0;color:var(--nebula-text-muted);font-size:13px;line-height:1.45;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flow-topbar__mark{color:var(--nebula-text-primary);font-size:15px;font-weight:800;line-height:1}.flow-topbar__tag{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(158,134,255,.3);border-radius:999px;background:rgba(138,115,255,.12);color:var(--nebula-text-secondary);font-size:12px;font-weight:700;white-space:nowrap}.flow-topbar__project{color:var(--nebula-text-muted);font-size:13px;line-height:1.4;overflow:hidden;text-overflow:ellipsis}.flow-topbar__avatar{display:grid;place-items:center;width:34px;height:34px;border-radius:999px;border:1px solid rgba(161,173,218,.2);background:linear-gradient(180deg,rgba(41,49,80,.96),rgba(30,36,60,.96));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.flow-topbar__avatar span{width:16px;height:16px;border-radius:999px;background:linear-gradient(180deg,#c8d3ff,#8a73ff)}.obsidian-shell__body{display:grid;grid-template-columns:248px minmax(0,1fr);min-height:calc(100dvh - 68px)}.obsidian-sidebar{display:grid;align-content:start;grid-gap:16px;gap:16px;padding:22px 18px;border-right:1px solid var(--nebula-border);background:linear-gradient(180deg,rgba(18,24,41,.96),rgba(15,20,35,.98))}.obsidian-brand-card{display:flex;align-items:center;gap:12px;padding:14px;border:1px solid var(--nebula-border);border-radius:18px;background:radial-gradient(circle at top right,rgba(136,115,255,.18),transparent 38%),linear-gradient(180deg,rgba(32,40,66,.98),rgba(23,29,49,.98));box-shadow:var(--nebula-shadow-soft)}.obsidian-brand-card__icon{display:grid;place-items:center;width:44px;height:44px;border-radius:14px;background:linear-gradient(180deg,rgba(180,170,255,.22),rgba(112,128,255,.18));color:#dce3ff;flex-shrink:0}.commerce-form-block__label svg,.commerce-tool-panel__title svg,.creation-entry-card__icon svg,.flow-icon-button svg,.nebula-button svg,.nebula-icon-button svg,.obsidian-brand-card__icon svg,.obsidian-icon-button svg,.page-header-back svg,.project-create-card__icon svg,.script-editor-panel__title svg,.script-editor-subject-action svg,.video-summary-footer-button svg,.workspace-chip svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.creation-entry-card__icon svg,.obsidian-brand-card__icon svg,.project-create-card__icon svg{width:22px;height:22px}.obsidian-brand-card__copy h1{margin:0;color:var(--nebula-text-primary);font-size:16px;font-weight:780;line-height:1.15}.obsidian-brand-card__copy p{margin:4px 0 0;color:var(--nebula-text-muted);font-size:12px}.obsidian-side-nav{display:grid;grid-gap:8px;gap:8px}.obsidian-side-nav__item{display:flex;align-items:center;gap:12px;min-height:48px;padding:12px 14px;border:1px solid transparent;color:var(--nebula-text-secondary);text-decoration:none;transition:background-color var(--nebula-transition),border-color var(--nebula-transition),transform var(--nebula-transition),color var(--nebula-transition)}.obsidian-side-nav__item:focus-visible,.obsidian-side-nav__item:hover{border-color:rgba(145,122,255,.24);background:rgba(40,48,79,.82);color:var(--nebula-text-primary);outline:none;transform:translateY(-1px)}.obsidian-side-nav__item--active{border-color:rgba(150,128,255,.34);background:linear-gradient(180deg,rgba(51,60,98,.92),rgba(42,48,78,.92));color:var(--nebula-text-primary);box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.obsidian-side-nav__icon{display:grid;place-items:center;width:34px;height:34px;border-radius:12px;border:1px solid rgba(146,156,198,.14);background:rgba(18,24,40,.58);color:inherit;flex-shrink:0}.obsidian-side-nav__icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.obsidian-side-nav__text{font-size:14px;font-weight:700;line-height:1.35}.obsidian-main-wrap{min-width:0;display:flex;justify-content:center;padding:24px 24px 32px}.asset-library-main,.flow-page-shell,.obsidian-main{width:min(100%,1400px);min-width:0;display:grid;grid-gap:18px;gap:18px;align-items:start;align-content:start}.asset-library-main,.flow-page-shell{padding:22px 22px 32px;margin:0 auto;width:min(100%,1460px)}.workspace-page{display:grid;grid-gap:18px;gap:18px;min-width:0;align-content:start;grid-auto-rows:max-content}.asset-page-header,.flow-page-header,.shell-panel,.workspace-header{border:1px solid var(--nebula-border);border-radius:var(--nebula-radius-xl);background:linear-gradient(180deg,rgba(28,35,58,.96),rgba(23,29,49,.96));box-shadow:var(--nebula-shadow)}.asset-page-header,.flow-page-header,.workspace-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:18px 20px}.shell-panel{display:grid;grid-gap:16px;gap:16px;padding:18px 20px;min-width:0}.asset-page-header__main,.flow-page-header__main,.workspace-header__copy{display:grid;grid-gap:12px;gap:12px;min-width:0}.asset-page-header__topline,.flow-page-header__topline{display:flex;align-items:center;gap:10px;min-width:0;flex-wrap:wrap}.flow-page-header__topline--brand-overlay{position:relative;padding-left:136px}.flow-page-header__brand-overlay{position:absolute;left:0;top:50%;transform:translateY(-50%);justify-content:flex-start;text-decoration:none;z-index:1}.flow-page-header__brand-overlay,.flow-page-header__brand-overlay .platform-brand,.flow-page-header__brand-overlay .platform-brand--topbar{display:inline-flex;align-items:center;width:136px;min-width:136px;max-width:136px;height:50px;overflow:hidden;flex:none}.flow-page-header__brand-overlay .platform-brand__image--topbar{display:block;width:136px;min-width:136px;max-width:136px;height:50px;object-fit:contain}.flow-page-header__leading{display:inline-flex;align-items:center;flex:none}.flow-page-header__leading .platform-brand__image--topbar{width:min(100%,110px)}.asset-page-header__heading,.flow-page-header__heading,.workspace-header__heading{display:grid;grid-gap:8px;gap:8px;min-width:0}.flow-page-header__heading{display:flex;align-items:center;justify-content:space-between;gap:12px;min-width:0;flex-wrap:nowrap}.flow-page-header__heading-main{display:inline-flex;align-items:center;gap:12px;min-width:0;flex:1 1 auto}.flow-page-header__brand-link,.flow-page-header__heading-prefix{display:inline-flex;align-items:center;flex:none}.flow-page-header__brand-link{text-decoration:none;transition:opacity .14s ease,transform .14s ease}.flow-page-header__brand-link:focus-visible,.flow-page-header__brand-link:hover{opacity:.96;transform:translateY(-1px);outline:none}.flow-page-header__brand-link .platform-brand__image--topbar,.flow-page-header__heading-prefix .platform-brand__image--topbar{width:min(100%,124px)}.video-generation-history-screen .flow-page-header,.video-generation-screen .flow-page-header{align-items:center;gap:12px;padding:8px 14px}.video-generation-history-screen .flow-page-header__main,.video-generation-screen .flow-page-header__main{display:flex;align-items:center;gap:14px;flex:1 1 auto;min-width:0}.video-generation-history-screen .flow-page-header__topline,.video-generation-screen .flow-page-header__topline{display:flex;align-items:center;gap:12px;flex:0 0 auto;min-width:0;flex-wrap:nowrap}.video-generation-history-screen .flow-page-header__leading,.video-generation-screen .flow-page-header__leading{display:inline-flex;align-items:center;flex:0 0 auto}.video-generation-history-screen .flow-page-header__leading .platform-brand__image--topbar,.video-generation-screen .flow-page-header__leading .platform-brand__image--topbar{width:min(100%,140px)}.video-generation-history-screen .flow-page-header .page-header-back,.video-generation-screen .flow-page-header .page-header-back{flex:0 0 auto;white-space:nowrap}.video-generation-history-screen .flow-page-header__heading,.video-generation-screen .flow-page-header__heading{display:flex;align-items:center;justify-content:flex-start;gap:14px;flex:1 1 auto;min-width:0;flex-wrap:nowrap}.video-generation-history-screen .flow-page-header__heading-main,.video-generation-screen .flow-page-header__heading-main{flex:0 0 auto;min-width:0}.video-generation-history-screen .flow-page-header h1,.video-generation-screen .flow-page-header h1{white-space:nowrap}.video-generation-history-screen .flow-page-header__meta,.video-generation-screen .flow-page-header__meta{flex:1 1 auto;justify-content:flex-end;flex-wrap:nowrap;min-width:0}.video-generation-history-screen .flow-page-header__actions,.video-generation-screen .flow-page-header__actions{flex:0 0 auto;flex-wrap:nowrap;margin-left:0}.video-generation-history-screen .flow-page-header__actions>*,.video-generation-screen .flow-page-header__actions>*{flex-shrink:0}.video-generation-history-screen .flow-page-header__actions .flow-page-header__action,.video-generation-history-screen .flow-page-header__actions .nebula-button,.video-generation-history-screen .page-header-action-group .nebula-button,.video-generation-screen .flow-page-header__actions .nebula-button,.video-generation-screen .page-header-action-group .nebula-button{white-space:nowrap;flex-shrink:0}.asset-page-header h1,.creation-entry-card__body h2,.flow-page-header h1,.project-card-obsidian__body h3,.script-scene-card__header h3,.subject-card h3,.video-scene-card__title-wrap h3,.video-summary-options h3,.workspace-empty-note h3,.workspace-header h1,.workspace-section-head h2{margin:0;color:var(--nebula-text-primary);font-weight:780;line-height:1.12}.asset-page-header h1,.flow-page-header h1,.workspace-header h1{font-size:clamp(25px,2vw,32px)}.asset-page-header p,.commerce-tool-footer__note p,.creation-entry-card__body p,.flow-page-header__summary,.project-card-obsidian__body p,.subject-card p,.utility-tile p,.video-scene-card__title-wrap p,.video-summary-note p,.workspace-empty-note p,.workspace-header p,.workspace-section-head p{margin:0;color:var(--nebula-text-muted);font-size:13px;line-height:1.6}.asset-card__footer,.asset-grid,.asset-page-header__actions,.asset-page-header__meta,.commerce-tool-footer,.commerce-tool-footer__note,.commerce-tool-grid,.creation-mode-grid,.flow-action-bar,.flow-page-header__actions,.flow-page-header__meta,.profile-grid,.project-card-obsidian__actions,.project-pagination,.project-pagination__pages,.script-editor-layout,.script-editor-subject-actions,.script-editor-subject-layout,.utility-grid,.video-generation-layout,.video-generation-scenes,.video-scene-card__actions,.video-scene-card__assets,.video-summary-actions,.workspace-header__actions,.workspace-header__meta,.workspace-section-head__meta{display:flex;gap:12px;flex-wrap:wrap;min-width:0}.asset-card__footer,.asset-page-header__actions,.asset-page-header__meta,.flow-page-header__actions,.flow-page-header__meta,.project-card-obsidian__actions,.project-pagination__pages,.script-editor-subject-actions,.video-scene-card__actions,.video-scene-card__assets,.video-summary-actions,.workspace-header__actions,.workspace-header__meta,.workspace-section-head__meta{align-items:center}.asset-page-header__meta,.workspace-header__meta{justify-content:flex-end}.asset-card__status,.video-scene-card__asset,.video-scene-card__status,.workspace-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(151,127,255,.24);border-radius:999px;background:rgba(138,115,255,.12);font-size:12px;font-weight:700;white-space:nowrap}.workspace-chip--muted{border-color:var(--nebula-border);background:rgba(255,255,255,.04);color:var(--nebula-text-muted)}.product-selection-banner{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-top:12px;padding:12px 14px;border:1px solid rgba(127,86,255,.16);border-radius:18px;background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(244,248,255,.92));box-shadow:0 12px 28px rgba(127,86,255,.08)}.product-selection-banner__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}[data-theme=dark] .product-selection-banner,html.dark .product-selection-banner{border-color:rgba(127,86,255,.2);background:linear-gradient(135deg,rgba(25,33,54,.72),rgba(16,24,41,.84));box-shadow:0 18px 36px rgba(5,10,18,.24)}.workspace-chip--eyebrow{width:-moz-fit-content;width:fit-content;letter-spacing:.08em;text-transform:uppercase}.flow-icon-button,.flow-pill-button,.nebula-button,.nebula-icon-button,.obsidian-icon-button,.page-header-back,.project-pagination__edge,.project-pagination__page,.script-editor-subject-action{display:inline-flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;transition:transform var(--nebula-transition),border-color var(--nebula-transition),background-color var(--nebula-transition),box-shadow var(--nebula-transition),color var(--nebula-transition),opacity var(--nebula-transition)}.flow-pill-button,.nebula-button,.page-header-back,.project-pagination__edge,.project-pagination__page,.script-editor-subject-action{min-height:38px;padding:0 12px;border:1px solid var(--nebula-border);border-radius:12px;background:rgba(255,255,255,.04);color:var(--nebula-text-secondary);font-size:13px;font-weight:700}.asset-card:focus-visible,.asset-card:hover,.commerce-tool-slot:focus-visible,.commerce-tool-slot:hover,.commerce-upload-zone:focus-visible,.commerce-upload-zone:hover,.creation-entry-card:focus-visible,.creation-entry-card:hover,.flow-icon-button:focus-visible,.flow-icon-button:hover,.flow-pill-button:focus-visible,.flow-pill-button:hover,.nebula-button:focus-visible,.nebula-button:hover,.nebula-icon-button:focus-visible,.nebula-icon-button:hover,.obsidian-icon-button:focus-visible,.obsidian-icon-button:hover,.page-header-back:focus-visible,.page-header-back:hover,.project-pagination__edge:focus-visible,.project-pagination__edge:hover,.project-pagination__page:focus-visible,.project-pagination__page:hover,.script-editor-subject-action:focus-visible,.script-editor-subject-action:hover,.utility-tile:focus-within,.utility-tile:hover,.workspace-card:focus-within,.workspace-card:hover{border-color:rgba(151,127,255,.34);background:rgba(42,50,81,.9);color:var(--nebula-text-primary);box-shadow:0 12px 24px rgba(12,16,30,.16);outline:none;transform:translateY(-1px)}.nebula-button--primary,.project-create-card__button,.script-editor-subject-primary{border-color:rgba(194,181,255,.45);background:linear-gradient(180deg,#c9beff,#8a73ff);color:#201838;box-shadow:0 12px 24px rgba(112,88,255,.24)}.nebula-button--primary:focus-visible,.nebula-button--primary:hover,.project-create-card__button:focus-visible,.project-create-card__button:hover,.script-editor-subject-primary:focus-visible,.script-editor-subject-primary:hover{background:linear-gradient(180deg,#d4cbff,#947dff);color:#1c1632}.flow-pill-button,.nebula-button--secondary,.project-pagination__edge,.project-pagination__page,.script-editor-subject-action{background:rgba(255,255,255,.04);color:var(--nebula-text-secondary)}.nebula-button:disabled,.nebula-icon-button:disabled,.project-pagination__edge--disabled,.project-pagination__edge:disabled,.project-pagination__page:disabled{cursor:not-allowed;opacity:.42;pointer-events:none;box-shadow:none;transform:none}.flow-icon-button,.nebula-icon-button,.obsidian-icon-button{width:40px;height:40px;border:1px solid var(--nebula-border);border-radius:12px;background:rgba(255,255,255,.04);color:var(--nebula-text-secondary);flex-shrink:0}.nebula-icon-button--danger{color:#ff9daf}.workspace-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.asset-card,.utility-tile,.workspace-card{min-width:0;border:1px solid rgba(137,149,193,.16);border-radius:var(--nebula-radius-lg);background:linear-gradient(180deg,rgba(33,41,66,.96),rgba(27,34,56,.96));box-shadow:var(--nebula-shadow-soft)}.utility-tile,.workspace-card{display:grid;grid-gap:12px;gap:12px;padding:16px}.asset-grid,.commerce-tool-grid,.creation-mode-grid,.profile-grid,.project-grid,.script-editor-layout,.utility-grid,.video-generation-layout{display:grid;min-width:0}.project-grid{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px}.project-create-card{align-content:space-between;min-height:232px}.project-create-card__intro{display:grid;grid-gap:12px;gap:12px}.project-create-card__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:14px;background:linear-gradient(180deg,rgba(156,140,255,.24),rgba(108,128,255,.16));color:#dce3ff}.project-create-card__intro strong{color:var(--nebula-text-primary);font-size:17px;font-weight:760;line-height:1.15}.commerce-form-hint,.project-create-card__intro p,.project-create-card__label{margin:0;color:var(--nebula-text-muted);font-size:12px;line-height:1.55}.commerce-tool-field,.project-create-card__field,.script-editor-scene-input{display:grid;grid-gap:8px;gap:8px;min-width:0}.commerce-form-block__label,.project-create-card__label,.script-editor-scene-input>span{color:var(--nebula-text-secondary);font-size:13px;font-weight:700}.commerce-form-block__label,.commerce-tool-footer__note,.commerce-tool-panel__title,.script-editor-panel__title,.subject-card__meta,.utility-tile__topline,.video-scene-card__title-wrap,.video-summary-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.commerce-tool-panel__title,.script-editor-panel__title{color:var(--nebula-text-primary);font-size:15px;font-weight:760}.script-editor-panel__head-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-shrink:0}.script-editor-regenerate{min-height:40px;padding:0 14px;border-radius:12px;white-space:nowrap;box-shadow:0 10px 24px rgba(112,108,255,.14)}.commerce-input,.commerce-textarea,.project-create-card__input,.script-editor-scene-input textarea{width:100%;border:1px solid rgba(138,149,192,.16);border-radius:14px;background:var(--nebula-field);color:var(--nebula-text-primary);box-shadow:inset 0 1px 0 rgba(255,255,255,.02);outline:none;transition:border-color var(--nebula-transition),box-shadow var(--nebula-transition),background-color var(--nebula-transition)}.commerce-input,.project-create-card__input{min-height:46px;padding:0 14px;font-size:14px}.commerce-textarea,.script-editor-scene-input textarea{min-height:120px;padding:12px 14px;resize:vertical;font-size:14px;line-height:1.6}.commerce-input::placeholder,.commerce-textarea::placeholder,.project-create-card__input::placeholder,.script-editor-scene-input textarea::placeholder{color:rgba(189,198,224,.42)}.commerce-input:focus-visible,.commerce-textarea:focus-visible,.project-create-card__input:focus-visible,.script-editor-scene-input textarea:focus-visible{border-color:rgba(151,127,255,.42);box-shadow:0 0 0 3px rgba(138,115,255,.14);background:rgba(39,47,76,.98)}.project-card-obsidian{min-height:232px;align-content:space-between}.asset-library-panel,.project-card-obsidian__actions,.project-card-obsidian__body,.project-card-obsidian__header,.script-scene-card__body,.utility-tile__body,.video-summary-options,.video-summary-options__list{display:grid;grid-gap:12px;gap:12px}.project-card-obsidian__body h3,.script-scene-card__header h3,.subject-card h3,.video-scene-card__title-wrap h3{font-size:18px}.project-pagination{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-gap:16px;gap:16px;padding-top:8px;border-top:1px solid var(--nebula-border)}.project-pagination__summary{display:inline-flex;align-items:center;gap:8px;width:-moz-fit-content;width:fit-content;padding:9px 14px;border:1px solid rgba(148,158,201,.26);border-radius:999px;background:linear-gradient(135deg,rgba(24,30,48,.9),rgba(33,41,66,.82));box-shadow:0 16px 30px rgba(8,10,18,.22);color:var(--nebula-text-secondary);white-space:nowrap}.project-pagination__summary-label,.project-pagination__summary-total{font-size:12px;font-weight:700}.project-pagination__summary strong{color:var(--nebula-text-primary);font-size:18px;line-height:1}.project-pagination__controls{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:0}.project-pagination__page--active{border-color:rgba(167,151,255,.72);background:linear-gradient(135deg,rgba(123,101,255,.84),rgba(82,197,255,.78));color:var(--nebula-text-primary);box-shadow:0 0 0 1px rgba(213,219,255,.1),0 18px 36px rgba(58,70,126,.34);transform:translateY(-1px)}.project-pagination__ellipsis{color:var(--nebula-text-muted);font-size:13px;font-weight:700;padding:0 2px}.utility-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.utility-grid--metrics{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.utility-tile__label{color:var(--nebula-text-muted);font-size:12px;font-weight:700;letter-spacing:.02em}.utility-tile__value{color:var(--nebula-text-primary);font-size:28px;font-weight:800;line-height:1}.workspace-empty-note{display:grid;grid-gap:8px;gap:8px;padding:16px 0 2px;border-top:1px solid var(--nebula-border)}.profile-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.profile-grid__card{min-width:0}.kv-list{display:grid;grid-gap:2px;gap:2px}.kv-item{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid rgba(137,149,193,.12)}.kv-item:first-child{border-top:0;padding-top:0}.kv-item__label{color:var(--nebula-text-muted);font-size:13px;line-height:1.5}.kv-item__value{color:var(--nebula-text-secondary);font-size:13px;font-weight:600;line-height:1.5;text-align:right;word-break:break-word}.creation-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.creation-entry-card{position:relative;display:grid;grid-gap:14px;gap:14px;min-height:216px;padding:18px;border:1px solid rgba(137,149,193,.16);border-radius:20px;background:linear-gradient(180deg,rgba(33,41,66,.96),rgba(27,34,56,.96));text-decoration:none;color:inherit;overflow:hidden}.creation-entry-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:1px;background:linear-gradient(90deg,rgba(183,173,255,.36),transparent)}.asset-card__footer,.creation-entry-card__foot,.creation-entry-card__head,.subject-card__header,.video-scene-card__body,.video-scene-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.creation-entry-card__icon{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:linear-gradient(180deg,rgba(176,164,255,.22),rgba(103,126,255,.14));color:#dbe3ff}.creation-entry-card__body{display:grid;grid-gap:8px;gap:8px;align-content:start}.creation-entry-card__body h2{font-size:20px}.creation-entry-card__foot{align-items:center;margin-top:auto;color:var(--nebula-text-secondary);font-size:13px;font-weight:700}.creation-entry-card__arrow{color:var(--nebula-purple-strong);font-size:18px;line-height:1}.creation-entry-card--disabled{opacity:.72;filter:saturate(.78)}.commerce-setup-screen .flow-page-shell{gap:14px;padding-top:14px}.commerce-setup-screen .flow-page-header{padding:14px 18px;border-radius:18px}.commerce-setup-screen .flow-page-header__main{gap:8px}.commerce-setup-screen .flow-page-header__topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.commerce-setup-screen .flow-page-header__heading{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.commerce-setup-screen .flow-page-header h1{font-size:clamp(20px,1.9vw,24px)}.commerce-setup-screen .flow-page-header__summary{display:none}.commerce-setup-screen .flow-page-header__meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.commerce-setup-screen .commerce-tool-card{gap:16px}.commerce-tool-card{gap:18px}.commerce-tool-grid{grid-template-columns:minmax(360px,.94fr) minmax(360px,1.06fr);gap:14px;align-items:start}.commerce-tool-panel{min-width:0;align-content:start}.commerce-upload-zone--compact{display:grid;place-items:center;grid-gap:8px;gap:8px;min-height:126px;padding:14px;border:1px dashed rgba(151,127,255,.28);border-radius:16px;background:rgba(20,27,45,.68);color:var(--nebula-text-secondary);text-align:center}.commerce-upload-zone--compact strong{color:var(--nebula-text-primary);font-size:14px;font-weight:760}.commerce-upload-zone--compact span{color:var(--nebula-text-muted);font-size:12px;line-height:1.5}.commerce-tool-slots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.commerce-tool-slot{display:grid;grid-gap:8px;gap:8px;align-content:space-between;min-height:88px;padding:12px;border:1px solid rgba(137,149,193,.16);border-radius:14px;background:rgba(34,42,68,.88);color:var(--nebula-text-primary);text-align:left}.commerce-tool-slot__index{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;min-height:22px;padding:0 8px;border-radius:999px;background:rgba(112,129,196,.2);color:var(--nebula-text-secondary);font-size:11px;font-weight:800}.commerce-tool-slot strong{font-size:13px;font-weight:700}.commerce-tool-slot span:not(.commerce-tool-slot__index){color:var(--nebula-text-muted);font-size:12px;line-height:1.5}.commerce-tool-footer{align-items:center;justify-content:space-between;padding-top:8px;border-top:1px solid var(--nebula-border)}.commerce-tool-footer__note{display:grid;grid-gap:8px;gap:8px;min-width:0}.script-editor-layout{grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:16px;align-items:start}.script-editor-panel{min-width:0}.script-editor-scenes,.script-editor-subject-layout{display:grid;grid-gap:12px;gap:12px}.script-scene-card__header{display:flex;justify-content:space-between;gap:12px}.script-scene-card__header p{margin-top:6px}.script-scene-card__body{color:var(--nebula-text-secondary);font-size:14px;line-height:1.65}.script-scene-card__body p{margin:0}.script-scene-card__body blockquote{margin:0;padding:12px 14px;border:1px solid rgba(151,127,255,.18);border-radius:14px;background:rgba(136,115,255,.08);color:var(--nebula-text-secondary);font-size:13px;line-height:1.6}.subject-card{gap:14px}.subject-card__header{align-items:flex-start}.subject-card__preview{position:relative;width:100%;aspect-ratio:4/5;min-height:0;max-height:320px;overflow:hidden;border:1px solid rgba(151,127,255,.14);border-radius:16px;background:radial-gradient(circle at 30% 25%,rgba(163,148,255,.18),transparent 34%),linear-gradient(180deg,rgba(66,80,124,.8),rgba(28,37,61,.9))}.subject-card__preview--character{background:radial-gradient(circle at 50% 28%,rgba(255,220,212,.3),transparent 24%),radial-gradient(circle at 46% 50%,rgba(166,145,255,.22),transparent 26%),linear-gradient(180deg,rgba(92,102,147,.84),rgba(30,36,58,.96))}.subject-card__preview--scene{background:radial-gradient(circle at 70% 30%,rgba(121,218,255,.2),transparent 28%),linear-gradient(180deg,rgba(76,95,143,.82),rgba(30,37,60,.96))}.subject-card__specs{display:grid;grid-gap:8px;gap:8px;margin:0}.subject-card__specs div{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;padding:10px 0;border-top:1px solid rgba(137,149,193,.1)}.subject-card__specs div:first-child{padding-top:0;border-top:0}.subject-card__specs dd,.subject-card__specs dt{margin:0;font-size:13px;line-height:1.55}.subject-card__specs dt{color:var(--nebula-text-muted)}.subject-card__specs dd{color:var(--nebula-text-secondary);font-weight:600;text-align:right}.script-editor-subject-action{min-height:38px;padding:0 12px}.script-editor-subject-action--primary{border-color:rgba(151,127,255,.28);background:rgba(138,115,255,.14);color:var(--nebula-text-primary)}.flow-action-bar{align-items:center;justify-content:space-between;gap:16px}.flow-action-bar h2{margin:8px 0 4px;font-size:20px;color:var(--nebula-text-primary);font-weight:780;line-height:1.15}.video-generation-layout{grid-template-columns:minmax(0,1.12fr) 340px;gap:16px;align-items:start}.video-generation-scenes{display:grid;grid-gap:12px;gap:12px}.video-scene-card__title-wrap{gap:12px;min-width:0}.video-scene-card__index{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:rgba(138,115,255,.16);color:var(--nebula-text-primary);font-size:13px;font-weight:800;flex-shrink:0}.video-scene-card__body{display:grid;grid-template-columns:minmax(0,1fr) 220px;grid-gap:12px;gap:12px;align-items:stretch}.video-scene-card__prompt{padding:14px;border:1px solid rgba(137,149,193,.12);border-radius:16px;background:rgba(18,24,40,.46);color:var(--nebula-text-secondary);font-size:13px;line-height:1.65}.video-scene-card__preview{display:grid;place-items:center;grid-gap:10px;gap:10px;min-height:148px;border:1px solid rgba(137,149,193,.14);border-radius:16px;background:radial-gradient(circle at 70% 28%,rgba(125,218,255,.14),transparent 24%),linear-gradient(180deg,rgba(52,62,97,.86),rgba(28,36,59,.92))}.video-scene-card__preview--rendered{background:radial-gradient(circle at 50% 24%,rgba(255,255,255,.1),transparent 20%),linear-gradient(180deg,rgba(88,102,154,.88),rgba(29,37,61,.96))}.video-scene-card__preview-play{display:grid;place-items:center;width:56px;height:56px;border-radius:999px;background:rgba(15,20,35,.4);color:#ffffff;box-shadow:0 8px 20px rgba(9,12,22,.18)}.video-scene-card__preview-play svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.video-scene-card__duration{color:var(--nebula-text-secondary);font-size:12px;font-weight:700}.video-scene-card__assets{display:flex;gap:8px;flex-wrap:wrap}.video-scene-card__asset{background:rgba(255,255,255,.05);border-color:rgba(137,149,193,.18)}.video-scene-card__asset-add{min-width:28px;height:28px;padding:0 9px;border:1px dashed rgba(151,127,255,.28);border-radius:999px;background:transparent;font-size:14px;font-weight:700;cursor:pointer;transition:all var(--nebula-transition)}.video-scene-card__asset-add:focus-visible,.video-scene-card__asset-add:hover{border-color:rgba(151,127,255,.4);color:var(--nebula-text-primary);outline:none}.video-generation-summary{align-content:start}.video-summary-metrics{display:grid;grid-gap:12px;gap:12px;margin:0}.video-summary-metrics div{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:10px;border-bottom:1px solid rgba(137,149,193,.12)}.video-summary-metrics dd,.video-summary-metrics dt{margin:0;font-size:13px;line-height:1.5}.video-summary-metrics dt{color:var(--nebula-text-muted)}.video-summary-metrics dd{color:var(--nebula-text-primary);font-weight:700}.video-summary-progress{height:8px;border-radius:999px;background:rgba(255,255,255,.06);overflow:hidden}.video-summary-progress span{display:block;width:36%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#8a73ff,#62d4ff)}.video-summary-option{display:flex;align-items:center;gap:10px;color:var(--nebula-text-secondary);font-size:13px;line-height:1.5;cursor:pointer}.video-summary-option input{accent-color:var(--nebula-purple)}.asset-grid{grid-template-columns:repeat(auto-fill,minmax(188px,1fr));gap:12px}.asset-card{display:grid;grid-gap:10px;gap:10px;padding:12px;text-decoration:none;color:inherit}.asset-card__preview{aspect-ratio:1/1.06;border-radius:14px;overflow:hidden;background:rgba(255,255,255,.03)}.asset-preview{width:100%;height:100%;border-radius:inherit}.asset-card__footer{align-items:center}.asset-card__name{color:var(--nebula-text-primary);font-size:13px;font-weight:700;line-height:1.45}.asset-card--active{border-color:rgba(151,127,255,.34);box-shadow:0 12px 26px rgba(15,18,31,.2)}.asset-card__status{margin-left:auto;min-height:24px;padding:0 8px;font-size:11px}@media (max-width:1180px){.commerce-tool-grid,.creation-mode-grid,.profile-grid,.script-editor-layout,.video-generation-layout{grid-template-columns:1fr}.video-generation-summary{order:-1}}@media (max-width:960px){.obsidian-shell__body{grid-template-columns:1fr}.obsidian-sidebar{border-right:0;border-bottom:1px solid var(--nebula-border);padding-bottom:16px}.obsidian-side-nav{grid-template-columns:repeat(2,minmax(0,1fr))}.obsidian-main-wrap{padding-top:18px}.asset-grid,.project-grid,.utility-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.video-scene-card__body{grid-template-columns:1fr}}@media (max-width:720px){.flow-topbar,.obsidian-topbar{align-items:flex-start;flex-direction:column;padding:12px 14px}.flow-topbar__actions,.flow-topbar__brand,.flow-topbar__context,.obsidian-topbar__actions{width:100%;justify-content:space-between}.flow-topbar__project,.obsidian-topbar__description{white-space:normal}.asset-library-main,.flow-page-shell,.obsidian-main-wrap{padding:14px}.asset-page-header,.flow-page-header,.shell-panel,.workspace-header{padding:16px}.asset-card__footer,.asset-page-header,.commerce-tool-footer,.creation-entry-card__foot,.creation-entry-card__head,.flow-action-bar,.flow-page-header,.project-pagination,.video-scene-card__body,.video-scene-card__header,.workspace-header,.workspace-section-head{flex-direction:column;align-items:flex-start}.asset-grid,.commerce-tool-slots,.obsidian-side-nav,.project-grid,.utility-grid{grid-template-columns:1fr}.project-pagination__pages{width:100%}}@media (max-width:520px){.asset-page-header__actions,.flow-icon-button,.flow-page-header__actions,.flow-pill-button,.flow-topbar__actions,.nebula-button,.nebula-icon-button,.obsidian-icon-button,.obsidian-topbar__actions,.page-header-back,.project-pagination__edge,.project-pagination__page,.script-editor-subject-action,.video-scene-card__actions,.workspace-header__actions{width:100%}.flow-topbar__actions .flow-icon-button,.obsidian-topbar__actions .obsidian-icon-button,.video-scene-card__actions .nebula-icon-button{width:40px}}@media (prefers-reduced-motion:reduce){.asset-card,.commerce-tool-slot,.commerce-upload-zone,.creation-entry-card,.flow-icon-button,.flow-pill-button,.nebula-button,.nebula-icon-button,.obsidian-icon-button,.page-header-back,.project-pagination__edge,.project-pagination__page,.script-editor-subject-action,.utility-tile,.workspace-card{transition:none}}:root{--nebula-bg:#18223a;--nebula-bg-soft:#202c47;--nebula-surface:rgba(42,52,84,0.84);--nebula-surface-strong:rgba(49,61,98,0.9);--nebula-surface-elevated:rgba(58,71,114,0.88);--nebula-field:rgba(62,76,121,0.76);--nebula-border:rgba(182,196,255,0.18);--nebula-border-strong:rgba(159,142,255,0.42);--nebula-text-primary:#f4f7ff;--nebula-text-secondary:#dbe3ff;--nebula-text-muted:#aebadd;--nebula-purple:#9785ff;--nebula-purple-strong:#cdc4ff;--nebula-cyan:#8ee0ff;--nebula-shadow:0 18px 44px rgba(16,23,42,0.16);--nebula-shadow-soft:0 10px 24px rgba(16,23,42,0.12)}.asset-library-screen,.commerce-setup-screen,.creation-mode-screen,.obsidian-shell,.script-editor-screen,.video-generation-screen{background:radial-gradient(circle at 12% 18%,rgba(161,137,255,.16),transparent 24%),radial-gradient(circle at 82% 12%,rgba(129,222,255,.14),transparent 22%),linear-gradient(180deg,#1b2642,#1a2440 46%,#17213a)}.flow-topbar,.obsidian-topbar{padding:14px 18px;border-bottom:1px solid rgba(188,199,255,.12);background:linear-gradient(180deg,rgba(52,64,101,.78),rgba(42,53,84,.72));-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.asset-page-header__main,.flow-page-header__main,.flow-topbar__copy,.obsidian-topbar__copy,.workspace-header__copy{gap:8px}.obsidian-topbar__title{font-size:24px;letter-spacing:-.04em}.flow-topbar__mark,.obsidian-topbar__eyebrow{color:rgba(225,232,255,.74)}.flow-topbar__tag{min-height:26px;padding:0 9px;border-color:rgba(170,156,255,.28);background:rgba(151,133,255,.12);color:var(--nebula-text-primary);font-size:11px}.flow-topbar__project{color:rgba(221,228,255,.72)}.obsidian-shell__body{min-height:calc(100dvh - 62px)}.obsidian-sidebar{background:linear-gradient(180deg,rgba(33,42,68,.92),rgba(26,35,58,.94))}.asset-card,.asset-page-header,.creation-entry-card,.flow-page-header,.obsidian-brand-card,.project-card-obsidian,.project-create-card,.shell-panel,.utility-tile,.video-scene-card,.workspace-card,.workspace-header{border-color:var(--nebula-border);background:linear-gradient(180deg,rgba(61,74,117,.46),rgba(40,50,82,.86));box-shadow:var(--nebula-shadow)}.obsidian-brand-card{background:radial-gradient(circle at top right,rgba(159,142,255,.16),transparent 36%),linear-gradient(180deg,rgba(63,77,121,.62),rgba(39,48,78,.88))}.asset-library-main,.flow-page-shell,.obsidian-main-wrap{padding:18px 18px 28px}.asset-library-main,.flow-page-shell,.obsidian-main,.workspace-page{gap:14px}.asset-page-header,.flow-page-header,.workspace-header{align-items:center;gap:14px;padding:14px 18px}.shell-panel{gap:14px;padding:16px 18px}.asset-page-header h1,.creation-entry-card__body h2,.flow-page-header h1,.project-card-obsidian__body h3,.workspace-header h1{font-size:clamp(24px,2.6vw,34px);letter-spacing:-.05em}.creation-entry-card__body h2,.project-card-obsidian__body h3,.subject-card h3,.utility-tile h3,.video-scene-card h3,.workspace-section-head h2{font-size:16px}.asset-card__status,.video-scene-card__asset,.video-scene-card__status,.workspace-chip{min-height:26px;padding:0 9px;background:rgba(151,133,255,.12);border-color:rgba(170,156,255,.22);color:var(--nebula-text-secondary);font-size:11px}.video-scene-card__asset,.workspace-chip--muted{background:rgba(255,255,255,.045);border-color:var(--nebula-border)}.workspace-chip--eyebrow{display:none}.nebula-button,.nebula-icon-button,.obsidian-icon-button,.page-header-back,.project-pagination__edge,.project-pagination__page,.script-editor-subject-action{border-radius:12px;border-color:var(--nebula-border);background:rgba(255,255,255,.055);color:var(--nebula-text-secondary);box-shadow:none}.nebula-button,.page-header-back,.project-pagination__edge,.project-pagination__page,.script-editor-subject-action{min-height:40px}.nebula-icon-button,.obsidian-icon-button{width:40px;height:40px}.asset-card:focus-visible,.asset-card:hover,.creation-entry-card:focus-visible,.creation-entry-card:hover,.nebula-button:focus-visible,.nebula-button:hover,.nebula-icon-button:focus-visible,.nebula-icon-button:hover,.obsidian-icon-button:focus-visible,.obsidian-icon-button:hover,.page-header-back:focus-visible,.page-header-back:hover,.project-pagination__edge:focus-visible,.project-pagination__edge:hover,.project-pagination__page:focus-visible,.project-pagination__page:hover,.script-editor-subject-action:focus-visible,.script-editor-subject-action:hover,.utility-tile:focus-within,.utility-tile:hover{transform:translateY(-1px);border-color:rgba(193,205,255,.28);background:rgba(255,255,255,.085)}.nebula-button--primary,.project-create-card__button,.script-editor-subject-primary{border-color:rgba(206,214,255,.18);background:linear-gradient(135deg,#cfd7ff,#b0b6ff 34%,#8d74ff);color:#19233d;box-shadow:0 12px 28px rgba(111,101,230,.2)}.nebula-button--primary:focus-visible,.nebula-button--primary:hover,.project-create-card__button:focus-visible,.project-create-card__button:hover,.script-editor-subject-primary:focus-visible,.script-editor-subject-primary:hover{border-color:rgba(222,228,255,.22);background:linear-gradient(135deg,#dbe2ff,#bcc4ff 36%,#957dff)}.nebula-button--secondary,.nebula-icon-button,.obsidian-icon-button,.project-pagination__edge,.project-pagination__page,.script-editor-subject-action,.video-summary-footer-button{background:rgba(255,255,255,.05);color:var(--nebula-text-secondary)}.nebula-button--ghost{background:transparent;border-style:dashed;color:var(--nebula-text-muted)}.creation-entry-card--disabled,.nebula-button:disabled,.nebula-icon-button:disabled,.project-pagination__edge--disabled,.project-pagination__edge:disabled,.project-pagination__page--active{opacity:.64}.creation-entry-card--disabled{filter:saturate(.82)}.commerce-tool-footer{justify-content:flex-end}.asset-card__footer,.creation-entry-card__foot,.creation-entry-card__head,.project-card-obsidian__actions,.project-card-obsidian__header,.project-create-card__intro,.utility-tile__topline,.video-scene-card__header,.workspace-section-head{gap:10px}.commerce-input,.commerce-textarea,.project-create-card__input,.script-editor-scene-input textarea{background:rgba(255,255,255,.06);border-color:rgba(191,203,255,.16)}.commerce-input:focus-visible,.commerce-textarea:focus-visible,.project-create-card__input:focus-visible,.script-editor-scene-input textarea:focus-visible{border-color:rgba(173,158,255,.5);box-shadow:0 0 0 3px rgba(149,133,255,.14)}.asset-library-screen .asset-page-header,.commerce-setup-screen .flow-page-header,.creation-mode-screen .flow-page-header,.script-editor-screen .flow-page-header,.video-generation-screen .flow-page-header{padding-top:12px;padding-bottom:12px}.flow-topbar__project,.script-scene-card__body,.utility-tile p,.video-scene-card__prompt{line-height:1.55}.script-scene-card__body{font-size:13px}.asset-page-header__meta,.flow-page-header__meta,.script-editor-subject-actions,.workspace-header__meta{gap:8px}.asset-grid,.creation-mode-grid,.profile-grid,.project-grid,.script-editor-scenes,.script-editor-subject-layout,.utility-grid,.video-generation-scenes{gap:12px}.asset-page-header p,.commerce-form-hint,.flow-page-header__summary,.obsidian-topbar__description,.script-scene-card__header p,.subject-card__header p,.video-scene-card__title-wrap p,.video-summary-note,.video-summary-options h3,.workspace-empty-note,.workspace-header p,.workspace-section-head p{display:none}.login-screen--obsidian{background:radial-gradient(circle at 18% 22%,rgba(102,129,224,.26),transparent 28%),radial-gradient(circle at 76% 60%,rgba(104,154,255,.18),transparent 20%),linear-gradient(180deg,#101a2f,#0d1527 52%,#0a1121)}.login-screen--obsidian:before{background:linear-gradient(90deg,rgba(14,23,46,0),rgba(14,23,46,0) 66%,rgba(18,29,57,.46) 0,rgba(18,29,57,.74))}.login-screen--obsidian:after{background:radial-gradient(circle at 82% 44%,rgba(148,122,255,.2),transparent 18%),radial-gradient(circle at 80% 44%,rgba(127,214,255,.16),transparent 28%)}.login-screen__veil{opacity:.08}.login-hero__eyebrow{color:rgba(196,207,243,.84)}.login-hero__title--obsidian{color:#f0f4ff;text-shadow:0 12px 40px rgba(17,24,48,.24)}.form-note--obsidian,.login-hero__subtitle--obsidian,.login-meta--obsidian,.login-panel__lead{color:rgba(220,228,248,.8)}.login-panel--obsidian{border-color:rgba(133,152,210,.32);background:linear-gradient(180deg,rgba(31,43,78,.9),rgba(24,34,63,.94));box-shadow:0 30px 80px rgba(10,16,34,.32),inset 0 1px 0 rgba(255,255,255,.08),0 0 0 1px rgba(255,255,255,.03)}.login-panel--obsidian:before{background:linear-gradient(145deg,rgba(108,126,188,.18),rgba(34,48,86,.06),rgba(72,97,176,.18))}.form-field--obsidian .form-label--obsidian,.login-panel__title--obsidian{color:#f6f8ff}.form-field--obsidian .form-input--obsidian{border-color:rgba(137,155,214,.34);background:rgba(21,31,58,.9);color:#f8faff}.form-field--obsidian .form-input--obsidian:hover{border-color:rgba(157,174,230,.44);background:rgba(24,35,65,.96)}.form-field--obsidian .form-input--obsidian:-webkit-autofill,.form-field--obsidian .form-input--obsidian:-webkit-autofill:focus-visible,.form-field--obsidian .form-input--obsidian:-webkit-autofill:hover,.form-field--obsidian .form-input--obsidian:focus-visible{border-color:rgba(170,183,255,.84);background:rgba(27,40,72,1);box-shadow:0 0 0 3px rgba(125,144,255,.16)}.primary-button--obsidian{border-color:rgba(102,130,214,.34);background:linear-gradient(90deg,#41558f,#5068b6 42%,#4476d1);color:#eef4ff;box-shadow:0 18px 36px rgba(24,36,76,.28),inset 0 1px 0 rgba(184,204,255,.12)}.primary-button--obsidian:after{border-color:rgba(126,154,232,.4)}.form-error--obsidian{border-color:rgba(255,160,190,.22);background:rgba(108,39,68,.36);color:#ffd0de}.login-visual__card{border-color:rgba(95,113,169,.5);background:linear-gradient(180deg,rgba(24,34,63,.7),rgba(18,26,49,.88));box-shadow:0 22px 50px rgba(9,14,28,.22)}.obsidian-topbar__eyebrow{display:none}.flow-topbar__mark{font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.flow-topbar__avatar{width:30px;height:30px}.flow-action-bar,.subject-card__header,.video-summary-actions,.workspace-section-head{align-items:center}.subject-card__header{justify-content:space-between}.subject-card__meta{justify-content:flex-start}.script-editor-subject-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.script-editor-subject-action--secondary{border-color:rgba(190,201,255,.18);background:rgba(255,255,255,.08);color:var(--nebula-text-primary)}.nebula-button--ghost,.script-editor-subject-action--ghost,.video-summary-footer-button{background:transparent;border-style:dashed;color:var(--nebula-text-muted)}.nebula-button--ghost:focus-visible,.nebula-button--ghost:hover,.script-editor-subject-action--ghost:focus-visible,.script-editor-subject-action--ghost:hover,.video-summary-footer-button:focus-visible,.video-summary-footer-button:hover{border-color:rgba(190,201,255,.24);background:rgba(255,255,255,.04);color:var(--nebula-text-secondary)}.flow-action-bar{padding-top:14px;padding-bottom:14px}.flow-action-bar h2,.workspace-section-head h2{font-size:15px;letter-spacing:-.02em}.video-generation-summary{gap:12px}.video-summary-actions{gap:8px}.video-summary-actions .nebula-button{min-height:38px}.video-scene-card__preview{min-height:132px}.video-scene-card__generate{min-width:112px}.video-scene-card__prompt{font-size:12.5px;line-height:1.55}.video-scene-card__asset-add{border-color:rgba(190,201,255,.18);color:var(--nebula-text-muted)}.flow-topbar__brand,.obsidian-topbar__main{min-width:0}.flow-topbar__context{justify-content:flex-end}.flow-topbar__project{font-size:12px;font-weight:600}.asset-page-header,.flow-page-header,.workspace-header{padding:12px 16px}.shell-panel{padding:14px 16px}.asset-page-header h1,.flow-page-header h1,.workspace-header h1{font-size:clamp(22px,2.2vw,30px)}.flow-action-bar h2,.subject-card__header h3,.video-scene-card h3,.workspace-section-head h2{font-size:15px}.subject-card__specs{gap:10px}.subject-card__specs div:last-child{display:none}.script-editor-subject-actions{grid-template-columns:1fr 1fr}.script-editor-subject-action--primary{border-color:rgba(206,214,255,.18);background:linear-gradient(135deg,#cfd7ff,#b0b6ff 34%,#8d74ff);color:#19233d;box-shadow:0 12px 28px rgba(111,101,230,.18)}.script-editor-subject-action--primary:focus-visible,.script-editor-subject-action--primary:hover{background:linear-gradient(135deg,#dbe2ff,#bcc4ff 36%,#957dff);color:#19233d}.video-generation-summary{gap:10px}.video-summary-actions{grid-template-columns:1fr}.video-summary-options{padding-top:4px}.video-summary-options__list{gap:8px}.video-scene-card__assets,.video-scene-card__header{justify-content:space-between}.video-scene-card__status{margin-top:4px}.video-scene-card__prompt{padding:12px}.video-scene-card__asset{min-height:24px;padding:0 8px}@media (max-width:720px){.script-editor-subject-actions{grid-template-columns:1fr}}.commerce-setup-screen .flow-page-shell{gap:10px;padding-top:10px}@media (min-width:1121px){.commerce-setup-screen .flow-page-header{padding:10px 16px}.commerce-setup-screen .flow-page-header__main{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-column-gap:14px;column-gap:14px;grid-row-gap:0;row-gap:0}.commerce-setup-screen .flow-page-header__topline{grid-column:1;grid-row:1;flex-wrap:nowrap}.commerce-setup-screen .flow-page-header__heading{grid-column:2;grid-row:1;min-width:0;gap:14px;flex-wrap:nowrap}.commerce-setup-screen .flow-page-header h1{font-size:clamp(18px,1.7vw,22px);line-height:1.15;white-space:nowrap}.commerce-setup-screen .flow-page-header__meta{min-width:0;justify-content:flex-end;flex-wrap:nowrap}.commerce-setup-screen .flow-page-header .page-header-back,.commerce-setup-screen .flow-page-header .workspace-chip{white-space:nowrap}}.commerce-setup-screen .commerce-tool-grid{align-items:stretch}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel{display:flex;flex-direction:column;height:100%;min-height:0}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:first-child .commerce-tool-field:last-of-type{flex:1 1 auto;display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:first-child .commerce-textarea{min-height:0;height:100%}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-upload-zone--compact{flex:0 0 auto}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slots{flex:1 1 auto;min-height:0;align-items:stretch;grid-auto-rows:1fr}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot{min-height:0;height:100%}@media (max-width:1120px){.commerce-setup-screen .flow-page-header__heading{flex-wrap:wrap}.commerce-setup-screen .flow-page-header h1{white-space:normal}.commerce-setup-screen .flow-page-header__meta{justify-content:flex-start;flex-wrap:wrap}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:first-child .commerce-textarea{min-height:180px}}.flow-topbar{min-height:56px;padding:10px 16px}.flow-topbar__project{line-height:1.35}.flow-topbar__tag{min-height:24px;padding:0 8px;font-size:10px}.flow-topbar__avatar{width:32px;height:32px}.obsidian-shell__body{min-height:calc(100dvh - 56px)}.asset-library-main,.flow-page-shell{min-height:calc(100dvh - 56px);grid-template-rows:max-content minmax(0,1fr)}@media (min-width:961px){.asset-page-header,.flow-page-header{align-items:center;gap:12px;padding:8px 14px}.asset-page-header__main,.flow-page-header__main{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;grid-column-gap:12px;column-gap:12px;grid-row-gap:0;row-gap:0;flex:1 1 auto}.asset-page-header__topline,.flow-page-header__topline{grid-column:1;grid-row:1;flex-wrap:nowrap}.flow-page-header__heading{grid-column:2;grid-row:1}.asset-page-header__heading{grid-column:2;grid-row:1;display:flex;align-items:center;gap:12px;min-width:0}.asset-page-header h1,.flow-page-header h1,.workspace-header h1{font-size:clamp(20px,1.6vw,24px);line-height:1.08;white-space:nowrap}.asset-page-header__actions,.asset-page-header__meta,.flow-page-header__actions,.flow-page-header__meta{gap:8px;justify-content:flex-end;flex-wrap:nowrap}.asset-page-header .page-header-back,.asset-page-header .workspace-chip,.flow-page-header .page-header-back,.flow-page-header .workspace-chip{white-space:nowrap}}.asset-library-main,.commerce-setup-screen .flow-page-shell,.creation-mode-screen .flow-page-shell,.script-editor-screen .flow-page-shell,.video-generation-screen .flow-page-shell{gap:10px;padding-top:10px}.commerce-setup-screen .flow-page-header{padding:8px 12px}.commerce-setup-screen .flow-page-header__actions{margin-left:auto}.commerce-setup-screen .commerce-tool-card{min-height:calc(100dvh - 174px);height:100%;align-content:stretch}.commerce-setup-screen .commerce-tool-grid{height:100%}.script-editor-layout,.video-generation-layout{align-items:stretch;min-height:0}.asset-library-main>.shell-panel,.script-editor-layout>.shell-panel,.video-generation-layout>.shell-panel{height:100%;min-height:0}.asset-library-screen .asset-page-header,.creation-mode-screen .flow-page-header,.script-editor-screen .flow-page-header,.video-generation-screen .flow-page-header{padding:10px 14px}@media (max-width:1180px){.asset-page-header__actions,.asset-page-header__heading,.asset-page-header__meta,.flow-page-header__actions,.flow-page-header__heading,.flow-page-header__meta{flex-wrap:wrap}.asset-page-header h1,.flow-page-header h1{white-space:normal}}@media (max-width:960px){.asset-library-main,.flow-page-shell{min-height:auto;grid-template-rows:none}.asset-library-main>.shell-panel,.commerce-setup-screen .commerce-tool-card,.script-editor-layout>.shell-panel,.video-generation-layout>.shell-panel{height:auto;min-height:0}}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slots{gap:14px}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot{position:relative;display:flex;flex-direction:column;min-height:clamp(180px,22vh,240px);padding:16px;border-color:rgba(132,146,204,.2);background:linear-gradient(180deg,rgba(48,58,94,.92),rgba(39,47,78,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.04);overflow:hidden}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot:before{content:"";order:2;display:block;flex:1 1 auto;min-height:96px;border:1px dashed rgba(186,198,255,.16);border-radius:14px;background:radial-gradient(circle at 50% 28%,rgba(166,148,255,.12),transparent 24%),linear-gradient(180deg,rgba(25,32,58,.52),rgba(18,24,45,.36))}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot__index{order:1}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot>strong{order:3;margin-top:auto;color:var(--nebula-text-primary)}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot>span:not(.commerce-tool-slot__index){order:4;color:rgba(221,228,255,.72)}@media (max-width:1180px){.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slots{gap:12px}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot{min-height:160px}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot:before{min-height:72px}}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot:before{content:none;display:none}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot{gap:10px}.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot__viewport{flex:1 1 auto;min-height:96px;border-radius:14px;border:1px solid rgba(188,199,255,.1);background:radial-gradient(circle at 50% 26%,rgba(166,148,255,.18),transparent 24%),radial-gradient(circle at 50% 58%,rgba(120,210,255,.1),transparent 28%),linear-gradient(180deg,rgba(32,41,70,.92),rgba(24,31,55,.98));box-shadow:inset 0 0 0 1px rgba(255,255,255,.03)}@media (max-width:1180px){.commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot__viewport{min-height:72px}}.commerce-setup-screen .commerce-tool-slot--preview{cursor:default}.commerce-setup-screen .commerce-tool-slot--preview:focus-visible,.commerce-setup-screen .commerce-tool-slot--preview:hover{transform:none;border-color:rgba(132,146,204,.2);background:linear-gradient(180deg,rgba(48,58,94,.92),rgba(39,47,78,.94));color:var(--nebula-text-primary);box-shadow:inset 0 1px 0 rgba(255,255,255,.04);outline:none}.page-header-action-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.obsidian-topbar{min-height:56px;padding:10px 16px}.obsidian-topbar__title{font-size:clamp(18px,1.5vw,22px);line-height:1.08}.obsidian-main-wrap{padding:14px 16px 20px}.obsidian-main,.workspace-page{min-height:calc(100dvh - 92px);grid-template-rows:max-content minmax(0,1fr);align-content:stretch}.workspace-page>.profile-grid,.workspace-page>.shell-panel{min-height:0}@media (min-width:961px){.workspace-header{align-items:center;gap:12px;padding:10px 14px}.workspace-header__copy{display:flex;align-items:center;flex:1 1 auto;min-width:0}.workspace-header__heading{display:flex;align-items:center;gap:12px;min-width:0}.workspace-header h1{font-size:clamp(20px,1.6vw,24px);line-height:1.08;white-space:nowrap}.page-header-action-group,.workspace-header__actions,.workspace-header__meta,.workspace-header__meta-row{align-items:center;justify-content:flex-end;flex-wrap:nowrap}.workspace-header__actions,.workspace-header__meta-row{display:flex;gap:8px;min-width:0}}.asset-library-panel,.creation-mode-screen .flow-page-shell>.shell-panel,.dashboard-panel{min-height:0}.dashboard-panel{display:grid}.asset-grid,.creation-mode-grid,.profile-grid,.project-grid,.utility-grid{align-items:stretch}.creation-mode-grid,.project-grid{grid-auto-rows:1fr}.asset-card,.creation-entry-card,.profile-grid__card,.project-card-obsidian,.project-create-card,.utility-tile{height:100%}.project-card-obsidian,.project-create-card{min-height:248px}.utility-tile{min-height:170px;align-content:space-between;padding:18px}.utility-tile--metric{min-height:156px}.profile-grid{align-content:stretch}.profile-grid__card{display:grid;align-content:start}.creation-entry-card{min-height:0;padding:20px}.asset-library-panel{display:grid;grid-template-rows:minmax(0,1fr) max-content}.asset-grid{grid-auto-rows:1fr}.asset-card{height:100%;align-content:start}.creation-mode-screen .flow-page-header__actions,.script-editor-screen .flow-page-header__actions,.video-generation-screen .flow-page-header__actions{margin-left:auto}.script-editor-layout,.video-generation-layout{min-height:calc(100dvh - 170px)}.script-editor-layout>.shell-panel,.video-generation-layout>.shell-panel{display:grid;grid-template-rows:max-content minmax(0,1fr)}.script-editor-scenes,.script-editor-subject-layout,.video-generation-scenes,.video-summary-options__list{align-content:start}.video-generation-summary{display:grid;grid-template-rows:max-content max-content max-content max-content 1fr}.video-summary-options{align-content:start;margin-top:auto}@media (max-width:960px){.asset-library-panel,.creation-mode-screen .flow-page-shell>.shell-panel,.dashboard-panel,.obsidian-main,.script-editor-layout,.video-generation-layout,.workspace-page{min-height:auto;grid-template-rows:none}.page-header-action-group,.workspace-header__actions,.workspace-header__meta-row{flex-wrap:wrap}}.utility-grid--tools{grid-template-columns:repeat(2,minmax(0,1fr))}.tools-entry-card{text-decoration:none;color:inherit}.tools-entry-card__action{color:var(--nebula-text-secondary);font-size:13px;font-weight:700}.asset-detail-page{min-height:calc(100dvh - 92px)}.asset-detail-layout{display:grid;grid-template-columns:minmax(320px,.92fr) minmax(0,1.08fr);grid-gap:14px;gap:14px;min-height:calc(100dvh - 170px)}.asset-detail-panel{min-width:0}.asset-detail-panel--preview{display:grid}.asset-detail-preview{min-height:100%;border-radius:18px;border:1px solid rgba(188,199,255,.12);box-shadow:inset 0 0 0 1px rgba(255,255,255,.04)}.asset-detail-panel--info{display:grid;align-content:start;grid-gap:14px;gap:14px}.asset-detail-summary{margin:0;color:var(--nebula-text-secondary);font-size:14px;line-height:1.65}.asset-detail-tags{display:flex;gap:8px;flex-wrap:wrap}@media (max-width:960px){.asset-detail-layout,.utility-grid--tools{grid-template-columns:1fr}.asset-detail-layout,.asset-detail-page{min-height:auto}.asset-detail-preview{min-height:260px}}.creation-mode-screen .flow-page-header__actions{display:none}.creation-mode-screen .flow-page-shell>.creation-mode-panel{grid-template-columns:minmax(280px,.84fr) minmax(0,1.16fr);align-items:stretch;grid-gap:16px;gap:16px}.creation-mode-panel__intro{display:grid;align-content:space-between;grid-gap:20px;gap:20px;min-width:0;padding:24px;border:1px solid rgba(182,195,255,.1);border-radius:20px;background:radial-gradient(circle at 16% 16%,rgba(165,144,255,.16),transparent 28%),linear-gradient(180deg,rgba(47,57,92,.58),rgba(34,42,70,.78))}.creation-mode-panel__copy{display:grid;grid-gap:16px;gap:16px;align-content:start;max-width:360px}.creation-mode-panel__copy h2{margin:0;color:var(--nebula-text-primary);font-size:clamp(28px,2.4vw,36px);font-weight:800;line-height:1.08;letter-spacing:-.05em}.creation-mode-panel__copy p{margin:0;color:var(--nebula-text-secondary);font-size:14px;line-height:1.65}.creation-mode-panel__meta{display:flex;flex-wrap:wrap;gap:8px}.creation-mode-screen .creation-mode-grid{grid-auto-rows:1fr;min-height:100%}.creation-mode-screen .creation-entry-card{display:grid;grid-gap:14px;gap:14px;min-height:0}.creation-mode-screen .creation-entry-card__icon{width:56px;height:56px;border-radius:16px}.creation-mode-screen .creation-entry-card__body h2{font-size:clamp(22px,2vw,30px);line-height:1.08}.creation-mode-screen .creation-entry-card__foot{padding-top:8px}@media (max-width:1180px){.creation-mode-screen .flow-page-shell>.creation-mode-panel{grid-template-columns:1fr;min-height:auto}.creation-mode-panel__intro{padding:18px}.creation-mode-screen .creation-mode-grid{min-height:auto}}@media (max-width:760px){.creation-mode-screen .creation-mode-grid{grid-template-columns:1fr}.creation-mode-screen .creation-entry-card{min-height:220px;padding:20px}.creation-mode-panel__copy h2{font-size:24px}}.creation-mode-panel__copy,.creation-mode-panel__intro,.creation-mode-panel__meta,.creation-mode-screen .flow-page-header__actions{display:none}.creation-mode-screen .flow-page-shell>.creation-mode-panel{display:grid;min-height:calc(100dvh - 170px)}.creation-mode-screen .creation-mode-grid{width:100%;height:100%;max-width:none;margin:0;padding:0;grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);gap:16px;align-items:stretch;justify-content:stretch}.creation-mode-screen .creation-entry-card{width:100%;min-height:100%;height:100%;padding:24px;grid-template-rows:max-content 1fr max-content}.creation-mode-screen .creation-entry-card__head{align-items:center}.creation-mode-screen .creation-entry-card__icon{width:60px;height:60px;border-radius:18px}.creation-mode-screen .creation-entry-card__body h2{font-size:clamp(28px,2.6vw,40px);line-height:1.04}.creation-mode-screen .creation-entry-card__foot{padding-top:10px;border-top:1px solid rgba(188,199,255,.08)}@media (max-width:760px){.creation-mode-screen .creation-mode-grid{grid-template-columns:1fr}.creation-mode-screen .creation-entry-card{min-height:220px}}.creation-mode-screen .flow-page-shell>.creation-mode-panel{grid-template-columns:1fr}.creation-mode-screen .creation-mode-grid{grid-column:1/-1}.creation-mode-screen .creation-mode-grid--showcase{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:minmax(0,1fr);width:100%;height:100%;max-width:none;margin:0;padding:0}.creation-mode-screen .creation-entry-card{position:relative;overflow:hidden;isolation:isolate}.creation-mode-screen .creation-entry-card:after{content:"";position:absolute;inset:auto -10% -20% auto;width:46%;aspect-ratio:1;border-radius:999px;background:radial-gradient(circle,rgba(141,116,255,.2) 0,rgba(141,116,255,0) 68%);pointer-events:none;z-index:0}.creation-mode-screen .creation-entry-card>*{position:relative;z-index:1}.creation-mode-screen .creation-entry-card__body{gap:14px;align-content:center}.creation-mode-screen .creation-entry-card__body p{display:block;margin:0;max-width:24ch;color:rgba(229,235,255,.74);font-size:15px;line-height:1.65}.creation-mode-screen .creation-entry-card:first-child .creation-entry-card__icon{background:linear-gradient(180deg,rgba(155,168,255,.28),rgba(104,128,255,.18))}.creation-mode-screen .creation-entry-card:last-child .creation-entry-card__icon{background:linear-gradient(180deg,rgba(171,145,255,.28),rgba(105,119,255,.18))}.creation-mode-screen .creation-entry-card:last-child:after{background:radial-gradient(circle,rgba(102,210,255,.18) 0,rgba(102,210,255,0) 68%)}.creation-mode-screen .creation-entry-card--active:focus-visible,.creation-mode-screen .creation-entry-card--active:hover{transform:translateY(-2px);border-color:rgba(178,186,255,.22);box-shadow:0 18px 32px rgba(12,18,35,.18)}.creation-mode-screen .creation-entry-card--disabled,.creation-mode-screen .creation-entry-card[aria-disabled=true]{opacity:1;filter:none}.video-clone-screen{background:radial-gradient(circle at 16% 14%,rgba(161,137,255,.16),transparent 24%),radial-gradient(circle at 86% 10%,rgba(121,220,255,.12),transparent 20%),linear-gradient(180deg,#1b2642,#1a2440 46%,#17213a)}.video-clone-stage{display:grid;grid-template-rows:max-content minmax(0,1fr);min-height:100%}.video-clone-upload-zone{display:grid;place-items:center;grid-gap:12px;gap:12px;min-height:100%;padding:28px;border:1px dashed rgba(166,177,255,.22);border-radius:20px;background:radial-gradient(circle at 50% 22%,rgba(153,138,255,.14),transparent 26%),linear-gradient(180deg,rgba(34,42,68,.92),rgba(27,34,56,.96));color:var(--nebula-text-secondary);text-align:center}.video-clone-upload-zone svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.video-clone-upload-zone strong{color:var(--nebula-text-primary);font-size:22px;font-weight:780}.video-clone-upload-zone span{max-width:44ch;color:rgba(226,232,255,.72);font-size:14px;line-height:1.7}@media (max-width:760px){.creation-mode-screen .creation-entry-card__body p{max-width:none;font-size:14px}}.creation-mode-screen .creation-entry-card__highlights{display:flex;flex-wrap:wrap;gap:8px}.creation-mode-screen .creation-entry-card__highlight{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(189,198,255,.12);border-radius:999px;background:rgba(255,255,255,.04);color:rgba(228,234,255,.78);font-size:12px;font-weight:700}.creation-mode-screen .creation-entry-card__visual{display:grid;align-content:start;grid-gap:12px;gap:12px;min-height:140px;margin-top:auto;padding:16px;border:1px solid rgba(186,197,255,.08);border-radius:18px;background:linear-gradient(180deg,rgba(31,39,64,.72),rgba(27,34,56,.36));box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}.creation-mode-screen .creation-entry-card__visual-chip{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:26px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.05);color:rgba(235,239,255,.76);font-size:12px;font-weight:700}.creation-mode-screen .creation-entry-card__visual-lines{display:grid;grid-gap:8px;gap:8px;margin-top:auto}.creation-mode-screen .creation-entry-card__visual-lines span{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,rgba(181,189,255,.28),rgba(105,126,255,.08))}.creation-mode-screen .creation-entry-card__visual-lines span:first-child{width:78%}.creation-mode-screen .creation-entry-card__visual-lines span:nth-child(2){width:56%}.creation-mode-screen .creation-entry-card__visual-lines span:nth-child(3){width:92%}.creation-mode-screen .creation-entry-card__visual--video-clone{background:radial-gradient(circle at 78% 22%,rgba(98,206,255,.12),transparent 18%),linear-gradient(180deg,rgba(35,43,70,.82),rgba(27,34,56,.42))}.creation-mode-screen .creation-entry-card__visual--commerce-ad{background:radial-gradient(circle at 82% 20%,rgba(155,132,255,.14),transparent 20%),linear-gradient(180deg,rgba(36,42,70,.82),rgba(27,34,56,.42))}.creation-mode-screen .creation-entry-card__visual--video-clone .creation-entry-card__visual-chip:nth-child(2){margin-left:18%}.creation-mode-screen .creation-entry-card__visual--video-clone .creation-entry-card__visual-chip:nth-child(3){margin-left:36%}.creation-mode-screen .creation-entry-card__visual--commerce-ad .creation-entry-card__visual-chip:nth-child(2){margin-left:14%}.creation-mode-screen .creation-entry-card__visual--commerce-ad .creation-entry-card__visual-chip:nth-child(3){margin-left:28%}@media (max-width:760px){.creation-mode-screen .creation-entry-card__visual{min-height:120px;padding:14px}.creation-mode-screen .creation-entry-card__highlights{gap:6px}}.creation-mode-screen .creation-entry-card{grid-template-rows:max-content max-content minmax(148px,1fr) max-content}.creation-mode-screen .creation-entry-card__body>div:first-child{display:grid;grid-gap:10px;gap:10px}.creation-mode-screen .creation-entry-card__scene{position:relative;display:grid;align-content:space-between;grid-gap:16px;gap:16px;min-height:148px;padding:18px;border:1px solid rgba(189,198,255,.08);border-radius:20px;background:linear-gradient(180deg,rgba(31,39,64,.78),rgba(26,33,54,.42));overflow:hidden}.creation-mode-screen .creation-entry-card__scene:before{content:"";position:absolute;inset:auto -8% -22% auto;width:44%;aspect-ratio:1;border-radius:999px;background:radial-gradient(circle,rgba(170,178,255,.14) 0,rgba(170,178,255,0) 70%)}.creation-mode-screen .creation-entry-card__scene>*{position:relative;z-index:1}.creation-mode-screen .creation-entry-card__frame-stack{position:relative;min-height:92px}.creation-mode-screen .creation-entry-card__frame{position:absolute;inset:0 auto auto 0;width:62%;aspect-ratio:16/10;border-radius:16px;border:1px solid rgba(191,202,255,.14);background:linear-gradient(180deg,rgba(67,79,124,.9),rgba(35,43,70,.92));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.creation-mode-screen .creation-entry-card__frame--back{top:10px;left:40%;opacity:.34;transform:scale(.88)}.creation-mode-screen .creation-entry-card__frame--mid{top:5px;left:20%;opacity:.6;transform:scale(.94)}.creation-mode-screen .creation-entry-card__frame--front:after,.creation-mode-screen .creation-entry-card__frame--front:before{content:"";position:absolute;left:12px;right:12px;border-radius:999px;background:rgba(220,227,255,.18)}.creation-mode-screen .creation-entry-card__frame--front:before{bottom:14px;height:10px}.creation-mode-screen .creation-entry-card__frame--front:after{bottom:32px;width:58%;height:10px}.creation-mode-screen .creation-entry-card__timeline{display:grid;grid-gap:8px;gap:8px}.creation-mode-screen .creation-entry-card__timeline span{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,rgba(187,196,255,.3),rgba(102,132,255,.08))}.creation-mode-screen .creation-entry-card__timeline span:first-child{width:84%}.creation-mode-screen .creation-entry-card__timeline span:nth-child(2){width:60%}.creation-mode-screen .creation-entry-card__timeline span:nth-child(3){width:92%}.creation-mode-screen .creation-entry-card__product-panel{display:grid;grid-template-columns:88px minmax(0,1fr);grid-gap:14px;gap:14px;align-items:center}.creation-mode-screen .creation-entry-card__product-shot{display:block;width:88px;height:88px;border-radius:22px;background:linear-gradient(180deg,rgba(160,137,255,.28),rgba(104,118,255,.16));box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.creation-mode-screen .creation-entry-card__product-copy{display:grid;grid-gap:10px;gap:10px}.creation-mode-screen .creation-entry-card__product-copy span{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,rgba(202,210,255,.28),rgba(112,123,255,.08))}.creation-mode-screen .creation-entry-card__product-copy span:first-child{width:78%}.creation-mode-screen .creation-entry-card__product-copy span:nth-child(2){width:92%}.creation-mode-screen .creation-entry-card__product-copy span:nth-child(3){width:56%}.creation-mode-screen .creation-entry-card__product-tags{display:flex;flex-wrap:wrap;gap:8px}.creation-mode-screen .creation-entry-card__product-tags span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(255,255,255,.05);color:rgba(232,238,255,.76);font-size:12px;font-weight:700}.creation-mode-screen .creation-entry-card__scene--video-clone{background:linear-gradient(180deg,rgba(34,43,70,.84),rgba(26,34,56,.42))}.creation-mode-screen .creation-entry-card__scene--commerce-ad{background:linear-gradient(180deg,rgba(39,44,72,.84),rgba(27,34,56,.42))}.creation-mode-screen .creation-entry-card__scene--commerce-ad:before{background:radial-gradient(circle,rgba(108,214,255,.14) 0,rgba(108,214,255,0) 70%)}@media (max-width:760px){.creation-mode-screen .creation-entry-card{grid-template-rows:max-content max-content minmax(120px,auto) max-content}.creation-mode-screen .creation-entry-card__product-panel{grid-template-columns:72px minmax(0,1fr)}.creation-mode-screen .creation-entry-card__product-shot{width:90px;height:72px;border-radius:18px}}.commerce-upload-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.commerce-form-error{margin:0;color:#ffb3c2;font-size:12px;font-weight:700;line-height:1.5}.commerce-form-error--header{margin-top:-2px}.commerce-input--invalid,.commerce-textarea--invalid{border-color:rgba(255,127,164,.9);box-shadow:0 0 0 1px rgba(255,127,164,.2)}.commerce-save-indicator--error{color:#ffd0da;border-color:rgba(255,127,164,.28);background:rgba(112,21,46,.38)}.commerce-inline-banner{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;margin-bottom:16px;padding:12px 14px;border:1px solid rgba(255,127,164,.2);border-radius:16px;background:rgba(112,21,46,.18);color:#ffd7df;font-size:13px;line-height:1.6}.commerce-inline-banner strong{font-size:13px}.commerce-setup-screen .commerce-tool-slot--empty{justify-content:space-between}.commerce-setup-screen .commerce-tool-slot--filled{display:grid;grid-template-rows:max-content minmax(0,1fr);align-content:start;grid-gap:12px;gap:12px}.commerce-tool-slot__empty-copy{display:grid;grid-gap:8px;gap:8px;margin-top:auto}.commerce-tool-slot__empty-copy span{color:rgba(221,228,255,.68);font-size:12px;line-height:1.55}.commerce-tool-slot__thumb-button{position:relative;display:block;width:100%;padding:0;border:0;border-radius:16px;overflow:hidden;background:transparent;cursor:zoom-in}.commerce-tool-slot__image{display:block;width:100%;aspect-ratio:1/.72;object-fit:cover;border-radius:16px;background:rgba(20,27,45,.56)}.commerce-tool-slot__expand{right:10px;bottom:10px;gap:6px;background:rgba(9,14,29,.72);color:#eef2ff}.commerce-tool-slot__expand,.commerce-tool-slot__status{position:absolute;display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:700;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.commerce-tool-slot__status{left:10px;top:10px;background:rgba(58,94,185,.78);color:#f5f7ff}.commerce-image-lightbox__close svg,.commerce-tool-slot__expand svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.commerce-tool-slot__content{display:grid;align-content:start;grid-gap:10px;gap:10px;min-width:0}.commerce-tool-slot__meta{display:flex;align-items:center;justify-content:space-between;gap:10px}.commerce-tool-slot__remove{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;white-space:nowrap;word-break:keep-all;padding:0;border:0;background:transparent;color:var(--nebula-text-muted);font-size:12px;font-weight:700;line-height:1;cursor:pointer}.commerce-tool-slot__remove:focus-visible,.commerce-tool-slot__remove:hover{color:#ffd5df;outline:none}.commerce-tool-slot__description-field{display:grid;grid-gap:6px;gap:6px}.commerce-tool-slot__description-field>span{color:rgba(231,236,250,.9);font-size:12px;font-weight:700}.commerce-tool-slot__description-input{min-height:68px;padding:10px 12px;border:1px solid rgba(191,203,255,.14);border-radius:12px;background:rgba(12,18,34,.62);color:var(--nebula-text-primary);font-size:13px;line-height:1.55;resize:none;outline:none}.commerce-tool-slot__description-input::placeholder{color:rgba(183,194,221,.42)}.commerce-tool-slot__description-input:focus-visible{border-color:rgba(173,158,255,.5);box-shadow:0 0 0 3px rgba(149,133,255,.12)}.commerce-tool-slot__description-row{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.commerce-tool-slot__description-preview{margin:0;flex:1 1 auto;min-width:0;color:rgba(221,228,255,.74);font-size:12px;line-height:1.5;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.commerce-tool-slot__description-count{flex:0 0 auto;color:var(--nebula-text-muted);font-size:11px;font-weight:700}.commerce-image-lightbox{position:fixed;inset:0;z-index:120;display:grid;place-items:center;padding:24px;background:rgba(7,10,19,.72);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.commerce-image-lightbox__dialog{position:relative;display:grid;grid-gap:14px;gap:14px;width:min(100%,960px);padding:18px;border:1px solid rgba(188,199,255,.14);border-radius:24px;background:linear-gradient(180deg,rgba(31,39,64,.96),rgba(24,31,52,.98));box-shadow:0 24px 60px rgba(5,10,22,.32)}.commerce-image-lightbox__close{position:absolute;top:14px;right:14px;display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(191,203,255,.12);border-radius:999px;background:rgba(11,16,29,.72);color:#eef2ff;cursor:pointer}.commerce-image-lightbox__image{display:block;width:100%;max-height:min(72vh,760px);object-fit:contain;border-radius:18px;background:rgba(14,20,36,.7)}.commerce-image-lightbox__meta{display:grid;grid-gap:6px;gap:6px}.commerce-image-lightbox__meta strong{color:var(--nebula-text-primary);font-size:15px;font-weight:760}.commerce-image-lightbox__meta p{margin:0;color:rgba(226,232,255,.72);font-size:13px;line-height:1.6}@media (max-width:1120px){.commerce-tool-slot__description-row{flex-direction:column}.commerce-tool-slot__description-count{align-self:flex-end}}@media (max-width:760px){.commerce-tool-slot__image{aspect-ratio:1/.8}.commerce-image-lightbox{padding:16px}.commerce-image-lightbox__dialog{padding:14px}}.commerce-tool-slot__thumb-button{border:1px solid rgba(188,199,255,.1);box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}.commerce-tool-slot__thumb-button:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(149,133,255,.16),inset 0 0 0 1px rgba(255,255,255,.02)}.commerce-tool-slot__image{aspect-ratio:16/9;max-height:156px}.commerce-tool-slot__content{gap:8px}.commerce-tool-slot__description-input{min-height:60px}.commerce-tool-slot__description-input--invalid{border-color:rgba(255,124,154,.52);box-shadow:0 0 0 3px rgba(255,124,154,.12)}.commerce-tool-slot__description-preview{max-width:100%}@media (max-width:760px){.commerce-tool-slot__image{aspect-ratio:4/3;max-height:none}}.commerce-upload-zone--drag-active{border-color:rgba(161,176,255,.64);background:linear-gradient(180deg,rgba(44,55,92,.96),rgba(35,45,76,.98));box-shadow:0 0 0 3px rgba(149,133,255,.12),inset 0 1px 0 rgba(255,255,255,.04)}.commerce-tool-slot__description-label{display:flex;align-items:center;justify-content:space-between;gap:12px}.commerce-tool-slot__description-count{line-height:1}.script-editor-layout--analysis{grid-template-columns:minmax(0,.92fr) minmax(400px,1.08fr);gap:14px;align-items:stretch}.script-editor-layout--analysis>.shell-panel{min-height:calc(100dvh - 182px)}.script-editor-panel--resources,.script-editor-panel--script{display:grid;align-content:start;grid-gap:12px;gap:12px}.script-editor-scriptbox{display:grid;min-height:calc(100dvh - 254px);padding:14px}.script-editor-scriptbox__frame{position:relative;display:grid;min-height:0;height:100%}.script-editor-scriptbox__overlay{position:absolute;inset:0;display:grid;align-items:center;padding:24px;border-radius:18px;background:linear-gradient(180deg,rgba(10,14,24,.28),rgba(8,12,21,.62));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:2}.script-editor-scriptbox__overlay-panel{display:grid;grid-gap:16px;gap:16px;width:min(560px,100%);justify-self:center;padding:20px 22px;border:1px solid rgba(143,155,205,.18);border-radius:20px;background:linear-gradient(180deg,rgba(27,36,58,.9),rgba(18,25,42,.94));box-shadow:0 24px 54px rgba(4,8,16,.32),inset 0 0 0 1px rgba(84,98,140,.08)}.script-editor-scriptbox__overlay-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.script-editor-scriptbox__overlay-copy{display:grid;grid-gap:8px;gap:8px;min-width:0}.script-editor-scriptbox__overlay-title{display:inline-flex;align-items:center;gap:10px;color:var(--nebula-text-primary)}.script-editor-scriptbox__overlay-title strong{font-size:15px;font-weight:800}.script-editor-scriptbox__overlay-copy p{margin:0;color:var(--nebula-text-secondary);font-size:13px;line-height:1.7}.script-editor-scriptbox__overlay-value{flex-shrink:0;color:#eef2ff;font-size:18px;font-weight:800;line-height:1}.script-editor-scriptbox__overlay-track{position:relative;width:100%;height:9px;border-radius:999px;background:rgba(125,137,183,.16);overflow:hidden}.script-editor-scriptbox__overlay-track-value{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#9381ff,#6fc5ff 60%,#8ce0ff);box-shadow:0 0 24px rgba(111,197,255,.26);transition:width .24s ease-out}.script-editor-progress-banner{display:grid;grid-gap:12px;gap:12px;margin-bottom:12px;padding:14px 16px;border:1px solid rgba(143,155,205,.16);border-radius:16px;background:linear-gradient(180deg,rgba(27,36,58,.92),rgba(20,27,45,.96));box-shadow:inset 0 0 0 1px rgba(84,98,140,.08)}.script-editor-progress-banner__row{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.script-editor-progress-banner__copy{display:grid;grid-gap:6px;gap:6px;min-width:0}.script-editor-progress-banner__title{display:inline-flex;align-items:center;gap:10px;color:var(--nebula-text-primary)}.script-editor-progress-banner__title strong{font-size:14px;font-weight:800}.script-editor-progress-banner__copy p{margin:0;color:var(--nebula-text-secondary);font-size:12px;line-height:1.65}.script-editor-progress-banner__spinner{width:14px;height:14px;border:2px solid rgba(170,184,255,.18);border-top-color:rgba(154,135,255,.95);border-radius:999px;animation:script-editor-spin .9s linear infinite}.script-editor-progress-banner__value{flex-shrink:0;color:#eef2ff;font-size:13px;font-weight:800;line-height:1}.script-editor-progress-track{position:relative;width:100%;height:8px;border-radius:999px;background:rgba(125,137,183,.16);overflow:hidden}.script-editor-progress-track__value{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#9381ff,#6fc5ff 60%,#8ce0ff);box-shadow:0 0 24px rgba(111,197,255,.26);transition:width .24s ease-out}html[data-theme=light] .script-editor-progress-banner{border-color:rgba(126,140,192,.22);background:linear-gradient(180deg,rgba(247,249,255,.96),rgba(239,244,255,.94));box-shadow:0 18px 40px rgba(76,96,152,.16),inset 0 0 0 1px rgba(255,255,255,.6)}html[data-theme=light] .script-editor-progress-banner__title{color:#203055}html[data-theme=light] .script-editor-progress-banner__copy p{color:rgba(49,67,110,.82)}html[data-theme=light] .script-editor-progress-banner__spinner{border-color:rgba(115,92,255,.9) rgba(122,139,197,.28) rgba(122,139,197,.28)}html[data-theme=light] .script-editor-progress-banner__value{color:#203055}html[data-theme=light] .script-editor-progress-track{background:rgba(122,139,197,.18)}.script-editor-status-inline{display:grid;grid-gap:4px;gap:4px;padding:12px 14px;border:1px solid rgba(137,149,193,.14);border-radius:14px;background:rgba(24,32,51,.72)}.script-editor-status-inline strong{color:var(--nebula-text-primary);font-size:13px;font-weight:800}.script-editor-status-inline span{color:var(--nebula-text-secondary);font-size:12px;line-height:1.6}.script-editor-status-inline--error{border-color:rgba(255,120,147,.24);background:linear-gradient(180deg,rgba(71,31,46,.68),rgba(47,21,31,.82))}@keyframes script-editor-spin{to{transform:rotate(1turn)}}.script-editor-scriptbox__textarea{width:100%;height:100%;min-height:0;padding:16px 18px;border:1px solid rgba(137,149,193,.16);border-radius:18px;background:linear-gradient(180deg,rgba(21,28,46,.84),rgba(17,23,39,.92));color:var(--nebula-text-primary);font-size:14px;line-height:1.8;resize:none;outline:none}.script-editor-scriptbox__textarea:disabled{color:rgba(234,239,255,.78);cursor:wait}.script-editor-scriptbox__textarea::placeholder{color:rgba(187,198,227,.42)}.script-editor-scriptbox__textarea:focus-visible{border-color:rgba(167,153,255,.42);box-shadow:0 0 0 3px rgba(149,133,255,.12)}.script-editor-subject-layout--analysis{grid-template-rows:auto minmax(0,1fr);min-height:calc(100dvh - 254px)}.subject-card--compact{gap:14px}.subject-card--scene-workspace{display:grid;grid-template-rows:max-content minmax(0,1fr) max-content;grid-gap:14px;gap:14px;min-height:0}.subject-card__header--scene-workspace{align-items:flex-start;justify-content:space-between;gap:16px}.subject-card__header--scene-workspace p{margin:6px 0 0;color:var(--nebula-text-muted);font-size:13px;line-height:1.6}.script-editor-scene-analyze{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;min-width:108px;padding:0 14px;border-radius:12px;white-space:nowrap;box-shadow:0 10px 24px rgba(112,108,255,.14)}.script-editor-scene-analyze--loading{cursor:wait}.script-editor-scene-analyze__spinner{width:14px;height:14px;border:2px solid rgba(170,184,255,.2);border-top-color:rgba(154,135,255,.96);border-radius:999px;animation:script-editor-spin .9s linear infinite;flex:0 0 auto}.script-editor-scene-workspace{min-height:0}.script-editor-scene-empty{display:grid;place-items:center;align-content:center;grid-gap:16px;gap:16px;min-height:100%;padding:14px;border:1px dashed rgba(151,127,255,.24);border-radius:18px;background:linear-gradient(180deg,rgba(21,29,48,.76),rgba(18,24,40,.82))}.script-editor-scene-empty__visual{position:relative;width:min(100%,420px);min-height:180px;border:1px solid rgba(137,149,193,.16);border-radius:18px;background:radial-gradient(circle at 50% 26%,rgba(164,149,255,.16),transparent 22%),radial-gradient(circle at 50% 68%,rgba(120,208,255,.1),transparent 26%),linear-gradient(180deg,rgba(49,61,97,.88),rgba(26,34,57,.96));overflow:hidden}.script-editor-scene-empty__visual:after,.script-editor-scene-empty__visual:before{content:"";position:absolute;left:50%;transform:translateX(-50%)}.script-editor-scene-empty__visual:before{top:20px;width:74%;height:104px;border-radius:16px;border:1px solid rgba(201,210,255,.1);background:rgba(17,23,41,.16)}.script-editor-scene-empty__visual:after{bottom:22px;width:52%;height:24px;border-radius:999px;background:rgba(223,229,255,.08)}.script-editor-scene-empty__copy{display:grid;justify-items:center;grid-gap:8px;gap:8px;text-align:center}.script-editor-scene-empty__copy strong{color:var(--nebula-text-primary);font-size:16px;font-weight:800}.script-editor-scene-empty__copy p{margin:0;max-width:360px;color:var(--nebula-text-secondary);font-size:13px;line-height:1.65}.script-editor-generated-scenes{display:grid;grid-gap:12px;gap:12px;max-height:100%;overflow:auto;padding-right:4px}.script-editor-generated-scene{display:grid;grid-template-columns:156px minmax(0,1fr);grid-gap:12px;gap:12px;padding:12px;border:1px solid rgba(137,149,193,.14);border-radius:16px;background:linear-gradient(180deg,rgba(35,44,72,.92),rgba(28,36,58,.96))}.script-editor-generated-scene__preview{min-height:148px;border-radius:14px;background:radial-gradient(circle at 50% 24%,rgba(169,156,255,.22),transparent 20%),radial-gradient(circle at 50% 60%,rgba(111,205,255,.16),transparent 25%),linear-gradient(180deg,rgba(59,71,111,.92),rgba(28,35,59,.98))}.script-editor-generated-scene__preview:after,.script-editor-generated-scene__preview:before{content:"";position:absolute;left:50%;transform:translateX(-50%)}.script-editor-generated-scene__preview:before{top:18px;width:78%;height:84px;border-radius:12px;border:1px solid rgba(218,225,255,.1);background:rgba(18,24,40,.18)}.script-editor-generated-scene__preview:after{bottom:18px;width:54%;height:18px;border-radius:999px;background:rgba(225,232,255,.08)}.script-editor-generated-scene__badge{position:absolute;top:10px;left:10px;z-index:1;display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border:1px solid rgba(201,210,255,.14);border-radius:999px;background:rgba(14,20,35,.46);color:#eef2ff;font-size:11px;font-weight:800}.script-editor-generated-scene__field{display:grid;grid-gap:8px;gap:8px;min-width:0}.script-editor-generated-scene__field>span{color:var(--nebula-text-secondary);font-weight:700}.script-editor-generated-scene__field textarea{min-height:148px;border-radius:14px;background:rgba(16,22,37,.52);font-size:13px;line-height:1.7;resize:vertical}.script-editor-generated-scene__field textarea::placeholder{color:rgba(187,198,227,.42)}.script-editor-generated-scene__field textarea:focus-visible{border-color:rgba(167,153,255,.4);box-shadow:0 0 0 3px rgba(149,133,255,.12)}.script-editor-subject-actions--footer{justify-content:flex-end;padding-top:2px}@media (max-width:1180px){.script-editor-layout--analysis{grid-template-columns:1fr}.script-editor-layout--analysis>.shell-panel{min-height:0}.script-editor-scriptbox{min-height:520px}.script-editor-subject-layout--analysis{min-height:0}}@media (max-width:760px){.subject-card__header--scene-workspace{flex-direction:column;align-items:stretch}.script-editor-regenerate,.script-editor-scene-analyze{width:100%;justify-content:center}.script-editor-generated-scene{grid-template-columns:1fr}.script-editor-generated-scene__field textarea,.script-editor-generated-scene__preview,.script-editor-scriptbox__textarea{min-height:180px}}.commerce-select-wrap{position:relative}.commerce-select-wrap:after{content:"";position:absolute;top:50%;right:18px;width:9px;height:9px;border-right:2px solid rgba(214,221,243,.72);border-bottom:2px solid rgba(214,221,243,.72);transform:translateY(-65%) rotate(45deg);pointer-events:none}.commerce-select-wrap:focus-within:after{border-color:rgba(235,240,255,.92)}.commerce-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding-right:44px;cursor:pointer}.commerce-select option{color:#eef2ff;background:#1a2238}.dashboard-panel__content{display:grid;grid-gap:14px;gap:14px;align-content:start}.project-create-card--empty{min-height:320px;max-width:560px;width:100%;justify-self:center}.project-create-card__description{margin:0}.dashboard-feedback-card{min-height:248px;display:grid;place-items:center}.dashboard-feedback-card__body{display:grid;grid-gap:10px;gap:10px;justify-items:center;text-align:center}.dashboard-feedback-card__body strong{color:var(--nebula-text-primary);font-size:18px}.dashboard-feedback-card__body p,.dashboard-feedback-inline,.project-card-obsidian__body p{margin:0;color:var(--nebula-text-muted);font-size:13px;line-height:1.6}.dashboard-page{min-height:calc(100dvh - 92px);grid-template-rows:max-content minmax(0,1fr)}.dashboard-meta{display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.dashboard-meta__count{white-space:nowrap}.dashboard-meta__page{border-color:rgba(155,138,255,.42);background:linear-gradient(135deg,rgba(120,99,255,.2),rgba(87,195,255,.12));color:var(--nebula-text-primary);box-shadow:0 14px 32px rgba(64,78,133,.2)}.obsidian-shell__body{grid-template-columns:188px minmax(0,1fr)}.obsidian-sidebar{padding:16px 10px 14px}.obsidian-brand-card{gap:10px;padding:10px;border-radius:14px}.obsidian-brand-card__icon{width:36px;height:36px;border-radius:11px}.obsidian-brand-card__copy h1{font-size:15px}.obsidian-brand-card__copy p{font-size:10px;line-height:1.4}.obsidian-side-nav{gap:6px}.obsidian-side-nav__item{min-height:44px;padding:0 10px;border-radius:12px}.obsidian-side-nav__text{font-size:13px}.obsidian-main-wrap{padding:14px 18px}.dashboard-panel{min-height:100%;grid-template-rows:minmax(0,1fr) max-content}.dashboard-panel__content{gap:12px;min-height:0}.dashboard-page .project-grid{width:100%;grid-template-columns:repeat(5,minmax(0,1fr));grid-auto-rows:220px;gap:12px;align-content:start}.dashboard-page .project-grid.project-grid--paged{min-height:452px;height:452px}.dashboard-page .project-card-obsidian,.dashboard-page .project-create-card{min-height:0;height:100%;border-radius:16px}.dashboard-page .project-create-card{display:flex;flex-direction:column;gap:12px;padding:16px}.dashboard-page .project-create-card__intro{gap:10px}.dashboard-page .project-create-card__intro strong{font-size:16px}.dashboard-page .project-create-card__description{font-size:12px;line-height:1.55;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.dashboard-page .project-create-card__icon{width:34px;height:34px;border-radius:11px}.dashboard-page .project-create-card__field{gap:6px}.dashboard-page .project-create-card__label{font-size:12px}.dashboard-page .project-create-card__input{height:38px;padding:0 12px;border-radius:10px;font-size:13px}.dashboard-page .project-card-obsidian__enter,.dashboard-page .project-create-card__button{min-height:36px;padding:0 14px;border-radius:10px;font-size:12px}.dashboard-page .project-create-card__button{margin-top:auto}.dashboard-page .project-card-obsidian{position:relative;gap:12px;padding:16px}.dashboard-page .project-card-obsidian__header{align-items:flex-start}.dashboard-page .project-card-obsidian__body{gap:8px;align-content:start;min-width:0}.dashboard-page .project-card-obsidian__body h3{margin:0;min-height:48px;font-size:clamp(16px,1.1vw,20px);line-height:1.35;letter-spacing:-.03em;display:-webkit-box;overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}.dashboard-page .project-card-obsidian__body p{font-size:12px;line-height:1.5}.dashboard-page .project-card-obsidian__actions{display:flex;width:100%;margin-top:auto;justify-content:flex-start;align-items:center;min-height:40px;gap:12px;flex-wrap:nowrap}.dashboard-page .project-card-obsidian__enter{flex:0 0 auto;min-width:0;max-width:none;white-space:nowrap}.dashboard-page .project-card-obsidian__delete{position:static;flex:0 0 auto;margin-left:auto}.dashboard-page .project-pagination__page--active,.dashboard-page .project-pagination__page--active:focus-visible,.dashboard-page .project-pagination__page--active:hover{opacity:1;border-color:rgba(167,151,255,.72);background:linear-gradient(135deg,rgba(123,101,255,.84),rgba(82,197,255,.78));color:var(--nebula-text-primary);box-shadow:0 0 0 1px rgba(213,219,255,.1),0 18px 36px rgba(58,70,126,.34)}.dashboard-page .project-create-card--empty{min-height:280px;max-width:780px}@media (max-width:1360px){.obsidian-shell__body{grid-template-columns:176px minmax(0,1fr)}.dashboard-page .project-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-page .project-grid.project-grid--paged{min-height:684px;height:684px}}@media (max-width:1120px){.dashboard-page .project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.dashboard-page .project-grid.project-grid--paged{min-height:916px;height:916px}}@media (max-width:980px){.dashboard-page .project-grid{grid-template-columns:repeat(2,minmax(0,1fr));grid-auto-rows:214px}.dashboard-page .project-grid.project-grid--paged{min-height:1118px;height:1118px}}@media (max-width:720px){.dashboard-meta{justify-content:flex-start}.project-pagination{grid-template-columns:1fr}.project-pagination__controls,.project-pagination__summary{width:100%}.project-pagination__controls{justify-content:space-between;flex-wrap:wrap}.dashboard-page .project-grid{grid-template-columns:1fr;grid-auto-rows:auto}.dashboard-page .project-grid.project-grid--paged{min-height:auto;height:auto}}.obsidian-side-nav__group{display:grid;grid-gap:8px;gap:8px}.obsidian-side-nav__item--group{width:100%;border:0;text-align:left;background:transparent}.obsidian-side-nav__caret{margin-left:auto;width:16px;height:16px;color:rgba(188,198,227,.62);transition:transform .18s ease,color .18s ease}.obsidian-side-nav__group--active .obsidian-side-nav__caret,.obsidian-side-nav__item--group:hover .obsidian-side-nav__caret{color:rgba(233,238,255,.84)}.obsidian-side-nav__caret--open{transform:rotate(90deg)}.obsidian-side-nav__children{position:relative;display:grid;grid-gap:4px;gap:4px;margin-left:18px}.obsidian-side-nav__children:before{content:"";position:absolute;top:2px;bottom:4px;left:0;width:1px;border-radius:999px;background:linear-gradient(180deg,rgba(148,160,204,.08),rgba(148,160,204,.32) 18%,rgba(148,160,204,.16))}.obsidian-side-nav__child{position:relative;display:flex;align-items:center;min-height:36px;padding:0 12px 0 14px;border:1px solid transparent;border-radius:10px;color:rgba(205,214,243,.7);font-size:12px;font-weight:700;letter-spacing:.01em;text-decoration:none;transition:color .18s ease,border-color .18s ease,background .18s ease,transform .18s ease,box-shadow .18s ease}.obsidian-side-nav__child:before{content:"";position:absolute;left:-18px;top:50%;width:8px;height:8px;border-radius:999px;background:rgba(132,146,191,.36);transform:translateY(-50%);transition:background .18s ease,box-shadow .18s ease,transform .18s ease}.obsidian-side-nav__child:after{content:"";position:absolute;left:-10px;top:50%;width:10px;height:1px;background:rgba(140,153,197,.28);transform:translateY(-50%)}.obsidian-side-nav__child:focus-visible,.obsidian-side-nav__child:hover{background:linear-gradient(180deg,rgba(38,47,76,.76),rgba(28,35,60,.88));color:#f4f7ff;transform:translateX(2px)}.obsidian-side-nav__child:focus-visible:before,.obsidian-side-nav__child:hover:before{background:rgba(165,177,224,.82)}.obsidian-side-nav__child--active{border-color:rgba(129,145,197,.18);background:linear-gradient(90deg,rgba(109,116,255,.2),rgba(55,65,102,.18) 22%,rgba(33,41,68,.9));color:#f8faff;box-shadow:inset 2px 0 0 rgba(129,147,255,.9),inset 0 1px 0 rgba(255,255,255,.04)}.obsidian-side-nav__child--active:before{background:linear-gradient(180deg,#9a8cff,#6cc8ff);box-shadow:0 0 0 5px rgba(135,127,255,.12);transform:translateY(-50%) scale(1.08)}.obsidian-side-nav__child--active:after{background:linear-gradient(90deg,rgba(140,152,255,.8),rgba(122,199,255,.44))}.asset-library-page{display:grid;align-content:start;grid-gap:14px;gap:14px}.asset-library-meta{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.asset-gallery-panel{display:grid;grid-gap:18px;gap:18px;min-height:420px;padding:18px;background:radial-gradient(circle at top left,rgba(122,111,255,.08),transparent 30%),radial-gradient(circle at top right,rgba(81,193,255,.07),transparent 28%),linear-gradient(180deg,rgba(16,22,36,.96),rgba(12,17,29,.98))}.asset-gallery-grid{display:grid;align-content:start;grid-gap:14px;gap:14px}.asset-gallery-grid--character{grid-template-columns:repeat(4,minmax(0,1fr))}.asset-gallery-grid--product,.asset-gallery-grid--scene{grid-template-columns:repeat(3,minmax(0,1fr))}.asset-gallery-card{position:relative;display:grid;min-width:0;overflow:hidden;border:1px solid rgba(125,139,181,.16);border-radius:22px;background:linear-gradient(180deg,rgba(29,36,59,.92),rgba(18,24,40,.96));box-shadow:0 20px 46px rgba(5,8,16,.24),inset 0 1px 0 rgba(255,255,255,.05);transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.asset-gallery-card:focus-within,.asset-gallery-card:hover{transform:translateY(-3px);border-color:rgba(154,164,210,.28);box-shadow:0 24px 54px rgba(7,11,20,.3),0 0 0 1px rgba(199,206,255,.05),inset 0 1px 0 rgba(255,255,255,.06)}.asset-gallery-card__media{position:relative;overflow:hidden;border-bottom:1px solid rgba(132,146,191,.12);background:linear-gradient(180deg,rgba(43,54,86,.86),rgba(24,31,52,.98))}.asset-gallery-card__media--character{aspect-ratio:3/4}.asset-gallery-card__media--scene{aspect-ratio:3/2}.asset-gallery-card__media--product{aspect-ratio:4/3}.asset-gallery-card__image{width:100%;height:100%;object-fit:cover;display:block}.asset-gallery-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:rgba(188,198,227,.72);font-size:13px}.asset-gallery-card__veil{position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,rgba(5,8,16,0),rgba(5,8,16,.86));pointer-events:none}.asset-gallery-card__badge{position:absolute;left:14px;bottom:14px;z-index:1;display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(202,209,255,.14);border-radius:999px;background:rgba(8,11,21,.58);color:#eef2ff;font-size:11px;font-weight:800;letter-spacing:.04em}.asset-gallery-card__body{display:grid;grid-gap:6px;gap:6px;padding:12px 14px 14px}.asset-gallery-card__title{margin:0;color:#f5f7ff;font-size:15px;font-weight:800;line-height:1.45;letter-spacing:-.01em;-webkit-line-clamp:1}.asset-gallery-card__meta,.asset-gallery-card__title{display:-webkit-box;overflow:hidden;word-break:break-word;-webkit-box-orient:vertical}.asset-gallery-card__meta{color:rgba(188,198,227,.72);font-size:12px;line-height:1.5;-webkit-line-clamp:2}.product-asset-card__meta{display:flex;flex-wrap:wrap;gap:8px}.product-asset-select{width:100%;border:1px solid rgba(132,146,191,.18);border-radius:18px;background:rgba(15,19,31,.72);color:#f4f7ff;padding:14px 16px;outline:none}.product-asset-select:focus-visible{border-color:rgba(160,172,228,.42);box-shadow:0 0 0 3px rgba(138,115,255,.12)}.product-asset-dropzone{min-height:180px}.product-asset-image-list{display:flex;flex-direction:column;gap:14px}.product-create-page{gap:10px;min-height:0;height:calc(100dvh - 92px);overflow:hidden}.product-create-layout{grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:12px;min-height:0;height:100%}.product-create-layout>.shell-panel{min-height:0}.product-create-panel--form,.product-create-panel--upload{display:grid;align-content:start;min-height:0;height:100%;padding:12px}.product-create-panel--form{grid-template-rows:auto minmax(0,1fr)}.product-create-form,.product-create-panel--upload{grid-template-rows:auto minmax(0,1fr) auto}.product-create-form{display:grid;align-content:stretch;grid-gap:12px;gap:12px;min-height:0;height:100%}.product-create-form .asset-create-field textarea{min-height:92px}.product-create-form__description{display:grid;grid-template-rows:auto minmax(0,1fr);min-height:0;height:100%}.product-create-form__description textarea{height:100%;min-height:0;resize:none}.product-create-form__actions{padding-top:0}.product-create-panel__hint{margin:0;color:rgba(189,198,226,.82);font-size:12px;line-height:1.7}.product-create-upload-list{display:flex;flex-direction:column;gap:8px;min-height:0;overflow:hidden}.product-create-upload-row{position:relative;display:grid;grid-template-columns:88px minmax(0,1fr);grid-gap:8px;gap:8px;align-items:center;flex:0 0 auto;height:104px;padding:8px;border:1px solid rgba(132,146,191,.16);border-radius:16px;background:rgba(13,18,31,.42)}.product-create-upload-row__thumb{position:relative;display:flex;align-items:center;justify-content:center;width:88px;height:88px;min-width:88px;min-height:88px;padding:6px;border:1px dashed rgba(137,149,193,.28);border-radius:12px;background:linear-gradient(180deg,rgba(20,27,45,.9),rgba(13,18,31,.98));overflow:hidden;align-self:center}.product-create-upload-row__thumb--drag,.product-create-upload-row__thumb:focus-visible,.product-create-upload-row__thumb:hover{border-color:rgba(159,145,255,.48);box-shadow:0 0 0 3px rgba(149,133,255,.1);outline:none}.product-create-upload-row__thumb img{width:100%;height:100%;object-fit:contain;display:block}.product-create-upload-row__thumb-empty{display:grid;grid-gap:6px;gap:6px;justify-items:center;padding:10px;text-align:center}.product-create-upload-row__thumb-empty strong{color:#f7f9ff;font-size:12px;font-weight:800;letter-spacing:-.02em;line-height:1.4}.product-create-upload-row__body{position:relative;display:block;min-width:0;height:88px;align-self:center}.product-create-upload-row__remove{position:absolute;top:0;right:0;z-index:1;min-height:28px;padding:0 10px}.product-create-upload-row__textarea{width:100%;height:88px;min-height:88px;padding:12px 86px 12px 12px;border:1px solid rgba(126,140,184,.18);border-radius:14px;background:rgba(13,18,31,.68);color:#f5f7ff;outline:none;resize:none;overflow:hidden}.product-create-upload-row__textarea:focus-visible{border-color:rgba(166,151,255,.42);box-shadow:0 0 0 3px rgba(149,133,255,.12)}.product-create-panel__footer{display:grid;grid-gap:8px;gap:8px;margin-top:8px}.product-create-panel__messages{display:grid;grid-gap:6px;gap:6px}.product-create-panel__actions{justify-content:flex-end;padding-top:0}@media (max-width:1180px){.product-create-page{height:auto;overflow:visible}.product-create-layout{grid-template-columns:1fr;height:auto}.product-create-panel--form,.product-create-panel--upload{height:auto}}@media (max-width:720px){.product-create-upload-row{grid-template-columns:1fr}.product-create-upload-row__thumb{min-height:180px}}.asset-gallery-card__menu-wrap{position:absolute;top:12px;right:12px;z-index:2}.asset-gallery-card__menu-trigger{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border:1px solid rgba(210,217,255,.14);border-radius:12px;background:rgba(8,11,21,.48);color:#eef2ff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.asset-gallery-card__menu-trigger svg{width:16px;height:16px}.asset-gallery-card__menu{position:absolute;top:46px;right:0;display:grid;grid-gap:4px;gap:4px;min-width:148px;padding:8px;border:1px solid rgba(133,147,193,.18);border-radius:16px;background:linear-gradient(180deg,rgba(24,31,52,.98),rgba(18,24,40,.99));box-shadow:0 20px 44px rgba(4,8,16,.32);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.asset-gallery-card__menu a,.asset-gallery-card__menu button{display:flex;align-items:center;width:100%;min-height:40px;padding:0 12px;border:0;border-radius:12px;background:transparent;color:#eff3ff;font-size:13px;font-weight:700;line-height:1;text-align:left;cursor:pointer;transition:background-color .16s ease,color .16s ease,transform .16s ease}.asset-gallery-card__menu a:focus-visible,.asset-gallery-card__menu a:hover,.asset-gallery-card__menu button:focus-visible,.asset-gallery-card__menu button:hover{background:rgba(43,53,86,.94);transform:translateY(-1px);outline:none}.asset-gallery-card__menu-danger{color:#ffb6c6!important}.asset-gallery-card--skeleton{pointer-events:none}.asset-gallery-card__media--skeleton{background:linear-gradient(90deg,rgba(61,74,113,.76),rgba(82,96,142,.92) 50%,rgba(61,74,113,.76));background-size:200% 100%;animation:asset-skeleton-shimmer 1.6s linear infinite}.asset-gallery-skeleton{display:block;border-radius:999px;background:linear-gradient(90deg,rgba(61,74,113,.72),rgba(82,96,142,.88) 50%,rgba(61,74,113,.72));background-size:200% 100%;animation:asset-skeleton-shimmer 1.6s linear infinite}.asset-gallery-skeleton--title{width:72%;height:16px}.asset-gallery-skeleton--meta{width:48%;height:12px}.asset-library-loadmore{width:100%;height:1px}.asset-library-loadingmore{justify-self:center;color:rgba(188,198,227,.72);font-size:12px}.asset-inline-feedback{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px}.asset-inline-feedback__body{display:grid;grid-gap:6px;gap:6px}.asset-inline-feedback__body strong{color:#f6f8ff;font-size:14px;font-weight:800}.asset-inline-feedback__body p{margin:0;color:rgba(199,207,236,.8);font-size:13px;line-height:1.6}.asset-inline-feedback--error{border-color:rgba(255,128,154,.22)}.asset-inline-feedback--success{border-color:rgba(124,214,170,.2)}.asset-empty-state{position:relative;display:grid;grid-gap:18px;gap:18px;place-items:center;padding:38px 24px;overflow:hidden;text-align:center}.asset-empty-state__glow{position:absolute;inset:auto auto -64px 50%;width:220px;height:220px;border-radius:999px;background:radial-gradient(circle,rgba(134,122,255,.18) 0,transparent 68%);transform:translateX(-50%)}.asset-empty-state__copy{position:relative;z-index:1;display:grid;justify-items:center;grid-gap:10px;gap:10px;max-width:520px}.asset-empty-state__copy strong{color:#f7f9ff;font-size:24px;font-weight:900;letter-spacing:-.04em}.asset-empty-state__copy p{margin:0;color:rgba(192,201,230,.82);font-size:14px;line-height:1.75}.asset-empty-state__action{position:relative;z-index:1}.asset-library-pagination .project-pagination__controls{width:100%;justify-content:space-between}.asset-modal{position:fixed;inset:0;z-index:80;display:grid;place-items:center;padding:24px}.asset-modal__backdrop{position:absolute;inset:0;border:0;background:rgba(5,8,16,.64);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.asset-modal__panel{position:relative;z-index:1;display:grid;grid-gap:16px;gap:16px;width:min(480px,100%);padding:22px;border:1px solid rgba(138,152,198,.2);border-radius:24px;background:linear-gradient(180deg,rgba(23,31,52,.98),rgba(16,22,37,.99));box-shadow:0 28px 60px rgba(4,8,16,.36)}.asset-modal__copy{display:grid;grid-gap:8px;gap:8px}.asset-modal__copy strong{color:#f7f9ff;font-size:20px;font-weight:900;letter-spacing:-.03em}.asset-modal__copy p{margin:0;color:rgba(192,201,230,.82);font-size:13px;line-height:1.7}.asset-modal__field{display:grid;grid-gap:8px;gap:8px}.asset-modal__field span{color:rgba(204,212,239,.78);font-size:12px;font-weight:700}.asset-create-field input,.asset-create-field textarea,.asset-modal__field input{width:100%;min-height:46px;padding:0 14px;border:1px solid rgba(126,140,184,.18);border-radius:14px;background:rgba(13,18,31,.68);color:#f5f7ff;outline:none}.asset-create-field textarea{min-height:136px;padding:14px;resize:vertical}.asset-create-field input:focus-visible,.asset-create-field textarea:focus-visible,.asset-modal__field input:focus-visible{border-color:rgba(166,151,255,.42);box-shadow:0 0 0 3px rgba(149,133,255,.12)}.asset-modal__actions{display:flex;justify-content:flex-end;gap:10px}.asset-create-panel__error,.asset-modal__error{margin:0;color:#ffb6c6;font-size:12px;line-height:1.6}.notice-dialog__panel{width:min(640px,calc(100vw - 32px));max-height:min(72vh,560px);overflow:auto;justify-items:center;gap:18px;padding:24px 24px 22px}.notice-dialog__icon{display:grid;place-items:center;width:64px;height:64px;border-radius:20px;border:1px solid rgba(186,158,255,.24);background:radial-gradient(circle at 50% 0,rgba(156,86,255,.3),transparent 68%),linear-gradient(180deg,rgba(29,37,62,.96),rgba(20,27,45,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 34px rgba(8,13,28,.22);color:#f7f4ff}.notice-dialog__icon svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.notice-dialog__copy{justify-items:center;text-align:center}.notice-dialog__copy p{max-width:100%;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;line-height:1.7}.notice-dialog__actions{width:100%;justify-content:center}.notice-dialog__confirm{min-width:148px}.asset-danger-button{background:linear-gradient(135deg,rgba(255,108,143,.9),rgba(255,149,118,.82))}.asset-create-page{display:grid;align-content:start;grid-gap:16px;gap:16px}.asset-create-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);grid-gap:16px;gap:16px}.asset-create-panel{display:grid;grid-gap:16px;gap:16px;align-content:start;min-height:0}.asset-create-panel--upload{padding:18px}.asset-upload-dropzone{position:relative;display:grid;min-height:520px;padding:18px;border:1px dashed rgba(137,149,193,.28);border-radius:26px;background:radial-gradient(circle at top,rgba(162,148,255,.08),transparent 28%),linear-gradient(180deg,rgba(20,27,45,.88),rgba(13,18,31,.96));overflow:hidden}.asset-upload-dropzone--active{border-color:rgba(159,145,255,.52);box-shadow:0 0 0 3px rgba(149,133,255,.1)}.asset-upload-dropzone__input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;pointer-events:none}.asset-upload-dropzone__empty{display:grid;place-items:center;align-content:center;grid-gap:12px;gap:12px;text-align:center}.asset-upload-dropzone__empty strong{color:#f7f9ff;font-size:26px;font-weight:900;letter-spacing:-.04em}.asset-upload-dropzone__empty p{margin:0;max-width:420px;color:rgba(189,198,226,.82);font-size:14px;line-height:1.7}.asset-upload-preview{display:grid;grid-gap:12px;gap:12px;align-content:start}.asset-upload-preview__image{width:100%;aspect-ratio:3/2;border-radius:22px;object-fit:cover;display:block;border:1px solid rgba(139,153,198,.16)}.asset-upload-preview__meta{display:flex;flex-wrap:wrap;gap:8px}.asset-upload-tips{display:grid;grid-gap:6px;gap:6px;padding:10px 14px;border-radius:16px;background:rgba(12,17,29,.46);border:1px solid rgba(132,146,191,.16)}.asset-upload-tips--compact{margin-top:10px}.asset-upload-tips p{margin:0;color:rgba(210,217,243,.82);font-size:12px;line-height:1.7}.asset-create-panel--form{padding:18px}.asset-create-field{display:grid;grid-gap:8px;gap:8px}.asset-create-field span,.asset-create-rulelist>span{color:rgba(206,214,239,.78);font-size:12px;font-weight:700}.asset-create-rulelist{display:grid;grid-gap:10px;gap:10px;padding:14px 16px;border:1px solid rgba(132,146,191,.14);border-radius:18px;background:rgba(13,18,31,.46)}.asset-create-rulelist ul{margin:0;padding-left:18px;color:rgba(189,198,226,.82);font-size:13px;line-height:1.8}.asset-create-form__actions{display:flex;justify-content:flex-end;gap:10px;padding-top:4px}.character-create-page{gap:10px;min-height:0;height:calc(100dvh - 92px);overflow:hidden}.character-create-body{display:flex;flex-direction:column;gap:10px;min-height:0}.character-create-body>.asset-inline-feedback,.character-create-body>.character-create-status{flex:0 0 auto}.character-create-body>.character-create-layout{flex:1 1 auto;min-height:0}.character-create-layout{grid-template-columns:minmax(0,1.18fr) minmax(320px,.82fr);gap:12px;align-items:stretch;min-height:0;height:100%}.character-create-layout>.shell-panel{min-height:0}.character-create-panel--form,.character-create-panel--upload{display:grid;grid-template-rows:minmax(0,1fr);align-content:stretch;padding:12px;min-height:0;height:100%}.character-create-panel--form>.character-create-form,.character-create-panel--upload>.character-upload-grid{min-height:0;height:100%}.character-create-status{display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid rgba(132,146,191,.14);background:radial-gradient(circle at left center,rgba(126,114,255,.12),transparent 26%),linear-gradient(180deg,rgba(18,25,42,.96),rgba(12,17,29,.98))}.character-create-status__dot{flex:0 0 auto;width:12px;height:12px;border-radius:999px;background:linear-gradient(135deg,#84a9ff,#8e68ff);box-shadow:0 0 0 0 rgba(131,128,255,.28);animation:character-status-pulse 1.6s ease infinite}.character-create-status__body{display:grid;grid-gap:6px;gap:6px}.character-create-status__body strong{color:#f6f8ff;font-size:15px;font-weight:800}.character-create-status__body p{margin:0;color:rgba(193,202,229,.82);font-size:13px;line-height:1.65}.character-upload-grid{display:grid;grid-template-columns:minmax(0,1.14fr) minmax(216px,.66fr);grid-template-rows:repeat(3,minmax(0,1fr));grid-gap:8px;gap:8px;align-items:stretch;min-height:0;height:100%}.character-upload-slot{position:relative;display:grid;min-height:0;height:100%;padding:12px;border:1px dashed rgba(137,149,193,.24);border-radius:20px;background:radial-gradient(circle at top left,rgba(154,141,255,.08),transparent 36%),linear-gradient(180deg,rgba(20,27,45,.92),rgba(12,17,29,.98));overflow:hidden;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease,background .18s ease}.character-upload-slot:hover{border-color:rgba(155,168,216,.34);background:radial-gradient(circle at top left,rgba(154,141,255,.12),transparent 40%),linear-gradient(180deg,rgba(22,30,50,.94),rgba(13,19,32,.98))}.character-upload-slot:focus-visible{outline:none;border-color:rgba(159,145,255,.52);box-shadow:0 0 0 3px rgba(149,133,255,.12)}.character-upload-slot--disabled{cursor:default;opacity:.78}.character-upload-slot--main{grid-row:span 3;min-height:0;height:100%}.character-upload-slot--active{border-color:rgba(159,145,255,.52);box-shadow:0 0 0 3px rgba(149,133,255,.1)}.character-upload-slot--filled{border-style:solid}.character-upload-slot__image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:rgba(8,12,22,.42)}.character-upload-slot__content{position:relative;z-index:1;display:grid;grid-gap:10px;gap:10px;min-height:100%}.character-upload-slot__content--filled{align-content:space-between}.character-upload-slot__content--empty{grid-template-rows:minmax(0,1fr) auto;align-content:stretch;gap:6px}.character-upload-slot:not(.character-upload-slot--filled) .character-upload-slot__content:not(.character-upload-slot__content--empty){align-content:center}.character-upload-slot__placeholder{display:grid;place-items:center;align-self:center;height:42px;padding:0}.character-upload-slot__placeholder--main{height:156px}.character-upload-slot__summary{display:grid;align-content:start;grid-gap:4px;gap:4px;min-height:0}.character-upload-slot__floating-header{display:block}.character-upload-slot__content--filled .character-upload-slot__badge--floating{position:absolute;left:14px;top:14px;z-index:2;max-width:calc(100% - 28px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:rgba(16,23,40,.58);border-color:rgba(133,149,205,.24);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 10px 24px rgba(4,8,16,.12)}.character-upload-slot__error--floating{align-self:end;width:-moz-fit-content;width:fit-content;max-width:min(100%,220px);padding:8px 12px;border-radius:12px;background:rgba(79,21,32,.72);box-shadow:0 10px 24px rgba(13,2,6,.18)}.character-upload-slot__badge{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;padding:5px 10px;border-radius:999px;border:1px solid rgba(111,128,182,.32);background:rgba(24,32,58,.78);color:rgba(207,216,245,.88);font-size:10px;font-weight:800;letter-spacing:.02em;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.character-upload-slot__summary strong{color:#f7f9ff;font-size:clamp(15px,1.06vw,17px);font-weight:900;line-height:1.2;letter-spacing:-.03em;text-shadow:0 6px 18px rgba(3,6,14,.32)}.character-upload-slot__content--main .character-upload-slot__summary strong{font-size:clamp(20px,1.28vw,22px)}.character-upload-slot__summary p{margin:0;color:rgba(230,236,250,.92);font-size:11px;line-height:1.45;text-shadow:0 4px 14px rgba(3,6,14,.28)}.character-upload-slot__content--main .character-upload-slot__summary p{max-width:32ch;font-size:12px;line-height:1.55}.character-upload-slot:not(.character-upload-slot--main) .character-upload-slot__summary p{display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.character-upload-slot__meta{color:rgba(235,239,250,.82);font-size:10px;font-weight:700;text-shadow:0 4px 14px rgba(3,6,14,.28)}.character-upload-slot__filled-bottom,.character-upload-slot__filled-top{position:absolute;left:14px;z-index:1;max-width:calc(100% - 68px);pointer-events:none}.character-upload-slot__filled-top{top:14px}.character-upload-slot__filled-bottom{bottom:14px;display:grid;grid-gap:2px;gap:2px;padding:8px 12px;border-radius:14px;background:linear-gradient(180deg,rgba(10,14,25,.14),rgba(10,14,25,.38));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);box-shadow:0 10px 24px rgba(4,8,16,.14)}.character-upload-slot__filled-bottom strong{color:#f7f9ff;font-size:clamp(14px,1vw,16px);font-weight:800;letter-spacing:-.02em;text-shadow:0 6px 18px rgba(3,6,14,.22)}.character-upload-slot--main .character-upload-slot__filled-bottom strong{font-size:clamp(17px,1.12vw,19px)}.character-upload-slot__badge--floating{background:rgba(18,25,44,.56);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.character-upload-slot__controls{position:absolute;top:14px;right:14px;z-index:2;display:flex;gap:8px}.character-upload-slot__icon-button{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid rgba(148,161,206,.22);border-radius:999px;background:rgba(10,14,25,.68);color:#f7f9ff;font-size:22px;line-height:1;cursor:pointer;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 24px rgba(4,8,16,.22)}.character-upload-slot__icon-button:hover{border-color:rgba(176,189,232,.34);background:rgba(14,20,35,.82)}.character-upload-slot__icon-button--danger{color:#ffe6ec}.character-preview-modal__panel{width:min(960px,100%)}.character-preview-modal__viewport{display:grid;place-items:center;min-height:min(72vh,760px);padding:18px;border:1px solid rgba(138,152,198,.14);border-radius:22px;background:radial-gradient(circle at top,rgba(129,143,255,.12),transparent 32%),rgba(10,14,25,.92)}.character-preview-modal__image{width:100%;max-width:100%;max-height:min(66vh,700px);object-fit:contain;border-radius:18px;box-shadow:0 24px 56px rgba(4,8,16,.26)}.character-upload-slot__art{position:relative;height:100%;aspect-ratio:3/4;justify-self:center;border-radius:28px;border:1px dashed rgba(126,143,204,.28);background:radial-gradient(circle at 50% 20%,rgba(154,141,255,.18),transparent 38%),linear-gradient(180deg,rgba(21,29,49,.88),rgba(12,17,29,.78));overflow:hidden;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.character-upload-slot__art:before{content:"";position:absolute;inset:12px;border-radius:20px;border:1px solid rgba(157,171,225,.14);background:linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,0) 24%)}.character-upload-slot__art--compact{height:82px;border-radius:22px}.character-upload-slot__art-card--back,.character-upload-slot__art-card--middle,.character-upload-slot__art-orbit{display:none}.character-upload-slot__art-card{position:absolute;left:50%;top:50%;border-radius:22px;border:1px solid rgba(152,166,224,.16);background:linear-gradient(180deg,rgba(31,41,74,.38),rgba(19,27,48,.14))}.character-upload-slot__art-card--front{width:70%;height:82%;transform:translate(-50%,-50%);box-shadow:0 18px 40px rgba(4,7,15,.18)}.character-upload-slot__art-body,.character-upload-slot__art-head{position:absolute;left:50%;transform:translateX(-50%);background:linear-gradient(180deg,rgba(209,218,255,.9),rgba(154,172,255,.58))}.character-upload-slot__art-head{top:24%;width:30%;height:18%;border-radius:999px;box-shadow:0 0 0 8px rgba(153,171,255,.06)}.character-upload-slot__art-body{top:48%;width:46%;height:22%;border-radius:56px 56px 20px 20px}.character-create-form{display:grid;grid-gap:14px;gap:14px}.character-create-form .asset-create-field input,.character-create-form .asset-create-field textarea{font-size:14px;letter-spacing:0}.character-create-form .asset-create-field input{line-height:1.2}.character-create-form .asset-create-field textarea{display:block;min-height:92px;padding:12px 14px;resize:none;overflow-y:auto;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;line-height:1.7;text-shadow:none}.character-create-field__label{display:flex;align-items:center;justify-content:space-between;gap:10px}.character-create-field__counter,.character-create-field__helper{color:rgba(165,175,209,.68);font-size:11px;font-weight:700}.character-voice-selector__clear{border:0;background:transparent;color:rgba(197,206,236,.78);font-size:12px;font-weight:700;cursor:pointer}.character-voice-selector__clear:focus-visible,.character-voice-selector__clear:hover{color:#f5f7ff}.character-voice-selector{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;width:100%;padding:16px;border:1px solid rgba(126,140,184,.18);border-radius:18px;background:linear-gradient(180deg,rgba(14,20,35,.78),rgba(11,16,28,.92));color:inherit;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.character-voice-selector:focus-visible,.character-voice-selector:hover{border-color:rgba(166,151,255,.38);box-shadow:0 0 0 3px rgba(149,133,255,.1)}.character-voice-selector--selected{border-color:rgba(114,134,201,.34);background:linear-gradient(180deg,rgba(17,24,42,.92),rgba(11,16,28,.98))}.character-voice-selector__copy{display:grid;grid-gap:6px;gap:6px}.character-voice-option__badge,.character-voice-selector__badge,.character-voice-upload__badge{display:inline-flex;align-items:center;justify-content:center;width:-moz-fit-content;width:fit-content;padding:6px 12px;border-radius:999px;border:1px solid rgba(111,128,182,.3);background:rgba(24,32,58,.64);color:rgba(207,216,245,.88);font-size:11px;font-weight:800;letter-spacing:.02em}.character-voice-option__copy strong,.character-voice-selector__copy strong,.character-voice-task-card__copy strong{color:#f7f9ff;font-size:18px;font-weight:900;letter-spacing:-.03em}.character-voice-option__copy p,.character-voice-selector__copy p,.character-voice-task-card__copy p,.character-voice-upload__copy p{margin:0;color:rgba(198,207,234,.8);font-size:13px;line-height:1.7}.character-voice-selector__action,.character-voice-upload__action{display:inline-flex;align-items:center;justify-content:center;min-width:88px;min-height:38px;padding:0 14px;border-radius:999px;background:rgba(104,111,212,.18);color:#f5f7ff;font-size:12px;font-weight:800}.character-voice-modal__panel{width:min(980px,100%)}.character-voice-modal__tabs{display:inline-flex;gap:8px;padding:6px;border-radius:16px;background:rgba(11,16,28,.82);border:1px solid rgba(126,140,184,.16)}.character-voice-modal__tab{min-width:120px;min-height:40px;padding:0 16px;border:0;border-radius:12px;background:transparent;color:rgba(198,207,234,.78);font-size:13px;font-weight:800;cursor:pointer}.character-voice-modal__tab--active{background:rgba(106,116,223,.18);color:#f7f9ff;box-shadow:inset 0 0 0 1px rgba(130,146,225,.18)}.character-voice-modal__body{display:grid;grid-gap:14px;gap:14px;max-height:min(62vh,720px);overflow:auto;padding-right:4px}.character-voice-modal__body--custom{align-content:start}.character-voice-modal__placeholder,.character-voice-option__muted{padding:18px;border:1px dashed rgba(126,140,184,.18);border-radius:18px;color:rgba(198,207,234,.78);font-size:13px;line-height:1.7}.character-voice-option-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.character-voice-option,.character-voice-task-card{display:grid;grid-gap:12px;gap:12px;padding:16px;border:1px solid rgba(126,140,184,.18);border-radius:20px;background:linear-gradient(180deg,rgba(14,20,35,.8),rgba(10,15,26,.96))}.character-voice-option--active,.character-voice-task-card--ready{border-color:rgba(130,146,225,.3);box-shadow:0 0 0 3px rgba(106,116,223,.1)}.character-voice-option__copy,.character-voice-task-card__copy,.character-voice-upload__copy{display:grid;grid-gap:6px;gap:6px}.character-voice-option__audio{width:100%;height:40px;border-radius:999px}.character-voice-upload{display:grid}.character-voice-upload__trigger{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:14px;gap:14px;align-items:center;width:100%;padding:16px;border:1px dashed rgba(132,146,191,.26);border-radius:20px;background:rgba(12,17,29,.62);color:inherit;text-align:left;cursor:pointer}.character-voice-upload__trigger--filled{border-style:solid}.character-voice-custom__actions{display:flex;justify-content:flex-start}.character-voice-task-card__meta{display:flex;flex-wrap:wrap;gap:8px 14px;color:rgba(177,187,219,.74);font-size:12px;line-height:1.6}.character-create-rulelist{gap:10px}@keyframes character-status-pulse{0%{box-shadow:0 0 0 0 rgba(131,128,255,.32)}70%{box-shadow:0 0 0 12px rgba(131,128,255,0)}to{box-shadow:0 0 0 0 rgba(131,128,255,0)}}@keyframes asset-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1400px){.asset-gallery-grid--character{grid-template-columns:repeat(3,minmax(0,1fr))}.asset-gallery-grid--product,.asset-gallery-grid--scene{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1040px){.asset-create-layout,.character-create-layout,.character-upload-grid{grid-template-columns:1fr}.character-upload-grid{grid-template-rows:none}.character-upload-slot--main{grid-row:auto;min-height:320px}.character-upload-slot__placeholder{padding-inline:0}.character-upload-slot__art{width:min(100%,176px)}.asset-gallery-grid--character,.asset-gallery-grid--product,.asset-gallery-grid--scene{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.asset-library-meta{justify-content:flex-start}.asset-create-form__actions,.asset-inline-feedback,.asset-modal__actions{flex-direction:column;align-items:stretch}.character-voice-option-grid,.character-voice-selector,.character-voice-upload__trigger{grid-template-columns:1fr}.character-create-status{align-items:flex-start}.asset-gallery-grid--character,.asset-gallery-grid--product,.asset-gallery-grid--scene{grid-template-columns:1fr}.asset-upload-dropzone,.character-upload-slot,.character-upload-slot--main{min-height:320px}}.asset-modal__field textarea{width:100%;min-height:96px;padding:12px 14px;border:1px solid rgba(126,140,184,.18);border-radius:14px;background:rgba(13,18,31,.68);color:#f5f7ff;outline:none;resize:vertical}.asset-modal__field textarea:focus-visible{border-color:rgba(166,151,255,.42);box-shadow:0 0 0 3px rgba(149,133,255,.12)}.character-create-form--compact{gap:10px;min-height:0;height:100%;grid-template-rows:max-content max-content minmax(0,1fr) max-content}.character-create-form--compact .asset-create-field:last-of-type{min-height:0;grid-template-rows:auto minmax(0,1fr) auto}.character-create-form--compact .asset-create-field textarea{min-height:84px;height:100%}.character-upload-slot__placeholder-icon{display:grid;place-items:center;width:42px;height:42px;border-radius:14px;border:1px dashed rgba(144,156,204,.24);background:rgba(14,20,36,.52);color:rgba(214,223,246,.74);font-size:22px;font-weight:300}.character-upload-slot__tools{position:absolute;right:14px;bottom:14px;z-index:2;display:flex;justify-content:flex-end;gap:8px;flex-wrap:nowrap}.character-upload-slot__tool{min-width:58px;min-height:32px;padding:0 12px;border:0;border-radius:999px;background:rgba(9,14,24,.72);color:#f5f7ff;font-size:12px;font-weight:700}.character-upload-slot__tool--danger{background:rgba(122,45,65,.74)}.character-upload-slot__summary-actions{display:flex;align-items:center;gap:8px;margin-top:4px}.character-upload-slot__tool--accent{background:linear-gradient(135deg,rgba(114,126,255,.88),rgba(153,122,255,.86));box-shadow:0 10px 24px rgba(31,28,72,.24)}.character-upload-slot__tool:disabled{opacity:.58;cursor:default;box-shadow:none}.character-upload-slot__error{color:#ffb6c6;font-size:11px;line-height:1.6}.character-voice-inline{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:center;padding:10px 12px;border:1px solid rgba(126,140,184,.18);border-radius:18px;background:linear-gradient(180deg,rgba(14,20,35,.78),rgba(10,15,26,.94))}.character-voice-inline__copy{display:grid;grid-gap:6px;gap:6px;min-width:0}.character-voice-inline__copy span{color:rgba(194,203,230,.78);font-size:12px;font-weight:700}.character-voice-inline__copy strong{color:#f7f9ff;font-size:16px;font-weight:900;letter-spacing:-.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.character-voice-inline__actions{display:flex;gap:10px}.voice-library-page{gap:16px}.voice-library-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);grid-gap:16px;gap:16px;align-items:start}.voice-library-panel{display:grid;grid-gap:16px;gap:16px;padding:18px}.voice-library-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.voice-library-panel__header h2{margin:0;color:#f7f9ff;font-size:22px;font-weight:900;letter-spacing:-.03em}.voice-library-panel__header p{margin:6px 0 0;color:rgba(194,203,230,.78);font-size:13px;line-height:1.7}.voice-library-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.voice-library-card{display:grid;grid-gap:12px;gap:12px;padding:16px;border:1px solid rgba(126,140,184,.18);border-radius:20px;background:linear-gradient(180deg,rgba(14,20,35,.8),rgba(10,15,26,.96))}.voice-library-card--ready{border-color:rgba(130,146,225,.24)}.voice-library-card--skeleton{pointer-events:none}.voice-library-card__audio--skeleton,.voice-library-skeleton{display:block;border-radius:999px;background:linear-gradient(90deg,rgba(61,74,113,.72),rgba(82,96,142,.88) 50%,rgba(61,74,113,.72));background-size:200% 100%;animation:asset-skeleton-shimmer 1.6s linear infinite}.voice-library-card__audio--skeleton{height:40px}.voice-library-skeleton--badge{width:88px;height:28px}.voice-library-skeleton--time{width:78px;height:14px}.voice-library-skeleton--title{width:58%;height:18px}.voice-library-skeleton--desc{width:100%;height:12px}.voice-library-skeleton--desc-short{width:68%}.voice-library-skeleton--meta{width:96px;height:12px}.voice-library-skeleton--action{width:108px;height:38px}.voice-library-card__copy{display:grid;grid-gap:8px;gap:8px}.voice-library-card__head{display:flex;align-items:center;justify-content:space-between;gap:8px}.voice-library-card__time{color:rgba(170,180,213,.72);font-size:12px;white-space:nowrap}.voice-library-card strong{color:#f7f9ff;font-size:18px;font-weight:900;letter-spacing:-.03em}.voice-library-card p{margin:0;color:rgba(198,207,234,.8);font-size:13px;line-height:1.7}.voice-library-card__audio{width:100%;height:40px;border-radius:999px}.voice-library-card__placeholder,.voice-library-placeholder{padding:18px;border:1px dashed rgba(126,140,184,.18);border-radius:18px;color:rgba(198,207,234,.78);font-size:13px;line-height:1.7}.voice-library-card__footer{display:flex;align-items:center;justify-content:space-between;gap:10px}.voice-library-card__meta{color:rgba(177,187,219,.74);font-size:12px;line-height:1.6}.voice-upload-modal__panel{width:min(640px,100%)}.voice-upload-modal__tips{display:grid;grid-gap:6px;gap:6px;padding:10px 14px;border-radius:16px;background:rgba(12,17,29,.46);border:1px solid rgba(132,146,191,.16)}.voice-upload-modal__tips p{margin:0;color:rgba(210,217,243,.82);font-size:12px;line-height:1.7}@media (max-width:1200px){.voice-library-grid,.voice-library-layout{grid-template-columns:1fr}}@media (max-width:1040px){.character-voice-inline{grid-template-columns:1fr}}@media (max-width:720px){.character-voice-inline__actions,.voice-library-card__footer{flex-direction:column;align-items:stretch}}.asset-gallery-card--selected{border-color:rgba(146,173,255,.34);box-shadow:0 18px 42px rgba(7,12,24,.32),0 0 0 1px rgba(138,167,255,.18)}.asset-gallery-card__actions{display:flex;align-items:center;justify-content:space-between;gap:10px}.asset-gallery-card__select-action{min-width:108px;justify-content:center}.subject-card__preview-image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;display:block}.subject-card__preview--character-empty{background:linear-gradient(180deg,rgba(79,90,132,.88),rgba(34,41,66,.98))}.subject-card__preview-empty{position:absolute;inset:0;display:grid;place-items:center;isolation:isolate;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.subject-card__preview-empty:after,.subject-card__preview-empty:before{content:"";position:absolute;left:50%;transform:translateX(-50%);pointer-events:none}.subject-card__preview-empty:before{top:16%;width:92px;height:92px;border-radius:999px;background:radial-gradient(circle at 50% 45%,rgba(249,239,255,.78) 0,rgba(214,201,248,.48) 40%,rgba(170,176,219,.14) 72%,rgba(170,176,219,0) 100%);filter:none;opacity:.92}.subject-card__preview-empty:after{top:33%;width:146px;height:196px;border-radius:72px 72px 28px 28px;background:linear-gradient(180deg,rgba(158,170,226,.2),rgba(120,136,199,.12) 38%,rgba(79,95,153,.1));box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 18px 38px rgba(14,19,35,.16);opacity:.9}.script-editor-character-meta{display:grid;grid-gap:6px;gap:6px}.script-editor-character-meta__name{color:var(--nebula-text-primary);font-size:15px;font-weight:800;line-height:1.4}.script-editor-character-meta__description{margin:0;color:var(--nebula-text-secondary);font-size:13px;line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.script-editor-subject-layout--analysis{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);align-items:start;grid-gap:16px;gap:16px}.subject-card--character-narrow{gap:12px;padding-bottom:16px}.subject-card__preview--character-compact{min-height:264px}.script-editor-scene-headcopy{display:grid;grid-gap:8px;gap:8px;min-width:0}.script-editor-scene-summary{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.script-editor-scene-summary__count{display:inline-flex;align-items:center;min-height:28px;padding:0 12px;border:1px solid rgba(180,191,255,.14);border-radius:999px;background:rgba(18,25,44,.54);color:#eef2ff;font-size:12px;font-weight:800;letter-spacing:.01em}.script-editor-scene-status{display:grid;grid-template-columns:auto minmax(0,1fr);grid-gap:12px;gap:12px;margin-bottom:14px;padding:14px 16px;border:1px solid rgba(137,149,193,.16);border-radius:16px;background:rgba(22,31,49,.74)}.script-editor-scene-status strong{color:var(--nebula-text-primary);font-size:13px;font-weight:800}.script-editor-scene-status p{margin:4px 0 0;color:var(--nebula-text-secondary);font-size:12px;line-height:1.65}.script-editor-scene-status--loading{border-color:rgba(116,132,255,.22);background:linear-gradient(180deg,rgba(31,39,69,.82),rgba(23,31,54,.88))}.script-editor-scene-status--error{border-color:rgba(255,120,147,.24);background:linear-gradient(180deg,rgba(71,31,46,.68),rgba(47,21,31,.82))}.script-editor-scene-status--success{border-color:rgba(115,194,164,.24);background:linear-gradient(180deg,rgba(25,53,48,.78),rgba(17,39,35,.84))}.script-editor-generated-scene--rich{grid-template-columns:1fr;gap:14px;padding:16px}.script-editor-generated-scene__media{display:grid}.script-editor-generated-scene__file-input{display:none}.script-editor-generated-scene__preview{position:relative;display:grid;align-items:end;width:100%;height:clamp(160px,20vw,208px);min-height:0;padding:14px;border:1px solid rgba(188,199,255,.1);border-radius:18px;background:radial-gradient(circle at 50% 22%,rgba(169,156,255,.18),transparent 18%),radial-gradient(circle at 50% 62%,rgba(111,205,255,.14),transparent 24%),linear-gradient(180deg,rgba(59,71,111,.92),rgba(28,35,59,.98));overflow:hidden;cursor:pointer}.script-editor-generated-scene__preview--active{border-color:rgba(132,199,175,.48);box-shadow:0 0 0 3px rgba(105,170,147,.12)}.script-editor-generated-scene__preview--filled{background:linear-gradient(180deg,rgba(28,36,58,.6),rgba(19,25,42,.7))}.script-editor-generated-scene__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.script-editor-generated-scene__placeholder{position:absolute;inset:14px;display:grid;place-items:center;border:1px dashed rgba(208,219,255,.16);border-radius:16px;background:rgba(14,20,35,.16);color:rgba(230,237,255,.72)}.script-editor-generated-scene__placeholder svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.script-editor-generated-scene__expand{position:absolute;top:12px;right:12px;z-index:1;display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:0 10px;border:1px solid rgba(201,210,255,.12);border-radius:999px;background:rgba(8,12,23,.68);color:rgba(243,246,255,.9);font-size:11px;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.script-editor-generated-scene__expand svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.script-editor-generated-scene__upload-hint{position:relative;z-index:1;display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;min-height:28px;padding:0 10px;border:1px solid rgba(201,210,255,.12);border-radius:999px;background:rgba(8,12,23,.68);color:rgba(243,246,255,.88);font-size:11px;font-weight:700;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.script-editor-generated-scene__body{display:grid;grid-gap:14px;gap:14px;min-width:0}.script-editor-generated-scene__field{gap:10px}.script-editor-generated-scene__field>span{color:rgba(231,237,255,.92);font-size:12px;font-weight:800;letter-spacing:.01em}.script-editor-generated-scene__field textarea{width:100%;min-height:92px;max-height:168px;padding:14px 16px;border:1px solid rgba(137,149,193,.16);border-radius:16px;background:rgba(16,22,37,.58);color:var(--nebula-text-primary);font-size:14px;line-height:1.75;resize:none;overflow-x:hidden;overflow-y:auto;outline:none}.script-editor-generated-scene__footer{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:12px}.script-editor-generated-scene__meta-row{display:flex;flex-wrap:wrap;gap:8px}.script-editor-generated-scene__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;margin-left:auto}.script-editor-generated-scene__action{min-height:34px}.script-editor-generated-scene__error{margin:-2px 0 0;color:#ffb7c8;font-size:12px;line-height:1.6}@media (max-width:1180px){.script-editor-subject-layout--analysis{grid-template-columns:1fr}.subject-card__preview--character-compact{min-height:220px}}@media (max-width:760px){.subject-card__header--scene-workspace{flex-direction:column;align-items:stretch}.script-editor-generated-scene__preview{height:168px}.script-editor-generated-scene__footer{flex-direction:column}.script-editor-generated-scene__actions{width:100%;margin-left:0}.script-editor-generated-scene__actions>*{width:100%;justify-content:center}}.video-generation-screen--split .flow-page-shell{position:relative}.video-generation-layout--split{grid-template-columns:minmax(0,1fr);gap:12px}.video-generation-panel--segments{gap:14px}.video-generation-style-reference{gap:10px;padding-top:12px;padding-bottom:12px}.video-generation-style-reference__input{display:none}.video-generation-style-reference__bar{display:flex;align-items:center;justify-content:space-between;gap:12px}.video-generation-style-reference__meta{display:grid;grid-gap:4px;gap:4px;min-width:0}.video-generation-style-reference__title{display:flex;align-items:center;gap:10px;min-width:0}.video-generation-style-reference__thumb-delete svg,.video-generation-style-reference__title svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.video-generation-style-reference__title strong{color:var(--nebula-text-primary);font-size:14px;font-weight:760}.video-generation-style-reference__meta p{margin:0;color:var(--nebula-text-muted);font-size:12px;line-height:1.5}.video-generation-style-reference__actions{display:flex;align-items:center;flex-shrink:0;gap:8px}.video-generation-style-reference__thumb-strip{position:relative;display:flex;align-items:center;gap:12px;min-width:0;padding:10px 12px;border:1px solid rgba(137,149,193,.16);border-radius:16px;background:rgba(20,28,48,.52)}.video-generation-style-reference__thumb-strip:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.video-generation-style-reference__thumb{position:relative;display:block;width:62px;min-width:62px;height:82px;overflow:hidden;border:1px solid rgba(160,176,242,.18);border-radius:12px;background:rgba(8,12,24,.84)}.video-generation-style-reference__thumb:focus-visible,.video-generation-style-reference__thumb:hover{border-color:rgba(151,127,255,.45);outline:none;box-shadow:0 10px 22px rgba(12,16,30,.18)}.video-generation-style-reference__thumb img{display:block;width:100%;height:100%;object-fit:cover}.video-generation-style-reference__thumb-badge{position:absolute;inset:auto 4px 4px 4px;padding:2px 6px;border-radius:999px;background:rgba(8,12,24,.78);color:#eef3ff;font-size:10px;font-weight:700}.video-generation-style-reference__thumb-delete{position:absolute;top:8px;left:56px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border:1px solid rgba(255,166,187,.34);border-radius:999px;background:rgba(33,14,22,.92);color:#ffb1c0;box-shadow:0 10px 18px rgba(5,8,18,.2)}.video-generation-style-reference__thumb-delete:focus-visible,.video-generation-style-reference__thumb-delete:hover{border-color:rgba(255,166,187,.58);background:rgba(49,18,30,.96);outline:none}.video-generation-style-reference__thumb-copy{display:grid;grid-gap:4px;gap:4px;min-width:0}.video-generation-style-reference__thumb-copy strong{color:var(--nebula-text-primary);font-size:13px;font-weight:760}.video-generation-style-reference__thumb-copy p{margin:0;color:var(--nebula-text-muted);font-size:12px;line-height:1.5}.video-generation-style-reference__actions--multi{flex-wrap:wrap;justify-content:flex-end}.video-generation-style-reference__thumb--video video{display:block;width:100%;height:100%;object-fit:cover}.video-generation-style-reference__empty,.video-generation-style-reference__text-card{display:grid;grid-gap:10px;gap:10px;padding:12px 14px;border:1px solid rgba(137,149,193,.16);border-radius:16px;background:rgba(20,28,48,.52)}.video-generation-style-reference__text-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.video-generation-style-reference__text-remove{flex-shrink:0;border:1px solid rgba(255,166,187,.28);border-radius:999px;background:rgba(33,14,22,.92);color:#ffb1c0;font-size:12px;font-weight:700;padding:6px 12px}.video-generation-style-reference__text-remove:focus-visible,.video-generation-style-reference__text-remove:hover{border-color:rgba(255,166,187,.58);background:rgba(49,18,30,.96);outline:none}.video-generation-style-reference__textarea{min-height:112px}.video-generation-style-reference__empty{color:var(--nebula-text-muted);font-size:12px;line-height:1.6}.video-generation-style-kind-modal{width:min(520px,calc(100vw - 32px))}.video-generation-style-kind-modal__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px}.video-generation-section-copy{display:flex;align-items:flex-start;gap:12px}.video-generation-section-copy__body{display:grid;grid-gap:4px;gap:4px;min-width:0}.video-generation-section-copy__title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.video-generation-section-copy__title-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:12px;margin-left:auto;flex-wrap:wrap}.video-split-panel__retry{flex:0 0 auto;min-height:34px;padding:0 12px;border-radius:10px}.video-split-panel__retry-icon{display:inline-flex;align-items:center;justify-content:center}.video-split-panel__retry-icon--loading{animation:video-split-spin .9s linear infinite}.video-split-panel__retry-icon--loading svg{filter:drop-shadow(0 0 10px rgba(158,82,255,.22))}.video-generation-ratio-field{display:inline-flex;align-items:center;gap:10px}.video-generation-ratio-field__label{color:rgba(214,223,250,.76);font-size:12px;font-weight:700;white-space:nowrap}.video-generation-ratio-field__select-wrap{min-width:112px}.video-generation-ratio-field__select{min-height:34px;padding-left:12px;border-radius:10px}.video-generation-section-copy svg{width:18px;height:18px;stroke:rgba(215,224,255,.88);fill:none;stroke-width:1.8}.video-generation-section-copy p{margin:4px 0 0;color:rgba(218,225,255,.66);font-size:13px}.video-split-panel-metrics{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.video-generation-segment-list{display:grid;grid-gap:14px;gap:14px;align-content:start}.video-split-card{padding:18px;border:1px solid rgba(132,146,204,.16);background:radial-gradient(circle at top right,rgba(129,112,255,.14),transparent 34%),linear-gradient(180deg,rgba(34,43,72,.94),rgba(22,29,51,.98))}.video-split-card,.video-split-card__body,.video-split-card__header{display:grid;grid-gap:16px;gap:16px}.video-split-card__header{grid-template-columns:minmax(0,1fr) auto;align-items:start}.video-split-card__eyebrow{display:inline-flex;margin-bottom:6px;padding:4px 10px;border-radius:999px;background:rgba(132,148,255,.12);color:rgba(226,231,255,.84);font-size:12px;font-weight:700;letter-spacing:.04em}.video-split-card__header h3{margin:0}.video-split-card__metrics{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.video-split-card__nav{display:inline-flex;align-items:center;gap:8px}.video-split-card__nav-button{min-height:32px;padding:0 12px;border:1px solid rgba(137,149,193,.18);border-radius:999px;background:rgba(255,255,255,.04);color:var(--nebula-text-secondary);font-size:12px;font-weight:700;transition:border-color .14s ease,background-color .14s ease,color .14s ease,transform .14s ease,box-shadow .14s ease}.video-split-card__nav-button:focus-visible,.video-split-card__nav-button:hover{border-color:rgba(151,127,255,.34);background:rgba(42,50,81,.9);color:var(--nebula-text-primary);box-shadow:0 12px 24px rgba(12,16,30,.16);outline:none;transform:translateY(-1px)}.video-split-card__nav-button:active{border-color:rgba(151,127,255,.42);background:rgba(58,68,108,.96);color:var(--nebula-text-primary);box-shadow:inset 0 1px 0 rgba(255,255,255,.08);transform:translateY(0)}.video-split-card__body{grid-template-columns:minmax(0,1.3fr) minmax(240px,.72fr);align-items:start}.video-split-card__shots,.video-split-shot-row{display:grid;grid-gap:10px;gap:10px}.video-split-shot-row{padding:14px;border-radius:16px;border:1px solid rgba(156,171,235,.12);background:rgba(17,23,42,.52)}.video-split-shot-row__meta{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.video-split-shot-row__index{font-size:12px;font-weight:700;color:rgba(226,231,255,.78)}.video-split-shot-row__controls{display:inline-flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.video-split-shot-row__duration{display:inline-flex;align-items:center;gap:6px;padding:4px;border-radius:999px;border:1px solid rgba(144,160,226,.16);background:rgba(10,15,29,.74)}.video-split-shot-row__duration-button{width:28px;height:28px;border:1px solid rgba(144,160,226,.18);border-radius:999px;background:rgba(18,24,41,.94);color:rgba(238,242,255,.9);font-size:16px;font-weight:800;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.video-split-shot-row__duration-button:hover{border-color:rgba(166,151,255,.34);background:rgba(28,36,60,.98)}.video-split-shot-row__duration-button:active{transform:scale(.96)}.video-split-shot-row__duration-value{min-width:54px;text-align:center;color:var(--nebula-text-primary);font-size:12px;font-weight:800;letter-spacing:.01em}.video-split-shot-row__action{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1px solid rgba(144,160,226,.16);border-radius:999px;background:rgba(17,24,44,.74);color:rgba(232,237,255,.88);font-size:12px;font-weight:700;line-height:1;min-height:32px;padding:8px 12px;white-space:nowrap;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease}.video-split-shot-row__action svg{width:14px;height:14px;flex:0 0 auto;stroke:currentColor;fill:none;stroke-width:2}.video-split-shot-row__action:hover{border-color:rgba(124,143,255,.3);background:rgba(28,38,68,.88)}.video-split-shot-row__action--compact{min-width:54px;padding-inline:10px}.video-split-shot-row__action:disabled{cursor:not-allowed;opacity:.48;border-color:rgba(144,160,226,.12);background:rgba(17,24,44,.4);color:rgba(232,237,255,.56)}.video-split-shot-row__action:disabled:focus-visible,.video-split-shot-row__action:disabled:hover{border-color:rgba(144,160,226,.12);background:rgba(17,24,44,.4);color:rgba(232,237,255,.56);box-shadow:none;outline:none}.video-split-shot-row__action--danger{color:rgba(255,196,206,.92);border-color:rgba(255,120,147,.18);background:rgba(63,24,36,.44)}.video-split-shot-row__action--danger:hover{border-color:rgba(255,120,147,.32);background:rgba(82,28,46,.62)}.video-split-shot-row textarea{min-height:48px;resize:none;overflow:hidden;border:1px solid rgba(156,171,235,.16);border-radius:14px;background:rgba(9,13,26,.62);color:var(--nebula-text-primary);padding:12px 14px;line-height:1.6}.video-split-shot-row textarea:focus{outline:none;border-color:rgba(139,161,255,.44);box-shadow:0 0 0 3px rgba(111,132,255,.12)}.video-shot-reference-wrap{display:grid;grid-gap:8px;gap:8px}.video-shot-reference-group{display:grid;grid-gap:6px;gap:6px}.video-shot-reference-group__label{color:rgba(222,229,255,.72);font-size:11px;font-weight:800;letter-spacing:.04em}.video-shot-reference-list{display:grid;grid-gap:6px;gap:6px}.video-shot-reference{width:100%;display:grid;align-items:center;grid-gap:8px;gap:8px;border-radius:12px;border:1px solid rgba(156,171,235,.12);background:rgba(10,15,29,.58)}.video-shot-reference--empty{grid-template-columns:28px minmax(0,1fr);padding:8px 10px;cursor:pointer;text-align:left}.video-shot-reference--filled{grid-template-columns:48px minmax(0,1fr) auto;padding:6px 8px}.video-shot-reference--adder{margin-top:2px}.video-shot-reference__plus{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;border:1px dashed rgba(160,176,242,.28);background:rgba(92,108,194,.1)}.video-shot-reference__plus svg{width:14px;height:14px;stroke:rgba(228,234,255,.88);fill:none;stroke-width:1.8}.video-shot-reference__empty-copy{min-width:0;display:inline-flex;align-items:center;gap:8px;white-space:nowrap}.video-shot-reference__empty-copy strong{color:var(--nebula-text-primary);font-size:12px;font-weight:800}.video-shot-reference__empty-copy span{min-width:0;overflow:hidden;text-overflow:ellipsis;color:var(--nebula-text-secondary);font-size:11px}.video-shot-reference__thumb{width:48px;height:48px;overflow:hidden;border:1px solid rgba(166,181,246,.18);border-radius:9px;background:rgba(7,11,22,.92);padding:3px;cursor:zoom-in}.video-shot-reference__thumb img{width:100%;height:100%;display:block;object-fit:contain}.video-shot-reference__copy{min-width:0;display:inline-flex;align-items:center;gap:8px;white-space:nowrap;overflow:hidden}.video-shot-reference__badge{display:inline-flex;flex:0 0 auto;width:-moz-fit-content;width:fit-content;min-height:18px;align-items:center;padding:0 6px;border-radius:999px;background:rgba(118,138,255,.14);color:rgba(232,237,255,.84);font-size:10px;font-weight:800}.video-shot-reference__title{flex:0 1 auto;overflow:hidden;text-overflow:ellipsis;color:var(--nebula-text-primary);font-size:12px;font-weight:800}.video-shot-reference__description{min-width:0;flex:1 1 auto;overflow:hidden;text-overflow:ellipsis;color:var(--nebula-text-secondary);font-size:11px;white-space:nowrap}.video-shot-reference__actions{display:inline-flex;align-items:center;gap:4px;flex-wrap:nowrap;justify-content:flex-end;white-space:nowrap}.video-shot-reference__action{border:1px solid rgba(144,160,226,.14);border-radius:999px;background:rgba(17,24,44,.68);color:rgba(232,237,255,.88);font-size:10px;font-weight:700;line-height:1;padding:6px 8px;cursor:pointer}.video-shot-reference__action--danger{color:rgba(255,196,206,.92);border-color:rgba(255,120,147,.18);background:rgba(63,24,36,.44)}.video-split-shot-row__error{margin:-2px 0 0;color:rgba(255,191,205,.92);font-size:12px;line-height:1.5}.video-generation-notice-modal{width:min(640px,calc(100vw - 32px));max-height:min(72vh,560px);overflow:auto;gap:18px;padding:24px 24px 20px}.video-generation-notice-modal .asset-modal__copy{min-width:0;gap:12px}.video-generation-notice-modal .asset-modal__copy strong{line-height:1.2}.video-generation-notice-modal .asset-modal__copy p{max-width:100%;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word;line-height:1.75}.video-generation-notice-modal .asset-modal__actions{justify-content:flex-end;flex-wrap:wrap;margin-top:4px}.video-generation-notice-modal .asset-modal__actions .nebula-button{flex:0 0 auto}.video-generation-notice-modal--error{border-color:rgba(255,120,147,.22);box-shadow:0 28px 60px rgba(38,10,20,.32)}.video-generation-confirm-modal{width:min(900px,calc(100vw - 32px));max-height:min(86vh,920px);overflow:auto}.video-generation-confirm-modal__summary{display:flex;flex-wrap:wrap;gap:10px;margin:4px 0 18px}.video-generation-confirm-modal__section{display:grid;grid-gap:10px;gap:10px;margin-top:18px}.video-generation-confirm-modal__section strong{color:var(--nebula-text-primary)}.video-generation-confirm-modal__section p{margin:0;word-break:break-all}.video-generation-confirm-modal__list{display:grid;grid-gap:10px;gap:10px}.video-generation-confirm-modal__list-item{display:grid;grid-gap:4px;gap:4px;padding:12px 14px;border-radius:14px;border:1px solid rgba(138,102,255,.16);background:rgba(13,16,30,.72)}.video-generation-confirm-modal__list-item span{color:var(--nebula-text-primary);font-size:13px;font-weight:600}.video-generation-confirm-modal__list-item p{color:var(--nebula-text-secondary);font-size:12px}.video-generation-confirm-modal__prompt{margin:0;padding:14px;border-radius:16px;border:1px solid rgba(138,102,255,.16);background:rgba(9,12,24,.88);color:var(--nebula-text-primary);white-space:pre-wrap;word-break:break-word;font:12px/1.7 var(--font-geist-mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace)}.video-generation-confirm-modal__notice{color:var(--nebula-text-secondary);font-size:12px}html[data-theme=light] .video-generation-confirm-modal{border-color:rgba(122,138,196,.2);background:linear-gradient(180deg,rgba(252,253,255,.98),rgba(244,247,255,.98));box-shadow:0 24px 56px rgba(105,122,179,.2)}html[data-theme=light] .video-generation-confirm-modal .asset-modal__copy strong,html[data-theme=light] .video-generation-confirm-modal__list-item span,html[data-theme=light] .video-generation-confirm-modal__section strong{color:#25304d}html[data-theme=light] .video-generation-confirm-modal .asset-modal__copy p,html[data-theme=light] .video-generation-confirm-modal__list-item p,html[data-theme=light] .video-generation-confirm-modal__notice{color:rgba(55,69,108,.82)}html[data-theme=light] .video-generation-confirm-modal__list,html[data-theme=light] .video-generation-confirm-modal__section{gap:12px}html[data-theme=light] .video-generation-confirm-modal__list-item{border-color:rgba(122,138,196,.18);background:rgba(255,255,255,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 12px 28px rgba(123,139,187,.12)}html[data-theme=light] .video-generation-confirm-modal__list-item span{letter-spacing:.01em}html[data-theme=light] .video-generation-confirm-modal__prompt{border-color:rgba(122,138,196,.16);background:linear-gradient(180deg,rgba(246,249,255,.98),rgba(239,244,255,.98));color:#24304f;box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}.video-generation-insert-shot-modal{width:min(440px,100%)}.video-generation-insert-shot-modal__actions{flex-wrap:wrap}.video-generation-insert-shot-modal__actions .nebula-button{flex:1 1 132px}.video-reference-picker-modal{width:min(1120px,calc(100vw - 32px));max-height:min(82vh,860px);overflow:auto}.video-reference-picker-modal__groups{display:grid;grid-gap:16px;gap:16px}.video-reference-picker-modal__group{display:grid;grid-gap:12px;gap:12px}.video-reference-picker-modal__group-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.video-reference-picker-modal__group-head strong{color:var(--nebula-text-primary);font-size:14px;font-weight:800}.video-reference-picker-modal__group-head p{margin:4px 0 0;color:var(--nebula-text-secondary);font-size:12px;line-height:1.55}.video-reference-picker-modal__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:12px;gap:12px}.video-reference-option{display:grid;grid-template-columns:90px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:start;padding:12px;border-radius:16px;border:1px solid rgba(150,165,235,.14);background:rgba(13,18,33,.68);text-align:left;cursor:pointer}.video-reference-option--active{border-color:rgba(154,141,255,.36);box-shadow:0 0 0 3px rgba(120,105,255,.14)}.video-reference-option--upload{border-style:dashed;background:rgba(14,20,36,.54)}.video-reference-option--upload-dragover,.video-reference-option--upload:focus-visible,.video-reference-option--upload:hover{border-color:rgba(154,141,255,.36);box-shadow:0 0 0 3px rgba(120,105,255,.14)}.video-reference-option--upload:disabled{cursor:progress;opacity:.74}.video-reference-option__thumb{width:90px;height:72px;overflow:hidden;border-radius:14px;border:1px solid rgba(174,187,247,.14);background:rgba(8,12,24,.74)}.video-reference-option__thumb img{width:100%;height:100%;display:block;object-fit:cover}.video-reference-option__thumb--upload{display:grid;place-items:center;color:rgba(231,237,255,.84);background:rgba(18,25,42,.78)}.video-reference-option__thumb--upload svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.video-reference-option__copy{min-width:0;display:grid;grid-gap:4px;gap:4px}.video-reference-option__copy--upload{align-content:center}.video-reference-option__badge{display:inline-flex;width:-moz-fit-content;width:fit-content;min-height:22px;align-items:center;padding:0 8px;border-radius:999px;background:rgba(118,138,255,.14);color:rgba(232,237,255,.84);font-size:11px;font-weight:800}.video-reference-option__copy strong{color:var(--nebula-text-primary);font-size:13px;font-weight:800}.video-reference-option__copy p{margin:0;color:var(--nebula-text-secondary);font-size:12px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-reference-picker-modal__blank,.video-reference-picker-modal__empty{padding:16px 18px;border-radius:14px;border:1px dashed rgba(152,167,236,.16);background:rgba(12,17,30,.52);color:var(--nebula-text-secondary);font-size:12px;line-height:1.6}.video-reference-picker-modal__blank strong{display:block;margin-bottom:4px;color:var(--nebula-text-primary);font-size:14px}.video-reference-preview-modal{width:min(920px,calc(100vw - 32px))}.video-reference-preview-modal__viewport{display:grid;place-items:center;min-height:420px;border-radius:18px;border:1px solid rgba(160,176,242,.14);background:rgba(8,12,24,.84);overflow:hidden}.video-reference-preview-modal__image{max-width:100%;max-height:min(70vh,760px);display:block;object-fit:contain}.video-split-progress-panel{justify-items:stretch;text-align:left}.video-split-progress-panel__head{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:16px;gap:16px;align-items:start}.video-split-progress-panel__copy{display:grid;grid-gap:8px;gap:8px}.video-split-progress-panel__title{display:inline-flex;align-items:center;gap:10px}.video-split-progress-panel__title strong{color:var(--nebula-text-primary);font-size:16px;font-weight:800}.video-split-progress-panel__copy p{margin:0;color:var(--nebula-text-secondary);font-size:13px;line-height:1.6}.video-split-progress-panel__value{color:rgba(239,243,255,.92);font-size:28px;font-weight:800;line-height:1}.video-split-progress-panel__track{width:100%;height:10px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.08)}.video-split-progress-panel__track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,rgba(126,106,255,.92),rgba(90,194,255,.92));transition:width .2s ease-out}.video-split-card__preview{display:grid;grid-gap:12px;gap:12px;align-content:start}.video-split-card__preview-window{position:relative;min-height:220px;border-radius:20px;border:1px solid rgba(163,177,255,.16);background:radial-gradient(circle at 50% 24%,rgba(124,104,255,.18),transparent 24%),radial-gradient(circle at 50% 68%,rgba(85,185,255,.12),transparent 28%),linear-gradient(180deg,rgba(24,31,55,.96),rgba(14,18,35,.98));display:grid;place-items:center}.video-split-card__preview-window svg{width:44px;height:44px;stroke:rgba(214,223,255,.78);fill:none;stroke-width:1.4}.video-split-card__preview-copy strong{display:block;margin-bottom:6px}.video-split-card__preview-copy p{margin:0;color:rgba(218,225,255,.68);line-height:1.6}.video-generation-summary--split{display:grid;grid-gap:14px;gap:14px;align-content:start}.video-summary-metrics--split{display:grid;grid-gap:10px;gap:10px}.video-split-summary-card,.video-summary-metrics--split>div{padding:14px 16px;border-radius:18px;border:1px solid rgba(144,160,226,.12);background:rgba(18,24,42,.72)}.video-split-summary-card h3,.video-summary-metrics--split dt{margin:0 0 6px}.video-split-summary-card p,.video-summary-metrics--split dd{margin:0;color:rgba(232,237,255,.86);font-size:16px;font-weight:700}.video-generation-empty-state{min-height:320px;display:grid;place-items:center;grid-gap:16px;gap:16px;text-align:center;padding:28px}.video-generation-empty-state--loading{position:relative}.video-generation-empty-state__visual{width:74px;height:74px;border-radius:22px;display:grid;place-items:center;border:1px solid rgba(154,169,235,.16);background:rgba(26,34,58,.78);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.video-generation-empty-state__visual--loading{position:relative;box-shadow:0 16px 32px rgba(12,18,32,.12)}.video-generation-empty-state__visual--loading:after{content:"";position:absolute;inset:-8px;border-radius:28px;border:1px solid rgba(158,82,255,.16);opacity:0;animation:video-generation-pulse 1.8s ease-out infinite}.video-generation-empty-state__visual svg{width:34px;height:34px;stroke:rgba(218,225,255,.76);fill:none;stroke-width:1.5}.video-generation-empty-state__visual--loading svg{animation:video-split-spin 1.2s linear infinite;transform-origin:center}.video-generation-empty-state__copy p{margin:8px 0 0;color:rgba(218,225,255,.66)}.video-generation-empty-state__loading-dots{display:inline-flex;align-items:center;justify-content:center;gap:8px;margin-top:12px}.video-generation-empty-state__loading-dots span{width:7px;height:7px;border-radius:999px;background:rgba(218,225,255,.82);animation:video-generation-loading-dot 1.1s ease-in-out infinite}.video-generation-empty-state__loading-dots span:nth-child(2){animation-delay:.16s}.video-generation-empty-state__loading-dots span:nth-child(3){animation-delay:.32s}.video-generation-loading-mask{position:fixed;inset:0;z-index:70;display:grid;place-items:center;background:rgba(6,10,20,.54);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.video-generation-loading-mask__panel{min-width:min(420px,calc(100vw - 32px));display:grid;grid-gap:14px;gap:14px;padding:24px;border-radius:24px;border:1px solid rgba(146,161,238,.16);background:radial-gradient(circle at top,rgba(133,114,255,.16),transparent 34%),linear-gradient(180deg,rgba(28,35,61,.96),rgba(17,22,40,.98));box-shadow:0 26px 70px rgba(0,0,0,.34);justify-items:center;text-align:center}.video-generation-loading-mask__spinner{width:42px;height:42px;border-radius:999px;border:3px solid rgba(194,204,255,.18);border-top-color:rgba(181,165,255,.92);animation:video-split-spin .9s linear infinite}.video-generation-loading-mask__track{width:100%;height:8px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.08)}.video-generation-loading-mask__track span{display:block;width:40%;height:100%;border-radius:inherit;background:linear-gradient(90deg,rgba(126,106,255,.92),rgba(90,194,255,.92));animation:video-split-track 1.8s ease-in-out infinite}@keyframes video-split-spin{to{transform:rotate(1turn)}}@keyframes video-generation-pulse{0%{transform:scale(.96);opacity:.28}70%{transform:scale(1.02);opacity:.08}to{transform:scale(1.08);opacity:0}}@keyframes video-generation-loading-dot{0%,80%,to{transform:translateY(0) scale(.88);opacity:.42}40%{transform:translateY(-3px) scale(1);opacity:1}}@keyframes video-split-track{0%{transform:translateX(-110%)}50%{transform:translateX(90%)}to{transform:translateX(260%)}}@media (max-width:1180px){.video-generation-layout--split,.video-split-card__body,.video-split-card__header{grid-template-columns:1fr}.video-split-card__metrics,.video-split-panel-metrics,.video-split-shot-row__controls{justify-content:flex-start}.video-reference-option{grid-template-columns:1fr}.video-shot-reference__actions{justify-content:flex-start}.video-split-progress-panel__head{grid-template-columns:1fr}}.workspace-chip--processing{border-color:rgba(93,184,255,.26);background:rgba(67,148,255,.14);color:rgba(218,236,255,.92)}.workspace-chip--success{border-color:rgba(70,204,138,.28);background:rgba(44,181,114,.14);color:rgba(219,255,236,.92)}.workspace-chip--warning{border-color:rgba(255,192,89,.3);background:rgba(255,171,63,.14);color:rgba(255,241,214,.96)}.workspace-chip--danger{border-color:rgba(255,118,146,.28);background:rgba(255,95,130,.14);color:rgba(255,225,233,.95)}.video-split-card__preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.video-split-card__preview-actions{display:inline-flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.video-split-card__provider-switch{display:inline-flex;align-items:center;gap:8px;padding:6px;border-radius:14px;border:1px solid rgba(149,165,236,.16);background:rgba(255,255,255,.04)}.video-split-card__provider-chip{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 12px;border-radius:10px;border:1px solid transparent;background:transparent;color:rgba(218,226,255,.72);font-size:12px;font-weight:700;transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease}.video-split-card__provider-chip em{font-style:normal;font-size:11px;color:rgba(168,181,235,.78)}.video-split-card__provider-chip:focus-visible,.video-split-card__provider-chip:hover{color:rgba(241,245,255,.94);border-color:rgba(149,165,236,.16);background:rgba(255,255,255,.05);transform:translateY(-1px)}.video-split-card__provider-chip--active{border-color:rgba(158,82,255,.22);background:linear-gradient(135deg,rgba(139,43,226,.2),rgba(255,20,147,.16));color:rgba(255,247,252,.98);box-shadow:0 12px 24px rgba(110,62,188,.16)}.video-split-card__provider-chip--active em{color:rgba(255,225,244,.92)}.video-split-card__provider-note{display:grid;grid-gap:8px;gap:8px;margin-bottom:12px}.video-split-card__provider-note p{margin:0;color:rgba(204,213,243,.74);font-size:12px;line-height:1.6}.video-split-card__generate-button,.video-split-card__history-link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 14px;border-radius:12px;border:1px solid rgba(149,165,236,.18);background:rgba(255,255,255,.05);color:rgba(236,241,255,.92);font-size:13px;font-weight:700;text-decoration:none;transition:border-color .2s ease,background .2s ease,transform .2s ease}.video-split-card__generate-button:focus-visible,.video-split-card__generate-button:hover,.video-split-card__history-link:focus-visible,.video-split-card__history-link:hover{border-color:rgba(178,191,255,.3);background:rgba(255,255,255,.08);transform:translateY(-1px)}.video-split-card__generate-button--secondary{background:rgba(20,27,44,.72)}.video-split-card__generate-button:disabled,.video-split-card__history-link--disabled{opacity:.55;cursor:not-allowed;pointer-events:none}.video-split-preview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:12px;gap:12px}.video-preview-slot{grid-gap:10px;gap:10px;min-width:0}.video-preview-slot__media{position:relative;overflow:hidden;border-radius:18px;border:1px solid rgba(151,166,236,.14);background:linear-gradient(180deg,rgba(24,31,55,.96),rgba(13,17,31,.98))}.video-preview-slot__media video{width:100%;height:100%;object-fit:cover;display:block;background:#060811}.video-preview-slot__placeholder{position:absolute;inset:0;display:grid;place-items:center;grid-gap:8px;gap:8px;padding:18px 12px}.video-preview-slot__placeholder svg{width:24px;height:24px;stroke:rgba(220,228,255,.72);fill:none;stroke-width:1.5}.video-preview-slot__placeholder strong{font-size:13px}.video-history-card__message,.video-history-card__meta,.video-preview-slot__detail,.video-preview-slot__placeholder span{color:rgba(219,226,255,.68);font-size:12px;line-height:1.6}.video-history-card__meta,.video-history-card__row,.video-preview-slot__meta{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.video-preview-slot__meta-chips{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.video-history-card__message,.video-history-card__placeholder span,.video-preview-slot__detail p{margin:0}.video-preview-slot--warning .video-preview-slot__media{border-color:rgba(255,186,80,.28)}.video-preview-slot--processing .video-preview-slot__media{border-color:rgba(91,181,255,.24)}.video-preview-slot--success .video-preview-slot__media{border-color:rgba(74,206,143,.24)}.video-preview-slot--danger .video-preview-slot__media{border-color:rgba(255,123,151,.26)}.video-generation-history-panel{display:grid;grid-gap:18px;gap:18px}.video-generation-history-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.video-generation-history-empty p,.video-generation-history-panel__error,.video-generation-history-panel__head p{margin:6px 0 0;color:rgba(221,228,255,.68)}.video-generation-history-panel__meta{display:inline-flex;gap:10px;flex-wrap:wrap}.video-generation-history-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:16px;gap:16px}.video-history-card{display:grid;grid-gap:12px;gap:12px;padding:14px;border-radius:20px;border:1px solid rgba(147,163,236,.12);background:rgba(13,18,34,.76)}.video-history-card__media{position:relative;overflow:hidden;border-radius:16px;aspect-ratio:9/16;background:linear-gradient(180deg,rgba(24,31,55,.96),rgba(13,17,31,.98))}.video-history-card__media video{width:100%;height:100%;object-fit:cover;display:block;background:#060811}.video-history-card__placeholder{position:absolute;inset:0;display:grid;place-items:center;grid-gap:8px;gap:8px;padding:18px 14px;text-align:center}.video-history-card__placeholder strong{font-size:14px}.video-history-card__placeholder--success{color:rgba(222,255,238,.96)}.video-history-card__placeholder--warning{color:rgba(255,241,214,.96)}.video-history-card__placeholder--danger{color:rgba(255,225,233,.96)}.video-history-card__placeholder--processing{color:rgba(221,236,255,.96)}.video-history-card__body{display:grid;grid-gap:8px;gap:8px}.video-history-card--skeleton{min-height:360px;background:linear-gradient(90deg,rgba(255,255,255,.04),rgba(255,255,255,.07),rgba(255,255,255,.04));background-size:200% 100%;animation:dashboard-video-history-skeleton 1.5s ease-in-out infinite}.video-generation-history-empty{display:grid;grid-gap:8px;gap:8px;padding:22px;border-radius:20px;border:1px dashed rgba(149,164,236,.16);background:rgba(12,17,31,.46);text-align:center}@keyframes dashboard-video-history-skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1180px){.video-split-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.video-generation-history-panel__head,.video-split-card__preview-head{grid-template-columns:1fr;display:grid}.video-generation-section-copy__title-actions{width:100%;justify-content:flex-start;margin-left:0}.video-generation-ratio-field{flex-wrap:wrap}.video-split-card__preview-actions{justify-content:flex-start}.video-split-card__provider-switch{width:100%;justify-content:flex-start;overflow-x:auto}.video-split-preview-grid{grid-template-columns:1fr}}.video-split-preview-list{display:grid;grid-gap:12px;gap:12px}.video-preview-slot{position:relative;display:grid;grid-template-columns:156px minmax(0,1fr);align-items:stretch;grid-gap:16px;gap:16px;padding:14px;border-radius:20px;border:1px solid rgba(151,166,236,.12);background:radial-gradient(circle at top right,rgba(92,129,255,.08),transparent 30%),rgba(13,18,34,.76);box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}.video-preview-slot__media{min-width:0;aspect-ratio:9/16;min-height:248px;border-radius:16px}.video-preview-slot__media-overlay{position:absolute;inset:auto 10px 10px 10px;display:flex;flex-wrap:wrap;gap:8px;pointer-events:none}.video-preview-slot__media-action{pointer-events:auto;display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 12px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(7,10,18,.72);color:rgba(242,246,255,.94);font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.video-preview-slot__action svg,.video-preview-slot__media-action svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:1.8}.video-preview-slot__media-action--ghost{background:rgba(9,14,26,.52)}.video-preview-slot__body{min-width:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;grid-gap:12px;gap:12px}.video-preview-slot__body-main{display:grid;align-content:center;grid-gap:10px;gap:10px;min-height:0}.video-preview-slot__title{color:rgba(244,247,255,.96);font-size:19px;font-weight:800;line-height:1.2;letter-spacing:-.02em}.video-preview-slot__summary{margin:0;color:rgba(220,228,255,.78);font-size:13px;line-height:1.7;max-width:56ch}.video-preview-slot__status-grid{display:grid;grid-gap:8px;gap:8px;margin-top:2px}.video-preview-slot__status-grid span{display:block;height:10px;border-radius:999px;background:linear-gradient(90deg,rgba(94,127,255,.12),rgba(122,188,255,.26),rgba(94,127,255,.12));background-size:180% 100%;animation:video-preview-processing-pulse 1.8s ease-in-out infinite}.video-preview-slot__status-grid span:first-child{width:92%}.video-preview-slot__status-grid span:nth-child(2){width:78%}.video-preview-slot__status-grid span:nth-child(3){width:64%}.video-preview-slot__detail{display:grid;grid-gap:6px;gap:6px}.video-preview-slot__detail span{color:rgba(232,237,255,.78);font-weight:600}.video-preview-slot__detail p{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-preview-slot__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.video-preview-slot__footer--with-erase-stack{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:flex-end}.video-preview-slot__footer--with-erase-stack .video-preview-slot__detail{min-width:0}.video-preview-slot__actions{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.video-preview-slot__actions-stack{display:flex;flex:0 0 auto;width:156px;flex-direction:column;align-items:stretch;gap:8px}.video-preview-slot__actions-stack .video-preview-slot__action{width:100%;justify-content:center}.video-preview-slot__action{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:0 12px;border-radius:12px;border:1px solid rgba(130,151,236,.2);background:rgba(255,255,255,.06);color:rgba(238,242,255,.94);font-size:12px;font-weight:700}.video-preview-slot__action--secondary{background:rgba(12,18,31,.7)}.video-preview-slot__action--lock{background:rgba(16,23,38,.82)}.video-preview-slot__action--lock-active{border-color:rgba(96,219,167,.28);background:rgba(38,91,69,.5);color:rgba(226,255,241,.96)}.video-preview-slot__action--danger{flex:0 0 auto;justify-content:center;border-color:rgba(255,126,154,.28);background:rgba(86,26,42,.56);color:rgba(255,228,235,.96)}.video-preview-slot__action--danger:focus-visible,.video-preview-slot__action--danger:hover{border-color:rgba(255,144,170,.38);background:rgba(102,28,49,.72);color:rgba(255,239,243,.98)}.video-preview-slot__action--danger:disabled{cursor:wait;opacity:.72}.video-preview-slot__placeholder{grid-template-rows:auto auto;align-content:center;gap:18px;padding:18px 16px;text-align:center}.video-preview-slot__placeholder-visual{width:56px;height:56px;border-radius:18px;display:grid;place-items:center;margin:0 auto;border:1px solid rgba(157,173,236,.16);background:rgba(255,255,255,.05)}.video-preview-slot__placeholder-copy{display:grid;grid-gap:8px;gap:8px}.video-split-card__preview-empty{display:grid;grid-template-columns:52px minmax(0,1fr);align-items:center;grid-gap:14px;gap:14px;padding:16px;border-radius:18px;border:1px dashed rgba(149,164,236,.16);background:rgba(11,16,29,.54)}.video-split-card__preview-empty-visual{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;border:1px solid rgba(149,164,236,.12);background:rgba(255,255,255,.04)}.video-split-card__preview-empty-visual svg{width:24px;height:24px;stroke:rgba(218,225,255,.74);fill:none;stroke-width:1.5}.video-split-card__preview-empty-copy{display:grid;grid-gap:4px;gap:4px}.video-split-card__preview-empty-copy p{margin:0;color:rgba(219,226,255,.68);line-height:1.6}.video-player-preview-modal{width:min(1000px,calc(100vw - 32px));max-height:min(88vh,920px);grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden}.video-player-preview-modal__viewport{min-height:0;display:grid;place-items:center;padding:12px;overflow:auto;border-radius:22px;border:1px solid rgba(137,154,236,.16);background:rgba(7,10,18,.92)}.video-player-preview-modal__viewport video{display:block;width:100%;max-width:100%;max-height:min(64vh,720px);border-radius:18px;background:#060811;object-fit:contain}@keyframes video-preview-processing-pulse{0%{background-position:100% 50%;opacity:.42}50%{opacity:.92}to{background-position:0 50%;opacity:.42}}@media (max-width:1180px){.video-preview-slot{grid-template-columns:132px minmax(0,1fr)}.video-preview-slot__media{min-height:212px}}@media (max-width:760px){.video-preview-slot{grid-template-columns:1fr}.video-preview-slot__media{min-height:auto;max-width:240px}.video-preview-slot__footer{flex-direction:column;align-items:flex-start}.video-preview-slot__actions{width:100%;justify-content:flex-start}.video-split-card__preview-empty{grid-template-columns:1fr;justify-items:start}}.platform-brand{min-width:0}.platform-brand__image{display:block;width:100%;height:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.platform-brand--sidebar{display:block;text-decoration:none;transition:opacity .14s ease,transform .14s ease}.platform-brand--sidebar:focus-visible,.platform-brand--sidebar:hover{opacity:.96;transform:translateY(-1px);outline:none}.platform-brand__image--sidebar{width:min(100%,168px)}.platform-brand--login{display:flex;justify-content:center;max-width:min(100%,300px)}.platform-brand__image--login{width:100%}.platform-brand--topbar{display:flex;align-items:center;flex:none}.platform-brand__image--topbar{width:min(100%,116px)}.flow-topbar__brand{flex:0 1 auto;gap:8px}.flow-topbar__context{min-width:0;justify-content:flex-start}.flow-topbar__project{max-width:min(30vw,280px);min-height:24px;padding:0 8px;border-radius:10px;font-size:11px;line-height:1;white-space:nowrap}.login-hero__title--brand{max-width:760px;font-size:clamp(24px,2.3vw,34px);font-weight:700;letter-spacing:-.03em}.profile-grid--compact{grid-template-columns:minmax(0,1fr)}.consume-log-card{gap:14px}.consume-log-empty{display:grid;place-items:center;min-height:180px;border:1px dashed rgba(149,163,210,.18);border-radius:18px;color:rgba(220,228,255,.72);background:rgba(11,17,31,.38)}.consume-log-table{display:grid;grid-gap:10px;gap:10px}.consume-log-table__head,.consume-log-table__row{display:grid;grid-template-columns:minmax(0,220px) 120px minmax(0,1fr);grid-gap:12px;gap:12px;align-items:center}.consume-log-table__head{padding:0 12px;color:rgba(198,208,240,.62);font-size:12px;font-weight:700;letter-spacing:.02em}.consume-log-table__body{display:grid;grid-gap:10px;gap:10px}.consume-log-table__row{padding:14px 12px;border:1px solid rgba(145,159,210,.14);border-radius:16px;background:rgba(13,19,35,.56)}.consume-log-table__cell{display:grid;grid-gap:4px;gap:4px;min-width:0;color:var(--nebula-text-primary)}.consume-log-table__cell--amount{color:#eef2ff;font-weight:800}.consume-log-table__cell--service{color:rgba(231,237,255,.86)}.consume-log-table__cell--consume{color:#eef2ff}.consume-log-table__cell--refund{color:#6ee7b7}.consume-log-table__service-main{min-width:0;word-break:break-word}.consume-log-table__type-tag{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:2px 8px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em}.consume-log-table__type-tag--consume{color:rgba(214,223,250,.88);background:rgba(122,138,188,.16)}.consume-log-table__type-tag--refund{color:#b7f7dc;background:rgba(34,197,94,.18)}.consume-log-table__mobile-label{display:none;color:rgba(198,208,240,.62);font-size:11px;font-weight:700}.consume-log-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;padding-top:6px}.consume-log-pagination__summary{color:rgba(214,223,250,.78);font-size:12px;font-weight:700}@media (max-width:780px){.platform-brand--login{max-width:min(100%,240px)}.consume-log-table__head{display:none}.consume-log-table__row{grid-template-columns:1fr}.consume-log-table__mobile-label{display:block}}.flow-topbar__brand--link{text-decoration:none;transition:opacity .14s ease,transform .14s ease}.flow-topbar__brand--link:focus-visible,.flow-topbar__brand--link:hover{opacity:.96;transform:translateY(-1px);outline:none}.character-create-generate-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px}.character-upload-slot--processing{border-color:rgba(164,177,228,.36)}.character-upload-slot__processing-mask{position:absolute;inset:0;z-index:3;display:grid;place-content:center;justify-items:center;grid-gap:10px;gap:10px;padding:20px;background:linear-gradient(180deg,rgba(10,15,25,.76),rgba(8,12,20,.84));text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.character-upload-slot__processing-mask strong{color:#f7f9ff;font-size:15px;font-weight:900;letter-spacing:-.02em}.character-upload-slot__processing-mask p{margin:0;max-width:240px;color:rgba(210,218,243,.8);font-size:12px;line-height:1.7}.character-upload-slot__processing-dot{width:14px;height:14px;border-radius:999px;background:linear-gradient(135deg,#86a9ff,#9a7dff);box-shadow:0 0 0 0 rgba(144,132,255,.32);animation:character-status-pulse 1.6s ease infinite}.character-front-generator-modal{width:min(620px,100%);max-height:calc(100vh - 48px);max-height:calc(100dvh - 48px);overflow-y:auto;overscroll-behavior:contain}.character-front-generator-modal .asset-modal__field textarea{min-height:120px;max-height:220px;overflow-y:auto;resize:none}.character-front-generator-modal .asset-modal__actions{position:-webkit-sticky;position:sticky;bottom:0;z-index:2;margin-top:auto;padding-top:12px;background:linear-gradient(180deg,rgba(16,22,37,0),rgba(16,22,37,.88) 28%,rgba(16,22,37,.98))}.character-front-generator-upload{position:relative;display:grid;min-height:clamp(220px,32vh,260px);max-height:clamp(220px,32vh,260px);padding:16px;border:1px dashed rgba(137,149,193,.28);border-radius:22px;background:radial-gradient(circle at top left,rgba(154,141,255,.08),transparent 34%),linear-gradient(180deg,rgba(18,25,42,.92),rgba(12,17,29,.98));overflow:hidden;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.character-front-generator-upload:hover{border-color:rgba(159,145,255,.42)}.character-front-generator-upload--active{border-color:rgba(159,145,255,.52);box-shadow:0 0 0 3px rgba(149,133,255,.1)}.character-front-generator-upload--filled{border-style:solid;min-height:clamp(220px,32vh,260px)}.character-front-generator-upload__empty{display:grid;place-items:center;grid-gap:14px;gap:14px;min-height:100%;text-align:center}.character-front-generator-upload__empty strong,.character-front-generator-upload__meta strong{display:block;color:#f7f9ff;font-size:16px;font-weight:900;letter-spacing:-.02em}.character-front-generator-upload__empty p,.character-front-generator-upload__meta p{margin:6px 0 0;color:rgba(199,208,235,.8);font-size:12px;line-height:1.7}.character-front-generator-upload__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;border:1px dashed rgba(144,156,204,.24);background:rgba(14,20,36,.56);color:rgba(214,223,246,.74);font-size:24px;font-weight:300}.character-front-generator-upload__image{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;background:rgba(8,12,22,.42)}.character-front-generator-upload__meta{position:relative;z-index:1;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-top:auto;padding:14px;border-radius:18px;background:rgba(9,14,24,.72);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.character-front-generator-field__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.character-front-generator-field__optimize{min-width:108px}.character-front-generator__message{margin:0;color:rgba(186,231,211,.92);font-size:12px;line-height:1.7}@media (max-width:720px){.character-create-generate-actions{grid-template-columns:1fr}.character-front-generator-field__header,.character-front-generator-upload__meta{flex-direction:column;align-items:stretch}}@media (min-width:961px){.video-generation-history-screen .flow-page-header,.video-generation-screen .flow-page-header{align-items:center;gap:12px;padding:8px 14px}.video-generation-history-screen .flow-page-header__main,.video-generation-screen .flow-page-header__main{display:flex;align-items:center;gap:14px;flex:1 1 auto;min-width:0;grid-template-columns:none}.video-generation-history-screen .flow-page-header__topline,.video-generation-screen .flow-page-header__topline{display:flex;align-items:center;gap:12px;flex:0 0 auto;min-width:0;flex-wrap:nowrap;grid-column:auto;grid-row:auto}.video-generation-history-screen .flow-page-header__leading,.video-generation-screen .flow-page-header__leading{display:inline-flex;align-items:center;flex:0 0 auto}.video-generation-history-screen .flow-page-header__leading .platform-brand__image--topbar,.video-generation-screen .flow-page-header__leading .platform-brand__image--topbar{width:min(100%,140px)}.video-generation-history-screen .flow-page-header .page-header-back,.video-generation-screen .flow-page-header .page-header-back{display:inline-flex;flex:0 0 auto;white-space:nowrap}.video-generation-history-screen .flow-page-header__heading,.video-generation-screen .flow-page-header__heading{display:flex;align-items:center;justify-content:flex-start;gap:14px;flex:1 1 auto;min-width:0;flex-wrap:nowrap;grid-column:auto;grid-row:auto}.video-generation-history-screen .flow-page-header__heading-main,.video-generation-screen .flow-page-header__heading-main{display:inline-flex;align-items:center;gap:12px;flex:0 0 auto;min-width:0}.video-generation-history-screen .flow-page-header h1,.video-generation-screen .flow-page-header h1{white-space:nowrap}.video-generation-history-screen .flow-page-header__meta,.video-generation-screen .flow-page-header__meta{display:flex;align-items:center;gap:8px;flex:1 1 auto;min-width:0;justify-content:flex-end;flex-wrap:nowrap;margin-left:auto}.video-generation-history-screen .flow-page-header__summary,.video-generation-screen .flow-page-header__summary{flex:1 0 100%}.video-generation-history-screen .flow-page-header__actions,.video-generation-screen .flow-page-header__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto;flex-wrap:nowrap;margin-left:0}.video-generation-history-screen .flow-page-header__actions>*,.video-generation-screen .flow-page-header__actions>*{flex-shrink:0}.video-generation-history-screen .page-header-action-group,.video-generation-screen .page-header-action-group{flex-wrap:nowrap}.video-generation-history-screen .flow-page-header__actions .flow-page-header__action,.video-generation-history-screen .flow-page-header__actions .nebula-button,.video-generation-history-screen .page-header-action-group .nebula-button,.video-generation-screen .flow-page-header__actions .nebula-button,.video-generation-screen .page-header-action-group .nebula-button{white-space:nowrap;flex-shrink:0}}.video-flow-header{display:grid;grid-gap:10px;gap:10px;padding:10px 14px;border:1px solid var(--nebula-border);border-radius:var(--nebula-radius-xl);background:linear-gradient(180deg,rgba(28,35,58,.96),rgba(23,29,49,.96));box-shadow:var(--nebula-shadow)}.video-flow-header__row{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:12px;gap:12px;min-width:0}.video-flow-header__row--brand-overlay{position:relative;padding-left:136px}.video-flow-header__brand-overlay{position:absolute;left:0;top:50%;transform:translateY(-50%);justify-content:flex-start;text-decoration:none;z-index:1}.video-flow-header__brand-overlay,.video-flow-header__brand-overlay .platform-brand,.video-flow-header__brand-overlay .platform-brand--topbar{display:inline-flex;align-items:center;width:136px;min-width:136px;max-width:136px;height:50px;overflow:hidden;flex:none}.video-flow-header__brand-overlay .platform-brand__image--topbar{display:block;width:136px;min-width:136px;max-width:136px;height:50px;object-fit:contain}.video-flow-header__back{display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto;min-width:-moz-fit-content;min-width:fit-content;white-space:nowrap;position:relative;z-index:2}.video-flow-header__title-wrap{display:flex;align-items:center;flex:1 1 auto;min-width:0}.video-flow-header__title-wrap h1{margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;color:var(--nebula-text-primary);font-size:clamp(20px,1.6vw,24px);font-weight:780;line-height:1.08;white-space:nowrap}.video-flow-header__actions{display:flex;align-items:center;gap:8px;flex:0 0 auto;flex-wrap:nowrap;margin-left:auto}.video-flow-header__actions>*{flex-shrink:0}.video-flow-header__actions .flow-pill-button,.video-flow-header__actions .nebula-button,.video-flow-header__actions .page-header-back{white-space:nowrap}.video-flow-header__subrow{display:flex;align-items:flex-start;justify-content:space-between;gap:10px 14px;flex-wrap:wrap;min-width:0}.video-flow-header__meta{display:flex;align-items:center;gap:8px;flex:1 1 420px;min-width:0;flex-wrap:wrap}.video-flow-header__summary{margin:0;flex:1 1 100%;color:var(--nebula-text-muted);font-size:13px;line-height:1.6}.video-generation-history-screen .page-header-action-group,.video-generation-screen .page-header-action-group{flex-wrap:nowrap}@media (max-width:1180px){.video-flow-header__row{grid-template-columns:auto 1fr}.video-flow-header__actions{grid-column:1/-1;width:100%;margin-left:0;justify-content:flex-start;flex-wrap:wrap}.video-flow-header__meta{flex-basis:100%}}@media (max-width:720px){.video-flow-header{padding:10px 12px}.video-flow-header__row{grid-template-columns:auto 1fr;align-items:center;row-gap:10px}.video-flow-header__row--brand-overlay{padding-left:0}.video-flow-header__brand-overlay{position:static;transform:none}.video-flow-header__brand-overlay,.video-flow-header__brand-overlay .platform-brand,.video-flow-header__brand-overlay .platform-brand--topbar,.video-flow-header__brand-overlay .platform-brand__image--topbar{width:108px;min-width:108px;max-width:108px;height:40px}.video-flow-header__back{grid-column:1/-1;justify-self:start}.video-flow-header__title-wrap{grid-column:2}.video-flow-header__actions,.video-flow-header__meta{width:100%;justify-content:flex-start}}.profile-recharge-modal{width:min(520px,100%)}.profile-recharge-modal__input{display:flex;align-items:center;gap:10px;min-height:52px;padding:0 14px;border:1px solid rgba(126,140,184,.18);border-radius:14px;background:rgba(13,18,31,.68)}.profile-recharge-modal__input:focus-within{border-color:rgba(166,151,255,.42);box-shadow:0 0 0 3px rgba(149,133,255,.12)}.profile-recharge-modal__input em{font-style:normal;color:#f5f7ff;font-size:22px;font-weight:800}.profile-recharge-modal__input input{min-height:auto;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:#f5f7ff;font-size:28px;font-weight:800}.profile-recharge-modal__input input:focus-visible{border:0;box-shadow:none}.profile-recharge-modal__quick-tags{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:10px;gap:10px}.profile-recharge-modal__quick-tag{min-height:40px;border:1px solid rgba(126,140,184,.18);border-radius:12px;background:rgba(14,20,36,.82);color:rgba(224,230,255,.88);font-size:13px;font-weight:700;cursor:pointer;transition:border-color .16s ease,color .16s ease,transform .16s ease,background .16s ease}.profile-recharge-modal__quick-tag:focus-visible,.profile-recharge-modal__quick-tag:hover{border-color:rgba(154,138,255,.52);background:rgba(39,48,82,.92);color:#f6f8ff;transform:translateY(-1px)}.profile-recharge-modal__qr-block{display:grid;justify-items:center;grid-gap:14px;gap:14px;padding:10px 0 2px}.profile-recharge-modal__amount{color:#f7f9ff;font-size:30px;font-weight:900;letter-spacing:-.03em}.profile-recharge-modal__qr-frame{display:grid;place-items:center;width:244px;min-height:244px;padding:12px;border-radius:24px;background:linear-gradient(180deg,#ffffff,#eef2ff);box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}.profile-recharge-modal__qr-frame img{display:block;width:220px;height:220px;object-fit:contain}.profile-recharge-modal__qr-loading{color:#43506f;font-size:13px;font-weight:700}.profile-recharge-modal__hint{margin:0;text-align:center;color:rgba(192,201,230,.78);font-size:12px;line-height:1.7}.profile-recharge-modal__status{margin:0;color:#b5f1c7;font-size:12px;line-height:1.7}@media (max-width:640px){.profile-recharge-modal__quick-tags{grid-template-columns:1fr}.profile-recharge-modal__qr-frame{width:220px;min-height:220px;padding:10px}.profile-recharge-modal__qr-frame img{width:198px;height:198px}}:root{--app-root-bg:#071120;--app-root-gradient:radial-gradient(circle at 14% 18%,rgba(77,109,214,0.24),transparent 24%),radial-gradient(circle at 78% 68%,rgba(77,202,255,0.16),transparent 20%),radial-gradient(circle at 88% 8%,rgba(112,96,212,0.18),transparent 22%),linear-gradient(180deg,#0c1528,#09111f 52%,#060c18);--app-root-overlay:linear-gradient(180deg,rgba(85,107,176,0.12),rgba(7,12,24,0) 38%);--app-screen-gradient:radial-gradient(circle at 12% 18%,rgba(161,137,255,0.16),transparent 24%),radial-gradient(circle at 82% 12%,rgba(129,222,255,0.14),transparent 22%),linear-gradient(180deg,#1b2642,#1a2440 46%,#17213a);--app-topbar-bg:linear-gradient(180deg,rgba(52,64,101,0.78),rgba(42,53,84,0.72));--app-sidebar-bg:linear-gradient(180deg,rgba(33,42,68,0.92),rgba(26,35,58,0.94));--app-surface-gradient:linear-gradient(180deg,rgba(61,74,117,0.46),rgba(40,50,82,0.86));--app-brand-card-bg:radial-gradient(circle at top right,rgba(159,142,255,0.16),transparent 36%),linear-gradient(180deg,rgba(63,77,121,0.62),rgba(39,48,78,0.88));--app-secondary-button-bg:rgba(255,255,255,0.055);--app-secondary-button-bg-hover:rgba(255,255,255,0.085);--app-secondary-button-border-hover:rgba(193,205,255,0.28);--app-chip-bg:rgba(151,133,255,0.12);--app-chip-border:rgba(170,156,255,0.22);--app-chip-muted-bg:rgba(255,255,255,0.045);--app-chip-muted-border:var(--nebula-border);--app-primary-bg:linear-gradient(135deg,#cfd7ff,#b0b6ff 36%,#8d74ff);--app-primary-bg-hover:linear-gradient(135deg,#dbe2ff,#bcc4ff 36%,#957dff);--app-primary-border:rgba(206,214,255,0.18);--app-primary-text:#19233d;--app-primary-shadow:0 12px 28px rgba(111,101,230,0.2);--app-modal-scrim:rgba(6,10,20,0.66);--app-user-menu-bg:rgba(23,31,52,0.98);--app-login-screen-bg:radial-gradient(circle at 18% 22%,rgba(102,129,224,0.26),transparent 28%),radial-gradient(circle at 76% 60%,rgba(104,154,255,0.18),transparent 20%),linear-gradient(180deg,#101a2f,#0d1527 52%,#0a1121);--app-login-screen-before:linear-gradient(90deg,rgba(14,23,46,0),rgba(14,23,46,0) 66%,rgba(18,29,57,0.46) 0,rgba(18,29,57,0.74));--app-login-screen-after:radial-gradient(circle at 82% 44%,rgba(148,122,255,0.2),transparent 18%),radial-gradient(circle at 80% 44%,rgba(127,214,255,0.16),transparent 28%);--app-login-panel-bg:linear-gradient(180deg,rgba(31,43,78,0.9),rgba(24,34,63,0.94));--app-login-panel-border:rgba(133,152,210,0.32);--app-login-panel-shadow:0 30px 80px rgba(10,16,34,0.32),inset 0 1px 0 rgba(255,255,255,0.08),0 0 0 1px rgba(255,255,255,0.03);--app-login-panel-ring:linear-gradient(145deg,rgba(108,126,188,0.18),rgba(34,48,86,0.06),rgba(72,97,176,0.18));--app-login-input-bg:rgba(21,31,58,0.9);--app-login-input-bg-hover:rgba(24,35,65,0.96);--app-login-input-border:rgba(137,155,214,0.34);--app-login-input-border-hover:rgba(157,174,230,0.44);--app-login-input-focus-border:rgba(170,183,255,0.84);--app-login-input-focus-shadow:0 0 0 3px rgba(125,144,255,0.16);--app-login-primary-text:#eef4ff;--app-login-meta:rgba(220,228,248,0.8)}html[data-theme=light]{--nebula-bg:#f7f8ff;--nebula-bg-soft:#eef3ff;--nebula-surface-elevated:rgba(252,253,255,0.98);--nebula-field:rgba(245,248,255,0.96);--nebula-border:rgba(132,147,214,0.18);--nebula-border-strong:rgba(120,136,225,0.34);--nebula-text-primary:#19233d;--nebula-text-secondary:#4f6088;--nebula-text-muted:#7888ae;--nebula-purple:#8a73ff;--nebula-purple-strong:#b9acff;--nebula-cyan:#7ed9ff;--nebula-shadow:0 18px 42px rgba(102,114,176,0.12);--nebula-shadow-soft:0 10px 26px rgba(102,114,176,0.08);--app-root-bg:#f7f8ff;--app-root-gradient:radial-gradient(circle at 12% 18%,rgba(185,196,255,0.44),transparent 24%),radial-gradient(circle at 86% 10%,rgba(191,233,255,0.5),transparent 22%),radial-gradient(circle at 82% 72%,rgba(223,214,255,0.32),transparent 24%),linear-gradient(180deg,#fcfdff,#f6f8ff 48%,#eef3ff);--app-root-overlay:linear-gradient(180deg,rgba(154,168,255,0.12),rgba(247,248,255,0) 38%);--app-screen-gradient:radial-gradient(circle at 10% 14%,rgba(188,197,255,0.42),transparent 22%),radial-gradient(circle at 84% 12%,rgba(197,234,255,0.44),transparent 24%),radial-gradient(circle at 72% 80%,rgba(228,218,255,0.28),transparent 24%),linear-gradient(180deg,#fbfcff,#f5f7ff 52%,#edf2ff);--app-topbar-bg:linear-gradient(180deg,rgba(255,255,255,0.84),rgba(248,250,255,0.76));--app-sidebar-bg:linear-gradient(180deg,rgba(251,252,255,0.96),rgba(243,246,255,0.97));--app-surface-gradient:linear-gradient(180deg,rgba(255,255,255,0.96),rgba(247,249,255,0.94));--app-brand-card-bg:radial-gradient(circle at top right,rgba(174,183,255,0.24),transparent 36%),linear-gradient(180deg,rgba(255,255,255,0.98),rgba(245,248,255,0.95));--app-secondary-button-bg:rgba(255,255,255,0.82);--app-secondary-button-bg-hover:rgba(248,250,255,0.98);--app-secondary-button-border-hover:rgba(135,149,220,0.32);--app-chip-muted-bg:rgba(248,250,255,0.9);--app-chip-muted-border:rgba(132,147,214,0.16);--app-primary-border:rgba(158,82,255,0.24);--app-primary-text:#fff9ff;--app-primary-shadow:0 14px 30px rgba(158,82,255,0.22);--app-modal-scrim:rgba(60,72,120,0.22);--app-user-menu-bg:rgba(255,255,255,0.98);--app-login-screen-bg:radial-gradient(circle at 18% 22%,rgba(197,208,255,0.54),transparent 28%),radial-gradient(circle at 78% 58%,rgba(214,238,255,0.5),transparent 24%),linear-gradient(180deg,#fcfdff,#f6f8ff 52%,#eef3ff);--app-login-screen-before:linear-gradient(90deg,rgba(248,250,255,0),rgba(248,250,255,0) 64%,rgba(233,238,255,0.56) 0,rgba(233,238,255,0.88));--app-login-screen-after:radial-gradient(circle at 82% 42%,rgba(155,142,255,0.16),transparent 18%),radial-gradient(circle at 80% 44%,rgba(192,232,255,0.26),transparent 28%);--app-login-panel-bg:linear-gradient(180deg,rgba(255,255,255,0.95),rgba(246,248,255,0.98));--app-login-panel-border:rgba(132,147,214,0.22);--app-login-panel-shadow:0 28px 72px rgba(84,97,158,0.12),inset 0 1px 0 rgba(255,255,255,0.88),0 0 0 1px rgba(189,197,255,0.16);--app-login-panel-ring:linear-gradient(145deg,rgba(178,188,255,0.38),rgba(255,255,255,0.34),rgba(154,189,255,0.24));--app-login-input-bg:rgba(247,249,255,0.98);--app-login-input-bg-hover:rgba(242,245,255,1);--app-login-input-border:rgba(138,151,214,0.28);--app-login-input-border-hover:rgba(132,147,214,0.4);--app-login-input-focus-border:rgba(123,136,232,0.68);--app-login-input-focus-shadow:0 0 0 3px rgba(150,165,255,0.18);--app-login-primary-text:#fff9ff;--app-login-meta:rgba(79,96,136,0.76)}html{color-scheme:dark;background:var(--app-root-bg)}html[data-theme=light]{color-scheme:light}body{background-color:var(--app-root-bg);background-image:var(--app-root-gradient)}body:before{background:var(--app-root-overlay)}.asset-library-screen,.commerce-setup-screen,.creation-mode-screen,.drama-project-screen,.obsidian-shell,.script-editor-screen,.video-generation-screen{background:var(--app-screen-gradient)}.flow-topbar,.obsidian-topbar{border-bottom-color:var(--nebula-border);background:var(--app-topbar-bg)}.obsidian-sidebar{border-right-color:var(--nebula-border);background:var(--app-sidebar-bg)}.asset-card,.asset-modal__panel,.asset-page-header,.auth-loading__panel,.creation-entry-card,.flow-page-header,.obsidian-brand-card,.project-card-obsidian,.project-create-card,.shell-panel,.user-menu__panel,.utility-tile,.video-scene-card,.workspace-card,.workspace-header{border-color:var(--nebula-border);background:var(--app-surface-gradient);box-shadow:var(--nebula-shadow)}.obsidian-brand-card{background:var(--app-brand-card-bg)}.flow-icon-button,.flow-pill-button,.nebula-button,.nebula-icon-button,.obsidian-icon-button,.page-header-back,.project-pagination__edge,.project-pagination__page,.script-editor-subject-action,.user-menu__trigger,.user-menu__trigger--compact{border-color:var(--nebula-border);background:var(--app-secondary-button-bg);color:var(--nebula-text-secondary)}.flow-icon-button:focus-visible,.flow-icon-button:hover,.flow-pill-button:focus-visible,.flow-pill-button:hover,.nebula-button:focus-visible,.nebula-button:hover,.nebula-icon-button:focus-visible,.nebula-icon-button:hover,.obsidian-icon-button:focus-visible,.obsidian-icon-button:hover,.page-header-back:focus-visible,.page-header-back:hover,.project-pagination__edge:focus-visible,.project-pagination__edge:hover,.project-pagination__page:focus-visible,.project-pagination__page:hover,.script-editor-subject-action:focus-visible,.script-editor-subject-action:hover,.user-menu__trigger--compact:focus-visible,.user-menu__trigger--compact:hover,.user-menu__trigger:focus-visible,.user-menu__trigger:hover{border-color:var(--app-secondary-button-border-hover);background:var(--app-secondary-button-bg-hover);color:var(--nebula-text-primary);box-shadow:var(--nebula-shadow-soft)}.nebula-button--primary,.primary-button--obsidian,.project-create-card__button,.script-editor-subject-primary{border-color:var(--app-primary-border);background:var(--app-primary-bg);color:var(--app-primary-text);box-shadow:var(--app-primary-shadow)}.nebula-button--primary:focus-visible,.nebula-button--primary:hover,.primary-button--obsidian:focus-visible,.primary-button--obsidian:hover,.project-create-card__button:focus-visible,.project-create-card__button:hover,.script-editor-subject-primary:focus-visible,.script-editor-subject-primary:hover{background:var(--app-primary-bg-hover);color:var(--app-primary-text)}.asset-card__status,.flow-topbar__tag,.video-scene-card__asset,.video-scene-card__status,.workspace-chip{border-color:var(--app-chip-border);background:var(--app-chip-bg);color:var(--nebula-text-secondary)}.video-scene-card__asset,.workspace-chip--muted{border-color:var(--app-chip-muted-border);background:var(--app-chip-muted-bg);color:var(--nebula-text-muted)}.asset-modal__backdrop{background:var(--app-modal-scrim)}.obsidian-shell .user-menu__panel,.user-menu__panel{background:var(--app-user-menu-bg)}.login-screen--obsidian{background:var(--app-login-screen-bg)}.login-screen--obsidian:before{background:var(--app-login-screen-before)}.login-screen--obsidian:after{background:var(--app-login-screen-after)}.login-panel--obsidian{border-color:var(--app-login-panel-border);background:var(--app-login-panel-bg);box-shadow:var(--app-login-panel-shadow)}.login-panel--obsidian:before{background:var(--app-login-panel-ring)}.auth-loading__panel h1,.form-field--obsidian .form-label--obsidian,.login-hero__title--obsidian,.login-panel__title--obsidian,.workspace-section-head h2{color:var(--nebula-text-primary)}.auth-loading__panel p,.form-note--obsidian,.login-hero__subtitle--obsidian,.login-meta--obsidian,.login-panel__lead{color:var(--app-login-meta)}.form-field--obsidian .form-input--obsidian{border-color:var(--app-login-input-border);background:var(--app-login-input-bg);color:var(--nebula-text-primary)}.form-field--obsidian .form-input--obsidian:hover{border-color:var(--app-login-input-border-hover);background:var(--app-login-input-bg-hover)}.form-field--obsidian .form-input--obsidian:-webkit-autofill,.form-field--obsidian .form-input--obsidian:-webkit-autofill:focus-visible,.form-field--obsidian .form-input--obsidian:-webkit-autofill:hover,.form-field--obsidian .form-input--obsidian:focus-visible{border-color:var(--app-login-input-focus-border);background:var(--app-login-input-bg-hover);box-shadow:var(--app-login-input-focus-shadow)}.primary-button--obsidian{background:var(--app-login-primary-bg);color:var(--app-login-primary-text)}.profile-theme-switch{display:inline-flex;align-items:center;gap:8px;padding:4px;border:1px solid var(--nebula-border);border-radius:14px;background:var(--app-secondary-button-bg)}.profile-theme-switch__label{padding:0 6px 0 8px;color:var(--nebula-text-muted);font-size:12px;font-weight:700;white-space:nowrap}.profile-theme-switch__option{min-width:68px}@media (max-width:720px){.profile-theme-switch{width:100%;justify-content:space-between}.profile-theme-switch__label{display:none}.profile-theme-switch__option{flex:1 1}}html[data-theme=light] .flow-topbar__avatar{border-color:rgba(132,147,214,.16);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(240,244,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}html[data-theme=light] .flow-topbar__avatar span{background:linear-gradient(180deg,#d6deff,#8a73ff)}html[data-theme=light] .video-flow-header{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,248,255,.95))}html[data-theme=light] .creation-mode-screen .creation-entry-card__scene{filter:saturate(.9) brightness(1.08)}html[data-theme=light] .commerce-tool-slot,html[data-theme=light] .commerce-upload-zone--compact,html[data-theme=light] .script-editor-generated-scene,html[data-theme=light] .script-editor-scene-empty{border-color:rgba(132,147,214,.16);background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(246,248,255,.94));box-shadow:var(--nebula-shadow-soft)}html[data-theme=light] .commerce-tool-slot__viewport,html[data-theme=light] .script-editor-generated-scene__preview,html[data-theme=light] .script-editor-scene-empty__visual,html[data-theme=light] .subject-card__preview{border-color:rgba(132,147,214,.14);background:radial-gradient(circle at 50% 24%,rgba(167,154,255,.18),transparent 22%),radial-gradient(circle at 70% 66%,rgba(135,220,255,.14),transparent 26%),linear-gradient(180deg,rgba(234,239,255,.96),rgba(219,227,250,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}html[data-theme=light] .commerce-image-lightbox__close,html[data-theme=light] .commerce-tool-slot__expand{border-color:rgba(132,147,214,.16);background:rgba(255,255,255,.86);color:var(--nebula-text-secondary)}html[data-theme=light] .commerce-tool-slot__description-input,html[data-theme=light] .script-editor-generated-scene__field textarea,html[data-theme=light] .script-editor-scriptbox__textarea{border-color:rgba(132,147,214,.16);background:rgba(246,248,255,.94);color:var(--nebula-text-primary)}html[data-theme=light] .commerce-tool-slot__description-input::placeholder,html[data-theme=light] .script-editor-generated-scene__field textarea::placeholder,html[data-theme=light] .script-editor-scriptbox__textarea::placeholder{color:rgba(120,136,174,.48)}html[data-theme=light] .commerce-image-lightbox{background:rgba(64,78,130,.22)}html[data-theme=light] .commerce-image-lightbox__dialog{border-color:rgba(132,147,214,.16);background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(245,248,255,.98));box-shadow:0 24px 60px rgba(102,114,176,.16)}html[data-theme=light] .commerce-image-lightbox__image{background:rgba(238,243,255,.92)}html[data-theme=light] .commerce-image-lightbox__meta p,html[data-theme=light] .script-editor-scene-empty__copy p,html[data-theme=light] .subject-card__header--scene-workspace p{color:var(--nebula-text-secondary)}html[data-theme=light] .script-editor-generated-scene__badge{border-color:rgba(132,147,214,.16);background:rgba(255,255,255,.84);color:var(--nebula-text-secondary)}html[data-theme=light] .obsidian-side-nav__child--active,html[data-theme=light] .obsidian-side-nav__child--active:focus-visible,html[data-theme=light] .obsidian-side-nav__child--active:hover,html[data-theme=light] .obsidian-side-nav__item--active,html[data-theme=light] .obsidian-side-nav__item--active:focus-visible,html[data-theme=light] .obsidian-side-nav__item--active:hover,html[data-theme=light] .sidebar-nav__item--active{border-color:rgba(158,82,255,.22);background:linear-gradient(135deg,rgba(158,82,255,.12),rgba(255,86,156,.08));box-shadow:0 12px 24px rgba(158,82,255,.12)}html[data-theme=light] .obsidian-side-nav__child--active:before{background:#9e52ff}html[data-theme=light] .obsidian-side-nav__child--active:after,html[data-theme=light] .obsidian-side-nav__group--active .obsidian-side-nav__caret,html[data-theme=light] .obsidian-side-nav__item--active .obsidian-side-nav__icon,html[data-theme=light] .sidebar-nav__item--active .sidebar-nav__label{color:#9e52ff}html[data-theme=light] .nebula-button--primary,html[data-theme=light] .primary-button--obsidian,html[data-theme=light] .project-create-card__button,html[data-theme=light] .script-editor-subject-primary{border-color:rgba(158,82,255,.18);background:linear-gradient(90deg,#8a2be2,#ff1493);color:#fff9ff;box-shadow:0 14px 30px rgba(158,82,255,.22)}html[data-theme=light] .nebula-button--primary:focus-visible,html[data-theme=light] .nebula-button--primary:hover,html[data-theme=light] .primary-button--obsidian:focus-visible,html[data-theme=light] .primary-button--obsidian:hover,html[data-theme=light] .project-create-card__button:focus-visible,html[data-theme=light] .project-create-card__button:hover,html[data-theme=light] .script-editor-subject-primary:focus-visible,html[data-theme=light] .script-editor-subject-primary:hover{background:linear-gradient(90deg,#9a3ef0,#ff2ca0);color:#fff9ff}html[data-theme=light] .commerce-form-block__label,html[data-theme=light] .commerce-tool-panel__title,html[data-theme=light] .commerce-tool-slot__description-field>span,html[data-theme=light] .commerce-tool-slot__empty-copy strong,html[data-theme=light] .commerce-tool-slot__meta strong,html[data-theme=light] .creation-mode-screen .creation-entry-card__body h2,html[data-theme=light] .creation-mode-screen .creation-entry-card__foot,html[data-theme=light] .creation-mode-screen .creation-entry-card__product-tags span,html[data-theme=light] .script-editor-generated-scene__field>span,html[data-theme=light] .script-editor-panel__title,html[data-theme=light] .script-editor-scene-empty__copy strong,html[data-theme=light] .subject-card h3,html[data-theme=light] .subject-card__specs dd,html[data-theme=light] .video-scene-card__title-wrap h2,html[data-theme=light] .video-summary-metrics dd,html[data-theme=light] .workspace-section-head h2{color:var(--nebula-text-primary)}html[data-theme=light] .kv-item{border-top-color:rgba(130,144,198,.14)}html[data-theme=light] .kv-item__label{color:var(--nebula-text-secondary)}html[data-theme=light] .kv-item__value{color:var(--nebula-text-primary);font-weight:700}html[data-theme=light] .commerce-tool-slot__description-count,html[data-theme=light] .commerce-tool-slot__description-preview,html[data-theme=light] .commerce-tool-slot__empty-copy span,html[data-theme=light] .commerce-upload-zone--compact span,html[data-theme=light] .creation-mode-screen .creation-entry-card__body p,html[data-theme=light] .creation-mode-screen .creation-entry-card__highlight,html[data-theme=light] .flow-topbar__project,html[data-theme=light] .obsidian-topbar__description,html[data-theme=light] .profile-theme-switch__label,html[data-theme=light] .subject-card__specs dt,html[data-theme=light] .video-scene-card__duration,html[data-theme=light] .video-scene-card__prompt,html[data-theme=light] .video-summary-metrics dt{color:var(--nebula-text-secondary)}html[data-theme=light] .commerce-upload-zone--compact strong,html[data-theme=light] .creation-mode-screen .creation-entry-card__arrow,html[data-theme=light] .flow-topbar__mark,html[data-theme=light] .workspace-chip--eyebrow{color:#9e52ff}html[data-theme=light]{--nebula-bg:#f8f9ff;--nebula-bg-soft:#eef2ff;--nebula-surface:rgba(255,255,255,0.9);--nebula-surface-strong:rgba(255,255,255,0.96);--nebula-surface-elevated:rgba(255,255,255,0.985);--nebula-field:rgba(247,249,255,0.98);--nebula-border:rgba(130,144,198,0.18);--nebula-border-strong:rgba(158,82,255,0.28);--nebula-text-primary:#18233f;--nebula-text-secondary:#52627f;--nebula-text-muted:#7e8cac;--nebula-purple:#9e52ff;--nebula-purple-strong:#c692ff;--nebula-cyan:#6ccfff;--nebula-shadow:0 22px 52px rgba(96,110,165,0.14);--nebula-shadow-soft:0 14px 32px rgba(96,110,165,0.08);--app-root-bg:#f8f9ff;--app-root-gradient:radial-gradient(circle at 12% 18%,rgba(198,205,255,0.5),transparent 24%),radial-gradient(circle at 84% 12%,rgba(204,232,255,0.44),transparent 23%),radial-gradient(circle at 76% 78%,rgba(232,218,255,0.3),transparent 24%),linear-gradient(180deg,#fdfdff,#f7f8ff 50%,#eef2ff);--app-root-overlay:linear-gradient(180deg,rgba(158,82,255,0.08),rgba(248,249,255,0) 40%);--app-screen-gradient:radial-gradient(circle at 10% 14%,rgba(201,207,255,0.38),transparent 22%),radial-gradient(circle at 84% 14%,rgba(208,235,255,0.32),transparent 23%),radial-gradient(circle at 70% 78%,rgba(232,220,255,0.24),transparent 22%),linear-gradient(180deg,#fcfdff,#f6f8ff 54%,#eef3ff);--app-topbar-bg:linear-gradient(180deg,rgba(255,255,255,0.88),rgba(248,250,255,0.82));--app-sidebar-bg:linear-gradient(180deg,rgba(252,252,255,0.98),rgba(244,247,255,0.96));--app-surface-gradient:linear-gradient(180deg,rgba(255,255,255,0.97),rgba(247,249,255,0.96));--app-brand-card-bg:radial-gradient(circle at top right,rgba(188,161,255,0.22),transparent 34%),linear-gradient(180deg,rgba(255,255,255,0.98),rgba(245,248,255,0.96));--app-secondary-button-bg:rgba(255,255,255,0.86);--app-secondary-button-bg-hover:rgba(255,255,255,0.98);--app-secondary-button-border-hover:rgba(158,82,255,0.2);--app-chip-bg:rgba(158,82,255,0.1);--app-chip-border:rgba(158,82,255,0.18);--app-chip-muted-bg:rgba(249,250,255,0.92);--app-chip-muted-border:rgba(130,144,198,0.16);--app-primary-border:rgba(158,82,255,0.2);--app-primary-shadow:0 18px 36px rgba(158,82,255,0.24);--app-modal-scrim:rgba(74,88,140,0.18);--app-user-menu-bg:linear-gradient(180deg,rgba(255,255,255,0.98),rgba(246,249,255,0.98));--app-accent:#9e52ff;--app-accent-soft:rgba(158,82,255,0.1);--app-accent-soft-strong:rgba(158,82,255,0.16);--app-accent-border:rgba(158,82,255,0.24);--app-accent-shadow:0 16px 34px rgba(158,82,255,0.14);--app-surface-base:#f5f4fc;--app-surface-raised:#f5f4fc;--app-surface-sunken:linear-gradient(180deg,rgba(241,245,255,0.95),rgba(232,238,253,0.96));--app-surface-preview:radial-gradient(circle at 50% 22%,rgba(167,154,255,0.18),transparent 18%),radial-gradient(circle at 68% 68%,rgba(138,221,255,0.14),transparent 24%),linear-gradient(180deg,rgba(236,241,255,0.98),rgba(221,229,248,0.96));--app-input-bg:rgba(250,251,255,0.98);--app-input-bg-hover:rgba(255,255,255,1);--app-input-border:rgba(132,147,214,0.2);--app-input-border-hover:rgba(132,147,214,0.32);--app-input-focus-border:rgba(158,82,255,0.32);--app-input-focus-shadow:0 0 0 4px rgba(158,82,255,0.12);--app-danger:#d75686;--app-danger-soft:rgba(215,86,134,0.12);--app-danger-border:rgba(215,86,134,0.22);--app-info:#4a8fff}html[data-theme=light] .app-theme-root,html[data-theme=light] body{color:var(--nebula-text-primary)}html[data-theme=light] .flow-topbar,html[data-theme=light] .obsidian-topbar,html[data-theme=light] .video-flow-header{border-color:rgba(130,144,198,.14);background:var(--app-topbar-bg);box-shadow:0 10px 26px rgba(104,118,176,.08)}html[data-theme=light] .obsidian-sidebar{border-right-color:rgba(130,144,198,.12);background:var(--app-sidebar-bg)}html[data-theme=light] .obsidian-shell__body{background:linear-gradient(180deg,rgba(243,246,253,.96),rgba(236,240,248,.98))}html[data-theme=light] .obsidian-main-wrap{position:relative;border-left:1px solid rgba(130,144,198,.08);background:radial-gradient(circle at 8% 10%,rgba(158,82,255,.08),transparent 18%),radial-gradient(circle at 86% 12%,rgba(108,207,255,.08),transparent 18%),linear-gradient(180deg,rgba(241,245,253,.98),rgba(233,238,248,.98))}html[data-theme=light] .obsidian-main{position:relative}html[data-theme=light] .asset-library-main>.shell-panel,html[data-theme=light] .creation-mode-screen .flow-page-shell>.shell-panel,html[data-theme=light] .dashboard-panel,html[data-theme=light] .script-editor-layout>.shell-panel,html[data-theme=light] .video-generation-layout>.shell-panel,html[data-theme=light] .workspace-page>.shell-panel{background:#f5f4fc;box-shadow:0 18px 44px rgba(96,110,165,.1),inset 0 1px 0 rgba(255,255,255,.76)}html[data-theme=light] .obsidian-side-nav__child,html[data-theme=light] .obsidian-side-nav__item,html[data-theme=light] .sidebar-nav__item{color:var(--nebula-text-secondary)}html[data-theme=light] .obsidian-side-nav__child:focus-visible,html[data-theme=light] .obsidian-side-nav__child:hover,html[data-theme=light] .obsidian-side-nav__item:focus-visible,html[data-theme=light] .obsidian-side-nav__item:hover,html[data-theme=light] .sidebar-nav__item:focus-visible,html[data-theme=light] .sidebar-nav__item:hover{border-color:rgba(158,82,255,.16);background:rgba(255,255,255,.92);color:var(--nebula-text-primary);box-shadow:0 10px 22px rgba(104,118,176,.08)}html[data-theme=light] .obsidian-side-nav__child--active,html[data-theme=light] .obsidian-side-nav__child--active:focus-visible,html[data-theme=light] .obsidian-side-nav__child--active:hover,html[data-theme=light] .obsidian-side-nav__item--active,html[data-theme=light] .obsidian-side-nav__item--active:focus-visible,html[data-theme=light] .obsidian-side-nav__item--active:hover,html[data-theme=light] .sidebar-nav__item--active{border-color:var(--app-accent-border);background:linear-gradient(135deg,rgba(158,82,255,.14),rgba(255,86,156,.08));color:var(--nebula-text-primary);box-shadow:var(--app-accent-shadow)}html[data-theme=light] .obsidian-side-nav__child--active,html[data-theme=light] .obsidian-side-nav__child--active:focus-visible,html[data-theme=light] .obsidian-side-nav__child--active:hover,html[data-theme=light] .obsidian-side-nav__item--active .obsidian-side-nav__text,html[data-theme=light] .obsidian-side-nav__item--active:focus-visible .obsidian-side-nav__text,html[data-theme=light] .obsidian-side-nav__item--active:hover .obsidian-side-nav__text,html[data-theme=light] .sidebar-nav__item--active .sidebar-nav__label{color:#9e52ff}html[data-theme=light] .video-split-card__nav-button{border-color:rgba(158,82,255,.12);background:rgba(255,255,255,.84);color:var(--nebula-text-secondary);box-shadow:0 8px 18px rgba(104,118,176,.08),inset 0 1px 0 rgba(255,255,255,.7)}html[data-theme=light] .video-split-card__nav-button:focus-visible,html[data-theme=light] .video-split-card__nav-button:hover{border-color:rgba(158,82,255,.2);background:linear-gradient(135deg,rgba(158,82,255,.14),rgba(255,86,156,.08));color:var(--nebula-text-primary);box-shadow:0 12px 24px rgba(104,118,176,.12)}html[data-theme=light] .video-split-card__nav-button:active{border-color:rgba(158,82,255,.24);background:linear-gradient(135deg,rgba(158,82,255,.2),rgba(255,86,156,.12));color:var(--nebula-text-primary);box-shadow:inset 0 1px 0 rgba(255,255,255,.72),0 6px 14px rgba(104,118,176,.12);transform:translateY(0)}html[data-theme=light] .dashboard-page .project-pagination__page--active,html[data-theme=light] .dashboard-page .project-pagination__page--active:focus-visible,html[data-theme=light] .dashboard-page .project-pagination__page--active:hover{border-color:var(--app-accent-border);background:linear-gradient(135deg,rgba(158,82,255,.14),rgba(255,86,156,.08));color:var(--nebula-text-primary);box-shadow:var(--app-accent-shadow)}html[data-theme=light] .obsidian-side-nav__icon{border-color:rgba(130,144,198,.14);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(240,244,255,.98));color:var(--nebula-text-secondary);box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}html[data-theme=light] .obsidian-side-nav__child--active .obsidian-side-nav__icon,html[data-theme=light] .obsidian-side-nav__item--active .obsidian-side-nav__icon,html[data-theme=light] .sidebar-nav__item--active .obsidian-side-nav__icon{color:var(--app-accent);border-color:rgba(158,82,255,.16);background:linear-gradient(180deg,rgba(250,244,255,.98),rgba(243,234,255,.98))}html[data-theme=light] .asset-card,html[data-theme=light] .asset-modal__panel,html[data-theme=light] .asset-page-header,html[data-theme=light] .commerce-image-lightbox__dialog,html[data-theme=light] .commerce-tool-slot,html[data-theme=light] .commerce-upload-zone--compact,html[data-theme=light] .creation-entry-card,html[data-theme=light] .flow-page-header,html[data-theme=light] .obsidian-shell .user-menu__panel,html[data-theme=light] .project-card-obsidian,html[data-theme=light] .project-create-card,html[data-theme=light] .script-editor-generated-scene,html[data-theme=light] .script-editor-generated-scene--rich,html[data-theme=light] .shell-panel,html[data-theme=light] .user-menu__panel,html[data-theme=light] .utility-tile,html[data-theme=light] .video-scene-card,html[data-theme=light] .video-summary-card,html[data-theme=light] .workspace-card,html[data-theme=light] .workspace-header{border-color:rgba(130,144,198,.16);background:var(--app-surface-base);box-shadow:var(--nebula-shadow-soft)}html[data-theme=light] .asset-modal__panel,html[data-theme=light] .commerce-image-lightbox__dialog,html[data-theme=light] .obsidian-shell .user-menu__panel,html[data-theme=light] .user-menu__panel,html[data-theme=light] .video-summary-card{background:var(--app-surface-raised)}html[data-theme=light] .asset-modal__backdrop{background:rgba(88,104,158,.18);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}html[data-theme=light] .commerce-image-lightbox{background:rgba(80,96,150,.18)}html[data-theme=light] .asset-modal__copy strong,html[data-theme=light] .commerce-image-lightbox__meta strong,html[data-theme=light] .user-menu__summary strong,html[data-theme=light] .video-scene-card__title-wrap h2,html[data-theme=light] .video-summary-card h3{color:var(--nebula-text-primary)}html[data-theme=light] .asset-modal__copy p,html[data-theme=light] .asset-modal__field span,html[data-theme=light] .commerce-image-lightbox__meta p,html[data-theme=light] .user-menu__summary span,html[data-theme=light] .video-flow-header__summary,html[data-theme=light] .video-summary-metrics dt{color:var(--nebula-text-secondary)}html[data-theme=light] .notice-dialog__panel{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(248,245,255,.98))}html[data-theme=light] .notice-dialog__icon{border-color:rgba(158,82,255,.16);background:radial-gradient(circle at 50% 0,rgba(156,86,255,.18),transparent 68%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,244,252,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.94),0 16px 30px rgba(126,104,196,.14);color:#9e52ff}html[data-theme=light] .commerce-image-lightbox__close,html[data-theme=light] .commerce-tool-slot__expand,html[data-theme=light] .flow-icon-button,html[data-theme=light] .flow-pill-button,html[data-theme=light] .nebula-button,html[data-theme=light] .nebula-icon-button,html[data-theme=light] .obsidian-icon-button,html[data-theme=light] .page-header-back,html[data-theme=light] .project-pagination__edge,html[data-theme=light] .project-pagination__page,html[data-theme=light] .script-editor-generated-scene__expand,html[data-theme=light] .script-editor-generated-scene__upload-hint,html[data-theme=light] .script-editor-subject-action,html[data-theme=light] .secondary-button,html[data-theme=light] .video-scene-card__actions button,html[data-theme=light] .video-scene-card__asset-add{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.84);color:var(--nebula-text-secondary);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}html[data-theme=light] .commerce-image-lightbox__close:focus-visible,html[data-theme=light] .commerce-image-lightbox__close:hover,html[data-theme=light] .commerce-tool-slot__expand:focus-visible,html[data-theme=light] .commerce-tool-slot__expand:hover,html[data-theme=light] .flow-icon-button:focus-visible,html[data-theme=light] .flow-icon-button:hover,html[data-theme=light] .flow-pill-button:focus-visible,html[data-theme=light] .flow-pill-button:hover,html[data-theme=light] .nebula-button:focus-visible,html[data-theme=light] .nebula-button:hover,html[data-theme=light] .nebula-icon-button:focus-visible,html[data-theme=light] .nebula-icon-button:hover,html[data-theme=light] .obsidian-icon-button:focus-visible,html[data-theme=light] .obsidian-icon-button:hover,html[data-theme=light] .page-header-back:focus-visible,html[data-theme=light] .page-header-back:hover,html[data-theme=light] .project-pagination__edge:focus-visible,html[data-theme=light] .project-pagination__edge:hover,html[data-theme=light] .project-pagination__page:focus-visible,html[data-theme=light] .project-pagination__page:hover,html[data-theme=light] .script-editor-generated-scene__expand:focus-visible,html[data-theme=light] .script-editor-generated-scene__expand:hover,html[data-theme=light] .script-editor-generated-scene__upload-hint:focus-visible,html[data-theme=light] .script-editor-generated-scene__upload-hint:hover,html[data-theme=light] .script-editor-subject-action:focus-visible,html[data-theme=light] .script-editor-subject-action:hover,html[data-theme=light] .secondary-button:hover,html[data-theme=light] .video-scene-card__actions button:focus-visible,html[data-theme=light] .video-scene-card__actions button:hover,html[data-theme=light] .video-scene-card__asset-add:focus-visible,html[data-theme=light] .video-scene-card__asset-add:hover{border-color:rgba(158,82,255,.18);background:rgba(255,255,255,.98);color:var(--nebula-text-primary);box-shadow:0 12px 24px rgba(104,118,176,.1)}html[data-theme=light] .nebula-button--ghost,html[data-theme=light] .nebula-button--secondary,html[data-theme=light] .script-editor-subject-action--ghost,html[data-theme=light] .video-summary-footer-button{background:rgba(255,255,255,.54);border-style:solid;color:var(--nebula-text-secondary)}html[data-theme=light] .nebula-button--ghost:focus-visible,html[data-theme=light] .nebula-button--ghost:hover,html[data-theme=light] .script-editor-subject-action--ghost:focus-visible,html[data-theme=light] .script-editor-subject-action--ghost:hover,html[data-theme=light] .video-summary-footer-button:focus-visible,html[data-theme=light] .video-summary-footer-button:hover{background:rgba(255,255,255,.9);color:var(--nebula-text-primary)}html[data-theme=light] .commerce-generate-button,html[data-theme=light] .commerce-generate-button--compact,html[data-theme=light] .nebula-button--primary,html[data-theme=light] .primary-button,html[data-theme=light] .primary-button--obsidian,html[data-theme=light] .project-create-card__button,html[data-theme=light] .script-editor-subject-action--primary,html[data-theme=light] .script-editor-subject-primary,html[data-theme=light] .video-generation-match-button,html[data-theme=light] .video-scene-card__generate-button,html[data-theme=light] .video-split-card__generate-button,html[data-theme=light] .video-summary-actions__primary{border-color:rgba(158,82,255,.18);background:linear-gradient(90deg,#8a2be2,#ff1493);color:#fffaff;box-shadow:0 18px 36px rgba(158,82,255,.24)}html[data-theme=light] .commerce-generate-button--compact:focus-visible,html[data-theme=light] .commerce-generate-button--compact:hover,html[data-theme=light] .commerce-generate-button:focus-visible,html[data-theme=light] .commerce-generate-button:hover,html[data-theme=light] .nebula-button--primary:focus-visible,html[data-theme=light] .nebula-button--primary:hover,html[data-theme=light] .primary-button--obsidian:focus-visible,html[data-theme=light] .primary-button--obsidian:hover,html[data-theme=light] .primary-button:hover,html[data-theme=light] .project-create-card__button:focus-visible,html[data-theme=light] .project-create-card__button:hover,html[data-theme=light] .script-editor-subject-action--primary:focus-visible,html[data-theme=light] .script-editor-subject-action--primary:hover,html[data-theme=light] .script-editor-subject-primary:focus-visible,html[data-theme=light] .script-editor-subject-primary:hover,html[data-theme=light] .video-generation-match-button:focus-visible,html[data-theme=light] .video-generation-match-button:hover,html[data-theme=light] .video-generation-ratio-field__label,html[data-theme=light] .video-scene-card__generate-button:focus-visible,html[data-theme=light] .video-scene-card__generate-button:hover,html[data-theme=light] .video-summary-actions__primary:focus-visible,html[data-theme=light] .video-summary-actions__primary:hover{color:var(--nebula-text-muted)}html[data-theme=light] .video-split-card__generate-button:focus-visible,html[data-theme=light] .video-split-card__generate-button:hover{border-color:rgba(158,82,255,.2);background:linear-gradient(90deg,#9a3ef0,#ff2ca0);color:#fffaff}html[data-theme=light] .asset-create-field input,html[data-theme=light] .asset-create-field textarea,html[data-theme=light] .asset-modal__field input,html[data-theme=light] .asset-modal__field textarea,html[data-theme=light] .character-upload-slot input,html[data-theme=light] .commerce-input,html[data-theme=light] .commerce-textarea,html[data-theme=light] .commerce-tool-slot__description-input,html[data-theme=light] .form-input--minimal,html[data-theme=light] .profile-recharge-modal__input input,html[data-theme=light] .project-create-card__input,html[data-theme=light] .script-editor-generated-scene__field textarea,html[data-theme=light] .script-editor-scene-input textarea,html[data-theme=light] .script-editor-scriptbox__textarea{border-color:var(--app-input-border);background:var(--app-input-bg);color:var(--nebula-text-primary);box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}html[data-theme=light] .asset-create-field input::placeholder,html[data-theme=light] .asset-create-field textarea::placeholder,html[data-theme=light] .asset-modal__field input::placeholder,html[data-theme=light] .asset-modal__field textarea::placeholder,html[data-theme=light] .commerce-input::placeholder,html[data-theme=light] .commerce-textarea::placeholder,html[data-theme=light] .commerce-tool-slot__description-input::placeholder,html[data-theme=light] .form-input--minimal::placeholder,html[data-theme=light] .profile-recharge-modal__input input::placeholder,html[data-theme=light] .project-create-card__input::placeholder,html[data-theme=light] .script-editor-generated-scene__field textarea::placeholder,html[data-theme=light] .script-editor-scene-input textarea::placeholder,html[data-theme=light] .script-editor-scriptbox__textarea::placeholder{color:rgba(126,140,172,.68)}html[data-theme=light] .asset-create-field input:hover,html[data-theme=light] .asset-create-field textarea:hover,html[data-theme=light] .asset-modal__field input:hover,html[data-theme=light] .asset-modal__field textarea:hover,html[data-theme=light] .commerce-input:hover,html[data-theme=light] .commerce-textarea:hover,html[data-theme=light] .commerce-tool-slot__description-input:hover,html[data-theme=light] .form-input--minimal:hover,html[data-theme=light] .profile-recharge-modal__input input:hover,html[data-theme=light] .project-create-card__input:hover,html[data-theme=light] .script-editor-generated-scene__field textarea:hover,html[data-theme=light] .script-editor-scene-input textarea:hover,html[data-theme=light] .script-editor-scriptbox__textarea:hover{border-color:var(--app-input-border-hover);background:var(--app-input-bg-hover)}html[data-theme=light] .asset-create-field input:focus-visible,html[data-theme=light] .asset-create-field textarea:focus-visible,html[data-theme=light] .asset-modal__field input:focus-visible,html[data-theme=light] .asset-modal__field textarea:focus-visible,html[data-theme=light] .commerce-input:focus-visible,html[data-theme=light] .commerce-textarea:focus-visible,html[data-theme=light] .commerce-tool-slot__description-input:focus-visible,html[data-theme=light] .flow-icon-button:focus-visible,html[data-theme=light] .flow-pill-button:focus-visible,html[data-theme=light] .form-input--minimal:focus-visible,html[data-theme=light] .nebula-button:focus-visible,html[data-theme=light] .nebula-icon-button:focus-visible,html[data-theme=light] .obsidian-icon-button:focus-visible,html[data-theme=light] .obsidian-side-nav__child:focus-visible,html[data-theme=light] .obsidian-side-nav__item:focus-visible,html[data-theme=light] .page-header-back:focus-visible,html[data-theme=light] .profile-recharge-modal__input input:focus-visible,html[data-theme=light] .project-create-card__input:focus-visible,html[data-theme=light] .project-pagination__edge:focus-visible,html[data-theme=light] .project-pagination__page:focus-visible,html[data-theme=light] .script-editor-generated-scene__field textarea:focus-visible,html[data-theme=light] .script-editor-scene-input textarea:focus-visible,html[data-theme=light] .script-editor-scriptbox__textarea:focus-visible,html[data-theme=light] .script-editor-subject-action:focus-visible,html[data-theme=light] .sidebar-nav__item:focus-visible,html[data-theme=light] .user-menu__trigger--compact:focus-visible,html[data-theme=light] .user-menu__trigger:focus-visible{outline:none;border-color:var(--app-input-focus-border);box-shadow:var(--app-input-focus-shadow)}html[data-theme=light] .video-scene-card{background:var(--app-surface-base)}html[data-theme=light] .asset-card__status,html[data-theme=light] .flow-topbar__tag,html[data-theme=light] .video-scene-card__asset,html[data-theme=light] .video-scene-card__index,html[data-theme=light] .video-scene-card__status,html[data-theme=light] .workspace-chip{border:1px solid rgba(158,82,255,.14);background:rgba(158,82,255,.08);color:var(--nebula-text-secondary)}html[data-theme=light] .commerce-image-lightbox__image,html[data-theme=light] .commerce-tool-slot__viewport,html[data-theme=light] .script-editor-generated-scene__preview,html[data-theme=light] .script-editor-generated-scene__preview--filled,html[data-theme=light] .subject-card__preview,html[data-theme=light] .video-scene-card__preview,html[data-theme=light] .video-scene-card__prompt{border-color:rgba(130,144,198,.14);background:var(--app-surface-preview);color:var(--nebula-text-secondary);box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}html[data-theme=light] .script-editor-generated-scene__placeholder,html[data-theme=light] .script-editor-scene-empty__visual,html[data-theme=light] .subject-card__preview-empty,html[data-theme=light] .video-scene-card__preview:before{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.46);color:var(--nebula-text-secondary)}html[data-theme=light] .video-scene-card__preview-play{background:rgba(255,255,255,.88);color:var(--app-accent);box-shadow:0 10px 24px rgba(104,118,176,.14)}html[data-theme=light] .script-editor-generated-scene__preview,html[data-theme=light] .script-editor-generated-scene__preview--filled{cursor:pointer}html[data-theme=light] .script-editor-generated-scene__preview--active{border-color:rgba(158,82,255,.28);box-shadow:0 0 0 4px rgba(158,82,255,.1)}html[data-theme=light] .script-editor-generated-scene__placeholder{border-style:dashed}html[data-theme=light] .script-editor-generated-scene__expand,html[data-theme=light] .script-editor-generated-scene__upload-hint{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}html[data-theme=light] .asset-modal__field span,html[data-theme=light] .commerce-tool-slot__description-count,html[data-theme=light] .commerce-tool-slot__description-preview,html[data-theme=light] .flow-topbar__project,html[data-theme=light] .obsidian-topbar__description,html[data-theme=light] .script-editor-generated-scene__field>span,html[data-theme=light] .subject-card__specs dt,html[data-theme=light] .video-scene-card__asset-add,html[data-theme=light] .video-scene-card__duration,html[data-theme=light] .video-scene-card__prompt,html[data-theme=light] .video-scene-card__title-wrap p,html[data-theme=light] .video-summary-copy p,html[data-theme=light] .video-summary-metrics dt,html[data-theme=light] .workspace-chip--muted{color:var(--nebula-text-secondary)}html[data-theme=light] .asset-modal__copy strong,html[data-theme=light] .project-card-obsidian__title,html[data-theme=light] .project-create-card__title,html[data-theme=light] .subject-card__specs dd,html[data-theme=light] .video-summary-card h2,html[data-theme=light] .video-summary-card strong,html[data-theme=light] .video-summary-metrics dd{color:var(--nebula-text-primary)}html[data-theme=light] .form-error,html[data-theme=light] .form-error--obsidian,html[data-theme=light] .script-editor-generated-scene__error{border-color:var(--app-danger-border);background:var(--app-danger-soft);color:var(--app-danger)}html[data-theme=light] .asset-card__danger,html[data-theme=light] .asset-gallery-card__menu button[data-danger=true],html[data-theme=light] .nebula-icon-button--danger,html[data-theme=light] .project-card-obsidian__delete{color:var(--app-danger)}html[data-theme=light] .nebula-button:disabled,html[data-theme=light] .nebula-icon-button:disabled,html[data-theme=light] .primary-button:disabled,html[data-theme=light] .project-pagination__edge:disabled,html[data-theme=light] .project-pagination__page:disabled,html[data-theme=light] .secondary-button:disabled{opacity:.5;box-shadow:none}html[data-theme=light] .asset-empty-state,html[data-theme=light] .asset-inline-feedback,html[data-theme=light] .profile-recharge-modal__input,html[data-theme=light] .video-generation-history-empty,html[data-theme=light] .video-history-card,html[data-theme=light] .video-preview-slot{border-color:rgba(130,144,198,.16);background:var(--app-surface-base);box-shadow:var(--nebula-shadow-soft)}html[data-theme=light] .asset-empty-state__copy strong,html[data-theme=light] .asset-inline-feedback__body strong,html[data-theme=light] .profile-recharge-modal__amount,html[data-theme=light] .profile-recharge-modal__input em,html[data-theme=light] .video-history-card__placeholder strong,html[data-theme=light] .video-preview-slot__placeholder strong{color:var(--nebula-text-primary)}html[data-theme=light] .asset-empty-state__copy p,html[data-theme=light] .asset-inline-feedback__body p,html[data-theme=light] .asset-library-loadingmore,html[data-theme=light] .profile-recharge-modal__hint,html[data-theme=light] .video-generation-history-empty p,html[data-theme=light] .video-generation-history-panel__error,html[data-theme=light] .video-generation-history-panel__head p,html[data-theme=light] .video-history-card__message,html[data-theme=light] .video-history-card__meta,html[data-theme=light] .video-preview-slot__detail,html[data-theme=light] .video-preview-slot__placeholder span{color:var(--nebula-text-secondary)}html[data-theme=light] .profile-recharge-modal__input{border-color:var(--app-input-border);background:var(--app-input-bg)}html[data-theme=light] .profile-recharge-modal__input:focus-within{border-color:var(--app-input-focus-border);box-shadow:var(--app-input-focus-shadow)}html[data-theme=light] .profile-recharge-modal__quick-tag{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.88);color:var(--nebula-text-secondary)}html[data-theme=light] .profile-recharge-modal__quick-tag:focus-visible,html[data-theme=light] .profile-recharge-modal__quick-tag:hover{border-color:rgba(158,82,255,.2);background:rgba(255,255,255,.98);color:var(--nebula-text-primary);box-shadow:0 10px 22px rgba(104,118,176,.1)}html[data-theme=light] .profile-recharge-modal__status,html[data-theme=light] .workspace-chip--processing{color:#3476d9}html[data-theme=light] .workspace-chip--processing{border-color:rgba(74,143,255,.22);background:rgba(74,143,255,.12)}html[data-theme=light] .video-history-card__placeholder--success,html[data-theme=light] .workspace-chip--success{border-color:rgba(103,180,255,.22);background:rgba(103,180,255,.12);color:#2e6cb0}html[data-theme=light] .video-history-card__placeholder--warning,html[data-theme=light] .workspace-chip--warning{border-color:rgba(255,188,100,.24);background:rgba(255,188,100,.12);color:#9c6a1f}html[data-theme=light] .asset-inline-feedback--error,html[data-theme=light] .video-history-card__placeholder--danger,html[data-theme=light] .workspace-chip--danger{border-color:rgba(215,86,134,.22);background:rgba(215,86,134,.12);color:#c24d78}html[data-theme=light] .asset-inline-feedback--success{border-color:rgba(103,180,255,.22);background:rgba(103,180,255,.08)}html[data-theme=light] .video-history-card,html[data-theme=light] .video-preview-slot{background:var(--app-surface-base)}html[data-theme=light] .character-preview-modal__viewport,html[data-theme=light] .video-history-card__media,html[data-theme=light] .video-preview-slot__media{border-color:rgba(130,144,198,.14);background:var(--app-surface-preview)}html[data-theme=light] .video-history-card__media video,html[data-theme=light] .video-preview-slot__media video{background:#edf2ff}html[data-theme=light] .video-preview-slot--warning .video-preview-slot__media{border-color:rgba(255,188,100,.24)}html[data-theme=light] .video-preview-slot--processing .video-preview-slot__media,html[data-theme=light] .video-preview-slot--success .video-preview-slot__media{border-color:rgba(103,180,255,.22)}html[data-theme=light] .video-preview-slot--danger .video-preview-slot__media{border-color:rgba(215,86,134,.22)}html[data-theme=light] .video-history-card--skeleton{background:linear-gradient(90deg,rgba(245,247,255,.96),rgba(255,255,255,.98),rgba(245,247,255,.96));background-size:200% 100%}html[data-theme=light] .video-generation-history-empty{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.7)}html[data-theme=light] .character-preview-modal__viewport,html[data-theme=light] .character-upload-slot__art{box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}html[data-theme=light] .character-upload-slot__art{border-color:rgba(130,144,198,.18);background:radial-gradient(circle at 50% 20%,rgba(158,82,255,.16),transparent 34%),linear-gradient(180deg,rgba(238,242,255,.96),rgba(224,232,249,.96))}html[data-theme=light] .character-upload-slot__art-card,html[data-theme=light] .character-upload-slot__art:before{border-color:rgba(130,144,198,.14);background:rgba(255,255,255,.28)}html[data-theme=light] .character-voice-modal__panel,html[data-theme=light] .voice-library-panel,html[data-theme=light] .voice-upload-modal__panel{background:var(--app-surface-raised)}html[data-theme=light] .character-voice-inline__copy strong,html[data-theme=light] .character-voice-option__copy strong,html[data-theme=light] .character-voice-selector__copy strong,html[data-theme=light] .character-voice-task-card__copy strong,html[data-theme=light] .voice-library-card strong,html[data-theme=light] .voice-library-panel__header h2{color:var(--nebula-text-primary)}html[data-theme=light] .character-voice-inline__copy span,html[data-theme=light] .character-voice-modal__placeholder,html[data-theme=light] .character-voice-option__copy p,html[data-theme=light] .character-voice-option__muted,html[data-theme=light] .character-voice-selector__copy p,html[data-theme=light] .character-voice-task-card__copy p,html[data-theme=light] .character-voice-task-card__meta,html[data-theme=light] .character-voice-upload__copy p,html[data-theme=light] .voice-library-card p,html[data-theme=light] .voice-library-card__meta,html[data-theme=light] .voice-library-card__placeholder,html[data-theme=light] .voice-library-panel__header p,html[data-theme=light] .voice-library-placeholder,html[data-theme=light] .voice-upload-modal__tips p{color:var(--nebula-text-secondary)}html[data-theme=light] .character-voice-inline,html[data-theme=light] .character-voice-option,html[data-theme=light] .character-voice-selector,html[data-theme=light] .character-voice-task-card,html[data-theme=light] .character-voice-upload__trigger,html[data-theme=light] .voice-library-card{border-color:rgba(130,144,198,.16);background:var(--app-surface-base);box-shadow:var(--nebula-shadow-soft)}html[data-theme=light] .character-voice-option--active,html[data-theme=light] .character-voice-selector--selected,html[data-theme=light] .character-voice-task-card--ready,html[data-theme=light] .character-voice-upload__trigger--filled,html[data-theme=light] .voice-library-card--ready{border-color:rgba(158,82,255,.22);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,242,255,.98));box-shadow:0 0 0 3px rgba(158,82,255,.08)}html[data-theme=light] .character-voice-option:focus-visible,html[data-theme=light] .character-voice-option:hover,html[data-theme=light] .character-voice-selector:focus-visible,html[data-theme=light] .character-voice-selector:hover,html[data-theme=light] .character-voice-upload__trigger:focus-visible,html[data-theme=light] .character-voice-upload__trigger:hover,html[data-theme=light] .voice-library-card:focus-within,html[data-theme=light] .voice-library-card:hover{border-color:rgba(158,82,255,.2);box-shadow:0 16px 34px rgba(104,118,176,.1)}html[data-theme=light] .character-voice-modal__tab--active,html[data-theme=light] .character-voice-option__badge,html[data-theme=light] .character-voice-selector__badge,html[data-theme=light] .character-voice-upload__badge{border-color:rgba(158,82,255,.18);background:rgba(158,82,255,.1);color:#9e52ff;box-shadow:inset 0 0 0 1px rgba(158,82,255,.08)}html[data-theme=light] .character-voice-modal__tabs{border-color:rgba(130,144,198,.14);background:rgba(246,248,255,.96)}html[data-theme=light] .character-voice-modal__tab{color:var(--nebula-text-secondary)}html[data-theme=light] .character-voice-selector__action,html[data-theme=light] .character-voice-upload__action{background:rgba(158,82,255,.1);color:#9e52ff}html[data-theme=light] .character-voice-selector__clear,html[data-theme=light] .voice-library-card__time{color:var(--nebula-text-muted)}html[data-theme=light] .character-voice-selector__clear:focus-visible,html[data-theme=light] .character-voice-selector__clear:hover{color:#9e52ff}html[data-theme=light] .character-voice-option__audio,html[data-theme=light] .voice-library-card__audio{border-radius:999px;background:rgba(255,255,255,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}html[data-theme=light] .voice-library-card__audio--skeleton,html[data-theme=light] .voice-library-skeleton{background:linear-gradient(90deg,rgba(231,236,250,.9),rgba(244,247,255,1) 50%,rgba(231,236,250,.9));background-size:200% 100%}html[data-theme=light] .voice-upload-modal__tips{border-color:rgba(130,144,198,.14);background:rgba(247,249,255,.92)}html[data-theme=light] .commerce-select-wrap:after{color:var(--nebula-text-muted)}html[data-theme=light] .commerce-select,html[data-theme=light] .commerce-select option{color:var(--nebula-text-primary);background:#fbfcff}html[data-theme=light] .asset-create-rulelist,html[data-theme=light] .asset-upload-dropzone,html[data-theme=light] .asset-upload-tips,html[data-theme=light] .character-create-status,html[data-theme=light] .character-front-generator-upload,html[data-theme=light] .character-upload-slot,html[data-theme=light] .commerce-upload-slot,html[data-theme=light] .commerce-upload-zone{border-color:rgba(130,144,198,.16);box-shadow:var(--nebula-shadow-soft)}html[data-theme=light] .asset-upload-dropzone,html[data-theme=light] .character-front-generator-upload,html[data-theme=light] .character-upload-slot,html[data-theme=light] .commerce-upload-zone{background:radial-gradient(circle at top left,rgba(158,82,255,.08),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(243,247,255,.96))}html[data-theme=light] .asset-create-rulelist,html[data-theme=light] .asset-upload-tips,html[data-theme=light] .character-create-status,html[data-theme=light] .commerce-upload-slot{background:rgba(247,249,255,.92)}html[data-theme=light] .asset-create-field span,html[data-theme=light] .asset-create-rulelist>span,html[data-theme=light] .asset-upload-dropzone__empty strong,html[data-theme=light] .character-create-status__body strong,html[data-theme=light] .character-front-generator-upload__empty strong,html[data-theme=light] .character-front-generator-upload__meta strong,html[data-theme=light] .character-upload-slot__filled-bottom strong,html[data-theme=light] .character-upload-slot__summary strong,html[data-theme=light] .commerce-upload-zone strong{color:var(--nebula-text-primary)}html[data-theme=light] .asset-create-rulelist ul,html[data-theme=light] .asset-upload-dropzone__empty p,html[data-theme=light] .asset-upload-tips p,html[data-theme=light] .character-create-field__helper,html[data-theme=light] .character-create-status__body p,html[data-theme=light] .character-front-generator-upload__empty p,html[data-theme=light] .character-front-generator-upload__meta p,html[data-theme=light] .character-upload-slot__meta,html[data-theme=light] .character-upload-slot__summary p,html[data-theme=light] .commerce-upload-zone span{color:var(--nebula-text-secondary)}html[data-theme=light] .character-front-generator-upload__icon,html[data-theme=light] .character-upload-slot__placeholder-icon,html[data-theme=light] .commerce-upload-slot,html[data-theme=light] .commerce-upload-zone svg{color:#9e52ff}html[data-theme=light] .commerce-upload-slot{background:linear-gradient(180deg,rgba(245,247,255,.98),rgba(235,239,250,.96))}html[data-theme=light] .asset-upload-dropzone--active,html[data-theme=light] .character-front-generator-upload--active,html[data-theme=light] .character-front-generator-upload:hover,html[data-theme=light] .character-upload-slot--active,html[data-theme=light] .character-upload-slot:focus-visible,html[data-theme=light] .character-upload-slot:hover,html[data-theme=light] .commerce-upload-slot:focus-visible,html[data-theme=light] .commerce-upload-slot:hover,html[data-theme=light] .commerce-upload-zone:focus-visible,html[data-theme=light] .commerce-upload-zone:hover{border-color:rgba(158,82,255,.22);box-shadow:0 0 0 3px rgba(158,82,255,.08)}html[data-theme=light] .asset-upload-preview__image,html[data-theme=light] .character-front-generator-upload__image,html[data-theme=light] .character-upload-slot__image{background:rgba(239,243,255,.86)}html[data-theme=light] .character-front-generator-modal .asset-modal__actions{background:linear-gradient(180deg,rgba(247,249,255,0),rgba(247,249,255,.9) 28%,rgba(247,249,255,.98))}html[data-theme=light] .character-upload-slot__badge,html[data-theme=light] .character-upload-slot__badge--floating{border-color:rgba(158,82,255,.16);background:rgba(255,255,255,.84);color:#9e52ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.76)}html[data-theme=light] .character-front-generator-upload__meta,html[data-theme=light] .character-upload-slot__filled-bottom,html[data-theme=light] .character-upload-slot__floating-header{background:linear-gradient(180deg,rgba(255,255,255,.34),rgba(246,249,255,.72));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}html[data-theme=light] .character-upload-slot__icon-button,html[data-theme=light] .character-upload-slot__tool{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.88);color:var(--nebula-text-secondary);box-shadow:0 10px 22px rgba(104,118,176,.1)}html[data-theme=light] .character-upload-slot__tool--accent{border-color:rgba(158,82,255,.18);background:linear-gradient(90deg,#8a2be2,#ff1493);color:#fffaff;box-shadow:0 14px 28px rgba(158,82,255,.2)}html[data-theme=light] .character-upload-slot__icon-button--danger,html[data-theme=light] .character-upload-slot__tool--danger{background:rgba(215,86,134,.1);color:#c24d78}html[data-theme=light] .asset-create-panel__error,html[data-theme=light] .asset-modal__error,html[data-theme=light] .character-upload-slot__error,html[data-theme=light] .character-upload-slot__error--floating,html[data-theme=light] .commerce-form-error{color:#c24d78}html[data-theme=light] .commerce-duration-input{color:var(--nebula-text-primary)}html[data-theme=light] .commerce-duration-unit{color:var(--nebula-text-secondary)}html[data-theme=light] .commerce-input--invalid,html[data-theme=light] .commerce-textarea--invalid,html[data-theme=light] .commerce-tool-slot__description-input--invalid{border-color:rgba(215,86,134,.38);box-shadow:0 0 0 3px rgba(215,86,134,.08)}html[data-theme=light] .script-editor-library-upload,html[data-theme=light] .video-clone-upload-zone,html[data-theme=light] .video-reference-option,html[data-theme=light] .video-reference-picker-modal__blank,html[data-theme=light] .video-reference-picker-modal__empty{border-color:rgba(130,144,198,.16);background:var(--app-surface-base);color:var(--nebula-text-secondary);box-shadow:var(--nebula-shadow-soft)}html[data-theme=light] .script-editor-library-card__footer strong,html[data-theme=light] .video-clone-upload-zone strong{color:var(--nebula-text-primary)}html[data-theme=light] .script-editor-library-section__header span,html[data-theme=light] .script-editor-library-upload,html[data-theme=light] .script-editor-library-upload span:last-child,html[data-theme=light] .video-clone-upload-zone span{color:var(--nebula-text-secondary)}html[data-theme=light] .script-editor-library-upload:focus-visible,html[data-theme=light] .script-editor-library-upload:hover,html[data-theme=light] .video-reference-option--active{border-color:rgba(158,82,255,.22);box-shadow:0 0 0 3px rgba(158,82,255,.08)}html[data-theme=light] .video-reference-option__thumb{border-color:rgba(130,144,198,.14);background:var(--app-surface-preview)}html[data-theme=light] .video-reference-option__thumb--upload{color:#7c59ff;background:rgba(158,82,255,.08)}html[data-theme=light] .script-editor-library-card__tone,html[data-theme=light] .video-reference-option__badge{background:rgba(158,82,255,.1);color:#9e52ff}html[data-theme=light] .video-summary-option{color:var(--nebula-text-secondary)}html[data-theme=light] .video-summary-option input{accent-color:#9e52ff}html[data-theme=light] .obsidian-shell .user-menu__panel a,html[data-theme=light] .obsidian-shell .user-menu__panel button,html[data-theme=light] .user-menu__panel a,html[data-theme=light] .user-menu__panel button{background:transparent;color:var(--nebula-text-primary)}html[data-theme=light] .obsidian-shell .user-menu__panel a>span:last-child,html[data-theme=light] .obsidian-shell .user-menu__panel button>span:last-child,html[data-theme=light] .user-menu__panel a>span:last-child,html[data-theme=light] .user-menu__panel button>span:last-child{color:var(--nebula-text-muted);transition:color .14s ease}html[data-theme=light] .obsidian-shell .user-menu__panel a:focus-visible,html[data-theme=light] .obsidian-shell .user-menu__panel a:hover,html[data-theme=light] .obsidian-shell .user-menu__panel button:focus-visible,html[data-theme=light] .obsidian-shell .user-menu__panel button:hover,html[data-theme=light] .user-menu__panel a:focus-visible,html[data-theme=light] .user-menu__panel a:hover,html[data-theme=light] .user-menu__panel button:focus-visible,html[data-theme=light] .user-menu__panel button:hover{background:rgba(158,82,255,.1);color:var(--nebula-text-primary);box-shadow:inset 0 0 0 1px rgba(158,82,255,.08)}html[data-theme=light] .obsidian-shell .user-menu__panel a:focus-visible>span:last-child,html[data-theme=light] .obsidian-shell .user-menu__panel a:hover>span:last-child,html[data-theme=light] .obsidian-shell .user-menu__panel button:focus-visible>span:last-child,html[data-theme=light] .obsidian-shell .user-menu__panel button:hover>span:last-child,html[data-theme=light] .user-menu__panel a:focus-visible>span:last-child,html[data-theme=light] .user-menu__panel a:hover>span:last-child,html[data-theme=light] .user-menu__panel button:focus-visible>span:last-child,html[data-theme=light] .user-menu__panel button:hover>span:last-child{color:#9e52ff}html[data-theme=light] .obsidian-shell .user-menu__panel button:disabled,html[data-theme=light] .user-menu__panel button:disabled{background:transparent;color:var(--nebula-text-muted);opacity:.56}html[data-theme=light] .asset-gallery-card__menu-trigger{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.86);color:var(--nebula-text-secondary);box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}html[data-theme=light] .asset-gallery-card__menu-trigger:focus-visible,html[data-theme=light] .asset-gallery-card__menu-trigger:hover{border-color:rgba(158,82,255,.18);background:rgba(255,255,255,.98);color:var(--nebula-text-primary);box-shadow:0 12px 24px rgba(104,118,176,.1)}html[data-theme=light] .asset-gallery-card__menu{border-color:rgba(130,144,198,.16);background:var(--app-surface-raised);box-shadow:var(--nebula-shadow-soft)}html[data-theme=light] .asset-gallery-card__menu a,html[data-theme=light] .asset-gallery-card__menu button{color:var(--nebula-text-primary)}html[data-theme=light] .asset-gallery-card__menu a:focus-visible,html[data-theme=light] .asset-gallery-card__menu a:hover,html[data-theme=light] .asset-gallery-card__menu button:focus-visible,html[data-theme=light] .asset-gallery-card__menu button:hover{background:rgba(158,82,255,.1);color:var(--nebula-text-primary)}html[data-theme=light] .asset-gallery-card__menu button[data-danger=true]:focus-visible,html[data-theme=light] .asset-gallery-card__menu button[data-danger=true]:hover,html[data-theme=light] .asset-gallery-card__menu-danger:focus-visible,html[data-theme=light] .asset-gallery-card__menu-danger:hover{background:rgba(215,86,134,.1);color:var(--app-danger)}html[data-theme=light] .subject-card__preview--character-empty{background:radial-gradient(circle at 50% 22%,rgba(158,82,255,.14),transparent 28%),linear-gradient(180deg,rgba(241,245,255,.98),rgba(225,232,248,.98))}html[data-theme=light] .subject-card__preview-empty:before{background:radial-gradient(circle at 50% 45%,rgba(255,236,247,.9) 0,rgba(219,212,255,.56) 42%,rgba(181,189,228,.14) 74%,rgba(181,189,228,0) 100%)}html[data-theme=light] .subject-card__preview-empty:after{background:linear-gradient(180deg,rgba(191,201,234,.28),rgba(155,170,217,.18) 42%,rgba(133,148,202,.12));box-shadow:inset 0 1px 0 rgba(255,255,255,.8),0 18px 34px rgba(104,118,176,.12)}html[data-theme=light] .video-reference-preview-modal__viewport{border-color:rgba(130,144,198,.14);background:radial-gradient(circle at 50% 18%,rgba(158,82,255,.12),transparent 28%),linear-gradient(180deg,rgba(244,247,255,.98),rgba(232,238,251,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.82),var(--nebula-shadow-soft)}html[data-theme=light] .video-reference-preview-modal__image{filter:drop-shadow(0 18px 36px rgba(104,118,176,.14))}html[data-theme=light] .character-voice-option__audio,html[data-theme=light] .voice-library-card__audio{border:1px solid rgba(130,144,198,.14);color-scheme:light;accent-color:#9e52ff}html[data-theme=light] .asset-upload-preview__meta{color:var(--nebula-text-secondary)}html[data-theme=light] .asset-create-field input,html[data-theme=light] .asset-create-field textarea,html[data-theme=light] .asset-modal__field input,html[data-theme=light] .asset-modal__field textarea,html[data-theme=light] .character-upload-slot input,html[data-theme=light] .commerce-duration-input,html[data-theme=light] .commerce-input,html[data-theme=light] .commerce-select,html[data-theme=light] .commerce-textarea,html[data-theme=light] .commerce-tool-slot__description-input,html[data-theme=light] .form-field--obsidian .form-input--obsidian,html[data-theme=light] .form-input--minimal,html[data-theme=light] .profile-recharge-modal__input input,html[data-theme=light] .project-create-card__input,html[data-theme=light] .script-editor-generated-scene__field textarea,html[data-theme=light] .script-editor-scene-input textarea,html[data-theme=light] .script-editor-scriptbox__textarea{color:var(--nebula-text-primary);-webkit-text-fill-color:var(--nebula-text-primary);caret-color:#9e52ff}html[data-theme=light] .form-field--obsidian .form-input--obsidian:-webkit-autofill,html[data-theme=light] .form-field--obsidian .form-input--obsidian:-webkit-autofill:focus-visible,html[data-theme=light] .form-field--obsidian .form-input--obsidian:-webkit-autofill:hover{-webkit-text-fill-color:var(--nebula-text-primary);caret-color:#9e52ff;box-shadow:var(--app-login-input-focus-shadow),0 0 0 1000px var(--app-login-input-bg-hover) inset;-webkit-transition:background-color 9999s ease-out;transition:background-color 9999s ease-out}html[data-theme=light] .character-front-generator-upload__icon,html[data-theme=light] .character-upload-slot__placeholder-icon{border-color:rgba(158,82,255,.18);background:linear-gradient(180deg,rgba(249,242,255,.98),rgba(237,241,252,.96));color:#9e52ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.88),0 10px 24px rgba(104,118,176,.08)}html[data-theme=light] .character-front-generator-upload--active .character-front-generator-upload__icon,html[data-theme=light] .character-front-generator-upload:focus-visible .character-front-generator-upload__icon,html[data-theme=light] .character-front-generator-upload:hover .character-front-generator-upload__icon,html[data-theme=light] .character-upload-slot--active .character-upload-slot__placeholder-icon,html[data-theme=light] .character-upload-slot:focus-visible .character-upload-slot__placeholder-icon,html[data-theme=light] .character-upload-slot:hover .character-upload-slot__placeholder-icon{border-color:rgba(158,82,255,.24);background:linear-gradient(180deg,rgba(252,246,255,1),rgba(242,245,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.92),0 14px 28px rgba(104,118,176,.12)}html[data-theme=light] .asset-gallery-card{border-color:rgba(130,144,198,.16);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(246,249,255,.98));box-shadow:0 18px 36px rgba(104,118,176,.1)}html[data-theme=light] .asset-gallery-card:focus-within,html[data-theme=light] .asset-gallery-card:hover{border-color:rgba(158,82,255,.2);box-shadow:0 22px 42px rgba(104,118,176,.12),0 0 0 1px rgba(158,82,255,.08)}html[data-theme=light] .asset-gallery-card--selected{border-color:rgba(158,82,255,.24);box-shadow:0 24px 46px rgba(104,118,176,.14),0 0 0 3px rgba(158,82,255,.1)}html[data-theme=light] .asset-gallery-card__media{border-bottom-color:rgba(130,144,198,.12);background:var(--app-surface-preview)}html[data-theme=light] .asset-gallery-card__veil{background:linear-gradient(180deg,rgba(255,255,255,0),rgba(247,249,255,.08) 40%,rgba(240,244,255,.76) 82%,rgba(240,244,255,.96))}html[data-theme=light] .asset-gallery-card__badge{border-color:rgba(158,82,255,.16);background:rgba(255,255,255,.92);color:#9e52ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 10px 24px rgba(104,118,176,.1)}html[data-theme=light] .asset-gallery-card__body{background:linear-gradient(180deg,rgba(255,255,255,.74),rgba(247,249,255,.98) 36%,rgba(244,247,255,.98))}html[data-theme=light] .asset-gallery-card__title{color:var(--nebula-text-primary)}html[data-theme=light] .asset-gallery-card__meta,html[data-theme=light] .asset-gallery-card__placeholder{color:var(--nebula-text-secondary)}html[data-theme=light] .product-asset-select{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.92);color:var(--nebula-text-primary)}html[data-theme=light] .product-asset-select:focus-visible{border-color:rgba(158,82,255,.2)}html[data-theme=light] .product-create-panel__hint{color:var(--nebula-text-secondary)}html[data-theme=light] .product-create-upload-row{border-color:rgba(130,144,198,.16);background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(245,248,255,.98))}html[data-theme=light] .product-create-upload-row__thumb{border-color:rgba(130,144,198,.2);background:linear-gradient(180deg,rgba(251,252,255,.98),rgba(240,245,255,.96))}html[data-theme=light] .product-create-upload-row__thumb--drag{border-color:rgba(158,82,255,.32);box-shadow:0 0 0 3px rgba(158,82,255,.08)}html[data-theme=light] .product-create-upload-row__textarea{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.94);color:var(--nebula-text-primary)}html[data-theme=light] .product-create-upload-row__textarea:focus-visible{border-color:rgba(158,82,255,.24)}html[data-theme=light] .product-create-upload-row__head strong,html[data-theme=light] .product-create-upload-row__thumb-empty strong{color:var(--nebula-text-primary)}html[data-theme=light] .asset-gallery-card__media--skeleton,html[data-theme=light] .asset-gallery-skeleton{background:linear-gradient(90deg,rgba(232,236,250,.92),rgba(246,248,255,1) 50%,rgba(232,236,250,.92));background-size:200% 100%}html[data-theme=light] .consume-log-empty{border-color:rgba(130,144,198,.16);background:linear-gradient(180deg,rgba(250,251,255,.96),rgba(244,247,255,.98));color:var(--nebula-text-secondary);box-shadow:inset 0 1px 0 rgba(255,255,255,.86)}html[data-theme=light] .consume-log-table__head{color:var(--nebula-text-muted)}html[data-theme=light] .consume-log-table__row{border-color:rgba(130,144,198,.16);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,249,255,.98));box-shadow:0 12px 26px rgba(104,118,176,.08)}html[data-theme=light] .consume-log-table__cell{color:var(--nebula-text-secondary)}html[data-theme=light] .consume-log-table__cell--amount,html[data-theme=light] .consume-log-table__cell--consume,html[data-theme=light] .consume-log-table__cell--service{color:var(--nebula-text-primary)}html[data-theme=light] .consume-log-table__cell--refund{color:#0f9f6e}html[data-theme=light] .consume-log-table__type-tag--consume{color:#475569;background:rgba(148,163,184,.16)}html[data-theme=light] .consume-log-table__type-tag--refund{color:#047857;background:rgba(16,185,129,.14)}html[data-theme=light] .consume-log-pagination__summary,html[data-theme=light] .consume-log-table__mobile-label{color:var(--nebula-text-muted)}html[data-theme=light] .commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot,html[data-theme=light] .commerce-setup-screen .commerce-tool-slot--preview:focus-visible,html[data-theme=light] .commerce-setup-screen .commerce-tool-slot--preview:hover{border-color:rgba(130,144,198,.16);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,248,255,.98));color:var(--nebula-text-primary);box-shadow:0 18px 34px rgba(104,118,176,.1)}html[data-theme=light] .commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot__index{background:rgba(158,82,255,.1);color:#9e52ff}html[data-theme=light] .commerce-tool-slot__thumb-button{border:1px solid rgba(130,144,198,.14);box-shadow:inset 0 1px 0 rgba(255,255,255,.74)}html[data-theme=light] .commerce-tool-slot__image{background:rgba(238,243,255,.86)}html[data-theme=light] .commerce-tool-slot__content{background:linear-gradient(180deg,rgba(255,255,255,.24),rgba(246,249,255,.88) 34%,rgba(245,248,255,.98));border-radius:16px}html[data-theme=light] .commerce-tool-slot__description-field>span,html[data-theme=light] .commerce-tool-slot__empty-copy strong,html[data-theme=light] .commerce-tool-slot__meta strong{color:var(--nebula-text-primary)}html[data-theme=light] .commerce-tool-slot__remove{color:var(--nebula-text-secondary)}html[data-theme=light] .commerce-tool-slot__remove:focus-visible,html[data-theme=light] .commerce-tool-slot__remove:hover{color:#c24d78}html[data-theme=light] .commerce-tool-slot__status{background:rgba(158,82,255,.14);color:#9e52ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.7)}html[data-theme=light] .commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot__viewport,html[data-theme=light] .commerce-setup-screen .commerce-tool-slot--empty .commerce-tool-slot__viewport{border-color:rgba(130,144,198,.16);background:radial-gradient(circle at 22% 18%,rgba(158,82,255,.12),transparent 34%),radial-gradient(circle at 78% 82%,rgba(255,86,156,.08),transparent 28%),linear-gradient(180deg,rgba(252,253,255,.96),rgba(239,244,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__thumb-button{border-color:rgba(130,144,198,.16);background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(243,247,255,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__thumb-button:focus-visible{outline:none;border-color:rgba(158,82,255,.24);box-shadow:0 0 0 3px rgba(158,82,255,.12),inset 0 1px 0 rgba(255,255,255,.82)}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__image{background:linear-gradient(180deg,rgba(243,247,255,.96),rgba(233,239,252,.98))}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__expand{border:1px solid rgba(130,144,198,.16);background:rgba(255,255,255,.88);color:#9e52ff;box-shadow:0 10px 24px rgba(104,118,176,.12)}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__content{border:1px solid rgba(130,144,198,.14);background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(246,249,255,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__empty-copy{gap:6px}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-count,html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__empty-copy span{color:var(--nebula-text-secondary)}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__status{border:1px solid rgba(158,82,255,.14);background:rgba(158,82,255,.12);color:#9e52ff}html[data-theme=light] .commerce-setup-screen .commerce-image-lightbox__close{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.92);color:var(--nebula-text-primary);box-shadow:0 10px 24px rgba(104,118,176,.12)}html[data-theme=light] .commerce-setup-screen .commerce-image-lightbox__meta strong{color:var(--nebula-text-primary)}html[data-theme=light] .commerce-setup-screen .commerce-tool-grid>.commerce-tool-panel:last-child .commerce-tool-slot span:not(.commerce-tool-slot__index){color:inherit}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-label{color:var(--nebula-text-primary)}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-count,html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-preview,html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__empty-copy span{color:var(--nebula-text-secondary)}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__expand span,html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__status span{color:inherit}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__content{gap:10px;padding:0;border:0;background:transparent;box-shadow:none}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__meta{align-items:center;gap:12px;padding:0 2px}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__meta strong{font-size:15px;font-weight:760;letter-spacing:-.01em}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__remove{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border:1px solid rgba(255,86,156,.14);border-radius:999px;background:rgba(255,86,156,.08);color:#c55a90;font-size:12px;font-weight:700;line-height:1;box-shadow:inset 0 1px 0 rgba(255,255,255,.7);transition:border-color .18s ease,background-color .18s ease,color .18s ease,transform .18s ease,box-shadow .18s ease}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__remove:focus-visible,html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__remove:hover{border-color:rgba(255,86,156,.24);background:rgba(255,86,156,.12);color:#b84980;box-shadow:0 8px 18px rgba(218,107,158,.14),inset 0 1px 0 rgba(255,255,255,.78);transform:translateY(-1px);outline:none}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-field{gap:10px;padding:13px 14px 12px;border:1px solid rgba(130,144,198,.14);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(246,249,255,.96));box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 10px 24px rgba(104,118,176,.08);transition:border-color .18s ease,box-shadow .18s ease,background-color .18s ease}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-field:hover{border-color:rgba(130,144,198,.2)}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-field:focus-within{border-color:rgba(158,82,255,.26);box-shadow:0 0 0 3px rgba(158,82,255,.1),inset 0 1px 0 rgba(255,255,255,.88)}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-label{align-items:baseline}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-field>span,html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-label>span:first-child{font-size:12px;font-weight:700;letter-spacing:.01em}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-count{font-size:12px;font-weight:700}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-input{min-height:54px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none;color:var(--nebula-text-primary);font-size:14px;line-height:1.6}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-input:focus-visible,html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-input:hover{border:0;background:transparent;box-shadow:none;outline:none}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-input::placeholder{color:rgba(120,136,174,.52)}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-input--invalid{box-shadow:none}html[data-theme=light] .commerce-setup-screen .commerce-tool-slot__description-field:has(.commerce-tool-slot__description-input--invalid){border-color:rgba(255,86,156,.24);box-shadow:0 0 0 3px rgba(255,86,156,.1),inset 0 1px 0 rgba(255,255,255,.86)}html[data-theme=light] .script-editor-scene-status{grid-template-columns:minmax(0,1fr);gap:4px;margin-bottom:14px;padding:14px 16px;border:1px solid rgba(130,144,198,.16);border-radius:18px;background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(246,249,255,.98));box-shadow:0 14px 32px rgba(104,118,176,.08),inset 0 1px 0 rgba(255,255,255,.86)}html[data-theme=light] .script-editor-scene-status strong{color:var(--nebula-text-primary);font-size:13px;font-weight:800;line-height:1.35}html[data-theme=light] .script-editor-scene-status p{margin:0;color:var(--nebula-text-secondary);font-size:12px;line-height:1.6}html[data-theme=light] .script-editor-scene-status--success{border-color:rgba(158,82,255,.18);background:radial-gradient(circle at left top,rgba(158,82,255,.1),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,243,255,.98))}html[data-theme=light] .script-editor-scene-status--success strong{color:#7d49d9}html[data-theme=light] .script-editor-scene-status--error{border-color:rgba(255,86,156,.18);background:radial-gradient(circle at left top,rgba(255,86,156,.08),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,244,248,.98))}html[data-theme=light] .script-editor-scene-status--error strong{color:#cf4e87}html[data-theme=light] .script-editor-scene-status--loading{border-color:rgba(158,82,255,.16);background:radial-gradient(circle at left top,rgba(158,82,255,.08),transparent 32%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(243,246,255,.98))}html[data-theme=light] .video-generation-screen--split .video-generation-section-copy svg{stroke:#9e52ff}html[data-theme=light] .video-generation-screen--split .video-generation-empty-state__copy strong,html[data-theme=light] .video-generation-screen--split .video-generation-section-copy h2,html[data-theme=light] .video-generation-screen--split .video-split-card__header h3,html[data-theme=light] .video-generation-screen--split .video-split-card__preview-copy strong{color:var(--nebula-text-primary)}html[data-theme=light] .video-generation-screen--split .video-generation-empty-state__copy p,html[data-theme=light] .video-generation-screen--split .video-generation-section-copy p,html[data-theme=light] .video-generation-screen--split .video-shot-reference-group__label,html[data-theme=light] .video-generation-screen--split .video-shot-reference__description,html[data-theme=light] .video-generation-screen--split .video-split-card__preview-copy p{color:var(--nebula-text-secondary)}html[data-theme=light] .video-generation-screen--split .video-split-card{border-color:rgba(130,144,198,.16);border-radius:24px;background:radial-gradient(circle at top right,rgba(158,82,255,.1),transparent 34%),radial-gradient(circle at bottom left,rgba(255,86,156,.06),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,249,255,.98));box-shadow:0 18px 38px rgba(104,118,176,.1),inset 0 1px 0 rgba(255,255,255,.86)}html[data-theme=light] .video-generation-screen--split .video-split-shot-row{border-color:rgba(130,144,198,.14);background:linear-gradient(180deg,rgba(252,253,255,.96),rgba(246,249,255,.98));box-shadow:0 10px 24px rgba(104,118,176,.08),inset 0 1px 0 rgba(255,255,255,.82)}html[data-theme=light] .video-generation-screen--split .video-split-shot-row__index{color:var(--nebula-text-primary)}html[data-theme=light] .video-generation-screen--split .video-split-shot-row__duration{border-color:rgba(130,144,198,.16);background:rgba(244,247,255,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}html[data-theme=light] .video-generation-screen--split .video-split-shot-row__duration-button{border-color:rgba(130,144,198,.14);background:rgba(255,255,255,.92);color:#7f4bdc;box-shadow:0 6px 14px rgba(104,118,176,.1)}html[data-theme=light] .video-generation-screen--split .video-split-shot-row__duration-button:focus-visible,html[data-theme=light] .video-generation-screen--split .video-split-shot-row__duration-button:hover{border-color:rgba(158,82,255,.2);background:rgba(255,255,255,.98);color:#9e52ff;outline:none}html[data-theme=light] .video-generation-screen--split .video-split-shot-row__duration-value{color:var(--nebula-text-primary)}html[data-theme=light] .video-generation-screen--split .video-preview-slot__action,html[data-theme=light] .video-generation-screen--split .video-shot-reference__action,html[data-theme=light] .video-generation-screen--split .video-split-card__history-link,html[data-theme=light] .video-generation-screen--split .video-split-shot-row__action{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.88);color:var(--nebula-text-secondary);box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}html[data-theme=light] .video-generation-screen--split .video-preview-slot__action:focus-visible,html[data-theme=light] .video-generation-screen--split .video-preview-slot__action:hover,html[data-theme=light] .video-generation-screen--split .video-shot-reference__action:focus-visible,html[data-theme=light] .video-generation-screen--split .video-shot-reference__action:hover,html[data-theme=light] .video-generation-screen--split .video-split-card__history-link:focus-visible,html[data-theme=light] .video-generation-screen--split .video-split-card__history-link:hover,html[data-theme=light] .video-generation-screen--split .video-split-shot-row__action:focus-visible,html[data-theme=light] .video-generation-screen--split .video-split-shot-row__action:hover{border-color:rgba(158,82,255,.18);background:rgba(255,255,255,.98);color:var(--nebula-text-primary);box-shadow:0 12px 24px rgba(104,118,176,.1);outline:none}html[data-theme=light] .video-generation-screen--split .video-shot-reference__action--danger,html[data-theme=light] .video-generation-screen--split .video-split-shot-row__action--danger{border-color:rgba(255,86,156,.16);background:rgba(255,86,156,.08);color:#c24d78}html[data-theme=light] .video-generation-screen--split .video-shot-reference__action--danger:focus-visible,html[data-theme=light] .video-generation-screen--split .video-shot-reference__action--danger:hover,html[data-theme=light] .video-generation-screen--split .video-split-shot-row__action--danger:focus-visible,html[data-theme=light] .video-generation-screen--split .video-split-shot-row__action--danger:hover{border-color:rgba(255,86,156,.22)}html[data-theme=light] .video-generation-screen--split .video-preview-slot__action--danger{border-color:rgba(255,120,150,.2);background:rgba(255,110,146,.08);color:#c24d78}html[data-theme=light] .video-generation-screen--split .video-preview-slot__action--danger:focus-visible,html[data-theme=light] .video-generation-screen--split .video-preview-slot__action--danger:hover{border-color:rgba(255,120,150,.28);background:rgba(255,110,146,.14);color:#a93461}html[data-theme=light] .video-generation-screen--split .video-split-shot-row textarea{border-color:var(--app-input-border);background:var(--app-input-bg);color:var(--nebula-text-primary);box-shadow:inset 0 1px 0 rgba(255,255,255,.76)}html[data-theme=light] .video-generation-screen--split .video-split-shot-row textarea::placeholder{color:rgba(120,136,174,.5)}html[data-theme=light] .video-generation-screen--split .video-split-shot-row textarea:focus{border-color:var(--app-input-focus-border);box-shadow:var(--app-input-focus-shadow)}html[data-theme=light] .video-generation-screen--split .video-shot-reference{border-color:rgba(130,144,198,.14);background:rgba(250,251,255,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.76)}html[data-theme=light] .video-generation-screen--split .video-shot-reference__plus{border-color:rgba(158,82,255,.18);background:rgba(158,82,255,.08)}html[data-theme=light] .video-generation-screen--split .video-shot-reference__plus svg{stroke:#9e52ff}html[data-theme=light] .video-generation-screen--split .video-shot-reference__thumb{border-color:rgba(130,144,198,.14);background:var(--app-surface-preview)}html[data-theme=light] .video-generation-screen--split .video-shot-reference__badge{background:rgba(158,82,255,.1);color:#9e52ff}html[data-theme=light] .video-generation-screen--split .video-shot-reference__title{color:var(--nebula-text-primary)}html[data-theme=light] .video-generation-screen--split .video-split-shot-row__error{color:#c24d78}html[data-theme=light] .video-generation-screen--split .video-split-card__history-link--disabled{opacity:1;border-color:rgba(130,144,198,.14);background:rgba(246,248,255,.78);color:rgba(128,142,179,.86)}html[data-theme=light] .video-generation-screen--split .video-split-card__preview-empty{border-color:rgba(130,144,198,.16);background:linear-gradient(180deg,rgba(252,253,255,.9),rgba(246,249,255,.94))}html[data-theme=light] .video-generation-screen--split .video-generation-empty-state__visual,html[data-theme=light] .video-generation-screen--split .video-preview-slot__placeholder-visual,html[data-theme=light] .video-generation-screen--split .video-split-card__preview-empty-visual{border-color:rgba(130,144,198,.16);background:radial-gradient(circle at top,rgba(158,82,255,.12),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.94),rgba(242,246,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}html[data-theme=light] .video-generation-screen--split .video-generation-style-reference__thumb-strip{border-color:rgba(130,144,198,.18);background:radial-gradient(circle at top right,rgba(158,82,255,.08),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(244,247,255,.98));box-shadow:0 12px 24px rgba(104,118,176,.08)}html[data-theme=light] .video-generation-screen--split .video-generation-style-reference__thumb{border-color:rgba(130,144,198,.18);background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(239,244,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.88)}html[data-theme=light] .video-generation-screen--split .video-generation-style-reference__thumb-badge{background:rgba(255,255,255,.9);color:#7a4dff;box-shadow:0 8px 16px rgba(104,118,176,.12)}html[data-theme=light] .video-generation-screen--split .video-generation-style-reference__thumb-delete{border-color:rgba(255,167,187,.34);background:rgba(255,255,255,.96);color:#e85b84;box-shadow:0 10px 18px rgba(104,118,176,.12)}html[data-theme=light] .video-generation-screen--split .video-generation-style-reference__thumb-copy p{color:var(--nebula-text-secondary)}html[data-theme=light] .video-generation-screen--split .video-generation-style-reference__empty,html[data-theme=light] .video-generation-screen--split .video-generation-style-reference__text-card{border-color:rgba(130,144,198,.18);background:radial-gradient(circle at top right,rgba(158,82,255,.08),transparent 26%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(244,247,255,.98));box-shadow:0 12px 24px rgba(104,118,176,.08)}html[data-theme=light] .video-generation-screen--split .video-generation-style-reference__text-remove{border-color:rgba(255,167,187,.34);background:rgba(255,255,255,.96);color:#e85b84;box-shadow:0 10px 18px rgba(104,118,176,.12)}html[data-theme=light] .video-generation-screen--split .video-generation-empty-state__visual--loading{box-shadow:0 14px 28px rgba(104,118,176,.12)}html[data-theme=light] .video-generation-screen--split .video-generation-empty-state__visual svg,html[data-theme=light] .video-generation-screen--split .video-preview-slot__placeholder-visual svg,html[data-theme=light] .video-generation-screen--split .video-split-card__preview-empty-visual svg{stroke:#9e52ff}html[data-theme=light] .video-generation-screen--split .video-preview-slot{border-color:rgba(130,144,198,.16);background:radial-gradient(circle at top right,rgba(158,82,255,.08),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,249,255,.98));box-shadow:0 16px 34px rgba(104,118,176,.08),inset 0 1px 0 rgba(255,255,255,.84)}html[data-theme=light] .video-generation-screen--split .video-preview-slot__media-action{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.9);color:var(--nebula-text-primary);box-shadow:0 10px 22px rgba(104,118,176,.12)}html[data-theme=light] .video-generation-screen--split .video-preview-slot__media-action--ghost{background:rgba(247,249,255,.82);color:var(--nebula-text-secondary)}html[data-theme=light] .video-generation-screen--split .video-preview-slot__detail span,html[data-theme=light] .video-generation-screen--split .video-preview-slot__placeholder strong,html[data-theme=light] .video-generation-screen--split .video-preview-slot__title{color:var(--nebula-text-primary)}html[data-theme=light] .video-generation-screen--split .video-preview-slot__detail p,html[data-theme=light] .video-generation-screen--split .video-preview-slot__meta,html[data-theme=light] .video-generation-screen--split .video-preview-slot__placeholder span,html[data-theme=light] .video-generation-screen--split .video-preview-slot__summary{color:var(--nebula-text-secondary)}html[data-theme=light] .video-generation-screen--split .video-preview-slot__action--secondary{background:rgba(247,249,255,.84)}html[data-theme=light] .video-generation-screen--split .video-generation-loading-mask{background:rgba(226,232,248,.42)}html[data-theme=light] .video-generation-screen--split .video-generation-loading-mask__panel,html[data-theme=light] .video-generation-screen--split .video-split-progress-panel{border-color:rgba(130,144,198,.16);background:radial-gradient(circle at top,rgba(158,82,255,.12),transparent 34%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,249,255,.98));box-shadow:0 24px 60px rgba(104,118,176,.16)}html[data-theme=light] .video-generation-screen--split .video-generation-loading-mask__spinner{border-color:#9e52ff rgba(158,82,255,.14) rgba(158,82,255,.14)}html[data-theme=light] .video-generation-screen--split .video-generation-loading-mask__track,html[data-theme=light] .video-generation-screen--split .video-split-progress-panel__track{background:rgba(158,82,255,.08)}html[data-theme=light] .video-generation-screen--split .video-split-progress-panel__value{color:#9e52ff}html[data-theme=light] .video-generation-screen--split .video-split-card__eyebrow{border:1px solid rgba(158,82,255,.14);background:linear-gradient(180deg,rgba(158,82,255,.12),rgba(158,82,255,.08));color:#8d4ff0;box-shadow:inset 0 1px 0 rgba(255,255,255,.72)}html[data-theme=light] .video-generation-screen--split .video-split-card__preview-empty{border-style:solid;border-color:rgba(158,82,255,.12);background:radial-gradient(circle at left top,rgba(158,82,255,.08),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.96),rgba(247,249,255,.98))}html[data-theme=light] .video-generation-screen--split .video-split-card__preview-empty-copy strong{color:var(--nebula-text-primary);font-size:16px;font-weight:800;letter-spacing:-.01em}html[data-theme=light] .video-generation-screen--split .video-split-card__preview-empty-copy p{color:var(--nebula-text-secondary)}html[data-theme=light] .video-generation-screen--split .video-split-card__preview-empty-visual{border-color:rgba(158,82,255,.14)}html[data-theme=light] .obsidian-shell .user-menu__trigger--compact{border-color:rgba(130,144,198,.16);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(243,247,255,.98));color:#7f4bdc;box-shadow:0 12px 26px rgba(104,118,176,.12),inset 0 1px 0 rgba(255,255,255,.86)}html[data-theme=light] .obsidian-shell .user-menu__trigger--compact:focus-visible,html[data-theme=light] .obsidian-shell .user-menu__trigger--compact:hover{border-color:rgba(158,82,255,.22);background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(247,249,255,1));color:#9e52ff;box-shadow:0 16px 30px rgba(104,118,176,.14),0 0 0 3px rgba(158,82,255,.1),inset 0 1px 0 rgba(255,255,255,.9)}html[data-theme=light] .obsidian-shell .user-menu__trigger--compact .avatar,html[data-theme=light] .user-menu__trigger--compact .avatar{width:100%;height:100%;border-radius:11px;background:linear-gradient(135deg,#9c56ff,#ff569c);color:#fffaff;font-size:14px;font-weight:800;letter-spacing:-.02em;box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 10px 22px rgba(158,82,255,.22)}:root{--app-nav-shell-height:58px;--app-nav-shell-padding:18px;--app-sidebar-width:188px;--app-brand-footprint-width:140px;--app-brand-footprint-height:42px;--app-brand-footprint-width-mobile:110px;--app-brand-footprint-height-mobile:34px}.flow-page-header__brand-link,.flow-page-header__brand-link .platform-brand,.flow-page-header__brand-overlay,.flow-page-header__brand-overlay .platform-brand,.flow-page-header__leading .platform-brand,.platform-brand--sidebar,.platform-brand--topbar,.video-flow-header__brand-overlay,.video-flow-header__brand-overlay .platform-brand{display:inline-flex;align-items:center;justify-content:flex-start;min-width:0}.platform-brand--sidebar{width:100%;max-width:var(--app-brand-footprint-width);height:var(--app-brand-footprint-height)}.flow-page-header__brand-link,.flow-page-header__brand-link .platform-brand,.flow-page-header__brand-overlay,.flow-page-header__brand-overlay .platform-brand,.flow-page-header__leading .platform-brand,.platform-brand--topbar,.video-flow-header__brand-overlay,.video-flow-header__brand-overlay .platform-brand,.video-flow-header__brand-overlay .platform-brand--topbar{width:var(--app-brand-footprint-width);min-width:var(--app-brand-footprint-width);max-width:var(--app-brand-footprint-width);height:var(--app-brand-footprint-height)}.flow-page-header__brand-link .platform-brand__image--topbar,.flow-page-header__brand-overlay .platform-brand__image--topbar,.flow-page-header__heading-prefix .platform-brand__image--topbar,.flow-page-header__leading .platform-brand__image--topbar,.platform-brand__image--sidebar,.platform-brand__image--topbar,.video-flow-header__brand-overlay .platform-brand__image--topbar{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:left center}.obsidian-sidebar>.platform-brand--sidebar{padding:4px 8px 2px;margin-bottom:2px}.flow-topbar,.obsidian-topbar,.video-flow-header{min-height:var(--app-nav-shell-height);padding:10px var(--app-nav-shell-padding)}.obsidian-shell__body{grid-template-columns:var(--app-sidebar-width) minmax(0,1fr)}.obsidian-sidebar{gap:14px;padding:14px 12px 16px}.flow-topbar__actions,.flow-topbar__brand,.flow-topbar__context,.obsidian-topbar__actions,.obsidian-topbar__main{display:flex;align-items:center;gap:10px;min-width:0}.flow-topbar__copy,.obsidian-topbar__copy{gap:2px}.flow-topbar__brand{flex:1 1 auto;flex-wrap:nowrap}.flow-topbar__brand--link{display:inline-flex;align-items:center;gap:12px;min-width:0}.flow-topbar__context{flex:0 1 auto}.flow-topbar__project{max-width:min(34vw,320px);min-height:30px;padding:0 12px;border-radius:999px}.flow-page-header__topline--brand-overlay,.video-flow-header__row--brand-overlay{padding-left:calc(var(--app-brand-footprint-width) + 14px)}.obsidian-side-nav{gap:10px}.obsidian-side-nav__group{gap:6px}.obsidian-side-nav__item{min-height:46px;gap:10px;padding:0 12px;border-radius:16px}.obsidian-side-nav__icon{flex:0 0 32px;width:32px;height:32px;border:1px solid rgba(137,149,193,.12);border-radius:11px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.obsidian-side-nav__item:focus-visible .obsidian-side-nav__icon,.obsidian-side-nav__item:hover .obsidian-side-nav__icon{border-color:rgba(151,127,255,.22);background:linear-gradient(180deg,rgba(159,142,255,.14),rgba(93,105,154,.18))}.obsidian-side-nav__item--active .obsidian-side-nav__icon{border-color:rgba(151,127,255,.28);background:linear-gradient(180deg,rgba(156,86,255,.22),rgba(255,86,156,.12));color:#f7f0ff}.obsidian-side-nav__children{margin-left:16px;padding:4px 0 2px 14px}.obsidian-side-nav__child{min-height:38px;padding:0 14px;border-radius:14px}html[data-theme=light] .obsidian-side-nav__child--active,html[data-theme=light] .obsidian-side-nav__child--active span,html[data-theme=light] .obsidian-side-nav__child--active:focus-visible,html[data-theme=light] .obsidian-side-nav__child--active:hover,html[data-theme=light] .obsidian-side-nav__item--active .obsidian-side-nav__text,html[data-theme=light] .obsidian-side-nav__item--active:focus-visible .obsidian-side-nav__text,html[data-theme=light] .obsidian-side-nav__item--active:hover .obsidian-side-nav__text{color:#9e52ff}@media (max-width:980px){.obsidian-shell__body{grid-template-columns:1fr}.obsidian-sidebar{padding:12px 14px 14px}}@media (max-width:720px){.flow-topbar,.obsidian-topbar,.video-flow-header{padding:10px 14px}.flow-page-header__brand-link,.flow-page-header__brand-link .platform-brand,.flow-page-header__brand-overlay,.flow-page-header__brand-overlay .platform-brand,.flow-page-header__leading .platform-brand,.platform-brand--topbar,.video-flow-header__brand-overlay,.video-flow-header__brand-overlay .platform-brand,.video-flow-header__brand-overlay .platform-brand--topbar{width:var(--app-brand-footprint-width-mobile);min-width:var(--app-brand-footprint-width-mobile);max-width:var(--app-brand-footprint-width-mobile);height:var(--app-brand-footprint-height-mobile)}.obsidian-sidebar>.platform-brand--sidebar{max-width:var(--app-brand-footprint-width-mobile);height:var(--app-brand-footprint-height-mobile)}.flow-topbar__brand--link{flex-wrap:wrap;row-gap:8px}.flow-page-header__topline--brand-overlay,.video-flow-header__row--brand-overlay{padding-left:0}}.obsidian-topbar__brand-link{display:inline-flex;align-items:center;justify-content:flex-start;flex:0 0 auto;text-decoration:none;transition:opacity .14s ease,transform .14s ease}.obsidian-topbar__brand-link:focus-visible,.obsidian-topbar__brand-link:hover{opacity:.96;transform:translateY(-1px);outline:none}.obsidian-topbar__brand-link .platform-brand,.obsidian-topbar__brand-link .platform-brand--topbar{display:inline-flex;align-items:center;justify-content:flex-start;width:var(--app-brand-footprint-width);min-width:var(--app-brand-footprint-width);max-width:var(--app-brand-footprint-width);height:var(--app-brand-footprint-height)}.obsidian-topbar__brand-link .platform-brand__image--topbar{width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;object-position:left center}.obsidian-sidebar{justify-content:flex-start}@media (max-width:720px){.obsidian-topbar__brand-link .platform-brand,.obsidian-topbar__brand-link .platform-brand--topbar{width:var(--app-brand-footprint-width-mobile);min-width:var(--app-brand-footprint-width-mobile);max-width:var(--app-brand-footprint-width-mobile);height:var(--app-brand-footprint-height-mobile)}}.obsidian-topbar--brand-only .obsidian-topbar__main{gap:0}.flow-topbar__brand-link{display:inline-flex;align-items:center;justify-content:flex-start;flex:0 0 auto;min-width:0}.flow-topbar__context--custom{flex:1 1 auto}.flow-topbar--workspace-merged{gap:18px}.flow-topbar__workspace-inline{display:flex;align-items:center;gap:12px 14px;flex:1 1 auto;min-width:0;flex-wrap:wrap}.flow-topbar__workspace-back{flex:0 0 auto;min-height:40px}.flow-topbar__workspace-title{color:var(--nebula-text-primary);font-size:clamp(24px,2.2vw,32px);font-weight:780;letter-spacing:-.05em;line-height:1.08;white-space:nowrap}.flow-topbar__workspace-chip{flex:0 0 auto}.flow-page-shell--creation-mode{padding-top:16px}.creation-mode-panel{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.creation-mode-screen .creation-mode-grid--showcase{gap:18px}html[data-theme=light] .flow-topbar--workspace-merged{border-bottom-color:rgba(130,144,198,.14);background:radial-gradient(circle at 14% 16%,rgba(158,82,255,.08),transparent 18%),linear-gradient(180deg,rgba(255,255,255,.94),rgba(248,250,255,.9));box-shadow:0 12px 28px rgba(104,118,176,.08)}html[data-theme=light] .flow-topbar--workspace-merged .page-header-back{background:rgba(255,255,255,.88);box-shadow:inset 0 1px 0 rgba(255,255,255,.82),0 10px 24px rgba(104,118,176,.08)}html[data-theme=light] .flow-topbar--workspace-merged .flow-topbar__workspace-title{color:var(--nebula-text-primary)}html[data-theme=light] .flow-topbar--workspace-merged .flow-topbar__workspace-chip{border-color:rgba(158,82,255,.16);background:linear-gradient(180deg,rgba(251,246,255,.98),rgba(246,240,255,.96));color:#8f4ff1;box-shadow:inset 0 1px 0 rgba(255,255,255,.84)}html[data-theme=light] .flow-page-shell--creation-mode{gap:16px}html[data-theme=light] .creation-mode-panel{background:transparent}html[data-theme=light] .creation-mode-screen .creation-entry-card{border-color:rgba(130,144,198,.15);background:radial-gradient(circle at top right,rgba(158,82,255,.08),transparent 28%),linear-gradient(180deg,rgba(255,255,255,.99),rgba(248,250,255,.97));box-shadow:0 20px 44px rgba(104,118,176,.12),inset 0 1px 0 rgba(255,255,255,.86)}html[data-theme=light] .creation-mode-screen .creation-entry-card:before{background:linear-gradient(90deg,rgba(158,82,255,.24),rgba(255,86,156,.12) 42%,transparent)}html[data-theme=light] .creation-mode-screen .creation-entry-card__icon{border:1px solid rgba(158,82,255,.12);background:linear-gradient(180deg,rgba(247,240,255,.96),rgba(235,240,255,.94));color:#9e52ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.8)}html[data-theme=light] .creation-mode-screen .creation-entry-card__highlight,html[data-theme=light] .creation-mode-screen .creation-entry-card__product-tags span{border:1px solid rgba(158,82,255,.12);background:rgba(255,255,255,.88);color:var(--nebula-text-secondary);box-shadow:inset 0 1px 0 rgba(255,255,255,.82)}html[data-theme=light] .creation-mode-screen .creation-entry-card__scene{border-color:rgba(130,144,198,.14);background:radial-gradient(circle at 84% 20%,rgba(158,82,255,.14),transparent 24%),linear-gradient(180deg,rgba(241,245,255,.98),rgba(229,236,252,.92));box-shadow:inset 0 1px 0 rgba(255,255,255,.76);filter:none}html[data-theme=light] .creation-mode-screen .creation-entry-card__scene:before{background:radial-gradient(circle,rgba(158,82,255,.14) 0,rgba(158,82,255,0) 72%)}html[data-theme=light] .creation-mode-screen .creation-entry-card__scene--commerce-ad:before{background:radial-gradient(circle,rgba(255,86,156,.12) 0,rgba(255,86,156,0) 72%)}html[data-theme=light] .creation-mode-screen .creation-entry-card__frame{border-color:rgba(130,144,198,.16);background:linear-gradient(180deg,rgba(186,196,233,.72),rgba(142,156,212,.84));box-shadow:0 14px 28px rgba(122,136,190,.12),inset 0 1px 0 rgba(255,255,255,.4)}html[data-theme=light] .creation-mode-screen .creation-entry-card__frame--front:after,html[data-theme=light] .creation-mode-screen .creation-entry-card__frame--front:before,html[data-theme=light] .creation-mode-screen .creation-entry-card__product-copy span,html[data-theme=light] .creation-mode-screen .creation-entry-card__timeline span{background:linear-gradient(90deg,rgba(255,255,255,.7),rgba(193,205,245,.78))}html[data-theme=light] .creation-mode-screen .creation-entry-card__product-shot{border:1px solid rgba(158,82,255,.12);background:linear-gradient(180deg,rgba(245,236,255,.96),rgba(226,235,255,.94));box-shadow:inset 0 1px 0 rgba(255,255,255,.78),0 12px 24px rgba(122,136,190,.08)}html[data-theme=light] .creation-mode-screen .creation-entry-card:focus-visible,html[data-theme=light] .creation-mode-screen .creation-entry-card:hover{border-color:rgba(158,82,255,.2);background:radial-gradient(circle at top right,rgba(158,82,255,.1),transparent 30%),linear-gradient(180deg,rgba(255,255,255,.995),rgba(249,251,255,.985));box-shadow:0 24px 48px rgba(104,118,176,.14),0 0 0 3px rgba(158,82,255,.08)}@media (max-width:980px){.flow-topbar__workspace-inline{width:100%}.flow-topbar__workspace-title{white-space:normal}}@media (max-width:720px){.flow-topbar--workspace-merged{align-items:flex-start}.flow-topbar__workspace-inline{align-items:flex-start;row-gap:10px}}.flow-topbar__brand-link .platform-brand,.flow-topbar__brand-link .platform-brand--topbar,.obsidian-topbar__brand-link .platform-brand,.obsidian-topbar__brand-link .platform-brand--topbar,.platform-brand--topbar{width:auto;min-width:0;max-width:none}.flow-topbar__brand-link .platform-brand__image--topbar,.obsidian-topbar__brand-link .platform-brand__image--topbar{width:auto;max-width:none}.flow-topbar__brand,.obsidian-topbar__main{gap:8px}.flow-topbar--workspace-merged .flow-topbar__actions{margin-left:auto;justify-content:flex-end;flex:0 0 auto}.flow-topbar--workspace-merged .flow-topbar__workspace-inline{gap:12px}.flow-page-shell--creation-mode{min-height:0;grid-template-rows:none;padding-top:12px;padding-bottom:12px}.creation-mode-screen .flow-page-shell--creation-mode>.creation-mode-panel{min-height:0}.creation-mode-screen .flow-page-shell--creation-mode .creation-mode-grid--showcase{align-items:stretch}.creation-mode-screen .flow-page-shell--creation-mode .creation-entry-card{min-height:clamp(460px,calc(100dvh - 240px),620px);grid-template-rows:max-content max-content minmax(220px,1fr) max-content}html[data-theme=light] .flow-page-shell--creation-mode{background:transparent}html[data-theme=light] .creation-mode-screen .flow-page-shell--creation-mode .creation-entry-card{min-height:clamp(460px,calc(100dvh - 240px),620px)}@media (max-width:980px){.flow-topbar--workspace-merged .flow-topbar__actions{width:auto}.creation-mode-screen .flow-page-shell--creation-mode .creation-entry-card{min-height:clamp(400px,calc(100dvh - 220px),560px)}}@media (max-width:720px){.flow-topbar__brand-link .platform-brand,.flow-topbar__brand-link .platform-brand--topbar,.obsidian-topbar__brand-link .platform-brand,.obsidian-topbar__brand-link .platform-brand--topbar,.platform-brand--topbar{height:var(--app-brand-footprint-height-mobile)}.flow-topbar--workspace-merged .flow-topbar__actions{width:100%;justify-content:flex-start}.creation-mode-screen .flow-page-shell--creation-mode .creation-entry-card{min-height:auto;grid-template-rows:max-content max-content minmax(160px,auto) max-content}}.flow-topbar__brand-link,.obsidian-topbar__brand-link{margin-right:-8px}.flow-topbar__workspace-title{min-width:0;font-size:var(--app-titlebar-title-size);line-height:var(--app-titlebar-title-line-height);letter-spacing:var(--app-titlebar-title-tracking)}.flow-topbar--workspace-merged .flow-topbar__workspace-inline{min-width:0;flex-wrap:nowrap}.creation-mode-screen .flow-page-shell--creation-mode{display:flex;flex-direction:column;justify-content:center;min-height:calc(100dvh - 84px);gap:12px;padding-top:8px;padding-bottom:8px}.creation-mode-screen .flow-page-shell--creation-mode>.creation-mode-panel{width:100%}.creation-mode-screen .flow-page-shell--creation-mode .creation-mode-grid--showcase{margin-block:auto}.creation-mode-screen .flow-page-shell--creation-mode .creation-entry-card{min-height:clamp(420px,calc(100dvh - 240px),560px)}@media (max-width:980px){.flow-topbar__brand-link,.obsidian-topbar__brand-link{margin-right:-4px}.flow-topbar--workspace-merged .flow-topbar__workspace-inline{flex-wrap:wrap}.creation-mode-screen .flow-page-shell--creation-mode{justify-content:flex-start;min-height:0}.creation-mode-screen .flow-page-shell--creation-mode .creation-entry-card{min-height:clamp(380px,calc(100dvh - 220px),520px)}}@media (max-width:720px){.flow-topbar__workspace-title{font-size:var(--app-titlebar-title-size)}.creation-mode-screen .flow-page-shell--creation-mode{padding-top:10px;padding-bottom:10px}.creation-mode-screen .flow-page-shell--creation-mode .creation-entry-card{min-height:auto}}.flow-topbar__brand-link,.obsidian-topbar__brand-link{margin-right:6px}@media (max-width:980px){.flow-topbar__brand-link,.obsidian-topbar__brand-link{margin-right:4px}}:root{--app-titlebar-title-size:clamp(18px,1.55vw,24px);--app-titlebar-title-line-height:1.06;--app-titlebar-title-tracking:-0.035em;--app-titlebar-brand-gap:6px}.flow-page-header--brand-inline h1,.flow-topbar__workspace-title,.obsidian-topbar__title,.video-flow-header--brand-inline .video-flow-header__title-wrap h1{font-size:var(--app-titlebar-title-size);line-height:var(--app-titlebar-title-line-height);letter-spacing:var(--app-titlebar-title-tracking);font-weight:780}.flow-page-header__brand-inline-link,.flow-topbar__brand-link,.obsidian-topbar__brand-link,.video-flow-header--brand-inline .video-flow-header__brand-overlay{margin-right:var(--app-titlebar-brand-gap)}.flow-page-header--brand-inline{gap:10px;padding:10px 18px}.flow-page-header--brand-inline .flow-page-header__brand-bar{display:flex;align-items:center;gap:12px;min-width:0;flex-wrap:wrap}.flow-page-header--brand-inline .flow-page-header__brand-inline-link{display:inline-flex;align-items:center;justify-content:flex-start;flex:0 0 auto;min-width:0;text-decoration:none;transition:opacity .14s ease,transform .14s ease}.flow-page-header--brand-inline .flow-page-header__brand-inline-link:focus-visible,.flow-page-header--brand-inline .flow-page-header__brand-inline-link:hover{opacity:.96;transform:translateY(-1px);outline:none}.flow-page-header--brand-inline .flow-page-header__brand-inline-link .platform-brand,.flow-page-header--brand-inline .flow-page-header__brand-inline-link .platform-brand--topbar{display:inline-flex;align-items:center;justify-content:flex-start;width:auto;min-width:0;max-width:none;height:var(--app-brand-footprint-height)}.flow-page-header--brand-inline .flow-page-header__brand-inline-link .platform-brand__image--topbar{width:auto;max-width:none;max-height:100%;object-fit:contain;object-position:left center}.flow-page-header--brand-inline .flow-page-header__brand-title{display:flex;align-items:center;gap:12px;flex:1 1 auto;min-width:0}.flow-page-header--brand-inline .flow-page-header__brand-title h1{margin:0;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.flow-page-header--brand-inline .flow-page-header__brand-side{justify-content:flex-end;flex:0 1 auto;margin-left:auto}.flow-page-header--brand-inline .flow-page-header__brand-actions,.flow-page-header--brand-inline .flow-page-header__brand-meta,.flow-page-header--brand-inline .flow-page-header__brand-side{display:flex;align-items:center;gap:12px;flex-wrap:wrap;min-width:0}.video-flow-header--brand-inline .video-flow-header__row--brand-overlay{padding-left:0;grid-template-columns:auto auto minmax(0,1fr) auto}.video-flow-header--brand-inline .video-flow-header__brand-overlay{position:static;left:auto;top:auto;transform:none;width:auto;min-width:0;max-width:none;height:auto}.video-flow-header--brand-inline .video-flow-header__brand-overlay .platform-brand,.video-flow-header--brand-inline .video-flow-header__brand-overlay .platform-brand--topbar{display:inline-flex;align-items:center;justify-content:flex-start;width:auto;min-width:0;max-width:none;height:var(--app-brand-footprint-height)}.video-flow-header--brand-inline .video-flow-header__brand-overlay .platform-brand__image--topbar{width:auto;min-width:0;max-width:none;height:auto;max-height:100%;object-fit:contain;object-position:left center}.video-flow-header--brand-inline .video-flow-header__title-wrap h1{white-space:nowrap}@media (max-width:980px){.flow-page-header--brand-inline .flow-page-header__brand-side{width:100%;margin-left:0;justify-content:flex-start}}@media (max-width:720px){:root{--app-titlebar-title-size:20px;--app-titlebar-brand-gap:4px}.flow-page-header--brand-inline .flow-page-header__brand-inline-link .platform-brand,.flow-page-header--brand-inline .flow-page-header__brand-inline-link .platform-brand--topbar,.video-flow-header--brand-inline .video-flow-header__brand-overlay .platform-brand,.video-flow-header--brand-inline .video-flow-header__brand-overlay .platform-brand--topbar{height:var(--app-brand-footprint-height-mobile)}.flow-page-header--brand-inline .flow-page-header__brand-title,.video-flow-header--brand-inline .video-flow-header__row{width:100%}.flow-page-header--brand-inline .flow-page-header__brand-title h1,.video-flow-header--brand-inline .video-flow-header__title-wrap h1{white-space:normal}.video-flow-header--brand-inline .video-flow-header__row--brand-overlay{grid-template-columns:auto 1fr}}.flow-page-shell>.flow-page-header--brand-inline,.flow-page-shell>.video-flow-header--brand-inline,.video-generation-history-layout>.video-flow-header--brand-inline,.video-generation-layout>.video-flow-header--brand-inline{border-left:0;border-right:0;border-radius:0;background:var(--app-topbar-bg);box-shadow:0 10px 26px rgba(104,118,176,.08);margin:-18px -18px 8px;padding:10px 18px}.flow-page-shell>.flow-page-header--brand-inline .flow-page-header__summary,.flow-page-shell>.video-flow-header--brand-inline .video-flow-header__subrow{padding-left:0;padding-right:0}html[data-theme=light] .flow-page-shell>.flow-page-header--brand-inline,html[data-theme=light] .flow-page-shell>.video-flow-header--brand-inline,html[data-theme=light] .video-generation-history-layout>.video-flow-header--brand-inline,html[data-theme=light] .video-generation-layout>.video-flow-header--brand-inline{border-color:rgba(130,144,198,.14);background:var(--app-topbar-bg);box-shadow:0 10px 26px rgba(104,118,176,.08)}@media (max-width:980px){.flow-page-shell>.flow-page-header--brand-inline,.flow-page-shell>.video-flow-header--brand-inline,.video-generation-history-layout>.video-flow-header--brand-inline,.video-generation-layout>.video-flow-header--brand-inline{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}.video-generation-style-reference__bar{flex-direction:column;align-items:flex-start}.video-generation-style-reference__actions{width:100%;justify-content:flex-start}.video-generation-style-kind-modal__actions{grid-template-columns:minmax(0,1fr)}.video-generation-style-reference__text-head{flex-direction:column}.video-generation-style-reference__thumb-strip{padding-right:10px}.video-generation-style-reference__thumb-delete{left:50px}}:root{--app-titlebar-height:56px;--app-titlebar-padding-x:18px;--app-titlebar-cluster-gap:12px}.flow-page-shell>.flow-page-header--brand-inline,.flow-page-shell>.video-flow-header--brand-inline,.flow-topbar,.obsidian-topbar,.video-generation-history-layout>.video-flow-header--brand-inline,.video-generation-layout>.video-flow-header--brand-inline{min-height:var(--app-titlebar-height);padding-top:10px;padding-bottom:10px}.flow-page-header--brand-inline .flow-page-header__brand-bar,.flow-topbar__brand,.obsidian-topbar__main,.video-flow-header--brand-inline .video-flow-header__row{align-items:center;gap:var(--app-titlebar-cluster-gap)}.flow-page-header--brand-inline .flow-page-header__brand-side,.flow-topbar__actions,.obsidian-topbar__actions,.video-flow-header--brand-inline .video-flow-header__actions{margin-left:auto;justify-content:flex-end}.flow-page-header--brand-inline .page-header-back,.flow-topbar__workspace-back,.video-flow-header--brand-inline .page-header-back{flex:0 0 auto;min-height:40px}.flow-page-header--brand-inline .flow-page-header__brand-title,.flow-topbar__workspace-inline,.obsidian-topbar__copy,.video-flow-header--brand-inline .video-flow-header__title-wrap{min-width:0}.video-flow-header--brand-inline .video-flow-header__row{display:flex}.video-flow-header--brand-inline .video-flow-header__title-wrap{flex:1 1 auto}.video-flow-header--brand-inline .video-flow-header__actions{flex:0 0 auto}.video-flow-header--brand-inline .video-flow-header__subrow{justify-content:flex-end}@media (max-width:980px){.flow-page-shell>.flow-page-header--brand-inline,.flow-page-shell>.video-flow-header--brand-inline,.flow-topbar,.obsidian-topbar,.video-generation-history-layout>.video-flow-header--brand-inline,.video-generation-layout>.video-flow-header--brand-inline{padding-left:14px;padding-right:14px}.flow-page-header--brand-inline .flow-page-header__brand-side,.flow-topbar__actions,.video-flow-header--brand-inline .video-flow-header__actions,.video-flow-header--brand-inline .video-flow-header__subrow{width:auto}}@media (max-width:720px){:root{--app-titlebar-height:54px;--app-titlebar-padding-x:14px;--app-titlebar-cluster-gap:10px}.flow-page-header--brand-inline .flow-page-header__brand-side,.flow-topbar__actions,.video-flow-header--brand-inline .video-flow-header__actions,.video-flow-header--brand-inline .video-flow-header__subrow{width:100%;margin-left:0;justify-content:flex-start}}.flow-page-header--brand-inline.flow-topbar,.video-flow-header--brand-inline.flow-topbar{align-items:center;justify-content:space-between;gap:14px}.flow-page-header--brand-inline .flow-page-header__brand-context,.flow-page-header--brand-inline.flow-topbar .flow-page-header__brand-bar,.video-flow-header--brand-inline .video-flow-header__title-shell,.video-flow-header--brand-inline.flow-topbar .video-flow-header__row{flex:1 1 auto;min-width:0}.flow-page-header--brand-inline .flow-page-header__brand-title.flow-topbar__workspace-inline,.video-flow-header--brand-inline .video-flow-header__title-wrap.flow-topbar__workspace-inline{gap:12px;flex-wrap:nowrap;min-width:0}.flow-page-header--brand-inline .flow-page-header__brand-title.flow-topbar__workspace-inline h1,.video-flow-header--brand-inline .video-flow-header__title-wrap.flow-topbar__workspace-inline h1{flex:0 1 auto;min-width:0}.flow-page-header--brand-inline .flow-page-header__brand-side.flow-topbar__actions,.video-flow-header--brand-inline .video-flow-header__subrow.flow-topbar__actions{flex:0 0 auto;align-items:center;gap:12px;flex-wrap:wrap;margin-left:auto}.flow-page-header--brand-inline .flow-page-header__brand-actions,.flow-page-header--brand-inline .flow-page-header__brand-meta,.video-flow-header--brand-inline .video-flow-header__actions,.video-flow-header--brand-inline .video-flow-header__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;min-width:0}.flow-page-header--brand-inline .flow-page-header__summary,.video-flow-header--brand-inline .video-flow-header__summary{margin:4px 0 0;padding-left:0;padding-right:0}.commerce-setup-screen .flow-page-shell>.flow-page-header--brand-inline.flow-topbar,.script-editor-screen .flow-page-shell>.flow-page-header--brand-inline.flow-topbar,.video-clone-screen .flow-page-shell>.flow-page-header--brand-inline.flow-topbar,.video-generation-history-screen .flow-page-shell>.video-flow-header--brand-inline.flow-topbar,.video-generation-screen .flow-page-shell>.video-flow-header--brand-inline.flow-topbar{margin-bottom:10px}.commerce-setup-screen .flow-page-shell>.flow-page-header--brand-inline.flow-topbar .flow-page-header__brand-side,.script-editor-screen .flow-page-shell>.flow-page-header--brand-inline.flow-topbar .flow-page-header__brand-side,.video-generation-history-screen .flow-page-shell>.video-flow-header--brand-inline.flow-topbar .video-flow-header__subrow,.video-generation-screen .flow-page-shell>.video-flow-header--brand-inline.flow-topbar .video-flow-header__subrow{justify-content:flex-end}@media (max-width:980px){.flow-page-header--brand-inline.flow-topbar,.video-flow-header--brand-inline.flow-topbar{align-items:flex-start}.flow-page-header--brand-inline .flow-page-header__brand-title.flow-topbar__workspace-inline,.video-flow-header--brand-inline .video-flow-header__title-wrap.flow-topbar__workspace-inline{flex-wrap:wrap}.flow-page-header--brand-inline .flow-page-header__brand-side.flow-topbar__actions,.video-flow-header--brand-inline .video-flow-header__subrow.flow-topbar__actions{width:auto;margin-left:0;justify-content:flex-start}}@media (max-width:720px){.flow-page-header--brand-inline .flow-page-header__brand-side.flow-topbar__actions,.video-flow-header--brand-inline .video-flow-header__subrow.flow-topbar__actions{width:100%}}.user-menu__trigger--dashboard{display:inline-flex;align-items:center;gap:10px;min-height:40px;padding:5px 10px 5px 6px;border-radius:999px}.user-menu__trigger--dashboard .avatar--dashboard{width:28px;height:28px;flex:0 0 28px;border-radius:999px;background:#7b61ff;color:#ffffff;box-shadow:none}.user-menu__trigger--dashboard .avatar--dashboard svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.user-menu__label{color:inherit;font-size:13px;font-weight:700;line-height:1;white-space:nowrap}.user-menu__chevron{display:inline-flex;align-items:center;justify-content:center;color:currentColor;opacity:.72;transition:transform .16s ease,opacity .16s ease}.user-menu__chevron svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.user-menu__chevron--open{opacity:1;transform:rotate(180deg)}.obsidian-shell .user-menu__trigger--dashboard{border-color:rgba(151,127,255,.18);background:linear-gradient(180deg,rgba(44,52,84,.96),rgba(31,38,62,.96));color:#edf2ff;box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.obsidian-shell .user-menu__trigger--dashboard:focus-visible,.obsidian-shell .user-menu__trigger--dashboard:hover{border-color:rgba(151,127,255,.28);background:linear-gradient(180deg,rgba(52,61,96,.98),rgba(35,43,70,.98))}html[data-theme=light] .obsidian-shell .user-menu__trigger--dashboard{border-color:rgba(130,144,198,.16);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(243,247,255,.98));color:#2b3558;box-shadow:0 12px 26px rgba(104,118,176,.12),inset 0 1px 0 rgba(255,255,255,.86)}html[data-theme=light] .obsidian-shell .user-menu__trigger--dashboard:focus-visible,html[data-theme=light] .obsidian-shell .user-menu__trigger--dashboard:hover{border-color:rgba(158,82,255,.2);background:linear-gradient(180deg,rgba(255,255,255,.99),rgba(247,249,255,1));color:#1f2948;box-shadow:0 16px 30px rgba(104,118,176,.14),0 0 0 3px rgba(158,82,255,.08),inset 0 1px 0 rgba(255,255,255,.9)}html[data-theme=light] .obsidian-sidebar{padding:18px 10px 16px;border-right-color:rgba(185,192,214,.46);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(249,250,255,.98))}html[data-theme=light] .obsidian-side-nav{gap:8px}html[data-theme=light] .obsidian-side-nav__group{gap:6px}html[data-theme=light] .obsidian-side-nav__item{min-height:46px;gap:12px;padding:0 14px;border:0;border-radius:14px;background:transparent;color:#636a79;box-shadow:none}html[data-theme=light] .obsidian-side-nav__item:focus-visible,html[data-theme=light] .obsidian-side-nav__item:hover{border-color:transparent;background:rgba(138,43,226,.06);color:#2e3342;box-shadow:none}html[data-theme=light] .obsidian-side-nav__icon{flex:0 0 20px;width:20px;height:20px;border:0;border-radius:0;background:transparent;color:#7a808f;box-shadow:none}html[data-theme=light] .obsidian-side-nav__icon svg{width:20px;height:20px;stroke-width:1.9}html[data-theme=light] .obsidian-side-nav__text{font-size:15px;font-weight:700;letter-spacing:-.01em;color:inherit}html[data-theme=light] .obsidian-side-nav__caret{width:14px;height:14px;color:#a0a7b6}html[data-theme=light] .obsidian-side-nav__group--active .obsidian-side-nav__caret,html[data-theme=light] .obsidian-side-nav__item--group:hover .obsidian-side-nav__caret{color:currentColor}html[data-theme=light] .obsidian-side-nav__children{margin-left:0;padding:2px 0 0;gap:6px}html[data-theme=light] .obsidian-side-nav__child:after,html[data-theme=light] .obsidian-side-nav__child:before,html[data-theme=light] .obsidian-side-nav__children:before{display:none}html[data-theme=light] .obsidian-side-nav__child{min-height:42px;padding:0 14px 0 46px;border:0;border-radius:14px;background:transparent;color:#747b8a;font-size:14px;font-weight:700;transform:none;box-shadow:none}html[data-theme=light] .obsidian-side-nav__child:focus-visible,html[data-theme=light] .obsidian-side-nav__child:hover{background:rgba(138,43,226,.06);color:#2e3342;transform:none}html[data-theme=light] .obsidian-side-nav__child--active,html[data-theme=light] .obsidian-side-nav__child--active:focus-visible,html[data-theme=light] .obsidian-side-nav__child--active:hover,html[data-theme=light] .obsidian-side-nav__item--active,html[data-theme=light] .obsidian-side-nav__item--active:focus-visible,html[data-theme=light] .obsidian-side-nav__item--active:hover{border-color:transparent;background:linear-gradient(90deg,#8a2be2,#9b47ff);color:#ffffff;box-shadow:0 12px 24px rgba(138,43,226,.22)}html[data-theme=light] .obsidian-side-nav__child--active,html[data-theme=light] .obsidian-side-nav__child--active span,html[data-theme=light] .obsidian-side-nav__child--active:focus-visible,html[data-theme=light] .obsidian-side-nav__child--active:hover,html[data-theme=light] .obsidian-side-nav__item--active .obsidian-side-nav__text,html[data-theme=light] .obsidian-side-nav__item--active:focus-visible .obsidian-side-nav__text,html[data-theme=light] .obsidian-side-nav__item--active:hover .obsidian-side-nav__text{color:#ffffff}html[data-theme=light] .obsidian-side-nav__item--active .obsidian-side-nav__icon,html[data-theme=light] .obsidian-side-nav__item--active:focus-visible .obsidian-side-nav__icon,html[data-theme=light] .obsidian-side-nav__item--active:hover .obsidian-side-nav__icon{color:#ffffff;background:transparent}html[data-theme=light] .obsidian-side-nav__group:has(.obsidian-side-nav__child--active)>.obsidian-side-nav__item--group,html[data-theme=light] .obsidian-side-nav__group:has(.obsidian-side-nav__child--active)>.obsidian-side-nav__item--group:focus-visible,html[data-theme=light] .obsidian-side-nav__group:has(.obsidian-side-nav__child--active)>.obsidian-side-nav__item--group:hover{background:rgba(138,43,226,.08);color:#8a2be2;box-shadow:none}html[data-theme=light] .obsidian-side-nav__group:has(.obsidian-side-nav__child--active)>.obsidian-side-nav__item--group .obsidian-side-nav__caret,html[data-theme=light] .obsidian-side-nav__group:has(.obsidian-side-nav__child--active)>.obsidian-side-nav__item--group .obsidian-side-nav__icon,html[data-theme=light] .obsidian-side-nav__group:has(.obsidian-side-nav__child--active)>.obsidian-side-nav__item--group .obsidian-side-nav__text{color:#8a2be2}:root{--app-primary-bg:linear-gradient(90deg,#41558f,#5068b6 42%,#4476d1);--app-primary-bg-hover:linear-gradient(90deg,#4961a1,#5b78cb 42%,#4e86e5);--app-primary-border:rgba(99,128,214,0.3);--app-primary-border-hover:rgba(126,154,228,0.42);--app-primary-text:#eef4ff;--app-primary-shadow:0 18px 36px rgba(30,45,92,0.3);--app-login-primary-bg:linear-gradient(90deg,#41558f,#5068b6 42%,#4476d1)}html[data-theme=light]{--app-primary-bg:linear-gradient(90deg,#8a2be2,#ff1493);--app-primary-bg-hover:linear-gradient(90deg,#9a3ef0,#ff2ca0);--app-primary-border:rgba(138,43,226,0.2);--app-primary-border-hover:rgba(138,43,226,0.3);--app-primary-text:#fffaff;--app-primary-shadow:0 18px 36px rgba(138,43,226,0.24);--app-login-primary-bg:linear-gradient(90deg,#8a2be2,#ff1493)}.character-upload-slot__tool--accent,.commerce-generate-button,.commerce-generate-button--compact,.nebula-button--primary,.primary-button,.primary-button--full,.primary-button--obsidian,.project-create-card__button,.script-editor-analyze-button,.script-editor-image-card__action--primary,.script-editor-subject-action--primary,.script-editor-subject-primary,.video-generation-match-button,.video-preview-slot__action:not(.video-preview-slot__action--secondary),.video-preview-slot__media-action:not(.video-preview-slot__media-action--ghost),.video-scene-card__generate-button,.video-split-card__generate-button,.video-summary-actions__primary,html[data-theme=light] .video-generation-screen--split .video-preview-slot__action:not(.video-preview-slot__action--secondary),html[data-theme=light] .video-generation-screen--split .video-preview-slot__media-action:not(.video-preview-slot__media-action--ghost){border-color:var(--app-primary-border);background:var(--app-primary-bg);color:var(--app-primary-text);box-shadow:var(--app-primary-shadow)}.character-upload-slot__tool--accent:focus-visible,.character-upload-slot__tool--accent:hover,.commerce-generate-button--compact:focus-visible,.commerce-generate-button--compact:hover,.commerce-generate-button:focus-visible,.commerce-generate-button:hover,.nebula-button--primary:focus-visible,.nebula-button--primary:hover,.primary-button--full:focus-visible,.primary-button--full:hover,.primary-button--obsidian:focus-visible,.primary-button--obsidian:hover,.primary-button:focus-visible,.primary-button:hover,.project-create-card__button:focus-visible,.project-create-card__button:hover,.script-editor-analyze-button:focus-visible,.script-editor-analyze-button:hover,.script-editor-image-card__action--primary:focus-visible,.script-editor-image-card__action--primary:hover,.script-editor-subject-action--primary:focus-visible,.script-editor-subject-action--primary:hover,.script-editor-subject-primary:focus-visible,.script-editor-subject-primary:hover,.video-generation-match-button:focus-visible,.video-generation-match-button:hover,.video-preview-slot__action:not(.video-preview-slot__action--secondary):focus-visible,.video-preview-slot__action:not(.video-preview-slot__action--secondary):hover,.video-preview-slot__media-action:not(.video-preview-slot__media-action--ghost):focus-visible,.video-preview-slot__media-action:not(.video-preview-slot__media-action--ghost):hover,.video-scene-card__generate-button:focus-visible,.video-scene-card__generate-button:hover,.video-split-card__generate-button:focus-visible,.video-split-card__generate-button:hover,.video-summary-actions__primary:focus-visible,.video-summary-actions__primary:hover,html[data-theme=light] .video-generation-screen--split .video-preview-slot__action:not(.video-preview-slot__action--secondary):focus-visible,html[data-theme=light] .video-generation-screen--split .video-preview-slot__action:not(.video-preview-slot__action--secondary):hover,html[data-theme=light] .video-generation-screen--split .video-preview-slot__media-action:not(.video-preview-slot__media-action--ghost):focus-visible,html[data-theme=light] .video-generation-screen--split .video-preview-slot__media-action:not(.video-preview-slot__media-action--ghost):hover{border-color:var(--app-primary-border-hover);background:var(--app-primary-bg-hover);color:var(--app-primary-text)}.video-clone-screen{background:radial-gradient(circle at 14% 12%,rgba(152,128,255,.18),transparent 26%),radial-gradient(circle at 82% 8%,rgba(89,212,255,.12),transparent 22%),linear-gradient(180deg,#1b2642,#1a2440 46%,#17213a)}.video-clone-panel{min-height:0}.video-clone-script-editor-layout,.video-clone-workspace{display:grid;grid-template-columns:minmax(320px,.86fr) minmax(420px,1.14fr);grid-gap:16px;gap:16px;align-items:stretch}.video-clone-workspace{min-height:0;height:calc(100dvh - 142px)}.video-clone-card,.video-clone-script-card{display:flex;flex-direction:column;gap:14px;min-height:0}.video-clone-card--left,.video-clone-card--right,.video-clone-script-card{min-height:0;height:100%}.video-clone-card--left{display:grid;grid-template-rows:auto minmax(0,1fr);align-content:stretch;grid-gap:12px;gap:12px}.video-clone-upload-stack{display:grid;grid-auto-rows:max-content;align-content:center;justify-items:center;grid-gap:14px;gap:14px;min-height:0;width:100%;-webkit-padding-before:8px;padding-block-start:8px}.workspace-section-head.video-clone-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:14px;margin-bottom:0}.workspace-section-head.video-clone-section-head h2{display:inline-flex;align-items:center;flex-wrap:wrap;gap:10px;margin:0}.video-clone-section-head__hint{display:inline-flex;align-items:center;min-height:24px;padding:0 10px;border-radius:999px;border:1px solid rgba(181,162,255,.2);background:rgba(129,109,224,.14);color:rgba(229,220,255,.9);font-size:11px;font-weight:700;letter-spacing:.01em;line-height:1;white-space:nowrap}.workspace-section-head.video-clone-section-head p{margin:6px 0 0;max-width:42ch;color:var(--nebula-text-secondary);line-height:1.55;font-size:13px}.video-clone-card__remove{flex:0 0 auto}.video-clone-upload-zone{display:flex;align-items:center;justify-content:center;width:100%;min-height:0;padding:0;border:0;background:transparent;color:inherit;cursor:pointer}.video-clone-upload-zone__frame{position:relative;display:flex;align-items:center;justify-content:center;width:min(100%,340px);aspect-ratio:3/4;margin:0 auto;overflow:hidden;border-radius:28px;border:1px dashed rgba(166,177,255,.22);background:radial-gradient(circle at 50% 18%,rgba(146,127,255,.2),transparent 28%),linear-gradient(180deg,rgba(31,39,64,.96),rgba(24,31,52,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 24px 44px rgba(10,16,33,.26);transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease,background .16s ease}.video-clone-upload-zone--dragover .video-clone-upload-zone__frame,.video-clone-upload-zone:focus-visible .video-clone-upload-zone__frame,.video-clone-upload-zone:hover .video-clone-upload-zone__frame{border-color:rgba(171,154,255,.42);box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 0 0 4px rgba(158,82,255,.12),0 28px 52px rgba(10,16,33,.3)}.video-clone-upload-zone--dragover .video-clone-upload-zone__frame{transform:translateY(-1px)}.video-clone-upload-zone__empty{display:grid;place-items:center;grid-gap:12px;gap:12px;padding:24px;text-align:center}.video-clone-analyze-button svg,.video-clone-card__remove svg,.video-clone-upload-zone__empty svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.video-clone-upload-zone__empty>svg{width:36px;height:36px}.video-clone-upload-zone__empty strong{color:var(--nebula-text-primary);font-size:19px;font-weight:780}.video-clone-upload-zone__empty span{max-width:30ch;color:rgba(226,232,255,.72);font-size:13px;line-height:1.6}.video-clone-preview{width:100%;height:100%;object-fit:contain;background:radial-gradient(circle at 50% 18%,rgba(123,104,238,.18),transparent 24%),rgba(9,13,24,.78)}.video-clone-script-caption,.video-clone-upload-meta{display:flex;align-items:center;justify-content:center;gap:12px;width:100%}.video-clone-script-caption,.video-clone-upload-meta__text{min-width:0}.video-clone-upload-meta__text{text-align:center}.video-clone-script-caption strong,.video-clone-upload-meta__text strong{display:block;color:var(--nebula-text-primary);font-size:15px;font-weight:700}.video-clone-script-caption span,.video-clone-upload-meta__text span{display:block;margin-top:6px;color:var(--nebula-text-secondary);font-size:13px;line-height:1.6}.video-clone-result-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex:0 0 auto}.video-clone-analyze-button{flex:0 0 auto;min-width:132px}.video-clone-inline-error{margin:0;max-width:34ch;text-align:center;color:rgba(255,163,187,.92);font-size:13px;line-height:1.6}.video-clone-result-state,.video-clone-status-chip{display:inline-flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:999px;border:1px solid rgba(185,194,255,.18);background:rgba(24,31,52,.72);color:rgba(230,236,255,.82);font-size:12px;font-weight:700;letter-spacing:.02em}.video-clone-result-state--success,.video-clone-status-chip--success{border-color:rgba(120,255,205,.22);color:rgba(168,255,224,.92)}.video-clone-result-state--failed,.video-clone-status-chip--failed{border-color:rgba(255,125,170,.22);color:rgba(255,170,196,.94)}.video-clone-result-state--generating,.video-clone-status-chip--generating{border-color:rgba(158,82,255,.26);color:rgba(225,200,255,.94)}.video-clone-result-shell{flex:1 1 auto;min-height:0;min-block-size:0;overflow:auto;border-radius:28px;border:1px solid rgba(179,190,255,.18);background:radial-gradient(circle at 100% 0,rgba(155,128,255,.12),transparent 20%),linear-gradient(180deg,rgba(26,34,58,.98),rgba(20,27,46,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 22px 40px rgba(8,13,28,.22);padding:18px}.video-clone-result-shell--editor{min-height:calc(100dvh - 282px)}.video-clone-result-empty{display:grid;place-items:center;align-content:center;min-height:100%;text-align:center;grid-gap:10px;gap:10px}.video-clone-result-empty strong{color:var(--nebula-text-primary);font-size:18px;font-weight:760}.video-clone-result-empty p{margin:0;max-width:44ch;color:var(--nebula-text-secondary);line-height:1.7}.video-clone-action-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 auto;border-radius:999px;transform-origin:center}.video-clone-action-icon--loading{animation:image-tool-loading-spin 1.2s linear infinite,image-tool-loading-glow 1.8s ease-in-out infinite}.video-clone-loading-state__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;color:#edf2ff;background:linear-gradient(135deg,rgba(130,101,255,.26),rgba(76,196,255,.18))}.video-clone-loading-state__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.video-clone-loading-state__icon--loading{animation:image-tool-loading-spin 1.2s linear infinite,image-tool-loading-glow 1.8s ease-in-out infinite}.video-clone-loading-state__dots{display:inline-flex;align-items:center;gap:8px;margin-top:2px}.video-clone-loading-state__dots span{width:7px;height:7px;border-radius:999px;background:rgba(210,222,248,.82);animation:image-tool-loading-dot 1.1s ease-in-out infinite}.video-clone-loading-state__dots span:nth-child(2){animation-delay:.16s}.video-clone-loading-state__dots span:nth-child(3){animation-delay:.32s}.video-clone-result-empty--error strong{color:rgba(255,196,214,.98)}.video-clone-markdown{color:var(--nebula-text-primary);line-height:1.75;font-size:14px}.video-clone-markdown h1,.video-clone-markdown h2,.video-clone-markdown h3,.video-clone-markdown h4,.video-clone-markdown h5,.video-clone-markdown h6{margin:0 0 12px;color:var(--nebula-text-primary);line-height:1.35}.video-clone-markdown h1{font-size:24px}.video-clone-markdown h2{font-size:20px}.video-clone-markdown h3{font-size:17px}.video-clone-markdown blockquote,.video-clone-markdown ol,.video-clone-markdown p,.video-clone-markdown pre,.video-clone-markdown ul{margin:0 0 14px}.video-clone-markdown ol,.video-clone-markdown ul{padding-left:20px}.video-clone-markdown table{width:100%;min-width:720px;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid rgba(185,194,255,.16);border-radius:18px;background:rgba(16,21,38,.42)}.video-clone-markdown td,.video-clone-markdown th{padding:12px 14px;vertical-align:top;border-right:1px solid rgba(185,194,255,.12);border-bottom:1px solid rgba(185,194,255,.12);word-break:break-word}.video-clone-markdown th{font-weight:700;color:var(--nebula-text-primary);background:rgba(255,255,255,.04)}.video-clone-markdown td{color:var(--nebula-text-secondary)}.video-clone-markdown tr:last-child td{border-bottom:0}.video-clone-markdown td:last-child,.video-clone-markdown th:last-child{border-right:0}.video-clone-markdown hr{margin:18px 0;border:0;border-top:1px solid rgba(185,194,255,.18)}.video-clone-markdown del{opacity:.72}.video-clone-markdown li+li{margin-top:6px}.video-clone-markdown blockquote{padding:12px 14px;border-left:3px solid rgba(158,82,255,.48);border-radius:14px;background:rgba(255,255,255,.04);color:rgba(232,237,255,.86)}.video-clone-markdown pre{overflow:auto;padding:14px 16px;border-radius:18px;background:rgba(9,13,24,.82);border:1px solid rgba(185,194,255,.12)}.video-clone-markdown code{padding:.16em .42em;border-radius:8px;background:rgba(255,255,255,.08);color:rgba(255,226,240,.96);font-size:.94em}.video-clone-markdown pre code{display:block;padding:0;background:transparent;color:rgba(236,241,255,.92)}.video-clone-markdown a{color:rgba(205,170,255,.98);text-decoration:underline;-webkit-text-decoration-color:rgba(205,170,255,.34);text-decoration-color:rgba(205,170,255,.34)}.video-clone-script-preview{flex:1 1 auto;min-height:0;overflow:hidden;border-radius:26px;border:1px solid rgba(179,190,255,.16);background:radial-gradient(circle at 50% 18%,rgba(146,127,255,.16),transparent 22%),linear-gradient(180deg,rgba(24,31,52,.98),rgba(18,24,41,.98))}@media (max-width:1100px){.video-clone-script-editor-layout,.video-clone-workspace{grid-template-columns:1fr;height:auto}.video-clone-card--left,.video-clone-card--right,.video-clone-script-card{min-height:auto}.video-clone-result-shell--editor{min-height:420px}}@media (max-width:760px){.video-clone-result-actions,.video-clone-script-caption,.video-clone-upload-meta,.workspace-section-head.video-clone-section-head{flex-direction:column;align-items:stretch}.video-clone-upload-zone__frame{width:min(100%,340px)}.video-clone-analyze-button,.video-clone-card__remove{width:100%}}html[data-theme=light] .video-clone-screen{background:radial-gradient(circle at 12% 12%,rgba(156,86,255,.08),transparent 24%),radial-gradient(circle at 82% 8%,rgba(255,86,156,.08),transparent 18%),linear-gradient(180deg,#fbfbff,#f4f6ff)}html[data-theme=light] .video-clone-result-shell,html[data-theme=light] .video-clone-script-preview,html[data-theme=light] .video-clone-upload-zone__frame{border-color:rgba(158,82,255,.12);background:radial-gradient(circle at 100% 0,rgba(156,86,255,.08),transparent 18%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,246,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 18px 34px rgba(126,104,196,.12)}html[data-theme=light] .video-clone-preview{background:radial-gradient(circle at 50% 18%,rgba(156,86,255,.08),transparent 22%),#f5f4fc}html[data-theme=light] .video-clone-result-state,html[data-theme=light] .video-clone-status-chip{background:rgba(255,255,255,.92);border-color:rgba(158,82,255,.14);color:var(--nebula-text-secondary)}html[data-theme=light] .video-clone-result-state--success,html[data-theme=light] .video-clone-status-chip--success{border-color:rgba(73,180,130,.24);color:#2f8f64}html[data-theme=light] .video-clone-result-state--failed,html[data-theme=light] .video-clone-status-chip--failed{border-color:rgba(215,86,134,.22);color:#bf4b7d}html[data-theme=light] .video-clone-result-state--generating,html[data-theme=light] .video-clone-status-chip--generating{border-color:rgba(158,82,255,.22);color:#9e52ff}html[data-theme=light] .video-clone-section-head__hint{border-color:rgba(158,82,255,.14);background:rgba(156,86,255,.08);color:#9e52ff}html[data-theme=light] .video-clone-markdown h1,html[data-theme=light] .video-clone-markdown h2,html[data-theme=light] .video-clone-markdown h3,html[data-theme=light] .video-clone-markdown h4,html[data-theme=light] .video-clone-markdown h5,html[data-theme=light] .video-clone-markdown h6,html[data-theme=light] .video-clone-result-empty strong,html[data-theme=light] .video-clone-script-caption strong,html[data-theme=light] .video-clone-upload-meta__text strong,html[data-theme=light] .video-clone-upload-zone__empty strong{color:var(--nebula-text-primary)}html[data-theme=light] .video-clone-markdown,html[data-theme=light] .video-clone-result-empty p,html[data-theme=light] .video-clone-script-caption span,html[data-theme=light] .video-clone-upload-meta__text span,html[data-theme=light] .video-clone-upload-zone__empty span,html[data-theme=light] .workspace-section-head.video-clone-section-head p{color:var(--nebula-text-secondary)}html[data-theme=light] .video-clone-loading-state__icon{color:#8d5cff;background:linear-gradient(135deg,rgba(158,82,255,.14),rgba(76,196,255,.12))}html[data-theme=light] .video-clone-loading-state__dots span{background:rgba(142,160,220,.82)}html[data-theme=light] .video-clone-inline-error{color:#cf4f87}html[data-theme=light] .video-clone-markdown blockquote{background:rgba(158,82,255,.06);border-left-color:rgba(158,82,255,.34);color:var(--nebula-text-primary)}html[data-theme=light] .video-clone-markdown table{border-color:rgba(158,82,255,.14);background:rgba(255,255,255,.84)}html[data-theme=light] .video-clone-markdown td,html[data-theme=light] .video-clone-markdown th{border-right-color:rgba(158,82,255,.12);border-bottom-color:rgba(158,82,255,.12)}html[data-theme=light] .video-clone-markdown th{background:rgba(156,86,255,.06)}html[data-theme=light] .video-clone-markdown td{color:var(--nebula-text-secondary)}html[data-theme=light] .video-clone-markdown hr{border-top-color:rgba(158,82,255,.14)}html[data-theme=light] .video-clone-markdown pre{background:#f5f4fc;border-color:rgba(158,82,255,.1)}html[data-theme=light] .video-clone-markdown code{background:rgba(158,82,255,.08);color:#9e52ff}html[data-theme=light] .video-clone-markdown a{color:#9e52ff;-webkit-text-decoration-color:rgba(158,82,255,.28);text-decoration-color:rgba(158,82,255,.28)}.video-clone-panel--script-editor{min-height:0}.video-clone-script-editor-page .commerce-tool-slot__meta{align-items:center}.video-clone-script-editor-page .commerce-tool-slot__meta strong{flex:1 1 auto;min-width:0}.video-clone-script-editor-page .commerce-tool-slot__remove{min-width:52px}.video-clone-script-editor-page .commerce-tool-slot__content,.video-clone-script-editor-page .commerce-tool-slot__description-field{gap:8px}.video-clone-script-editor-page .commerce-tool-slot__description-input{min-height:46px}html[data-theme=light] .video-clone-script-editor-page .commerce-tool-slot__remove{min-height:30px;min-width:56px;padding:0 12px}html[data-theme=light] .video-clone-script-editor-page .commerce-tool-slot__description-field{gap:8px;padding:10px 12px 9px;border-radius:16px}html[data-theme=light] .video-clone-script-editor-page .commerce-tool-slot__description-input{min-height:44px;font-size:13px;line-height:1.5}.video-clone-script-status-shell{min-height:calc(100dvh - 170px)}.video-clone-script-materials-stack,.video-clone-script-workspace{display:contents}.video-clone-script-card--script{display:none}.video-clone-script-card__head{margin-bottom:0;align-items:center}.video-clone-script-card__head--script{align-items:center}.commerce-setup-screen .video-clone-script-save-chip{display:inline-flex;align-items:center;justify-content:center;min-height:24px;padding:0 10px;border-radius:999px;border:1px solid rgba(177,188,255,.16);background:rgba(21,28,47,.68);color:var(--nebula-text-secondary);font-size:12px;font-weight:700;letter-spacing:.02em;white-space:nowrap}.video-clone-script-save-chip--saved{color:rgba(222,232,255,.88)}.video-clone-script-save-chip--error{color:rgba(255,177,205,.94)}.video-clone-script-form-grid{display:grid;grid-gap:8px;gap:8px}.video-clone-script-form-field{width:100%;max-width:none;gap:6px;margin-bottom:0}.video-clone-script-form-field .commerce-form-block__label,.video-clone-script-media-bar__meta .commerce-form-block__label{font-size:13px}.video-clone-script-input,.video-clone-script-textarea{width:100%;border:1px solid rgba(175,187,255,.14);border-radius:16px;background:linear-gradient(180deg,rgba(19,26,44,.9),rgba(16,22,38,.94));color:var(--nebula-text-primary);box-shadow:inset 0 1px 0 rgba(255,255,255,.04);transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.video-clone-script-input{min-height:40px;padding:0 12px;font-size:13px}.video-clone-script-input--multiline{min-height:62px;padding:8px 12px;resize:none;line-height:1.5}.video-clone-script-input::placeholder,.video-clone-script-textarea::placeholder{color:var(--nebula-text-muted)}.video-clone-script-input:focus-visible,.video-clone-script-slot-grid:focus-within,.video-clone-script-textarea:focus-visible{outline:none;border-color:rgba(158,82,255,.34);box-shadow:0 0 0 4px rgba(158,82,255,.12),inset 0 1px 0 rgba(255,255,255,.06)}.video-clone-script-media-bar{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:2px}.video-clone-script-media-bar__meta{display:flex;align-items:center;gap:8px;min-width:0}.video-clone-script-media-bar__status{display:inline-flex;align-items:center;min-height:22px;padding:0 10px;border-radius:999px;background:rgba(129,109,224,.12);border:1px solid rgba(181,162,255,.18);color:rgba(229,220,255,.88);font-size:11px;font-weight:700;letter-spacing:.01em;line-height:1;white-space:nowrap}.video-clone-script-upload-button{min-height:34px;padding-inline:12px;flex:0 0 auto}.video-clone-script-generate svg,.video-clone-script-slot .commerce-tool-slot__remove svg,.video-clone-script-upload-button svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.video-clone-script-slot-grid{display:grid;grid-template-columns:1fr;grid-gap:8px;gap:8px;min-height:0;flex:1 1 auto;align-content:start;padding:8px;border:1px dashed rgba(176,187,255,.2);border-radius:20px;background:radial-gradient(circle at 88% 0,rgba(156,86,255,.12),transparent 24%),linear-gradient(180deg,rgba(24,32,53,.78),rgba(17,23,39,.88));transition:border-color .16s ease,box-shadow .16s ease,background .16s ease,transform .16s ease}.video-clone-script-slot-grid--drag-active{border-color:rgba(171,154,255,.36);box-shadow:0 16px 28px rgba(8,13,25,.14)}.video-clone-script-slot,.video-clone-script-slot.commerce-tool-slot--empty,.video-clone-script-slot.commerce-tool-slot--filled{display:block;min-height:0;padding:12px;overflow:hidden}.video-clone-script-slot__row{display:grid;grid-template-columns:84px minmax(0,1fr);align-items:stretch;grid-gap:12px;gap:12px;min-width:0;min-height:104px}.video-clone-script-slot__media{position:relative;width:84px;min-width:84px;height:104px;display:flex;align-items:stretch}.video-clone-script-slot .commerce-tool-slot__thumb-button,.video-clone-script-slot .commerce-tool-slot__viewport{display:block;width:100%;min-width:0;min-height:104px;height:104px;border-radius:14px}.video-clone-script-slot__index-badge{position:absolute;top:8px;left:8px;z-index:2;min-height:22px;padding:0 10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video-clone-script-slot .commerce-tool-slot__viewport{border:1px dashed rgba(188,199,255,.12);background:radial-gradient(circle at 50% 24%,rgba(166,148,255,.18),transparent 22%),radial-gradient(circle at 70% 66%,rgba(120,210,255,.1),transparent 26%),linear-gradient(180deg,rgba(32,41,70,.9),rgba(24,31,55,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.03)}.video-clone-script-slot .commerce-tool-slot__image{width:100%;min-height:104px;max-height:104px;height:104px;border-radius:14px}.video-clone-script-slot .commerce-tool-slot__expand{right:6px;bottom:6px;gap:4px;min-height:22px;padding:0 8px;font-size:10px}.video-clone-script-slot .commerce-tool-slot__status{left:6px;top:34px;min-height:22px;padding:0 8px;font-size:10px}.video-clone-script-slot .commerce-tool-slot__content,.video-clone-script-slot .commerce-tool-slot__empty-copy{min-width:0;min-height:104px;margin-top:0}.video-clone-script-slot .commerce-tool-slot__content{display:grid;align-content:center;grid-gap:6px;gap:6px}.video-clone-script-slot .commerce-tool-slot__meta{align-items:flex-start;gap:8px}.video-clone-script-slot .commerce-tool-slot__remove{display:inline-flex;align-items:center;gap:4px;flex:0 0 auto}.video-clone-script-slot .commerce-tool-slot__empty-copy{display:grid;align-content:center;align-self:stretch;grid-gap:4px;gap:4px}.video-clone-script-slot .commerce-tool-slot__empty-copy strong{display:block}.video-clone-script-slot .commerce-tool-slot__empty-copy span{font-size:11px}.video-clone-script-slot .commerce-tool-slot__description-field{gap:4px}.video-clone-script-slot .commerce-tool-slot__description-label{display:flex;align-items:center;justify-content:space-between;gap:8px}.video-clone-script-slot .commerce-tool-slot__description-label span{font-size:11px}.video-clone-script-slot .commerce-tool-slot__description-input{min-height:54px;padding:8px 10px;border-radius:12px;font-size:12.5px;line-height:1.45}.video-clone-script-generate{flex:0 0 auto;min-width:132px;min-height:36px;padding-inline:14px}.video-clone-script-editor-shell{min-height:0;height:100%}.video-clone-script-textarea{height:100%;min-height:0;resize:none;padding:14px 16px;line-height:1.68;font-size:13.5px}@media (max-width:1180px){.video-clone-script-workspace{grid-template-columns:1fr;height:auto}.video-clone-script-card--script,.video-clone-script-materials-stack{height:auto}.video-clone-script-editor-shell{min-height:420px}}@media (max-width:820px){.video-clone-script-card__head,.video-clone-script-media-bar{flex-direction:column;align-items:stretch}.video-clone-script-slot__row{grid-template-columns:1fr;min-height:0}.video-clone-script-slot__media{height:104px}.video-clone-script-slot .commerce-tool-slot__thumb-button,.video-clone-script-slot .commerce-tool-slot__viewport,.video-clone-script-slot__media{width:100%;min-width:0;max-width:120px}.video-clone-script-generate,.video-clone-script-upload-button{width:100%}}html[data-theme=light] .video-clone-script-save-chip{border-color:rgba(158,82,255,.14);background:rgba(255,255,255,.9);color:var(--nebula-text-secondary)}html[data-theme=light] .video-clone-script-save-chip--saved{color:#8a2be2}html[data-theme=light] .video-clone-script-save-chip--error{color:#cf4f87}html[data-theme=light] .video-clone-script-media-bar__status{border-color:rgba(158,82,255,.14);background:rgba(156,86,255,.08);color:#8a2be2}html[data-theme=light] .video-clone-script-input,html[data-theme=light] .video-clone-script-slot-grid,html[data-theme=light] .video-clone-script-textarea{border-color:rgba(158,82,255,.14);background:radial-gradient(circle at 100% 0,rgba(156,86,255,.06),transparent 18%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,246,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 12px 24px rgba(126,104,196,.08);color:var(--nebula-text-primary)}html[data-theme=light] .video-clone-script-form-field .commerce-form-block__label,html[data-theme=light] .video-clone-script-media-bar__meta .commerce-form-block__label,html[data-theme=light] .video-clone-script-slot .commerce-tool-slot__description-label span,html[data-theme=light] .video-clone-script-slot .commerce-tool-slot__empty-copy strong{color:var(--nebula-text-primary)}html[data-theme=light] .video-clone-script-slot .commerce-tool-slot__description-count,html[data-theme=light] .video-clone-script-slot .commerce-tool-slot__empty-copy span,html[data-theme=light] .video-clone-script-slot .commerce-tool-slot__remove{color:var(--nebula-text-secondary)}html[data-theme=light] .video-clone-script-slot .commerce-tool-slot__viewport{border-color:rgba(158,82,255,.14);background:radial-gradient(circle at 50% 24%,rgba(156,86,255,.1),transparent 22%),linear-gradient(180deg,rgba(244,243,252,.96),rgba(237,239,252,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.86)}.video-clone-workbench-shell{min-height:calc(100dvh - 170px)}.video-clone-workbench-header-meta{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap}.video-clone-workbench-header-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;row-gap:10px;flex-wrap:wrap;margin-left:auto}.video-clone-workbench-action{min-width:132px;min-height:44px}.video-clone-workbench-mode-toggle{display:inline-flex;align-items:center;justify-content:flex-start;gap:12px;min-width:184px;min-height:46px;padding:6px 14px 6px 8px;border-radius:16px;border-color:rgba(154,128,255,.26);background:linear-gradient(180deg,rgba(18,26,42,.96),rgba(27,35,56,.92));color:var(--nebula-text-primary);font-size:12px;font-weight:800;letter-spacing:.02em;box-shadow:0 14px 28px rgba(56,40,138,.24),inset 0 1px 0 rgba(255,255,255,.06);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,color .18s ease}.video-clone-workbench-mode-toggle:focus-visible,.video-clone-workbench-mode-toggle:hover{transform:translateY(-1px);border-color:rgba(182,154,255,.4);background:linear-gradient(180deg,rgba(31,40,63,.98),rgba(40,49,76,.94));color:#f7f1ff;box-shadow:0 18px 34px rgba(66,47,166,.28),inset 0 1px 0 rgba(255,255,255,.1)}.video-clone-workbench-mode-toggle:focus-visible{outline:none}.video-clone-workbench-mode-toggle__icon{flex:0 0 auto;width:30px;height:30px;border-radius:11px;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(180deg,rgba(148,119,255,.22),rgba(112,83,255,.12));box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.video-clone-workbench-mode-toggle__icon svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.video-clone-workbench-mode-toggle__copy{display:inline-flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.video-clone-workbench-mode-toggle__copy strong{font-size:13px;font-weight:900;line-height:1.1;color:currentColor}.video-clone-workbench-mode-toggle__copy span{font-size:11px;font-weight:700;line-height:1.1;letter-spacing:.01em;color:var(--nebula-text-muted)}.video-clone-workbench-mode-toggle--edit{border-color:rgba(123,229,200,.28)}.video-clone-workbench-mode-toggle--edit .video-clone-workbench-mode-toggle__icon{background:linear-gradient(180deg,rgba(92,226,191,.24),rgba(69,190,159,.14))}.video-clone-workbench-action svg,.video-clone-workbench-main .commerce-tool-panel__title svg,.video-clone-workbench-sidecard .commerce-tool-panel__title svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.video-clone-workbench-grid{display:grid;grid-template-columns:minmax(0,3fr) minmax(360px,2fr);grid-gap:18px;gap:18px;align-items:start}.video-clone-workbench-main,.video-clone-workbench-sidecard{min-height:0}.video-clone-workbench-main{display:grid;grid-gap:14px;gap:14px}.video-clone-workbench-main__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.video-clone-workbench-main__title{display:grid;grid-gap:6px;gap:6px}.video-clone-workbench-main__title p{margin:0;color:var(--nebula-text-secondary);font-size:13px;line-height:1.65}.video-clone-workbench-main__controls{gap:12px;min-width:0}.video-clone-workbench-main__action-row,.video-clone-workbench-main__controls{display:inline-flex;align-items:center;justify-content:flex-end;flex-wrap:wrap}.video-clone-workbench-main__action-row{gap:10px}.video-clone-workbench-status-row{display:inline-flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.video-clone-workbench-editor-shell,.video-clone-workbench-empty,.video-clone-workbench-preview{min-height:620px;border:1px solid rgba(176,187,255,.14);border-radius:18px;background:radial-gradient(circle at 100% 0,rgba(156,86,255,.08),transparent 22%),linear-gradient(180deg,rgba(19,26,44,.88),rgba(15,21,36,.96));box-shadow:inset 0 1px 0 rgba(255,255,255,.04),0 18px 30px rgba(7,12,24,.16)}.video-clone-workbench-preview{padding:24px 24px 18px;overflow:auto}.video-clone-workbench-empty{display:grid;place-items:center;align-content:center;grid-gap:10px;gap:10px;padding:24px;text-align:center}.video-clone-workbench-empty strong{color:var(--nebula-text-primary);font-size:17px;font-weight:800}.video-clone-workbench-empty p{max-width:420px;margin:0;color:var(--nebula-text-secondary);font-size:13px;line-height:1.7}.video-clone-workbench-editor-shell{overflow:hidden}.video-clone-workbench-editor{min-height:620px;border:none;border-radius:0;background:transparent;box-shadow:none}.video-clone-workbench-side{display:grid;grid-gap:14px;gap:14px}.video-clone-workbench-sidecard{display:grid;grid-gap:12px;gap:12px}.video-clone-workbench-sidecard__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.video-clone-workbench-sidecard__head-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.video-clone-workbench-sidecard__danger-action{min-height:32px;padding:0 12px}.video-clone-workbench-sidecard p{margin:0;color:var(--nebula-text-secondary);font-size:13px;line-height:1.72}.video-clone-workbench-sidecard__action{justify-self:start}.video-clone-character-list{display:grid;grid-gap:12px;gap:12px}.video-clone-character-row{display:grid;grid-template-columns:88px minmax(0,1fr);grid-gap:14px;gap:14px;padding:14px;border-radius:18px;border:1px solid rgba(176,187,255,.12);background:linear-gradient(180deg,rgba(22,30,49,.82),rgba(15,21,36,.94))}.video-clone-character-row__thumb-shell{display:flex;align-items:stretch}.video-clone-character-row__placeholder,.video-clone-character-row__thumb{width:88px;height:112px;border-radius:16px;object-fit:cover}.video-clone-character-row__placeholder{display:grid;place-items:center;border:1px dashed rgba(176,187,255,.18);background:radial-gradient(circle at 50% 18%,rgba(156,86,255,.18),transparent 48%),rgba(17,23,38,.78);color:rgba(208,214,255,.78)}.video-clone-character-row__placeholder svg{width:26px;height:26px;fill:none;stroke:currentColor;stroke-width:1.8}.video-clone-character-row__body{min-width:0;display:grid;grid-gap:12px;gap:12px;align-content:space-between}.video-clone-character-row__copy{display:grid;grid-gap:8px;gap:8px}.video-clone-character-row__name-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.video-clone-character-row__name-row strong{color:var(--nebula-text-primary);font-size:15px;font-weight:800}.video-clone-character-row__copy p{margin:0;color:var(--nebula-text-secondary);font-size:13px;line-height:1.72}.video-clone-character-row__actions{display:flex;flex-wrap:wrap;gap:8px}.video-clone-character-row__action{justify-self:start}.video-clone-generated-scenes{gap:12px}.video-clone-generated-scenes .script-editor-generated-scene{background:transparent}.video-clone-side-empty{display:grid;grid-gap:8px;gap:8px;padding:18px;border-radius:16px;border:1px dashed rgba(176,187,255,.18);background:rgba(16,22,38,.52)}.video-clone-side-empty strong{color:var(--nebula-text-primary);font-size:15px;font-weight:800}.video-clone-side-empty p,.video-clone-workbench-sidecard__error,.video-clone-workbench-sidecard__message{margin:0;font-size:13px;line-height:1.72}.video-clone-workbench-sidecard__error{color:#ff9da5}.video-clone-workbench-sidecard__message{color:#7be5c8}@media (max-width:720px){.video-clone-workbench-sidecard__head{flex-direction:column}.video-clone-workbench-sidecard__head-actions{width:100%;justify-content:space-between}.video-clone-character-row{grid-template-columns:1fr}.video-clone-character-row__placeholder,.video-clone-character-row__thumb{width:100%;height:188px}}@media (max-width:1180px){.video-clone-workbench-grid{grid-template-columns:1fr}.video-clone-workbench-editor,.video-clone-workbench-editor-shell,.video-clone-workbench-empty,.video-clone-workbench-preview{min-height:480px}}@media (max-width:820px){.video-clone-workbench-main__head{flex-direction:column}.video-clone-workbench-main__controls{width:100%;justify-content:space-between}.video-clone-workbench-main__action-row{width:100%;justify-content:flex-start}.video-clone-workbench-status-row{width:auto;justify-content:flex-start}.video-clone-workbench-action,.video-clone-workbench-mode-toggle{width:auto}}html[data-theme=light] .video-clone-workbench-editor-shell,html[data-theme=light] .video-clone-workbench-empty,html[data-theme=light] .video-clone-workbench-preview{border-color:rgba(158,82,255,.14);background:radial-gradient(circle at 100% 0,rgba(156,86,255,.06),transparent 20%),linear-gradient(180deg,rgba(255,255,255,.98),rgba(247,246,255,.98));box-shadow:inset 0 1px 0 rgba(255,255,255,.86),0 12px 24px rgba(126,104,196,.08)}html[data-theme=light] .video-clone-workbench-empty p,html[data-theme=light] .video-clone-workbench-main__title p,html[data-theme=light] .video-clone-workbench-sidecard p{color:var(--nebula-text-secondary)}html[data-theme=light] .video-clone-character-row{border-color:rgba(158,82,255,.14);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(248,245,255,.96));box-shadow:inset 0 1px 0 rgba(255,255,255,.85),0 12px 24px rgba(126,104,196,.08)}html[data-theme=light] .video-clone-character-row__placeholder{border-color:rgba(158,82,255,.2);background:radial-gradient(circle at 50% 18%,rgba(156,86,255,.12),transparent 48%),rgba(247,244,255,.98);color:rgba(96,63,168,.72)}html[data-theme=light] .video-clone-character-row__copy p,html[data-theme=light] .video-clone-side-empty p{color:var(--nebula-text-secondary)}html[data-theme=light] .video-clone-side-empty{border-color:rgba(158,82,255,.16);background:rgba(250,247,255,.92)}html[data-theme=light] .video-clone-workbench-sidecard__error{color:#d44f5b}html[data-theme=light] .video-clone-workbench-sidecard__message{color:#148467}html[data-theme=light] .video-clone-workbench-mode-toggle{border-color:rgba(158,82,255,.16);background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(249,245,255,.94));color:var(--nebula-text-primary);box-shadow:0 14px 28px rgba(113,98,176,.12),inset 0 1px 0 rgba(255,255,255,.8)}html[data-theme=light] .video-clone-workbench-mode-toggle:focus-visible,html[data-theme=light] .video-clone-workbench-mode-toggle:hover{border-color:rgba(158,82,255,.24);background:linear-gradient(180deg,rgba(255,255,255,1),rgba(245,238,255,.98));color:#4d1f87;box-shadow:0 18px 32px rgba(129,110,189,.16),inset 0 1px 0 rgba(255,255,255,.9)}html[data-theme=light] .video-clone-workbench-mode-toggle__icon{background:linear-gradient(180deg,rgba(158,82,255,.16),rgba(158,82,255,.08))}html[data-theme=light] .video-clone-workbench-mode-toggle--edit{border-color:rgba(78,181,152,.24)}html[data-theme=light] .video-clone-workbench-mode-toggle--edit .video-clone-workbench-mode-toggle__icon{background:linear-gradient(180deg,rgba(82,194,163,.18),rgba(82,194,163,.1))}html[data-theme=light] .video-clone-workbench-mode-toggle__copy span{color:rgba(75,90,123,.82)}.dashboard-shortcuts{display:grid;grid-gap:12px;gap:12px}.dashboard-tool-shortcut{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;grid-gap:14px;gap:14px;padding:16px 18px;border:1px solid rgba(96,116,172,.18);border-radius:16px;background:linear-gradient(135deg,rgba(18,27,46,.92),rgba(13,20,34,.98));box-shadow:0 14px 30px rgba(6,11,22,.18);transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.dashboard-tool-shortcut:focus-visible,.dashboard-tool-shortcut:hover{transform:translateY(-1px);border-color:rgba(123,151,255,.34);box-shadow:0 18px 34px rgba(42,57,102,.24);outline:none}.dashboard-tool-shortcut__action,.dashboard-tool-shortcut__icon{display:inline-flex;align-items:center;justify-content:center}.dashboard-tool-shortcut__icon{width:42px;height:42px;border-radius:14px;color:#eef3ff;background:linear-gradient(135deg,rgba(126,92,255,.88),rgba(72,196,255,.72));box-shadow:inset 0 1px 0 rgba(255,255,255,.18)}.dashboard-tool-shortcut__action svg,.dashboard-tool-shortcut__icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.dashboard-tool-shortcut__copy{display:grid;grid-gap:4px;gap:4px;min-width:0}.dashboard-tool-shortcut__copy strong{color:#f3f6ff;font-size:15px;font-weight:760}.dashboard-tool-shortcut__copy p{margin:0;color:rgba(205,216,241,.72);font-size:13px;line-height:1.55}.dashboard-tool-shortcut__action{gap:8px;color:#d8e1ff;font-size:13px;font-weight:700;white-space:nowrap}.image-tool-page{min-height:calc(100dvh - 92px)}.image-tool-page--compact{padding-top:0}.workspace-page.image-tool-page{min-height:auto;grid-template-rows:max-content;align-content:start}.workspace-page.image-tool-page>.shell-panel{min-height:auto;height:auto}.commerce-setup-screen.image-tool-page .image-tool-card{min-height:auto;height:auto;align-content:start}.image-tool-card{gap:12px}.image-tool-grid{grid-template-columns:minmax(340px,.96fr) minmax(420px,1.04fr)}.commerce-setup-screen.image-tool-page .image-tool-grid{align-items:stretch;height:auto}.commerce-setup-screen.image-tool-page .image-tool-grid>.image-tool-panel{height:auto;min-height:0;align-self:start}.image-tool-panel{align-content:start}.image-tool-result-column{display:flex;min-width:0;min-height:0}.image-tool-result-column>.image-tool-panel--result{flex:1 1 auto;height:100%}.image-tool-panel--result{display:flex;flex-direction:column;align-items:stretch;min-height:0;height:100%}.image-tool-panel__head{align-items:center;justify-content:space-between}.image-tool-result-body{display:flex;flex:1 1 auto;min-height:0;flex-direction:column}.image-tool-result-download{display:inline-flex;align-items:center;gap:6px;min-height:32px;padding:0 12px;border:1px solid rgba(86,101,146,.24);border-radius:999px;background:rgba(9,15,27,.72);color:rgba(232,238,250,.9);font-size:12px;font-weight:700}.image-tool-result-download svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.image-tool-result-download:focus-visible,.image-tool-result-download:hover{border-color:rgba(120,150,235,.42);outline:none}.image-tool-meta{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.image-tool-reference-strip{display:flex;gap:8px;overflow-x:auto;padding-bottom:2px}.image-tool-reference-strip--upload{align-items:center}.image-tool-reference-strip--drag-active .image-tool-reference-add,.image-tool-reference-strip--drag-active .image-tool-reference-placeholder{border-color:rgba(120,150,235,.42);background:rgba(18,26,42,.9)}.image-tool-reference-card{position:relative;flex:0 0 auto;width:84px;height:84px}.image-tool-reference-add,.image-tool-reference-placeholder{flex:0 0 auto;width:84px;height:84px;border-radius:14px;border:1px dashed rgba(98,114,156,.34);background:rgba(8,14,26,.58)}.image-tool-reference-add{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:rgba(222,230,248,.84);font-size:12px;font-weight:700}.image-tool-reference-add svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.image-tool-reference-card__thumb{position:relative;width:100%;height:100%;padding:0;border:1px solid rgba(86,101,146,.24);border-radius:14px;background:rgba(7,13,24,.8);overflow:hidden}.image-tool-reference-card__image{width:100%;height:100%;object-fit:cover;display:block}.image-tool-reference-card__expand,.image-tool-reference-card__status{position:absolute;left:8px;right:8px;display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:24px;border-radius:999px;font-size:11px;font-weight:700}.image-tool-reference-card__expand{bottom:8px;color:#eef3ff;background:rgba(8,14,26,.68);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.image-tool-reference-card__expand svg,.image-tool-result-empty__icon svg,.image-tool-result-stage__expand svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.image-tool-reference-card__status{top:8px;color:#dfe8ff;background:rgba(75,99,157,.72)}.image-tool-reference-card__remove{position:absolute;top:-6px;right:-6px;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;padding:0;border:1px solid rgba(118,135,182,.24);border-radius:999px;background:rgba(11,17,29,.92);color:rgba(228,235,250,.88);box-shadow:0 10px 24px rgba(6,11,22,.24)}.image-tool-reference-card__remove svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.image-tool-reference-card__remove:focus-visible,.image-tool-reference-card__remove:hover{color:#ff8cb0;outline:none}.image-tool-prompt{min-height:92px;max-height:132px;overflow-y:auto}.image-tool-field-meta{justify-self:flex-end;color:rgba(190,200,225,.64);font-size:12px}.image-tool-option-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:12px;gap:12px;align-items:end}.image-tool-option-field{min-width:0}.image-tool-option-field .commerce-select,.image-tool-option-field .commerce-select-wrap{width:100%}.image-tool-footer{margin-top:auto}.image-tool-result-stage{position:relative;display:flex;flex:1 1 auto;align-items:center;justify-content:center;width:100%;min-height:clamp(240px,34vh,320px);height:auto;padding:16px;border:1px solid rgba(82,99,143,.22);border-radius:18px;background:rgba(7,13,24,.72);overflow:hidden}.image-tool-result-stage__image{width:auto;height:auto;max-width:100%;max-height:min(48vh,460px);object-fit:contain;object-position:center;display:block}.image-tool-result-stage__expand{position:absolute;right:12px;bottom:12px;display:inline-flex;align-items:center;gap:6px;min-height:30px;padding:0 10px;border-radius:999px;background:rgba(8,14,26,.72);color:#eef3ff;font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.image-tool-result-empty{display:grid;flex:1 1 auto;place-items:center;grid-gap:10px;gap:10px;min-height:clamp(240px,34vh,320px);padding:24px;border:1px dashed rgba(91,104,144,.24);border-radius:18px;background:radial-gradient(circle at 22% 18%,rgba(108,88,255,.12),transparent 30%),rgba(7,13,24,.46);text-align:center}.image-tool-result-empty__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:16px;color:#edf2ff;background:linear-gradient(135deg,rgba(130,101,255,.26),rgba(76,196,255,.18))}.image-tool-result-empty--loading{position:relative}.image-tool-result-empty--loading:after{content:"";position:absolute;inset:18px;border-radius:20px;border:1px solid rgba(120,150,235,.18);box-shadow:0 0 0 0 rgba(120,150,235,.22);animation:image-tool-loading-pulse 1.8s ease-out infinite;pointer-events:none}.image-tool-result-empty__icon--loading{animation:image-tool-loading-spin 1.2s linear infinite,image-tool-loading-glow 1.8s ease-in-out infinite}.image-tool-result-empty__loading-dots{display:inline-flex;align-items:center;gap:8px;margin-top:2px}.image-tool-result-empty__loading-dots span{width:7px;height:7px;border-radius:999px;background:rgba(210,222,248,.82);animation:image-tool-loading-dot 1.1s ease-in-out infinite}.image-tool-result-empty__loading-dots span:nth-child(2){animation-delay:.16s}.image-tool-result-empty__loading-dots span:nth-child(3){animation-delay:.32s}@keyframes image-tool-loading-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes image-tool-loading-glow{0%,to{box-shadow:0 0 0 rgba(118,133,255,.12)}50%{box-shadow:0 0 24px rgba(118,133,255,.26)}}@keyframes image-tool-loading-pulse{0%{transform:scale(.98);opacity:.28}70%{transform:scale(1);opacity:.08}to{transform:scale(1.02);opacity:0}}@keyframes image-tool-loading-dot{0%,80%,to{transform:translateY(0) scale(.88);opacity:.42}40%{transform:translateY(-3px) scale(1);opacity:1}}.image-tool-result-empty strong{color:#eef3ff;font-size:15px}.image-tool-result-empty p{margin:0;max-width:42ch;color:rgba(191,202,227,.74);font-size:13px;line-height:1.6}html[data-theme=light] .dashboard-tool-shortcut{border-color:rgba(130,144,198,.16);background:linear-gradient(180deg,rgba(255,255,255,.98),rgba(245,248,255,.98));box-shadow:0 18px 34px rgba(104,118,176,.1)}html[data-theme=light] .dashboard-tool-shortcut__copy strong,html[data-theme=light] .image-tool-resolution strong{color:var(--nebula-text-primary)}html[data-theme=light] .dashboard-tool-shortcut__copy p,html[data-theme=light] .image-tool-field-meta,html[data-theme=light] .image-tool-resolution,html[data-theme=light] .image-tool-result-empty p{color:var(--nebula-text-secondary)}html[data-theme=light] .dashboard-tool-shortcut__action{color:#7a4dff}html[data-theme=light] .image-tool-reference-card__thumb,html[data-theme=light] .image-tool-resolution,html[data-theme=light] .image-tool-result-empty,html[data-theme=light] .image-tool-result-stage,html[data-theme=light] .image-tool-segmented__item{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.92);box-shadow:inset 0 1px 0 rgba(255,255,255,.78)}html[data-theme=light] .image-tool-reference-card__remove{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.96);color:var(--nebula-text-secondary)}html[data-theme=light] .image-tool-reference-card__remove:focus-visible,html[data-theme=light] .image-tool-reference-card__remove:hover{color:#c24d78}html[data-theme=light] .image-tool-segmented__item{color:var(--nebula-text-secondary)}html[data-theme=light] .image-tool-segmented__item--active{color:#7a4dff;background:linear-gradient(135deg,rgba(158,82,255,.14),rgba(92,175,255,.14))}html[data-theme=light] .image-tool-result-empty strong{color:var(--nebula-text-primary)}@media (max-width:1120px){.image-tool-grid{grid-template-columns:1fr}}@media (max-width:720px){.dashboard-tool-shortcut{grid-template-columns:1fr;justify-items:start}.dashboard-tool-shortcut__action{margin-left:56px}.image-tool-result-empty,.image-tool-result-stage{min-height:300px}}.auto-task-page{gap:24px}.auto-task-header-meta{flex-wrap:wrap}.auto-task-layout{display:grid;grid-gap:24px;gap:24px;align-items:start}.auto-task-layout,.auto-task-layout--single{grid-template-columns:minmax(0,1fr)}.auto-task-section-head{gap:16px}.auto-task-section-head__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.auto-task-list-overview{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(3,minmax(0,1fr))}.auto-task-list-overview__metric{display:flex;flex-direction:column;gap:8px;padding:14px 16px;border-radius:18px;border:1px solid var(--nebula-border);background:rgba(255,255,255,.02)}.auto-task-list-overview__metric span{font-size:12px;color:var(--nebula-text-secondary)}.auto-task-list-overview__metric strong{font-size:28px;line-height:1;color:var(--nebula-text-primary)}.auto-task-create-modal,.auto-task-detail-panel,.auto-task-form-panel,.auto-task-list-panel{display:flex;flex-direction:column;gap:20px}.auto-task-create-modal{width:min(1120px,calc(100vw - 32px));max-height:calc(100vh - 32px)}.auto-task-create-modal__copy{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.auto-task-create-modal__body{overflow:auto;padding-right:4px}.auto-task-create-modal__layout{display:grid;grid-gap:20px;gap:20px;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr)}.auto-task-create-modal__section{display:flex;flex-direction:column;gap:20px;min-height:0;padding:20px;border-radius:24px;border:1px solid var(--nebula-border);background:rgba(255,255,255,.02)}.auto-task-create-modal__section--media .auto-task-image-list{min-height:100%}.auto-task-create-modal__actions{justify-content:flex-end}.auto-task-form-grid{display:grid;grid-gap:16px;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.auto-task-field{display:flex;flex-direction:column;gap:10px}.auto-task-field--full{grid-column:1/-1}.auto-task-confirm-list span,.auto-task-field>span,.auto-task-upload-head strong{font-size:13px;color:var(--nebula-text-secondary)}.auto-task-field input,.auto-task-field select,.auto-task-field textarea,.auto-task-image-card__body input{width:100%;border:1px solid var(--nebula-border);border-radius:16px;background:var(--nebula-field);color:var(--nebula-text-primary);padding:12px 14px;outline:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.auto-task-field textarea{min-height:120px;resize:vertical}.auto-task-field input:focus,.auto-task-field select:focus,.auto-task-field textarea:focus,.auto-task-image-card__body input:focus{border-color:var(--nebula-border-strong);box-shadow:0 0 0 3px rgba(138,115,255,.12)}.auto-task-list-item__actions,.auto-task-list-item__footer,.auto-task-list-item__header,.auto-task-segment-card__header,.auto-task-step-item__top,.auto-task-summary-card__row,.auto-task-upload-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.auto-task-form-actions,.auto-task-segment-card__actions,.auto-task-upload-actions{display:flex;gap:12px;flex-wrap:wrap}.auto-task-image-list,.auto-task-list,.auto-task-step-list{display:flex;flex-direction:column;gap:14px}.auto-task-table{border:1px solid var(--nebula-border);border-radius:22px;overflow:hidden;background:rgba(255,255,255,.02)}.auto-task-table,.auto-task-table__body{display:flex;flex-direction:column}.auto-task-table__row{display:grid;grid-template-columns:minmax(180px,1.45fr) minmax(140px,1.1fr) 104px 116px 72px 124px 132px 132px;grid-gap:14px;gap:14px;align-items:center;padding:16px 20px}.auto-task-table__row--head{background:rgba(138,115,255,.08);border-bottom:1px solid var(--nebula-border)}.auto-task-table__body .auto-task-table__row+.auto-task-table__row{border-top:1px solid var(--nebula-border)}.auto-task-table__cell{min-width:0;font-size:13px;color:var(--nebula-text-secondary)}.auto-task-table__row--head .auto-task-table__cell{font-size:12px;font-weight:600;letter-spacing:.04em;color:var(--nebula-text-muted)}.auto-task-table__cell strong{display:block;color:var(--nebula-text-primary);font-size:14px;line-height:1.5}.auto-task-table__cell--primary{display:flex;flex-direction:column;gap:6px}.auto-task-table__subtle{display:block;color:var(--nebula-text-muted);font-size:12px;line-height:1.5}.auto-task-table__cell--progress{display:flex;flex-direction:column;gap:6px}.auto-task-table__cell--actions{display:flex;align-items:center;justify-content:flex-start;gap:8px;flex-wrap:wrap}.auto-task-table__cell--actions .nebula-button{min-width:104px;justify-content:center}.auto-task-table__empty{padding:28px 20px}.auto-task-table__empty-inner{min-height:220px;border-radius:20px;border:1px dashed var(--nebula-border);background:rgba(255,255,255,.02);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center;padding:32px 20px}.auto-task-table__empty-inner strong{color:var(--nebula-text-primary)}.auto-task-table__empty-inner p{margin:0;color:var(--nebula-text-secondary)}.auto-task-empty-state,.auto-task-image-card,.auto-task-segment-card,.auto-task-segments-card,.auto-task-steps-card,.auto-task-summary-card,.auto-task-video-card{display:flex;flex-direction:column;gap:14px}.auto-task-image-card{flex-direction:row;align-items:stretch;gap:16px}.auto-task-image-card__thumb-wrap{position:relative;flex:0 0 116px;min-height:116px;border-radius:18px;overflow:hidden;background:rgba(15,23,42,.22)}.auto-task-image-card__thumb-wrap img{width:100%;height:100%;object-fit:cover;display:block}.auto-task-image-card__remove{position:absolute;top:8px;right:8px;width:30px;height:30px;border-radius:999px}.auto-task-image-card__body{flex:1 1;display:flex;flex-direction:column;gap:10px;justify-content:center}.auto-task-list-item{display:flex;flex-direction:column;gap:14px;text-align:left;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease}.auto-task-list-item:hover{transform:translateY(-1px);border-color:var(--nebula-border-strong)}.auto-task-list-item--active{border-color:rgba(138,115,255,.42);box-shadow:0 0 0 1px rgba(138,115,255,.24),var(--nebula-shadow-soft)}.auto-task-list-item__meta,.auto-task-segment-card__meta,.auto-task-step-item__meta,.auto-task-summary-metrics{display:grid;grid-gap:10px 14px;gap:10px 14px;grid-template-columns:repeat(2,minmax(0,1fr));color:var(--nebula-text-secondary);font-size:13px}.auto-task-summary-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}.auto-task-list-item__error{margin:0;color:#ff8ca8;font-size:13px;line-height:1.6}.auto-task-progress--compact{height:6px}.auto-task-list-item__footer{flex-wrap:wrap;align-items:flex-start}.auto-task-list-item__actions{flex-wrap:wrap}.auto-task-progress{width:108px;max-width:100%;height:8px;border-radius:999px;overflow:hidden;background:rgba(138,115,255,.12)}.auto-task-progress__bar{height:100%;border-radius:inherit;background:linear-gradient(90deg,#8a73ff,#7ed9ff)}.auto-task-detail-grid{display:grid;grid-gap:20px;gap:20px;grid-template-columns:minmax(300px,340px) minmax(0,1fr)}.auto-task-segments-card,.auto-task-steps-card{grid-column:1/-1}.auto-task-video-placeholder,.auto-task-video-player{width:100%;border-radius:18px;border:1px solid var(--nebula-border);background:rgba(15,23,42,.22)}.auto-task-video-player{display:block;aspect-ratio:16/9;object-fit:contain}.auto-task-video-player--segment{aspect-ratio:9/16}.auto-task-video-placeholder{min-height:240px;display:flex;align-items:center;justify-content:center;color:var(--nebula-text-muted);text-align:center;padding:20px}.auto-task-video-placeholder--segment{min-height:180px}.auto-task-segment-grid{display:grid;grid-gap:16px;gap:16px;align-items:stretch;grid-template-columns:repeat(5,minmax(0,1fr))}.auto-task-segment-card{min-width:0;height:100%}.auto-task-segment-card__actions{margin-top:auto}.auto-task-step-item{padding:16px 18px;border:1px solid var(--nebula-border);border-radius:18px;background:rgba(255,255,255,.02);display:flex;flex-direction:column;gap:10px}.auto-task-confirm-modal{width:min(720px,calc(100vw - 32px))}.auto-task-confirm-list{display:grid;grid-gap:14px;gap:14px;grid-template-columns:repeat(2,minmax(0,1fr))}.auto-task-confirm-list>div{display:flex;flex-direction:column;gap:8px;padding:14px 16px;border:1px solid var(--nebula-border);border-radius:16px;background:var(--nebula-field)}.auto-task-confirm-list strong,.auto-task-image-card__body strong,.auto-task-list-item__header strong,.auto-task-segment-card__header strong,.auto-task-step-item__top strong{color:var(--nebula-text-primary)}.auto-task-confirm-list__full{grid-column:1/-1}@media (max-width:1640px){.auto-task-segment-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1400px){.auto-task-segment-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1080px){.auto-task-segment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:1240px){.auto-task-create-modal__layout,.auto-task-detail-grid,.auto-task-layout{grid-template-columns:1fr}}@media (max-width:768px){.auto-task-confirm-list,.auto-task-form-grid,.auto-task-list-item__meta,.auto-task-list-overview,.auto-task-segment-card__meta,.auto-task-segment-grid,.auto-task-step-item__meta,.auto-task-summary-metrics{grid-template-columns:1fr}.auto-task-table{overflow-x:auto}.auto-task-table__row{min-width:1080px}.auto-task-create-modal{width:min(100vw - 20px,1120px);max-height:calc(100vh - 20px)}.auto-task-create-modal__actions,.auto-task-create-modal__copy,.auto-task-section-head__actions{flex-direction:column;align-items:stretch}.auto-task-image-card{flex-direction:column}.auto-task-image-card__thumb-wrap{flex-basis:auto;min-height:180px}.auto-task-list-item__footer,.auto-task-list-item__header,.auto-task-segment-card__header,.auto-task-step-item__top,.auto-task-summary-card__row,.auto-task-upload-head{align-items:flex-start;flex-direction:column}}html[data-theme=light] .auto-task-confirm-list>div,html[data-theme=light] .auto-task-create-modal__section,html[data-theme=light] .auto-task-field input,html[data-theme=light] .auto-task-field select,html[data-theme=light] .auto-task-field textarea,html[data-theme=light] .auto-task-image-card__body input,html[data-theme=light] .auto-task-image-card__thumb-wrap,html[data-theme=light] .auto-task-list-overview__metric,html[data-theme=light] .auto-task-step-item,html[data-theme=light] .auto-task-video-placeholder,html[data-theme=light] .auto-task-video-player{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.84)}html[data-theme=light] .auto-task-list-item__error{color:#c24d78}.character-public-library-page{display:grid;grid-gap:14px;gap:14px}.character-public-pagination{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.asset-gallery-grid--character-public{grid-template-columns:repeat(5,minmax(0,1fr))}.asset-gallery-card--character-public .asset-gallery-card__actions{margin-top:12px}@media (max-width:1600px){.asset-gallery-grid--character-public{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1320px){.asset-gallery-grid--character-public{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:1040px){.asset-gallery-grid--character-public{grid-template-columns:repeat(2,minmax(0,1fr))}}.character-public-library-page .workspace-header{align-items:center;gap:8px;padding:10px 14px}.character-public-library-page .workspace-header__copy{flex:1 1 auto;min-width:0}.character-public-library-page .workspace-header__heading{display:flex;align-items:center;min-width:0}.character-public-library-page .workspace-header h1{font-size:clamp(18px,1.35vw,21px);line-height:1.06;white-space:nowrap}.character-public-library-page .workspace-header__meta{justify-content:flex-end;flex:0 0 auto}.character-public-library-page .workspace-header__actions,.character-public-library-page .workspace-header__meta,.character-public-library-page .workspace-header__meta-row{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;min-width:0}.character-public-library-page .asset-library-meta{display:flex;align-items:center;gap:0;min-width:0}.character-public-library-page .workspace-chip{min-height:30px;padding:0 10px;font-size:12px;white-space:nowrap}.character-public-toolbar{display:inline-flex;align-items:center;gap:8px;flex-wrap:nowrap;min-width:0}.character-public-toolbar__back,.character-public-toolbar__search{min-height:36px;padding:0 10px;white-space:nowrap}.character-public-filter{display:inline-flex;align-items:center;gap:6px;min-width:0}.character-public-filter__label{flex:0 0 auto;color:rgba(205,214,240,.78);font-size:11px;font-weight:700;white-space:nowrap}.character-public-filter--gender select{width:92px}.character-public-filter--country select{width:142px}.character-public-filter select{min-width:0;height:36px;padding:0 30px 0 10px;border:1px solid rgba(126,140,184,.2);border-radius:12px;background:rgba(14,19,33,.9);color:#eef2ff;font-size:13px}html[data-theme=light] .character-public-filter__label{color:rgba(79,91,128,.92)}@media (max-width:1320px){.character-public-library-page .workspace-header{align-items:flex-start}.character-public-library-page .workspace-header__meta{flex-wrap:wrap;justify-content:flex-end}.character-public-filter--country select{width:128px}}@media (max-width:960px){.character-public-library-page .workspace-header,.character-public-library-page .workspace-header__actions,.character-public-library-page .workspace-header__meta,.character-public-library-page .workspace-header__meta-row,.character-public-toolbar{flex-wrap:wrap}}@media (max-width:720px){.character-public-library-page .workspace-header{padding:12px}.character-public-library-page .workspace-header__actions{width:100%;justify-content:flex-start}.character-public-toolbar{width:100%;align-items:stretch}.character-public-filter{flex:1 1 100%}.character-public-filter select,.character-public-filter--country select,.character-public-filter--gender select,.character-public-toolbar__back,.character-public-toolbar__search{width:100%}.asset-gallery-grid--character-public{grid-template-columns:1fr}}.video-api-task-card,.video-api-user-card{gap:18px;color:rgba(241,246,255,.94)}.video-api-user-card--apikey{gap:10px}.video-api-user-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.video-api-user-card__header--compact{align-items:center;gap:12px}.video-api-user-card__header h2{margin:0;color:rgba(248,250,255,.98);font-size:18px}.video-api-user-card__header p{margin:6px 0 0;color:rgba(210,220,255,.7)}.video-api-user-card__balance{color:rgba(248,250,255,.98);font-size:28px;font-weight:700;white-space:nowrap}.video-api-user-card__actions{display:flex;flex-wrap:wrap;gap:10px}.video-api-user-card__actions--compact{flex:0 0 auto;align-items:center;justify-content:flex-end;gap:8px}.video-api-user-card__status{margin:0;color:rgba(125,211,252,.95)}.video-api-toast{position:fixed;right:24px;bottom:24px;z-index:1400;display:inline-flex;align-items:center;min-height:42px;padding:0 16px;border-radius:14px;border:1px solid rgba(120,140,180,.18);background:rgba(12,19,39,.92);box-shadow:0 16px 36px rgba(0,0,0,.28);color:rgba(248,250,255,.96);font-size:13px;font-weight:600;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.video-api-key-toolbar{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.video-api-key-panel{flex:1 1 360px;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px 14px;padding:10px 12px;border-radius:14px;border:1px solid rgba(120,140,180,.16);background:rgba(16,24,44,.55)}.video-api-key-panel__value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:rgba(248,250,255,.98);font-size:16px;font-weight:700;letter-spacing:.05em}.video-api-key-panel__meta{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px 14px;color:rgba(210,220,255,.68);font-size:12px}.video-api-user-card--apikey .nebula-button{min-height:34px;padding:0 12px;border-radius:12px;font-size:12px}.video-api-task-table{display:grid;grid-gap:12px;gap:12px}.video-api-task-table__head,.video-api-task-table__row{display:grid;grid-template-columns:1.2fr 1.25fr 1.2fr .6fr .7fr .8fr .8fr 1.4fr .6fr;grid-gap:12px;gap:12px;align-items:center}.video-api-task-table__head{padding:0 4px 8px;color:rgba(210,220,255,.6);font-size:12px}.video-api-task-table__body{display:grid;grid-gap:10px;gap:10px}.video-api-task-table__row{padding:14px 16px;border-radius:18px;border:1px solid rgba(120,140,180,.12);background:rgba(15,23,42,.52)}.video-api-task-table__cell{display:grid;grid-gap:6px;gap:6px;min-width:0;word-break:break-word;color:rgba(238,243,255,.92)}.video-api-task-table__cell--mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:12px}.video-api-task-table__mobile-label{display:none;color:rgba(210,220,255,.55);font-size:11px}.video-api-task-status{display:inline-flex;align-items:center;justify-content:center;min-height:28px;width:-moz-fit-content;width:fit-content;padding:0 10px;border-radius:999px;font-size:12px;font-weight:600}.video-api-task-status--queued,.video-api-task-status--submitting{background:rgba(250,204,21,.14);color:rgba(250,204,21,.96)}.video-api-task-status--running{background:rgba(59,130,246,.16);color:rgba(125,211,252,.96)}.video-api-task-status--succeeded{background:rgba(34,197,94,.16);color:rgba(134,239,172,.96)}.video-api-task-status--cancelled,.video-api-task-status--expired,.video-api-task-status--failed{background:rgba(248,113,113,.14);color:rgba(252,165,165,.96)}.video-api-task-table__link{color:rgba(125,211,252,.96);text-decoration:none}.video-api-task-table__link:hover{text-decoration:underline}@media (max-width:1200px){.video-api-task-table__head{display:none}.video-api-task-table__row{grid-template-columns:repeat(2,minmax(0,1fr))}.video-api-task-table__mobile-label{display:inline-flex}}@media (max-width:768px){.video-api-user-card__header{flex-direction:column}.video-api-key-toolbar{align-items:stretch}.video-api-key-panel{flex-direction:column;align-items:flex-start}.video-api-key-panel__value{white-space:normal}.video-api-key-panel__meta,.video-api-user-card__actions--compact{justify-content:flex-start}.video-api-user-card__balance{font-size:24px}.video-api-task-table__row{grid-template-columns:minmax(0,1fr)}}.video-api-docs{margin-top:12px;gap:14px;overflow:hidden;color:rgba(241,246,255,.94)}.video-api-docs__header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.video-api-docs__header h2{margin:0;font-size:20px;color:rgba(248,250,255,.98)}.video-api-docs__tabs{display:flex;flex-wrap:wrap;gap:8px}.video-api-docs__tab{min-height:34px;padding:0 12px;border:1px solid rgba(148,163,184,.26);border-radius:12px;background:rgba(148,163,184,.12);color:rgba(236,242,255,.88);font-size:13px;cursor:pointer;transition:all .2s ease}.video-api-docs__tab:hover{border-color:rgba(129,140,248,.42);background:rgba(99,102,241,.18);color:rgba(248,250,255,.98)}.video-api-docs__tab--active{border-color:rgba(129,140,248,.56);background:rgba(99,102,241,.24);color:rgba(255,255,255,.98);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}.video-api-docs .nebula-button{min-height:34px;padding:0 12px;border-radius:12px;font-size:12.5px}.video-api-doc-card{display:grid;grid-gap:14px;gap:14px}.video-api-doc-card__endpoint{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px}.video-api-doc-card__path-wrap{display:flex;align-items:center;gap:10px;flex:1 1 560px;min-height:58px;padding:10px 14px;border-radius:18px;border:1px solid rgba(148,163,184,.2);color:rgba(248,250,255,.98);background:radial-gradient(circle at top right,rgba(168,85,247,.14),transparent 28%),radial-gradient(circle at top left,rgba(59,130,246,.1),transparent 24%),rgba(255,255,255,.05);box-shadow:inset 0 1px 0 rgba(255,255,255,.06)}.video-api-doc-card__method{display:inline-flex;align-items:center;justify-content:center;min-width:60px;min-height:34px;padding:0 14px;border-radius:12px;font-size:16px;font-weight:700;letter-spacing:.04em}.video-api-doc-card__method--post{background:rgba(249,115,22,.16);color:rgba(251,146,60,1)}.video-api-doc-card__method--get{background:rgba(34,197,94,.16);color:rgba(74,222,128,1)}.video-api-doc-card__path{min-width:0;font-size:22px;line-height:1.2;font-weight:500;color:rgba(248,250,255,.98);word-break:break-all}.video-api-doc-card__status,.video-api-doc-card__summary,.video-api-doc-card__upstream{margin:0}.video-api-doc-card__upstream{color:rgba(226,232,240,.88);font-size:20px}.video-api-doc-card__summary{color:rgba(226,232,240,.82);font-size:15px;line-height:1.75}.video-api-doc-card__status{color:rgba(125,211,252,.95);font-size:13px}.video-api-doc-card__section{display:grid;grid-gap:10px;gap:10px}.video-api-doc-card__section h3{margin:0;font-size:16px;color:rgba(248,250,255,.98)}.video-api-doc-card__section-list{display:grid;grid-gap:12px;gap:12px}.video-api-doc-parameter-card{overflow:hidden;border-radius:18px;border:1px solid rgba(148,163,184,.16);background:rgba(15,23,42,.44);color:rgba(241,246,255,.94)}.video-api-doc-parameter-card__header{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:14px 18px;border-bottom:1px solid rgba(120,140,180,.12)}.video-api-doc-parameter-card__title-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.video-api-doc-parameter-card__title-row h4{margin:0;font-size:15px;color:rgba(248,250,255,.98)}.video-api-doc-parameter-card__format{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(148,163,184,.16);color:rgba(226,232,240,.9);font-size:12px}.video-api-doc-parameter-card__body{display:grid}.video-api-doc-parameter-card__body--split{grid-template-columns:minmax(0,1.18fr) minmax(300px,.82fr)}.video-api-doc-fields{display:grid}.video-api-doc-fields__row{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-gap:18px;gap:18px;align-items:start;padding:20px 24px;border-bottom:1px solid rgba(120,140,180,.08)}.video-api-doc-fields__row:last-child{border-bottom:none}.video-api-doc-fields__meta{display:grid;grid-gap:10px;gap:10px}.video-api-doc-fields__name-row{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.video-api-doc-fields__name{color:rgba(96,165,250,1);font-size:16px;font-weight:700}.video-api-doc-fields__type{color:rgba(226,232,240,.8);font-size:15px}.video-api-doc-fields__description{margin:0;color:rgba(226,232,240,.82);line-height:1.7}.video-api-doc-fields__default{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:rgba(226,232,240,.82)}.video-api-doc-code-block pre,.video-api-doc-fields__default code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.video-api-doc-fields__default code{display:inline-flex;align-items:center;min-height:34px;padding:0 10px;border-radius:12px;background:rgba(120,140,180,.1);color:rgba(226,232,240,.96)}.video-api-doc-fields__required{display:inline-flex;align-items:center;justify-content:center;min-width:52px;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(148,163,184,.14);color:rgba(226,232,240,.84);font-size:12px}.video-api-doc-fields__required--active{background:rgba(248,113,113,.14);color:rgba(252,165,165,1)}.video-api-doc-code-block{display:grid;grid-gap:8px;gap:8px;min-width:0;padding:16px 18px;border-left:1px solid rgba(120,140,180,.08);background:rgba(8,13,26,.52)}.video-api-doc-code-block--full{border:1px solid rgba(120,140,180,.12);border-radius:18px;background:rgba(8,13,26,.52)}.video-api-doc-code-block__title{color:rgba(226,232,240,.84);font-size:12px;font-weight:600}.video-api-doc-code-block pre{margin:0;white-space:pre-wrap;word-break:break-word;font-size:12.5px;line-height:1.65;color:rgba(248,250,252,.92)}@media (max-width:1200px){.video-api-doc-card__path{font-size:20px}.video-api-doc-parameter-card__body--split{grid-template-columns:minmax(0,1fr)}.video-api-doc-code-block{border-left:none;border-top:1px solid rgba(120,140,180,.08)}}@media (max-width:768px){.video-api-docs__header h2{font-size:18px}.video-api-doc-card__path-wrap{min-height:auto;padding:12px;border-radius:16px}.video-api-doc-card__method{min-width:52px;min-height:32px;font-size:14px}.video-api-doc-card__path{font-size:18px}.video-api-doc-code-block,.video-api-doc-fields__row,.video-api-doc-parameter-card__header{padding:14px}.video-api-doc-fields__row{grid-template-columns:minmax(0,1fr)}}.video-api-doc-tree,.video-api-doc-tree__item{display:grid}.video-api-doc-tree__item+.video-api-doc-tree__item{border-top:1px solid rgba(120,140,180,.08)}.video-api-doc-tree__row{--video-api-doc-level:0;display:grid;grid-template-columns:18px minmax(0,1fr) auto;grid-gap:10px;gap:10px;align-items:start;padding:14px 18px 14px calc(18px + var(--video-api-doc-level) * 18px);transition:background .2s ease}.video-api-doc-tree__row--expanded,.video-api-doc-tree__row:hover{background:rgba(120,140,180,.04)}.video-api-doc-tree__toggle{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin-top:2px;padding:0;border:none;background:transparent;color:rgba(148,163,184,.88);font-size:12px;cursor:pointer}.video-api-doc-tree__toggle--placeholder{cursor:default;opacity:0}.video-api-doc-tree__content{min-width:0;display:grid;grid-gap:8px;gap:8px}.video-api-doc-tree__headline{display:flex;flex-wrap:wrap;align-items:center;gap:8px}.video-api-doc-tree__name{color:rgba(96,165,250,1);font-size:14px;font-weight:700;line-height:1.4}.video-api-doc-tree__alias,.video-api-doc-tree__type{display:inline-flex;align-items:center;min-height:24px;padding:0 8px;border-radius:999px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px;line-height:1}.video-api-doc-tree__type{background:rgba(59,130,246,.12);color:rgba(191,219,254,.98)}.video-api-doc-tree__alias{background:rgba(120,140,180,.12);color:rgba(210,220,255,.74)}.video-api-doc-tree__details{display:grid;grid-gap:6px;gap:6px}.video-api-doc-tree__details p{margin:0;color:rgba(210,220,255,.72);font-size:12.5px;line-height:1.65}.video-api-doc-tree__default{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:rgba(210,220,255,.72);font-size:12px}.video-api-doc-tree__default code{min-height:26px;border-radius:10px;color:rgba(248,250,252,.94);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.video-api-doc-tree__default code,.video-api-doc-tree__required{display:inline-flex;align-items:center;padding:0 8px;background:rgba(120,140,180,.1)}.video-api-doc-tree__required{justify-content:center;min-width:44px;min-height:24px;border-radius:999px;color:rgba(210,220,255,.68);font-size:11px}.video-api-doc-tree__required--active{background:rgba(248,113,113,.14);color:rgba(252,165,165,1)}.video-api-doc-tree__children{margin-left:28px;border-left:1px solid rgba(120,140,180,.1)}@media (max-width:768px){.video-api-doc-tree__row{grid-template-columns:18px minmax(0,1fr);padding:12px 14px;gap:10px}.video-api-doc-tree__required{grid-column:2;justify-self:start}.video-api-doc-tree__children{margin-left:16px}}.video-api-shell{min-height:100vh;padding:20px 24px 32px;background:radial-gradient(circle at top left,rgba(99,102,241,.18),transparent 22%),radial-gradient(circle at top right,rgba(59,130,246,.12),transparent 20%),linear-gradient(180deg,rgba(10,16,32,.96),rgba(6,11,24,.98))}.video-api-shell__topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px}.video-api-shell__brand{display:inline-flex;align-items:center;text-decoration:none}.video-api-shell__body{display:grid;grid-template-columns:240px minmax(0,1fr);grid-gap:20px;gap:20px;align-items:start}.video-api-shell__sidebar{position:-webkit-sticky;position:sticky;top:20px}.video-api-shell__sidebar-panel{display:grid;grid-gap:18px;gap:18px;padding:20px 18px;border-radius:24px;border:1px solid rgba(120,140,180,.16);background:linear-gradient(180deg,rgba(24,34,64,.94),rgba(12,19,39,.92));box-shadow:0 18px 48px rgba(0,0,0,.22)}.video-api-shell__sidebar-copy{display:grid;grid-gap:4px;gap:4px}.video-api-shell__eyebrow{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;min-height:28px;padding:0 10px;border-radius:999px;background:rgba(99,102,241,.16);color:rgba(199,210,254,.96);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.video-api-shell__sidebar-copy h1{margin:0;color:rgba(244,247,255,.96);font-size:22px;font-weight:700;line-height:1.22;letter-spacing:.01em}.video-api-shell__nav-block{display:grid;grid-gap:12px;gap:12px}.video-api-shell__nav-title{color:rgba(210,220,255,.68);font-size:13px;letter-spacing:.06em}.video-api-shell__main{min-width:0;display:grid;grid-gap:16px;gap:16px}.video-api-tool-nav{display:grid;grid-gap:10px;gap:10px;margin:0}.video-api-tool-nav__item{display:flex;align-items:center;justify-content:flex-start;min-height:44px;padding:0 14px;border-radius:16px;border:1px solid rgba(120,140,180,.22);background:rgba(255,255,255,.04);color:rgba(242,246,255,.94);text-decoration:none;font-size:15px;font-weight:600;transition:all .2s ease}.video-api-tool-nav__item:hover{border-color:rgba(98,114,255,.35);background:rgba(98,114,255,.14);color:rgba(248,250,255,.96)}.video-api-tool-nav__item--active{border-color:rgba(98,114,255,.52);background:linear-gradient(135deg,rgba(84,98,255,.24),rgba(59,130,246,.16));color:rgba(255,255,255,.98);box-shadow:inset 0 1px 0 rgba(255,255,255,.06),0 8px 24px rgba(59,130,246,.12)}.video-api-task-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.video-api-task-card__header h2{margin:0;color:rgba(248,250,255,.98);font-size:20px}.video-api-task-card__header p{margin:6px 0 0;color:rgba(210,220,255,.72)}html[data-theme=light] .video-api-shell{background:radial-gradient(circle at top left,rgba(158,82,255,.12),transparent 24%),radial-gradient(circle at top right,rgba(255,86,156,.08),transparent 22%),linear-gradient(180deg,#f6f7ff,#eef1fb)}html[data-theme=light] .video-api-shell__sidebar-panel{border-color:rgba(130,144,198,.16);background:var(--app-surface-base);box-shadow:var(--nebula-shadow-soft)}html[data-theme=light] .video-api-shell__eyebrow{background:rgba(158,82,255,.12);color:#9e52ff}html[data-theme=light] .video-api-shell__sidebar-copy h1,html[data-theme=light] .video-api-task-card__header h2,html[data-theme=light] .video-api-user-card__header h2{color:var(--nebula-text-primary)}html[data-theme=light] .video-api-shell__nav-title,html[data-theme=light] .video-api-task-card__header p,html[data-theme=light] .video-api-user-card__header p{color:var(--nebula-text-secondary)}html[data-theme=light] .video-api-user-card__balance{color:var(--nebula-text-primary)}html[data-theme=light] .video-api-tool-nav__item{border-color:rgba(130,144,198,.16);background:rgba(255,255,255,.72);color:var(--nebula-text-secondary);box-shadow:inset 0 1px 0 rgba(255,255,255,.74)}html[data-theme=light] .video-api-tool-nav__item:focus-visible,html[data-theme=light] .video-api-tool-nav__item:hover{border-color:rgba(158,82,255,.18);background:rgba(255,255,255,.94);color:var(--nebula-text-primary);box-shadow:0 10px 22px rgba(104,118,176,.08)}html[data-theme=light] .video-api-tool-nav__item--active{border-color:var(--app-accent-border);background:linear-gradient(135deg,rgba(158,82,255,.14),rgba(255,86,156,.08));color:var(--nebula-text-primary);box-shadow:var(--app-accent-shadow)}@media (max-width:1100px){.video-api-shell__body{grid-template-columns:minmax(0,1fr)}.video-api-shell__sidebar{position:static}.video-api-shell__sidebar-panel{grid-template-columns:minmax(0,1fr) minmax(180px,220px);align-items:center;gap:20px}}@media (max-width:768px){.video-api-shell{padding:16px 14px 24px}.video-api-shell__sidebar-panel{grid-template-columns:minmax(0,1fr);gap:16px;padding:18px;border-radius:22px}.video-api-shell__sidebar-copy h1{font-size:20px}.video-api-task-card__header,.video-api-user-card__header{flex-direction:column}.video-api-toast{right:14px;bottom:14px;max-width:calc(100vw - 28px)}}.video-api-generate-layout{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(320px,.84fr);grid-gap:16px;gap:16px;align-items:start}.video-api-generate-panel{display:grid;grid-gap:18px;gap:18px}.video-api-generate-main,.video-api-generate-sidebar{align-content:start}.video-api-generate-panel__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.video-api-generate-panel__header--tight{align-items:center}.video-api-generate-panel__header h2{margin:0;color:rgba(248,250,255,.98);font-size:20px}.video-api-generate-panel__header p{margin:6px 0 0;color:rgba(210,220,255,.72)}.video-api-generate-grid{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(0,.85fr) minmax(0,.8fr) auto;grid-gap:14px;gap:14px;align-items:end}.video-api-generate-field{display:grid;grid-gap:8px;gap:8px;min-width:0}.video-api-generate-prompt-wrap{gap:10px}.video-api-generate-field>span{color:rgba(224,231,255,.88);font-size:13px;font-weight:600}.video-api-generate-prompt-note{margin:0;color:rgba(210,220,255,.68);font-size:12px;line-height:1.6}.video-api-generate-field--readonly{align-content:end}.video-api-generate-fixed-meta{display:flex;flex-wrap:wrap;gap:8px;min-height:44px;align-items:center}.video-api-generate-field--readonly .workspace-chip{white-space:nowrap}.video-api-generate-textarea{min-height:320px;resize:vertical}.video-api-generate-block{display:grid;grid-gap:12px;gap:12px}.video-api-generate-assets-panel{align-content:start;gap:10px}.video-api-generate-sidebar{gap:14px}.video-api-generate-block__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.video-api-generate-block__head strong{color:rgba(244,247,255,.96);font-size:15px}.video-api-generate-reference-note{margin:-2px 0 0;color:rgba(210,220,255,.66);font-size:12px;line-height:1.5}.video-api-generate-reference-list{display:grid;grid-gap:8px;gap:8px}.video-api-generate-reference-row{display:grid;grid-template-columns:44px minmax(0,1fr) auto;align-items:center;grid-gap:10px;gap:10px;padding:8px 10px;border:1px solid rgba(120,140,180,.18);border-radius:12px;background:rgba(255,255,255,.04)}.video-api-generate-reference-thumb{display:block;width:44px;height:44px;padding:0;overflow:hidden;border:1px solid rgba(120,140,180,.16);border-radius:10px;background:rgba(7,12,24,.78);cursor:zoom-in}.video-api-generate-reference-thumb img{display:block;width:100%;height:100%;object-fit:cover}.video-api-generate-reference-thumb__fallback{display:grid;place-items:center;width:100%;height:100%;color:rgba(210,220,255,.7);font-size:10px;line-height:1.2}.video-api-generate-reference-row__info{display:grid;grid-gap:4px;gap:4px;min-width:0}.video-api-generate-reference-row__info strong{color:rgba(245,247,255,.98);font-size:12px;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-api-generate-reference-row__actions{display:flex;align-items:center;gap:6px}.video-api-generate-reference-row__actions .nebula-button{min-width:0;padding:7px 10px;font-size:12px}.video-api-generate-reference-empty{display:flex;align-items:center;min-height:40px;color:rgba(210,220,255,.66);font-size:12px}.video-api-generate-asset-card{display:grid;grid-gap:8px;gap:8px;padding:10px;border:1px solid rgba(120,140,180,.18);border-radius:14px;background:rgba(255,255,255,.04)}.video-api-generate-asset-card--character{grid-template-columns:120px minmax(0,1fr);align-items:stretch}.video-api-generate-asset-card__media{overflow:hidden;border-radius:10px;border:1px solid rgba(120,140,180,.16);background:rgba(7,12,24,.78);aspect-ratio:1/1}.video-api-generate-asset-card__media img{display:block;width:100%;height:100%;object-fit:cover}.video-api-generate-asset-card__body{display:grid;grid-gap:6px;gap:6px;align-content:start}.video-api-generate-asset-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:6px;gap:6px}.video-api-generate-asset-actions .nebula-button{min-width:0;padding:8px 10px;font-size:12px}.video-api-generate-asset-card__meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.video-api-generate-asset-card .workspace-chip{min-height:24px;padding:0 8px;font-size:11px}.video-api-generate-asset-card__body strong{color:rgba(245,247,255,.98);font-size:13px;line-height:1.35;word-break:break-word;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.video-api-generate-asset-card__placeholder,.video-api-generate-empty{display:grid;place-items:center;min-height:96px;border-radius:14px;border:1px dashed rgba(120,140,180,.2);background:rgba(255,255,255,.03);color:rgba(210,220,255,.68);font-size:13px}.video-api-generate-submit{display:flex;align-items:center;justify-content:space-between;gap:12px}.video-api-generate-submit__button{min-width:200px;justify-content:center}.video-api-generate-result-section{padding-top:4px}.video-api-generate-result-block{display:grid;grid-gap:12px;gap:12px}.video-api-generate-result-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px}.video-api-generate-result-poster,.video-api-generate-result-video{display:grid;grid-gap:12px;gap:12px}.video-api-generate-result-poster img,.video-api-generate-result-video video{width:100%;border-radius:16px;border:1px solid rgba(120,140,180,.16);background:rgba(6,10,20,.88)}.video-api-generate-task-item,.video-api-generate-task-list{display:grid;grid-gap:10px;gap:10px}.video-api-generate-task-item{padding:12px 14px;border-radius:16px;border:1px solid rgba(120,140,180,.16);background:rgba(255,255,255,.04)}.video-api-generate-task-item__head{display:flex;align-items:center;justify-content:space-between;gap:10px}.video-api-generate-task-item__time{color:rgba(210,220,255,.62);font-size:12px}.video-api-generate-task-item__body{display:grid;grid-gap:4px;gap:4px}.video-api-generate-task-item__body strong{color:rgba(245,247,255,.98);font-size:14px}.video-api-generate-task-item__body span{color:rgba(210,220,255,.72);font-size:12px;word-break:break-word}.video-api-generate-confirm{width:min(860px,calc(100vw - 32px));gap:16px}.video-api-generate-confirm__meta{display:flex;flex-wrap:wrap;gap:8px}.video-api-generate-confirm__code-wrap{max-height:min(62vh,720px);overflow:auto;border-radius:14px;border:1px solid rgba(120,140,180,.16);background:rgba(7,12,24,.9)}.video-api-generate-confirm__code{margin:0;padding:16px 18px;color:rgba(232,238,255,.92);font-size:12px;line-height:1.65;white-space:pre-wrap;word-break:break-word;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.video-api-generate-confirm__actions{justify-content:flex-end}.video-api-generate-image-preview{width:min(720px,calc(100vw - 32px));gap:16px}.video-api-generate-image-preview__frame{overflow:hidden;border-radius:16px;border:1px solid rgba(120,140,180,.18);background:rgba(7,12,24,.86)}.video-api-generate-image-preview__image{display:block;width:100%;max-height:min(72vh,820px);object-fit:contain}@media (max-width:1100px){.video-api-generate-layout{grid-template-columns:minmax(0,1fr)}}@media (max-width:1180px){.video-api-generate-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:768px){.video-api-generate-grid{grid-template-columns:minmax(0,1fr)}.video-api-generate-block__head,.video-api-generate-panel__header,.video-api-generate-submit,.video-api-generate-task-item__head{flex-direction:column;align-items:stretch}.video-api-generate-asset-card--character{grid-template-columns:minmax(0,1fr)}}html[data-theme=light] .video-api-generate-asset-card__body strong,html[data-theme=light] .video-api-generate-block__head strong,html[data-theme=light] .video-api-generate-panel__header h2,html[data-theme=light] .video-api-generate-task-item__body strong{color:#1a2340}html[data-theme=light] .video-api-generate-asset-card__placeholder,html[data-theme=light] .video-api-generate-empty,html[data-theme=light] .video-api-generate-field>span,html[data-theme=light] .video-api-generate-panel__header p,html[data-theme=light] .video-api-generate-prompt-note,html[data-theme=light] .video-api-generate-reference-empty,html[data-theme=light] .video-api-generate-reference-note,html[data-theme=light] .video-api-generate-task-item__body span,html[data-theme=light] .video-api-generate-task-item__time{color:#5b6786}html[data-theme=light] .video-api-generate-asset-card,html[data-theme=light] .video-api-generate-reference-row,html[data-theme=light] .video-api-generate-task-item{background:rgba(244,247,255,.9);border-color:rgba(129,145,188,.18)}html[data-theme=light] .video-api-generate-asset-card__media,html[data-theme=light] .video-api-generate-reference-thumb,html[data-theme=light] .video-api-generate-result-poster img,html[data-theme=light] .video-api-generate-result-video video{background:#eef2ff;border-color:rgba(129,145,188,.16)}html[data-theme=light] .video-api-generate-reference-row__info strong,html[data-theme=light] .video-api-generate-reference-thumb__fallback{color:#1a2340}html[data-theme=light] .video-api-generate-confirm__code-wrap{background:#f8faff;border-color:rgba(129,145,188,.2)}html[data-theme=light] .video-api-generate-confirm__code{color:#31405f}.ai-workstation-page{display:grid;grid-gap:24px;gap:24px}.ai-workstation-meta{display:flex;flex-wrap:wrap;gap:10px}.ai-workstation-panel{position:relative;overflow:hidden;display:grid;grid-gap:24px;gap:24px;padding:28px}.ai-workstation-panel:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at top right,rgba(96,165,250,.18),transparent 26%),radial-gradient(circle at left center,rgba(168,85,247,.14),transparent 28%)}.ai-workstation-page--yinkeke .ai-workstation-panel:before{background:radial-gradient(circle at top right,rgba(255,86,156,.12),transparent 24%),radial-gradient(circle at left center,rgba(158,82,255,.14),transparent 28%)}.ai-workstation-page--manyu .ai-workstation-panel:before{background:radial-gradient(circle at top right,rgba(45,212,191,.18),transparent 24%),radial-gradient(circle at left center,rgba(59,130,246,.16),transparent 28%)}.ai-workstation-page--xuanbo .ai-workstation-panel:before{background:radial-gradient(circle at top right,rgba(251,146,60,.2),transparent 24%),radial-gradient(circle at left center,rgba(245,158,11,.14),transparent 30%)}.ai-workstation-page--langdie .ai-workstation-panel:before{background:radial-gradient(circle at top right,rgba(129,140,248,.18),transparent 24%),radial-gradient(circle at left center,rgba(168,85,247,.16),transparent 30%)}.ai-workstation-grid,.ai-workstation-hero{position:relative;z-index:1}.ai-workstation-hero{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);grid-gap:18px;gap:18px}.ai-workstation-brand-card,.ai-workstation-card,.ai-workstation-summary-card{border:1px solid rgba(120,140,180,.16);border-radius:24px;background:rgba(10,16,28,.64);box-shadow:0 18px 44px rgba(0,0,0,.16)}.ai-workstation-brand-card{display:grid;grid-template-columns:minmax(220px,320px) minmax(0,1fr);grid-gap:20px;gap:20px;align-items:center;padding:24px}.ai-workstation-brand-card__logo-wrap{display:grid;place-items:center;min-height:168px;border-radius:20px;border:1px solid rgba(120,140,180,.14);background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.03))}.ai-workstation-brand-card__logo{max-width:min(76%,260px);width:100%;height:auto;object-fit:contain}.ai-workstation-brand-card__copy{display:grid;grid-gap:12px;gap:12px;align-content:center}.ai-workstation-brand-card__copy strong,.ai-workstation-card__copy h2,.ai-workstation-summary-card strong{color:rgba(244,247,255,.98)}.ai-workstation-brand-card__copy strong{font-size:30px;line-height:1.1}.ai-workstation-brand-card__copy p,.ai-workstation-card__copy p,.ai-workstation-summary-card p{margin:0;color:rgba(210,220,255,.72);line-height:1.7}.ai-workstation-summary-card{display:grid;grid-gap:14px;gap:14px;align-content:start;padding:24px}.ai-workstation-summary-card__label{color:rgba(210,220,255,.64);font-size:12px;letter-spacing:.08em;text-transform:uppercase}.ai-workstation-summary-card strong{font-size:24px}.ai-workstation-summary-card__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.ai-workstation-summary-card__stats div{display:grid;grid-gap:6px;gap:6px;padding:14px 12px;border-radius:18px;border:1px solid rgba(120,140,180,.12);background:rgba(255,255,255,.04)}.ai-workstation-summary-card__stats span{color:rgba(248,250,255,.98);font-size:20px;font-weight:700}.ai-workstation-summary-card__stats small{color:rgba(210,220,255,.66);font-size:12px}.ai-workstation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.ai-workstation-card{display:grid;grid-gap:18px;gap:18px;padding:22px;min-height:320px;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease,background .2s ease}.ai-workstation-card--active:focus-visible,.ai-workstation-card--active:hover{transform:translateY(-2px);border-color:rgba(129,140,248,.34);box-shadow:0 24px 48px rgba(8,15,28,.24)}.ai-workstation-card--disabled{opacity:.72;cursor:not-allowed}.ai-workstation-card__foot,.ai-workstation-card__top{display:flex;align-items:center;justify-content:space-between;gap:12px}.ai-workstation-card__icon{display:inline-flex;align-items:center;justify-content:center;width:54px;height:54px;border-radius:18px;border:1px solid rgba(120,140,180,.16);background:rgba(255,255,255,.06)}.ai-workstation-card__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.ai-workstation-card__icon--ecommerce{color:#7dd3fc}.ai-workstation-card__icon--manga{color:#c4b5fd}.ai-workstation-card__copy{display:grid;grid-gap:10px;gap:10px}.ai-workstation-card__copy h2{margin:0;font-size:24px}.ai-workstation-card__highlights{display:flex;flex-wrap:wrap;gap:10px}.ai-workstation-card__highlights span{display:inline-flex;align-items:center;min-height:34px;padding:0 12px;border-radius:999px;border:1px solid rgba(120,140,180,.14);background:rgba(255,255,255,.05);color:rgba(228,235,255,.84);font-size:13px}.ai-workstation-card__foot{margin-top:auto;color:rgba(244,247,255,.94);font-weight:600}.ai-workstation-card__arrow{font-size:18px}.ai-workstation-card--ecommerce{background:linear-gradient(180deg,rgba(12,20,36,.88),rgba(9,16,28,.78)),radial-gradient(circle at top right,rgba(59,130,246,.16),transparent 34%)}.ai-workstation-card--manga{background:linear-gradient(180deg,rgba(14,18,34,.82),rgba(10,14,28,.74)),radial-gradient(circle at top right,rgba(168,85,247,.14),transparent 34%)}html[data-theme=light] .ai-workstation-brand-card,html[data-theme=light] .ai-workstation-card,html[data-theme=light] .ai-workstation-summary-card{border-color:rgba(129,145,188,.16);background:rgba(255,255,255,.82);box-shadow:0 16px 38px rgba(80,98,145,.12)}html[data-theme=light] .ai-workstation-brand-card__logo-wrap,html[data-theme=light] .ai-workstation-card__highlights span,html[data-theme=light] .ai-workstation-card__icon,html[data-theme=light] .ai-workstation-summary-card__stats div{border-color:rgba(129,145,188,.14);background:rgba(244,247,255,.88)}html[data-theme=light] .ai-workstation-brand-card__copy strong,html[data-theme=light] .ai-workstation-card__copy h2,html[data-theme=light] .ai-workstation-card__foot,html[data-theme=light] .ai-workstation-summary-card strong,html[data-theme=light] .ai-workstation-summary-card__stats span{color:#1a2340}html[data-theme=light] .ai-workstation-brand-card__copy p,html[data-theme=light] .ai-workstation-card__copy p,html[data-theme=light] .ai-workstation-card__highlights span,html[data-theme=light] .ai-workstation-summary-card p,html[data-theme=light] .ai-workstation-summary-card__label,html[data-theme=light] .ai-workstation-summary-card__stats small{color:#5b6786}html[data-theme=light] .ai-workstation-card--ecommerce{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(244,247,255,.94)),radial-gradient(circle at top right,rgba(99,102,241,.08),transparent 34%)}html[data-theme=light] .ai-workstation-card--manga{background:linear-gradient(180deg,rgba(255,255,255,.92),rgba(245,247,255,.94)),radial-gradient(circle at top right,rgba(168,85,247,.08),transparent 34%)}@media (max-width:1080px){.ai-workstation-grid,.ai-workstation-hero{grid-template-columns:minmax(0,1fr)}}@media (max-width:720px){.ai-workstation-panel{padding:18px}.ai-workstation-brand-card{grid-template-columns:minmax(0,1fr)}.ai-workstation-summary-card__stats{grid-template-columns:repeat(3,minmax(0,1fr))}.ai-workstation-card{min-height:auto}}.navigation-workstation-page{min-height:100vh;display:grid;place-items:center;padding:40px 24px;background:radial-gradient(circle at top,rgba(78,121,255,.18),transparent 32%),linear-gradient(180deg,rgba(7,17,32,.96),rgba(8,12,24,1))}.navigation-workstation-page--yinkeke{background:radial-gradient(circle at top,rgba(255,117,158,.16),transparent 32%),linear-gradient(180deg,#fcfdff,#f3f6ff)}.navigation-workstation-page--manyu{background:radial-gradient(circle at top,rgba(45,212,191,.16),transparent 30%),linear-gradient(180deg,rgba(7,17,32,.96),rgba(8,12,24,1))}.navigation-workstation-page--xuanbo{background:radial-gradient(circle at top,rgba(251,146,60,.18),transparent 30%),linear-gradient(180deg,rgba(7,17,32,.96),rgba(8,12,24,1))}.navigation-workstation-page--langdie{background:radial-gradient(circle at top,rgba(129,140,248,.18),transparent 30%),linear-gradient(180deg,rgba(7,17,32,.96),rgba(8,12,24,1))}.navigation-workstation-shell{width:min(100%,980px);display:grid;grid-gap:28px;gap:28px}.navigation-workstation-brand{display:grid;justify-items:center;grid-gap:16px;gap:16px;text-align:center}.navigation-workstation-brand__logo{width:min(100%,260px);height:auto;object-fit:contain}.navigation-workstation-brand__copy{display:grid;grid-gap:8px;gap:8px}.navigation-workstation-brand__eyebrow{font-size:12px;letter-spacing:.16em;text-transform:uppercase;color:rgba(209,218,245,.72)}.navigation-workstation-brand__copy h1{margin:0;font-size:clamp(30px,4vw,44px);line-height:1.05;color:rgba(248,250,255,.98)}.navigation-workstation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.navigation-workstation-card{display:grid;grid-gap:18px;gap:18px;min-height:220px;padding:24px;border-radius:28px;border:1px solid rgba(120,140,180,.18);text-decoration:none;background:rgba(9,16,28,.72);box-shadow:0 22px 52px rgba(0,0,0,.22);transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.navigation-workstation-card:focus-visible,.navigation-workstation-card:hover{transform:translateY(-2px);border-color:rgba(129,140,248,.36);box-shadow:0 26px 56px rgba(0,0,0,.28)}.navigation-workstation-card--disabled{opacity:.68;cursor:default}.navigation-workstation-card--disabled:focus-visible,.navigation-workstation-card--disabled:hover{transform:none;box-shadow:0 22px 52px rgba(0,0,0,.22);border-color:rgba(120,140,180,.18)}.navigation-workstation-card__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.navigation-workstation-card__icon{width:56px;height:56px;border-radius:18px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(120,140,180,.16);background:rgba(255,255,255,.06)}.navigation-workstation-card__icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.navigation-workstation-card__icon--ecommerce{color:#7dd3fc}.navigation-workstation-card__icon--manga{color:#c4b5fd}.navigation-workstation-card__status{display:inline-flex;align-items:center;min-height:32px;padding:0 12px;border-radius:999px;border:1px solid rgba(120,140,180,.16);color:rgba(225,232,255,.84);background:rgba(255,255,255,.05);font-size:13px}.navigation-workstation-card__body{display:grid;grid-gap:10px;gap:10px;align-content:end}.navigation-workstation-card__body h2{margin:0;color:rgba(248,250,255,.98);font-size:26px}.navigation-workstation-card__body p{margin:0;color:rgba(209,218,245,.74);line-height:1.7}.navigation-workstation-card--ecommerce{background:linear-gradient(180deg,rgba(12,20,36,.88),rgba(9,16,28,.78)),radial-gradient(circle at top right,rgba(59,130,246,.16),transparent 34%)}.navigation-workstation-card--manga{background:linear-gradient(180deg,rgba(14,18,34,.82),rgba(10,14,28,.74)),radial-gradient(circle at top right,rgba(168,85,247,.14),transparent 34%)}html[data-theme=light] .navigation-workstation-brand__eyebrow{color:#6b7694}html[data-theme=light] .navigation-workstation-brand__copy h1,html[data-theme=light] .navigation-workstation-card__body h2{color:#1a2340}html[data-theme=light] .navigation-workstation-card{border-color:rgba(129,145,188,.16);background:rgba(255,255,255,.9);box-shadow:0 18px 44px rgba(80,98,145,.12)}html[data-theme=light] .navigation-workstation-card__icon,html[data-theme=light] .navigation-workstation-card__status{border-color:rgba(129,145,188,.16);background:rgba(244,247,255,.9)}html[data-theme=light] .navigation-workstation-card__body p,html[data-theme=light] .navigation-workstation-card__status{color:#5b6786}html[data-theme=light] .navigation-workstation-card--ecommerce{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(244,247,255,.96)),radial-gradient(circle at top right,rgba(99,102,241,.08),transparent 34%)}html[data-theme=light] .navigation-workstation-card--manga{background:linear-gradient(180deg,rgba(255,255,255,.96),rgba(246,247,255,.96)),radial-gradient(circle at top right,rgba(168,85,247,.08),transparent 34%)}@media (max-width:720px){.navigation-workstation-page{padding:28px 16px}.navigation-workstation-grid{grid-template-columns:minmax(0,1fr)}.navigation-workstation-card{min-height:180px}}.drama-asset-library-page,.drama-dashboard-page{display:grid;grid-gap:var(--space-6);gap:var(--space-6)}.drama-project-screen{height:100dvh}.drama-project-screen .drama-project-page{height:100%;min-height:0;grid-template-rows:max-content minmax(0,1fr);align-content:stretch;gap:10px;padding-top:10px}.drama-project-screen .drama-project-page__content{min-height:0;display:flex;flex-direction:column;gap:10px}.drama-project-screen .drama-project-panel{min-height:0;display:grid;flex:1 1 auto}.drama-project-screen .drama-project-panel>*{min-height:0;height:100%}.drama-project-screen .drama-project-editor{min-height:0;grid-template-rows:max-content max-content minmax(0,1fr)}.drama-project-screen .drama-project-editor__textarea{min-height:0;height:100%;overflow-y:auto;resize:none}.drama-project-screen .drama-mode-grid{min-height:0;align-items:stretch;grid-auto-rows:1fr}.drama-project-screen .drama-mode-card{min-height:0;height:100%}@media (max-width:960px){.drama-project-screen{height:auto;min-height:100dvh}.drama-project-screen .drama-project-page{height:auto;min-height:auto;grid-template-rows:none}.drama-project-screen .drama-project-page__content,.drama-project-screen .drama-project-panel,.drama-project-screen .drama-project-panel>*{min-height:auto;height:auto;flex:none}.drama-project-screen .drama-project-editor__textarea{min-height:280px;height:auto;resize:vertical}}.drama-project-editor,.drama-project-panel{display:grid;grid-gap:var(--space-5);gap:var(--space-5)}.drama-project-editor__actions,.drama-project-editor__head,.drama-project-editor__meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.drama-project-editor__meta{color:var(--text-muted);font-size:13px}.drama-project-editor__textarea{width:100%;min-height:clamp(320px,52vh,560px);padding:18px 20px;border:1px solid var(--border-soft);border-radius:var(--radius-xl);background:var(--bg-shell);color:var(--text-primary);font:inherit;line-height:1.8;resize:vertical;box-shadow:inset 0 1px 0 rgba(255,255,255,.04)}.drama-project-editor__textarea:focus-visible{outline:none;border-color:var(--border-strong);box-shadow:0 0 0 3px rgba(99,102,241,.14)}.drama-mode-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.drama-mode-card{min-height:280px}.drama-asset-card__thumbs{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:8px;gap:8px}.drama-asset-card__meta-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.drama-asset-card__thumb{position:relative;overflow:hidden;border-radius:12px;border:1px solid var(--border-soft);background:var(--bg-soft-hover)}.drama-asset-card__thumbs img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.drama-asset-card__thumb span{position:absolute;inset-inline:8px;inset-block-end:8px;padding:4px 6px;border-radius:999px;background:rgba(10,14,32,.72);color:#f8fafc;font-size:11px;line-height:1;text-align:center}.drama-asset-editor{width:min(100%,960px);max-height:min(88vh,920px);overflow:auto}.drama-asset-editor__fields{display:grid;grid-gap:16px;gap:16px}.drama-asset-editor__section{display:grid;grid-gap:14px;gap:14px}.drama-asset-editor__section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.drama-asset-editor__section-head strong{color:var(--text-primary);font-size:15px}.drama-asset-editor__section-head span{color:var(--text-muted);font-size:13px}.drama-asset-editor__field{min-width:0}.drama-asset-editor__label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.drama-asset-editor__counter{color:var(--text-muted);font-size:12px}.drama-asset-upload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:14px;gap:14px}.drama-asset-upload-grid--single{grid-template-columns:minmax(0,1fr)}.drama-asset-upload-slot{position:relative;min-height:250px;overflow:hidden;border-radius:var(--radius-xl);border:1px solid var(--border-soft);background:color-mix(in srgb,var(--bg-shell) 84%,transparent)}.drama-asset-upload-slot--single{min-height:320px}.drama-asset-upload-slot__empty{width:100%;min-height:inherit;display:grid;place-content:center;grid-gap:8px;gap:8px;padding:24px;border:none;background:transparent;color:inherit;text-align:center;cursor:pointer}.drama-asset-upload-slot__empty strong{color:var(--text-primary);font-size:15px}.drama-asset-upload-slot__empty p{color:var(--text-muted);font-size:13px;line-height:1.6}.drama-asset-upload-slot__plus{display:inline-flex;width:40px;height:40px;align-items:center;justify-content:center;margin:0 auto;border-radius:999px;background:color-mix(in srgb,var(--bg-soft-hover) 85%,transparent);color:var(--text-primary);font-size:24px;line-height:1}.drama-asset-upload-slot__image{width:100%;aspect-ratio:1.1;display:block;object-fit:cover;background:var(--bg-soft-hover)}.drama-asset-upload-slot--single .drama-asset-upload-slot__image{aspect-ratio:16/9}.drama-asset-upload-slot__body{display:grid;grid-gap:12px;gap:12px;padding:14px}.drama-asset-upload-slot__copy{display:grid;grid-gap:6px;gap:6px}.drama-asset-upload-slot__copy p{color:var(--text-muted);font-size:13px;line-height:1.6}.drama-asset-upload-slot__title-row{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.drama-asset-upload-slot__title-row strong{color:var(--text-primary)}.drama-asset-upload-slot__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.drama-asset-upload-slot__danger{border-color:color-mix(in srgb,#ef4444 50%,var(--border-soft));color:#f87171}.drama-asset-editor__upload-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border-radius:var(--radius-xl);border:1px solid var(--border-soft);background:var(--bg-shell)}.drama-asset-editor__upload-copy{display:grid;grid-gap:4px;gap:4px}.drama-asset-editor__upload-copy strong{color:var(--text-primary)}.drama-asset-editor__upload-copy span{color:var(--text-muted);font-size:13px}@media (max-width:900px){.drama-mode-grid{grid-template-columns:minmax(0,1fr)}}@media (max-width:720px){.drama-asset-editor__upload-row,.drama-asset-upload-slot__actions,.drama-project-editor__actions,.drama-project-editor__head,.drama-project-editor__meta{align-items:stretch;flex-direction:column}.drama-project-editor__textarea{min-height:280px}.drama-asset-upload-grid{grid-template-columns:minmax(0,1fr)}.drama-asset-card__thumbs{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:961px){.drama-project-screen .drama-project-page__content{flex:1 1 auto;min-height:0;height:100%}.drama-project-screen .drama-project-editor,.drama-project-screen .drama-project-panel{min-height:0;height:100%}.drama-project-screen .drama-project-editor__textarea{min-height:0;height:100%;overflow-y:auto;resize:none}}