:root{--bg: #0a0a0f;--bg-elev: #101019;--surface: #15151f;--surface-2: #1c1c28;--border: #26263a;--border-strong: #34344e;--text: #f0f0f6;--text-dim: #a2a2bd;--text-muted: #6c6c8a;--brand-1: #6b54e8;--brand-2: #3663ff;--brand-3: #eb4fb8;--accent: #7d6bff;--accent-hover: #9385ff;--warm: #f3d7c4;--success: #3ecf8e;--warning: #f5a623;--error: #ff5a5f;--radius: 10px;--radius-lg: 16px;--maxw: 1140px;--gradient: linear-gradient(120deg, #6b54e8 0%, #3663ff 48%, #eb4fb8 100%);--gradient-soft: linear-gradient(120deg, rgba(107,84,232,.15) 0%, rgba(54,99,255,.15) 48%, rgba(235,79,184,.15) 100%);--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--transition: .18s ease;--shadow-sm: 0 1px 3px rgba(0,0,0,.4);--shadow: 0 4px 16px rgba(0,0,0,.5);--shadow-lg: 0 8px 32px rgba(0,0,0,.6)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh}a{color:var(--accent);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--accent-hover)}img,video,iframe{display:block;max-width:100%}button{cursor:pointer;font-family:inherit;border:none;background:none}input,textarea,select{font-family:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.text-gradient{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.text-muted{color:var(--text-muted)}.text-dim{color:var(--text-dim)}.text-warm{color:var(--warm)}.text-success{color:var(--success)}.text-error{color:var(--error)}.text-center{text-align:center}.mt-xs{margin-top:4px}.mt-sm{margin-top:8px}.mt{margin-top:16px}.mt-lg{margin-top:24px}.mt-xl{margin-top:40px}.mb-sm{margin-bottom:8px}.mb{margin-bottom:16px}.mb-lg{margin-bottom:24px}.gap-sm{gap:8px}.gap{gap:16px}.gap-lg{gap:24px}.flex{display:flex}.flex-col{display:flex;flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.w-full{width:100%}.hidden{display:none!important}.brand-glow{position:relative}.brand-glow:before{content:"";position:absolute;top:-60px;right:-60px;bottom:-60px;left:-60px;background:radial-gradient(ellipse at center,rgba(107,84,232,.18) 0%,transparent 70%);pointer-events:none;z-index:-1}#root{min-height:100vh;display:flex;flex-direction:column}.logo-link{text-decoration:none}.logo{display:inline-flex;align-items:baseline;gap:6px;letter-spacing:-.02em}.logo-word{font-family:var(--font-display);font-weight:600;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.logo-by{font-size:.55em;color:var(--text-muted);font-weight:400;letter-spacing:0;font-family:var(--font-body)}.logo-sm .logo-word{font-size:18px}.logo-md .logo-word{font-size:22px}.logo-lg .logo-word{font-size:32px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:500;border-radius:var(--radius);transition:all var(--transition);cursor:pointer;white-space:nowrap;letter-spacing:.01em;font-family:var(--font-body);border:none;text-decoration:none}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-sm{font-size:13px;padding:7px 14px}.btn-md{font-size:15px;padding:10px 22px}.btn-lg{font-size:16px;padding:13px 30px}.btn-primary{background:var(--gradient);color:#fff;box-shadow:0 2px 12px #6b54e84d}.btn-primary:hover:not(:disabled){filter:brightness(1.1);box-shadow:0 4px 20px #6b54e873;transform:translateY(-1px)}.btn-primary:active:not(:disabled){transform:translateY(0)}.btn-secondary{background:transparent;color:var(--text);border:1.5px solid var(--border-strong)}.btn-secondary:hover:not(:disabled){border-color:var(--accent);color:var(--accent);background:#7d6bff0f}.btn-ghost{background:transparent;color:var(--text-dim);border:none}.btn-ghost:hover:not(:disabled){color:var(--text);background:#ffffff0d}.btn-spinner{display:inline-block;width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:btn-spin .65s linear infinite}@keyframes btn-spin{to{transform:rotate(360deg)}}.btn-danger{background:#dc2626eb;color:#fff;border:1px solid transparent}.btn-danger:hover:not(:disabled){background:#dc2626}.public-layout{display:flex;flex-direction:column;min-height:100vh}.pub-header{position:sticky;top:0;z-index:100;background:#0a0a0fd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.pub-header-inner{max-width:var(--maxw);margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;gap:32px}.pub-nav{display:flex;align-items:center;gap:4px;flex:1}.pub-nav-link{font-size:14px;font-weight:500;color:var(--text-dim);text-decoration:none;padding:6px 12px;border-radius:var(--radius);transition:all var(--transition)}.pub-nav-link:hover,.pub-nav-link.active{color:var(--text);background:#ffffff0f;text-decoration:none}.pub-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.pub-signin-link{font-size:14px;font-weight:500;color:var(--text-dim);text-decoration:none;transition:color var(--transition)}.pub-signin-link:hover{color:var(--text);text-decoration:none}.pub-menu-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.pub-menu-toggle span{display:block;width:22px;height:2px;background:var(--text-dim);border-radius:2px}.pub-main{flex:1}.pub-footer{background:var(--bg-elev);border-top:1px solid var(--border);padding:48px 0 32px}.pub-footer-inner{max-width:var(--maxw);margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr auto 1fr;gap:40px;align-items:start}.pub-footer-brand{display:flex;flex-direction:column;gap:8px}.pub-footer-tagline{font-size:13px;color:var(--text-muted);margin-top:4px}.pub-footer-links{display:flex;flex-direction:column;gap:10px;text-align:center}.pub-footer-links a{font-size:14px;color:var(--text-dim);text-decoration:none;transition:color var(--transition)}.pub-footer-links a:hover{color:var(--text)}.pub-footer-legal{text-align:right}.pub-footer-legal p{font-size:12px;color:var(--text-muted);line-height:1.6}.pub-footer-sub{margin-top:4px;opacity:.7}@media(max-width:768px){.pub-nav{display:none}.pub-menu-toggle{display:flex}.pub-footer-inner{grid-template-columns:1fr;gap:24px}.pub-footer-legal{text-align:left}.pub-footer-links{text-align:left;flex-direction:row;flex-wrap:wrap;gap:12px 20px}}@media(max-width:480px){.pub-header-actions .pub-signin-link{display:none}}.credit-chip{display:inline-flex;align-items:center;gap:5px;background:var(--surface-2);border:1px solid var(--border);border-radius:999px;padding:5px 12px;font-size:13px;color:var(--text-dim);text-decoration:none;transition:all var(--transition)}.credit-chip:hover{border-color:var(--accent);color:var(--text);text-decoration:none}.credit-chip-icon{font-size:12px}.credit-chip-count{font-weight:600;color:var(--accent)}.credit-chip-label{color:var(--text-muted)}.app-layout{display:flex;flex-direction:column;min-height:100vh}.app-header{position:sticky;top:0;z-index:100;background:#0a0a0fe6;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.app-header-inner{max-width:var(--maxw);margin:0 auto;padding:0 24px;height:60px;display:flex;align-items:center;justify-content:space-between}.app-header-actions{display:flex;align-items:center;gap:14px}.app-account-menu{position:relative}.app-account-trigger{display:flex;align-items:center;gap:8px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:6px 12px 6px 6px;cursor:pointer;transition:all var(--transition);color:var(--text-dim);font-family:var(--font-body)}.app-account-trigger:hover{border-color:var(--border-strong);color:var(--text)}.app-account-avatar{width:28px;height:28px;border-radius:50%;background:var(--gradient);display:flex;align-items:center;justify-content:center;color:#fff;font-size:12px;font-weight:700;flex-shrink:0}.app-account-name{font-size:13px;font-weight:500}.app-account-caret{font-size:10px;opacity:.6}.app-account-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;z-index:200}.app-account-info{padding:12px 16px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:2px}.app-account-email{font-size:13px;color:var(--text-dim)}.app-account-tier{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:var(--accent);font-weight:600}.app-dropdown-item{display:block;width:100%;text-align:left;padding:10px 16px;font-size:14px;color:var(--text-dim);text-decoration:none;transition:all var(--transition);background:none;border:none;cursor:pointer;font-family:var(--font-body)}.app-dropdown-item:hover{background:#ffffff0d;color:var(--text);text-decoration:none}.app-dropdown-item-danger{color:var(--error)}.app-dropdown-item-danger:hover{background:#ff5a5f14;color:var(--error)}.app-main{flex:1;padding:40px 0 60px}.app-footer{display:flex;align-items:center;justify-content:center;gap:10px;padding:16px 24px;border-top:1px solid var(--border);font-size:12px;color:var(--text-muted)}.app-footer a{color:var(--text-muted);text-decoration:none;transition:color var(--transition)}.app-footer a:hover{color:var(--text-dim)}@media(max-width:600px){.app-account-name{display:none}.app-account-trigger{padding:5px}}.section{padding:80px 0}.section-tight{padding:48px 0}@media(max-width:768px){.section{padding:56px 0}.section-tight{padding:36px 0}}.container{width:100%;max-width:var(--maxw);margin-left:auto;margin-right:auto;padding-left:24px;padding-right:24px}.container-narrow{max-width:680px}@media(max-width:600px){.container{padding-left:16px;padding-right:16px}}.lv2-hero{position:relative;height:100vh;height:100svh;overflow:hidden;background:#000;color:#fff}.lv2-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.lv2-scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(0,0,0,.35) 0%,transparent 22%,transparent 72%,rgba(0,0,0,.5) 100%);pointer-events:none}.lv2-content{position:relative;z-index:1;display:flex;flex-direction:column;height:100%;padding:0 20px}@media(min-width:640px){.lv2-content{padding:0 24px}}@media(min-width:768px){.lv2-content{padding:0 40px}}@media(min-width:1024px){.lv2-content{padding:0 56px}}.lv2-px{font-family:Pixelify Sans,monospace;font-weight:400}.lv2-brand{display:inline-flex;align-items:baseline;gap:6px;text-decoration:none}.lv2-brand-word{font-family:var(--font-display);font-weight:600;font-size:20px;color:#fff}.lv2-brand-by{font-size:11px;color:#fff9}.lv2-nav{display:flex;align-items:center;justify-content:space-between;padding:24px 0}.lv2-nav-links{display:none}@media(min-width:768px){.lv2-nav-links{display:flex;gap:32px}}.lv2-nav-link{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:#fff;transition:opacity var(--transition)}.lv2-nav-link:hover{opacity:.7;color:#fff}.lv2-menu-btn{padding:8px;display:inline-flex;transition:opacity var(--transition)}.lv2-menu-btn:hover{opacity:.7}@media(min-width:768px){.lv2-hero .lv2-menu-btn{display:none}}.lv2-meta{margin-top:8px;display:grid;grid-template-columns:repeat(2,1fr);gap:16px 24px}@media(min-width:1024px){.lv2-meta{grid-template-columns:repeat(4,1fr);gap:32px}}.lv2-meta-col-right{text-align:right}@media(min-width:1024px){.lv2-meta-col-right{text-align:left}}.lv2-meta-title{font-size:18px;font-weight:400;letter-spacing:.04em;line-height:1.15;text-transform:uppercase;display:flex;flex-direction:column}@media(min-width:768px){.lv2-meta-title{font-size:20px}}.lv2-meta-pixel{font-size:24px;line-height:1.1}@media(min-width:768px){.lv2-meta-pixel{font-size:30px}}.lv2-asterisk{font-size:10px;color:#ffffff80;margin-top:12px}.lv2-blurb{margin-top:4px;font-size:13px;color:#fff9;line-height:1.5;max-width:240px}.lv2-label{font-size:15px;font-weight:400;letter-spacing:.15em;text-transform:uppercase;color:#ffffff80;margin-bottom:12px}.lv2-body{font-size:14px;color:#ffffffe6;line-height:1.6;max-width:230px}.lv2-meta-col-right .lv2-body{margin-left:auto}@media(min-width:1024px){.lv2-meta-col-right .lv2-body{margin-left:0}}.lv2-services{list-style:none;font-size:14px;color:#ffffffe6;line-height:1.6}.lv2-services li+li{margin-top:2px}@media(max-width:639px){.lv2-meta-col-wide{display:none}}.lv2-spacer{flex:1}.lv2-bottom{padding-bottom:16px}.lv2-bottom-row{display:grid;grid-template-columns:1fr;gap:24px;align-items:end}@media(min-width:1024px){.lv2-bottom-row{grid-template-columns:1fr 1fr}}.lv2-headline{font-size:clamp(30px,6.5vw,68px);font-weight:400;line-height:.8;letter-spacing:.02em;text-transform:uppercase}.lv2-headline-px{font-size:1.25em;line-height:1;display:inline-block;vertical-align:baseline}.lv2-bottom-right{display:flex;flex-direction:column;gap:16px;justify-content:flex-end;align-items:flex-start}.lv2-demo-btn{display:inline-flex;align-items:center;gap:12px;border:1px solid rgba(255,255,255,.3);padding:12px 24px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff0d;color:#fff;font-size:13px;letter-spacing:.1em;text-transform:uppercase;transition:background var(--transition)}.lv2-demo-btn:hover{background:#ffffff1a;color:#fff}.lv2-chips{display:flex;flex-wrap:wrap;gap:8px}@media(min-width:1024px){.lv2-chips{align-self:flex-end}}.lv2-chip{background:#0b0b0b;padding:8px 16px;display:flex;align-items:baseline;gap:8px}.lv2-chip-main{font-weight:700;font-size:15px}.lv2-chip-sub{color:#ffffff80;font-size:12px}.lv2-footer-strip{margin-top:16px;padding-top:16px;display:grid;grid-template-columns:1fr;gap:8px}@media(min-width:640px){.lv2-footer-strip{grid-template-columns:1fr 1fr;gap:16px}}.lv2-footer-left,.lv2-footer-right{font-size:12px;color:#fff9}@media(min-width:640px){.lv2-footer-right{text-align:right}}.lv2-footer-cta{color:var(--brand-3);transition:color var(--transition)}.lv2-footer-cta:hover{color:#f47fce}.lv2-menu{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background:#000000f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.16,1,.3,1)}.lv2-menu-open{opacity:1;pointer-events:auto}.lv2-menu-header{display:flex;align-items:center;justify-content:space-between;padding:24px}.lv2-menu-btn-close{display:inline-flex}.lv2-menu-nav{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px}.lv2-menu-link{font-size:22px;letter-spacing:.15em;text-transform:uppercase;color:#fff;opacity:0;transform:translateY(16px);transition:opacity .5s cubic-bezier(.16,1,.3,1),transform .5s cubic-bezier(.16,1,.3,1)}.lv2-menu-link:hover{color:#fff;opacity:.7!important}.lv2-menu-open .lv2-menu-link{opacity:1;transform:translateY(0)}.pillars-header{text-align:center;margin-bottom:56px}.section-title{font-family:var(--font-display);font-size:clamp(26px,4vw,40px);font-weight:600;color:var(--text);letter-spacing:-.02em;margin-bottom:10px}.section-sub{font-size:17px;color:var(--text-dim)}.pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.pillar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px 28px;transition:border-color var(--transition)}.pillar:hover{border-color:var(--border-strong)}.pillar-icon{font-size:28px;margin-bottom:16px;display:block}.pillar-icon-face{color:#6b54e8}.pillar-icon-voice{color:#eb4fb8}.pillar-icon-mind{color:#3663ff}.pillar h3{font-size:20px;font-weight:600;color:var(--text);margin-bottom:10px;letter-spacing:-.01em}.pillar p{font-size:15px;color:var(--text-dim);line-height:1.6}.use-cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:36px}.use-case{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:24px}.use-case-gentle{border-color:#6b54e840;background:linear-gradient(135deg,var(--surface) 0%,rgba(107,84,232,.04) 100%)}.use-case-icon{font-size:24px;display:block;margin-bottom:12px;color:var(--accent)}.use-case h4{font-size:16px;font-weight:600;color:var(--text);margin-bottom:8px}.use-case p{font-size:14px;color:var(--text-dim);line-height:1.6}.steps-list{display:flex;flex-direction:column;gap:0;margin-top:48px;position:relative}.steps-list:before{content:"";position:absolute;left:22px;top:44px;bottom:44px;width:1px;background:var(--border)}.step{display:flex;gap:20px;align-items:flex-start;padding:20px 0;position:relative}.step-num{width:44px;height:44px;border-radius:50%;background:var(--gradient);color:#fff;font-size:16px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1;box-shadow:0 0 16px #6b54e859}.step-content h4{font-size:17px;font-weight:600;color:var(--text);margin-bottom:8px;margin-top:10px}.step-content p{font-size:15px;color:var(--text-dim);line-height:1.65}.honest-note{margin-top:40px;padding:20px 24px;background:var(--surface);border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:var(--radius);font-size:14px;color:var(--text-dim);line-height:1.6}.pricing-teaser{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;display:flex;align-items:center;justify-content:space-between;gap:32px}.pricing-teaser-content h2{font-size:22px;font-weight:600;color:var(--text);margin-bottom:8px}.pricing-teaser-content p{font-size:14px;color:var(--text-dim);line-height:1.6}.landing-cta{position:relative;padding:100px 0;overflow:hidden}.landing-cta-glow{position:absolute;top:-100px;right:-100px;bottom:-100px;left:-100px;background:radial-gradient(ellipse at center,rgba(107,84,232,.12) 0%,transparent 60%);pointer-events:none}.landing-cta-headline{font-family:var(--font-display);font-size:clamp(28px,5vw,52px);font-weight:600;color:var(--text);letter-spacing:-.02em;margin-bottom:14px}.landing-cta-sub{font-size:17px;color:var(--text-dim);margin-bottom:32px}@media(max-width:900px){.hero{padding:72px 0 56px;min-height:auto}.hero-inner{grid-template-columns:1fr;gap:48px}.hero-visual{display:none}.pillars-grid{grid-template-columns:1fr;gap:16px}.use-cases-grid{grid-template-columns:1fr}}@media(max-width:600px){.hero{padding:60px 0 40px}.hero-actions{gap:10px}.pricing-teaser{flex-direction:column;align-items:flex-start}}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);transition:border-color var(--transition)}.card-padded{padding:28px 32px}@media(max-width:600px){.card-padded{padding:20px 18px}}.page-eyebrow{font-size:12px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}.page-title{font-family:var(--font-display);font-size:clamp(32px,5vw,56px);font-weight:600;color:var(--text);letter-spacing:-.02em;margin-bottom:16px}.page-subtitle{font-size:18px;color:var(--text-dim);line-height:1.6}.hiw-steps{display:flex;flex-direction:column;gap:0}.hiw-step{display:flex;gap:24px;align-items:flex-start}.hiw-connector{width:1px;height:32px;background:var(--border);margin-left:27px}.hiw-step-num{width:54px;height:54px;border-radius:50%;background:var(--gradient);color:#fff;font-size:20px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 0 20px #6b54e859}.hiw-step-body{flex:1;padding-top:12px;padding-bottom:16px}.hiw-step-body h2{font-size:22px;font-weight:600;color:var(--text);margin-bottom:12px;letter-spacing:-.01em}.hiw-step-body>p{font-size:15px;color:var(--text-dim);line-height:1.65;margin-bottom:12px}.hiw-step-note{font-size:14px;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px 16px;margin-top:12px}.hiw-asset-list{display:flex;flex-direction:column;gap:16px;margin-top:20px}.hiw-asset{display:flex;gap:14px;align-items:flex-start;padding:16px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius)}.hiw-asset-icon{font-size:20px;flex-shrink:0;margin-top:2px}.hiw-asset-best{color:#6b54e8}.hiw-asset-good{color:#eb4fb8}.hiw-asset-ok{color:var(--text-muted)}.hiw-asset strong{display:block;font-size:14px;color:var(--text);margin-bottom:4px}.hiw-asset p{font-size:13px;color:var(--text-dim);line-height:1.55}.hiw-honest-title{font-size:20px;font-weight:600;color:var(--text);margin-bottom:12px}.hiw-honest-title+p{font-size:15px;color:var(--text-dim);line-height:1.65;margin-bottom:16px}.hiw-expectations{list-style:none;display:flex;flex-direction:column;gap:10px}.hiw-expectations li{display:flex;gap:10px;align-items:flex-start;font-size:14px;color:var(--text-dim);line-height:1.5;padding-left:4px}.hiw-expectations li:before{content:"—";color:var(--text-muted);flex-shrink:0}.hiw-cta-sub{font-size:16px;color:var(--text-dim);margin-bottom:24px}.plan-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:28px 24px;display:flex;flex-direction:column;gap:10px;position:relative;transition:border-color var(--transition)}.plan-card-highlighted{border-color:var(--accent);background:linear-gradient(135deg,var(--surface) 0%,rgba(107,84,232,.06) 100%)}.plan-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gradient);color:#fff;font-size:11px;font-weight:600;padding:3px 12px;border-radius:999px;white-space:nowrap;letter-spacing:.04em;text-transform:uppercase}.plan-name{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.plan-price{font-size:36px;font-weight:700;color:var(--text);line-height:1.1;letter-spacing:-.02em}.plan-price-sub{font-size:14px;font-weight:400;color:var(--text-muted);letter-spacing:0}.plan-credits{font-size:14px;color:var(--accent);font-weight:500}.plan-description{font-size:14px;color:var(--text-dim);line-height:1.5;margin-top:4px}.plan-features{list-style:none;display:flex;flex-direction:column;gap:8px;margin-top:8px;flex:1}.plan-features li{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:var(--text-dim)}.plan-check{color:var(--success);font-size:12px;margin-top:2px;flex-shrink:0}.plan-cta{width:100%;margin-top:8px}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:56px}@media(max-width:760px){.pricing-grid{grid-template-columns:1fr}}.credit-explainer{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;margin-bottom:48px}.credit-explainer-title{font-size:20px;font-weight:600;color:var(--text);margin-bottom:20px}.credit-breakdown{display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:16px}.credit-row{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);font-size:14px}.credit-row:last-child{border-bottom:none}.credit-action{color:var(--text-dim)}.credit-cost{font-weight:600;color:var(--accent)}.credit-note{font-size:13px;color:var(--text-muted);line-height:1.6}.pricing-faq h2{font-size:24px;font-weight:600;color:var(--text);margin-bottom:24px;letter-spacing:-.01em}.faq-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.faq-item{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px}.faq-item h4{font-size:15px;font-weight:600;color:var(--text);margin-bottom:8px}.faq-item p{font-size:14px;color:var(--text-dim);line-height:1.6}@media(max-width:600px){.faq-list{grid-template-columns:1fr}.credit-explainer{padding:20px}}.ethics-sections{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:40px}.ethics-card{position:relative}.ethics-icon{font-size:28px;color:var(--text-muted);margin-bottom:12px;display:block}.ethics-icon-accent{color:var(--accent)}.ethics-icon-warm{color:var(--warm)}.ethics-icon-purple{color:var(--brand-1)}.ethics-card h2{font-size:18px;font-weight:600;color:var(--text);margin-bottom:12px;letter-spacing:-.01em}.ethics-card p{font-size:14px;color:var(--text-dim);line-height:1.7}.ethics-contact{text-align:center;padding:24px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);font-size:15px;color:var(--text-dim)}.ethics-contact a{color:var(--accent)}@media(max-width:700px){.ethics-sections{grid-template-columns:1fr}}.field{display:flex;flex-direction:column;gap:6px}.field-label{font-size:13px;font-weight:500;color:var(--text-dim);letter-spacing:.02em}.field-input{width:100%;background:var(--surface-2);border:1.5px solid var(--border);border-radius:var(--radius);color:var(--text);font-size:15px;padding:10px 14px;outline:none;transition:border-color var(--transition),box-shadow var(--transition);font-family:var(--font-body);resize:vertical}.field-input::placeholder{color:var(--text-muted)}.field-input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #7d6bff26}.field-error .field-input{border-color:var(--error)}.field-message{font-size:12px;color:var(--text-muted)}.field-message-error{color:var(--error)}.alert{display:flex;align-items:flex-start;gap:10px;padding:12px 16px;border-radius:var(--radius);font-size:14px;line-height:1.5;border:1px solid transparent}.alert-icon{flex-shrink:0;margin-top:1px;font-size:13px}.alert-info{background:#3663ff1a;border-color:#3663ff40;color:#8da8ff}.alert-success{background:#3ecf8e1a;border-color:#3ecf8e40;color:#3ecf8e}.alert-error{background:#ff5a5f1a;border-color:#ff5a5f40;color:#ff5a5f}.alert-warning{background:#f5a6231a;border-color:#f5a62340;color:#f5a623}.alert-text{color:inherit}.signin-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden;background:var(--bg)}.signin-glow{position:absolute;width:600px;height:600px;background:radial-gradient(circle,rgba(107,84,232,.18) 0%,transparent 60%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.signin-card{width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:40px 36px;position:relative;z-index:1}.signin-brand{display:flex;justify-content:center;margin-bottom:32px}.signin-header{text-align:center;margin-bottom:28px}.signin-header h1{font-family:var(--font-display);font-size:28px;font-weight:600;color:var(--text);margin-bottom:8px;letter-spacing:-.01em}.signin-header p{font-size:15px;color:var(--text-dim);line-height:1.55}.signin-header strong{color:var(--text)}.signin-form{display:flex;flex-direction:column;gap:16px}.signin-btn{width:100%;margin-top:4px}.signin-back{background:none;border:none;color:var(--text-muted);font-size:13px;cursor:pointer;text-align:center;padding:4px;transition:color var(--transition);font-family:var(--font-body)}.signin-back:hover:not(:disabled){color:var(--text-dim)}.signin-footnote{text-align:center;font-size:12px;color:var(--text-muted);margin-top:20px;line-height:1.6}.signin-footnote a{color:var(--text-muted);text-decoration:underline;text-underline-offset:2px}.signin-footnote a:hover{color:var(--text-dim)}@media(max-width:480px){.signin-card{padding:28px 20px}}.twin-tile{display:flex;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color var(--transition),transform var(--transition)}.twin-tile:hover{border-color:var(--accent);transform:translateY(-2px)}.twin-tile-body{display:flex;flex-direction:column;text-decoration:none}.twin-tile-body:hover{text-decoration:none}.twin-tile-thumb{position:relative;aspect-ratio:3/4;background:var(--surface-2);overflow:hidden}.twin-tile-thumb img{width:100%;height:100%;object-fit:cover}.twin-tile-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:var(--gradient-soft)}.twin-tile-placeholder span{font-size:48px;font-family:var(--font-display);font-weight:600;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.twin-tile-status{position:absolute;top:8px;right:8px;font-size:11px;font-weight:600;padding:3px 8px;border-radius:999px;letter-spacing:.03em}.status-ready{background:#3ecf8e33;color:#3ecf8e}.status-processing{background:#f5a62333;color:#f5a623}.status-needs-personality{background:#7d6bff33;color:#a99bff}.status-failed{background:#ff5a5f33;color:#ff5a5f}.status-unknown{background:#6b6c8a33;color:var(--text-muted)}.twin-tile-meta{padding:0 14px 14px;display:flex;flex-direction:column;gap:2px}.twin-tile-name{font-size:15px;font-weight:600;color:var(--text)}.twin-tile-slug{font-size:12px;color:var(--text-muted)}.twin-tile-cta{font-size:12px;font-weight:600;color:var(--accent)}.twin-tile-delete{position:absolute;top:8px;left:8px;width:26px;height:26px;border-radius:999px;border:none;background:#0000008c;color:#ffffffd9;font-size:12px;line-height:1;cursor:pointer;opacity:0;display:flex;align-items:center;justify-content:center;transition:opacity var(--transition),background var(--transition)}.twin-tile:hover .twin-tile-delete,.twin-tile-delete:focus-visible{opacity:1}.twin-tile-delete:hover{background:#dc2626e6;color:#fff}.twin-tile-actions{display:flex;gap:8px;padding:2px 14px 14px}.twin-tile-action{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:6px;font-size:13px;font-weight:600;padding:8px 10px;border-radius:var(--radius);border:1.5px solid var(--border);color:var(--text-dim);background:transparent;text-decoration:none;transition:border-color var(--transition),color var(--transition),background var(--transition)}.twin-tile-action:hover{border-color:var(--accent);color:var(--accent);background:#7d6bff0f;text-decoration:none}.spinner{display:inline-block;border-style:solid;border-color:var(--border-strong);border-top-color:var(--accent);border-radius:50%;animation:spin .65s linear infinite}.spinner-sm{width:16px;height:16px;border-width:2px}.spinner-md{width:28px;height:28px;border-width:3px}.spinner-lg{width:44px;height:44px;border-width:4px}@keyframes spin{to{transform:rotate(360deg)}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-panel{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);max-height:90vh;overflow-y:auto;width:100%}.modal-sm{max-width:400px}.modal-md{max-width:560px}.modal-lg{max-width:760px}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid var(--border)}.modal-title{font-size:17px;font-weight:600;color:var(--text)}.modal-close{color:var(--text-muted);font-size:16px;cursor:pointer;background:none;border:none;transition:color var(--transition);padding:4px 8px;border-radius:6px}.modal-close:hover{color:var(--text);background:#ffffff0f}.modal-body{padding:24px}.dashboard{padding:40px 0 80px}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:16px;flex-wrap:wrap}.dashboard-balances{display:flex;align-items:center;gap:10px;margin-bottom:32px}.dashboard-title{font-family:var(--font-display);font-size:36px;font-weight:600;color:var(--text);letter-spacing:-.02em;margin-bottom:6px}.dashboard-sub{font-size:15px;color:var(--text-dim)}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.dashboard-create-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;aspect-ratio:3/4;background:var(--surface);border:1.5px dashed var(--border-strong);border-radius:var(--radius-lg);text-decoration:none;color:var(--text-muted);font-size:14px;font-weight:500;transition:all var(--transition)}.dashboard-create-tile:hover{border-color:var(--accent);color:var(--accent);background:#7d6bff0a;text-decoration:none}.dashboard-create-icon{font-size:32px;font-weight:300;line-height:1}.dashboard-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:200px;color:var(--text-muted);font-size:14px}.dashboard-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:400px;text-align:center;padding:48px 24px}.dashboard-empty-icon{font-size:56px;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.dashboard-empty h2{font-family:var(--font-display);font-size:26px;font-weight:600;color:var(--text);letter-spacing:-.01em}.dashboard-empty p{font-size:16px;color:var(--text-dim);max-width:400px;line-height:1.6;margin-bottom:8px}@media(max-width:600px){.dashboard-header{flex-direction:column}.dashboard-grid{grid-template-columns:repeat(2,1fr);gap:12px}}.dashboard-delete-text{color:var(--text-muted);line-height:1.5;margin:0 0 16px}.dashboard-delete-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.createnew-page{padding:56px 0 80px}.createnew-card{position:relative;max-width:560px;margin:0 auto;padding:36px 34px;border-radius:var(--radius-lg);background:linear-gradient(180deg,#1c1c28d9,#15151fd9);border:1px solid var(--border);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:var(--shadow-lg);overflow:hidden}.createnew-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:var(--gradient)}.createnew-head{margin-bottom:26px}.createnew-title{font-size:26px;font-weight:700;letter-spacing:-.01em}.createnew-sub{margin-top:8px;color:var(--text-dim);font-size:15px}.createnew-field{display:flex;flex-direction:column;gap:6px;margin-bottom:22px}.createnew-label{font-size:14px;font-weight:600;color:var(--text)}.createnew-req{color:var(--brand-3)}.createnew-input{width:100%;padding:12px 14px;font-size:15px;color:var(--text);background:var(--bg-elev);border:1px solid var(--border-strong);border-radius:var(--radius);transition:border-color var(--transition),box-shadow var(--transition)}.createnew-input:focus{outline:none;border-color:var(--brand-3);box-shadow:0 0 0 3px #eb4fb82e}.createnew-input-error{border-color:var(--error)}.createnew-msg{font-size:13px;color:var(--text-dim)}.createnew-msg-ok{color:var(--success)}.createnew-check{font-weight:700}.createnew-msg-error{color:var(--error)}.createnew-consent{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-dim);cursor:pointer;margin-bottom:20px}.createnew-consent input{margin-top:3px;width:16px;height:16px;accent-color:var(--brand-3);flex-shrink:0}.createnew-cost{display:flex;align-items:center;gap:10px;padding:12px 14px;border-radius:var(--radius);background:var(--gradient-soft);border:1px solid var(--border);font-size:14px;color:var(--text-dim)}.createnew-cost strong{color:var(--text)}.createnew-cost-warn{background:#f5a6231a;border-color:#f5a62359}.createnew-cost-icon{font-size:15px}.createnew-actions{display:flex;align-items:center;justify-content:space-between;margin-top:28px}.createnew-cancel{color:var(--text-muted);font-size:14px}.createnew-cancel:hover{color:var(--text-dim)}.create-page{padding:40px 0 80px}.create-card{margin-top:32px}.create-step-header{margin-bottom:32px}.create-step-header h2{font-family:var(--font-display);font-size:28px;font-weight:600;color:var(--text);letter-spacing:-.02em;margin-bottom:8px}.create-step-header p{font-size:15px;color:var(--text-dim);line-height:1.6}.create-req{color:var(--error);margin-left:2px}.create-opt{color:var(--text-muted);font-size:13px;font-weight:400;margin-left:4px}.create-fields{display:flex;flex-direction:column;gap:20px}.create-name-ok{color:var(--success)!important}.create-check-icon{margin-right:4px}.field-input-error{border-color:var(--error)!important}.create-actions{margin-top:32px;display:flex;justify-content:flex-end}.create-actions-split{justify-content:space-between}.create-section-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);padding-top:12px;border-top:1px solid var(--border)}.upload-list{display:flex;flex-direction:column;gap:20px}.upload-row{display:flex;flex-direction:column;gap:8px}.upload-label{font-size:14px;font-weight:500;color:var(--text)}.upload-labelrow{display:flex;align-items:center}.upload-helper{margin:0;font-size:12.5px;line-height:1.4;color:var(--text-dim)}.upload-target{display:flex;flex-direction:column;gap:6px}.upload-input{position:absolute;opacity:0;width:1px;height:1px;pointer-events:none}.upload-drop{display:flex;align-items:center;justify-content:center;min-height:72px;border:1.5px dashed var(--border-strong);border-radius:var(--radius);background:var(--surface);cursor:pointer;padding:16px;text-align:center;color:var(--text-muted);font-size:14px;transition:all var(--transition)}.upload-drop:hover{border-color:var(--accent);color:var(--accent);background:#7d6bff0a}.upload-drop-filled{border-style:solid;border-color:var(--border-strong);color:var(--text-dim)}.upload-drop-dragging{border-style:solid;border-color:var(--accent);color:var(--accent);background:#7d6bff14}.upload-notice{margin:0;font-size:12.5px;line-height:1.4;color:var(--accent)}.upload-error{margin:0;font-size:12.5px;line-height:1.4;color:var(--error)}.upload-filename{display:flex;align-items:center;gap:8px;font-size:14px}.upload-file-icon{font-size:18px}.upload-placeholder{font-size:14px}.upload-bar-wrap{height:4px;background:var(--border);border-radius:2px;overflow:hidden}.upload-bar{height:100%;background:var(--gradient);border-radius:2px;transition:width .2s ease}.upload-done{font-size:13px;color:var(--success);font-weight:500}.review-summary{background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-bottom:20px}.review-row{display:flex;align-items:flex-start;gap:16px;padding:12px 16px;border-bottom:1px solid var(--border);font-size:14px}.review-row:last-child{border-bottom:none}.review-key{width:90px;flex-shrink:0;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);padding-top:1px}.review-val{color:var(--text);word-break:break-word;flex:1}.create-files-list{display:flex;flex-wrap:wrap;gap:6px}.create-file-tag{background:var(--surface-2);border:1px solid var(--border);border-radius:6px;padding:2px 10px;font-size:13px;color:var(--text-dim)}.create-file-pct{color:var(--accent);font-weight:600}.create-file-done{color:var(--success);font-weight:600}.create-credit-notice{display:flex;align-items:center;gap:10px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;font-size:14px;color:var(--text-dim);margin-bottom:16px}.create-credit-notice-warn{border-color:var(--warning);background:#f5a6230f}.create-credit-icon{font-size:18px;flex-shrink:0}.create-credit-notice strong{color:var(--text)}.create-consent{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--text-dim);cursor:pointer;margin-top:16px;line-height:1.5}.create-consent input[type=checkbox]{margin-top:2px;flex-shrink:0;accent-color:var(--accent);width:16px;height:16px;cursor:pointer}.waterfall{display:flex;flex-direction:column;gap:4px;margin-top:8px}.waterfall-row{display:flex;align-items:center;gap:14px;padding:12px 16px;border-radius:var(--radius);background:var(--bg-elev);border:1px solid var(--border);transition:all var(--transition)}.waterfall-pending{opacity:.5}.waterfall-running{border-color:var(--accent);background:#6b54e80f}.waterfall-done{border-color:var(--success);background:#3ecf8e0d}.waterfall-error{border-color:var(--error);background:#ff5a5f0d}.waterfall-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:14px;flex-shrink:0}.waterfall-pending .waterfall-icon{color:var(--text-muted)}.waterfall-running .waterfall-icon{color:var(--accent)}.waterfall-done .waterfall-icon{color:var(--success)}.waterfall-error .waterfall-icon{color:var(--error)}.waterfall-label{flex:1;font-size:14px;font-weight:500;color:var(--text)}.waterfall-pending .waterfall-label{color:var(--text-muted)}.waterfall-status{font-size:12px;color:var(--text-muted)}.waterfall-running .waterfall-status{color:var(--accent)}.waterfall-done .waterfall-status{color:var(--success)}.waterfall-error .waterfall-status{color:var(--error)}.create-processing-hint{display:flex;align-items:center;gap:10px;color:var(--text-muted);font-size:14px}.alert-link{color:inherit;text-decoration:underline;font-weight:600}.alert-link:hover{opacity:.8}@media(max-width:600px){.create-step-header h2{font-size:22px}.review-key{width:70px}}.persona-form{display:flex;flex-direction:column;gap:20px}.persona-reassure{font-size:13px;color:var(--text-muted);line-height:1.5;padding:10px 14px;background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius)}.persona-fields{display:flex;flex-direction:column;gap:20px}.persona-deeper{border-top:1px solid var(--border);padding-top:4px}.persona-deeper-toggle{display:flex;align-items:center;gap:8px;width:100%;background:none;border:none;padding:10px 0;cursor:pointer;font-family:var(--font-body);font-size:14px;font-weight:600;color:var(--text);text-align:left}.persona-deeper-toggle:hover{color:var(--accent)}.persona-deeper-caret{display:inline-block;font-size:12px;color:var(--text-muted);transition:transform var(--transition)}.persona-deeper-caret.is-open{transform:rotate(90deg)}.persona-deeper-fields{padding-top:8px}.persona-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:8px}.persona-kid{display:flex;gap:.75rem;align-items:flex-start;margin-top:1.5rem;padding:1rem 1.125rem;border-radius:.875rem;background:#ffffff0a;box-shadow:inset 0 0 0 1px #ffffff0f;cursor:pointer}.persona-kid input{margin-top:.2rem;flex:none;width:1.05rem;height:1.05rem;accent-color:#7c5cff;cursor:pointer}.persona-kid-text{display:flex;flex-direction:column;gap:.25rem}.persona-kid-hint{font-size:.8125rem;line-height:1.45;opacity:.72}.persona-form-loading{flex-direction:row;align-items:center;gap:10px;color:var(--text-muted);font-size:14px;padding:12px 0}.persona-expand{border-top:1px solid var(--border);padding-top:4px}.persona-expand-toggle{display:flex;align-items:center;gap:8px;width:100%;background:none;border:none;padding:12px 0;cursor:pointer;font-family:var(--font-body);font-size:15px;font-weight:700;color:var(--text);text-align:left}.persona-expand-toggle:hover{color:var(--accent)}.persona-sections{display:flex;flex-direction:column;gap:16px;padding-top:8px}.persona-section{border:1px solid var(--border);border-radius:var(--radius);padding:14px 16px;background:var(--surface-2)}.persona-section-head{display:flex;align-items:flex-start;gap:8px;width:100%;text-align:left;padding:2px 0 10px}.persona-section-head-toggle{background:none;border:none;cursor:pointer;font-family:var(--font-body);color:var(--text);padding-bottom:2px}.persona-section-head-toggle:hover .persona-section-title{color:var(--accent)}.persona-section-head .persona-deeper-caret{margin-top:3px}.persona-section-title{display:block;font-size:14px;font-weight:700;color:var(--text)}.persona-section-blurb{display:block;font-size:12.5px;line-height:1.5;color:var(--text-muted);margin-top:2px;font-weight:400}.persona-autosave{margin-right:auto;font-size:12.5px;color:var(--text-muted)}.persona-autosave.is-error{color:#e5484d}.createprog-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:240px;color:var(--text-muted);font-size:14px}.createprog-success{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center;padding:32px 24px}.createprog-success-icon{font-size:56px;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.createprog-success h2{font-family:var(--font-display);font-size:28px;font-weight:600;color:var(--text);letter-spacing:-.02em}.createprog-success p{font-size:15px;color:var(--text-dim);max-width:380px;line-height:1.6}.createprog-persona-cta{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.createprog-persona-cta h3{font-family:var(--font-display);font-size:20px;font-weight:600;color:var(--text);margin-bottom:6px}.createprog-persona-cta p{font-size:14px;color:var(--text-dim);line-height:1.6;max-width:460px}.createprog-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.createprog-brain-done{display:flex;align-items:flex-start;gap:12px;border-color:#22c55e66}.createprog-brain-done-check{flex:none;width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#22c55e26;color:#4ade80;font-size:15px;font-weight:700;margin-top:1px}.createprog-brain-done p{margin:0;font-size:14px;color:var(--text-dim);line-height:1.6}.createprog-brain-done strong{color:var(--text)}.viewer-page{min-height:calc(100vh - 64px);display:flex;flex-direction:column}.viewer-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:320px;color:var(--text-muted);font-size:14px}.viewer-error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;min-height:340px;text-align:center;padding:48px 24px}.viewer-error-icon{font-size:56px;background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:8px}.viewer-error-state h2{font-family:var(--font-display);font-size:28px;font-weight:600;color:var(--text);letter-spacing:-.02em}.viewer-error-state p{font-size:15px;color:var(--text-dim);max-width:380px;line-height:1.6}.viewer-header{background:var(--bg-elev);border-bottom:1px solid var(--border);padding:28px 0}.viewer-profile{display:flex;align-items:center;gap:24px}.viewer-owner-actions{margin-left:auto;flex-shrink:0}.viewer-edit-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;min-height:160px;color:var(--text-muted);font-size:14px}.viewer-portrait{width:72px;height:72px;border-radius:50%;object-fit:cover;border:2px solid var(--border-strong);flex-shrink:0}.viewer-profile-text{display:flex;flex-direction:column;gap:4px}.viewer-name{font-family:var(--font-display);font-size:26px;font-weight:600;color:var(--text);letter-spacing:-.02em;line-height:1.2}.viewer-path{font-size:13px;font-family:var(--font-body)}.viewer-hints{display:flex;align-items:center;gap:8px;margin-top:4px}.viewer-hint{font-size:13px;color:var(--text-dim)}.viewer-hint-sep{color:var(--border-strong);font-size:12px}.viewer-player-wrap{flex:1;display:flex;flex-direction:column;background:var(--bg);min-height:500px}.viewer-iframe{width:100%;flex:1;min-height:500px;border:none;background:var(--bg)}.viewer-immersive{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:#000}.viewer-iframe-full{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none;background:#000}.viewer-overlay{position:absolute;top:0;left:0;right:0;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;z-index:2;pointer-events:none;background:linear-gradient(to bottom,#0000008c,#0000)}.viewer-overlay>*{pointer-events:auto}.viewer-talk-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border-radius:999px;background:#00000073;color:#fff;font-size:13px;font-weight:600;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);margin-right:auto;margin-left:4px}.viewer-talk-chip-label{font-weight:400;opacity:.75}.viewer-back{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#00000073;border:1px solid rgba(255,255,255,.18);color:#fff;font-size:20px;line-height:1;text-decoration:none;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:background .15s ease}.viewer-back:hover{background:#000000b3}@media(max-width:600px){.viewer-profile{flex-direction:column;align-items:flex-start;gap:16px}.viewer-portrait{width:56px;height:56px}.viewer-name{font-size:22px}}.viewer-report{margin-left:auto;background:none;border:none;color:#ffffff8c;font-size:13px;cursor:pointer;padding:6px 10px}.viewer-report:hover{color:#ffffffe6;text-decoration:underline}.viewer-report-form{display:flex;flex-direction:column;gap:14px}.viewer-report-label{font-size:14px;font-weight:600}.viewer-report-text{width:100%;border-radius:8px;border:1px solid rgba(255,255,255,.15);background:#00000040;color:inherit;padding:10px 12px;font:inherit;resize:vertical}.viewer-report-urgent{display:flex;gap:8px;align-items:flex-start;font-size:13px}.viewer-report-urgent input{margin-top:2px}.viewer-report-done{display:flex;flex-direction:column;gap:14px}.interview-strip{position:fixed;top:12px;left:50%;transform:translate(-50%);z-index:40;display:flex;align-items:center;gap:14px;padding:10px 16px;border-radius:999px;background:linear-gradient(100deg,#4e2a84eb,#c45c3ce0);color:#fff;font-size:13.5px;box-shadow:0 6px 24px #00000059;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);max-width:min(92vw,640px)}.interview-strip-count{opacity:.85}.interview-strip-finish{border:1px solid rgba(255,255,255,.5);background:#ffffff24;color:#fff;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap}.interview-strip-finish:hover{background:#ffffff3d}.interview-strip-finish:disabled{opacity:.6;cursor:default}.interview-intro{position:fixed;top:0;right:0;bottom:0;left:0;z-index:55;display:flex;align-items:center;justify-content:center;padding:16px;background:#0a0614c7;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.interview-intro-card{max-width:420px;width:100%;color:#fff;border-radius:24px;padding:28px;padding-bottom:max(1.75rem,env(safe-area-inset-bottom));background:#ffffff0d;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080;max-height:88vh;overflow-y:auto}.interview-intro-kicker{font-size:12px;letter-spacing:.08em;text-transform:uppercase;opacity:.6}.interview-intro-title{font-size:24px;font-weight:700;margin-top:6px}.interview-intro-lede{font-size:15px;line-height:1.55;opacity:.88;margin-top:14px}.interview-intro-list{margin-top:20px;padding-left:18px;display:flex;flex-direction:column;gap:10px;font-size:14px;line-height:1.5;opacity:.88}.interview-intro-note{margin-top:18px;font-size:13px;opacity:.6}.interview-intro-start{margin-top:24px;width:100%;border:0;border-radius:999px;padding:13px 20px;font-size:15px;font-weight:650;color:#fff;cursor:pointer;background:linear-gradient(100deg,#4e2a84,#c45c3c)}.interview-intro-start:hover{filter:brightness(1.08)}.interview-filling{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:flex;align-items:center;justify-content:center;background:#0a0614d1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.interview-filling-card{text-align:center;color:#fff;padding:24px;max-width:420px}.interview-filling-title{font-size:18px;font-weight:700;margin-top:18px}.interview-filling-sub{font-size:14px;opacity:.75;margin-top:8px;line-height:1.5}.interview-spinner{width:42px;height:42px;margin:0 auto;border-radius:50%;border:3px solid rgba(255,255,255,.25);border-top-color:#c9a2ff;animation:interview-spin .9s linear infinite}@keyframes interview-spin{to{transform:rotate(360deg)}}.greeting-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:3;display:flex;align-items:center;justify-content:center;background:#000}.greeting-overlay-video{width:100%;height:100%;object-fit:contain;background:#000}.greeting-overlay-caption{position:absolute;left:50%;transform:translate(-50%);bottom:max(72px,calc(env(safe-area-inset-bottom) + 56px));max-width:min(88vw,560px);padding:10px 16px;border-radius:16px;background:#0000008c;color:#fff;font-size:14.5px;line-height:1.45;text-align:center;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.greeting-overlay-skip{position:absolute;top:16px;right:16px;border:1px solid rgba(255,255,255,.35);background:#00000073;color:#fff;border-radius:999px;padding:7px 16px;font-size:13px;font-weight:600;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.greeting-overlay-skip:hover{background:#000000b3}.greeting-overlay-tap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;border:0;background:#00000073;color:#fff;font-size:20px;font-weight:700;cursor:pointer}.account-page{padding:40px 0 80px}.account-title{font-family:var(--font-display);font-size:36px;font-weight:600;color:var(--text);letter-spacing:-.02em;margin-bottom:32px}.account-section{margin-bottom:20px}.account-section-heading{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:16px}.account-row{display:flex;align-items:center;gap:16px;padding:10px 0;border-bottom:1px solid var(--border);font-size:14px}.account-row:last-of-type{border-bottom:none}.account-key{width:120px;flex-shrink:0;color:var(--text-muted);font-size:13px}.account-val{color:var(--text);flex:1;word-break:break-word}.account-tier-badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:20px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;background:var(--surface-2);color:var(--text-dim);border:1px solid var(--border-strong)}.account-tier-creator_sub,.account-tier-studio_sub{background:#6b54e81f;color:var(--accent);border-color:var(--accent)}.account-credits-count{font-weight:600;font-size:15px;color:var(--text)}.account-credits-icon{margin-right:4px}.account-credits-label{color:var(--text-muted);font-size:13px}.account-credits-loading{display:flex;align-items:center;gap:10px;color:var(--text-muted);font-size:14px;padding:8px 0}.account-billing-actions{display:flex;align-items:center;gap:12px;margin-top:20px;flex-wrap:wrap}.account-signout-hint{font-size:14px;color:var(--text-muted);margin-bottom:16px}.account-signout-btn{color:var(--error)!important;border-color:transparent}.account-signout-btn:hover{background:#ff5a5f14!important}@media(max-width:600px){.account-billing-actions{flex-direction:column;align-items:flex-start}.account-key{width:90px}}.shop-page{padding:40px 0 80px}.shop-header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:40px;flex-wrap:wrap}.shop-title{font-family:var(--font-display);font-size:36px;font-weight:600;color:var(--text);letter-spacing:-.02em;margin-bottom:6px}.shop-sub{font-size:15px;color:var(--text-dim)}.shop-section-label{font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:20px}.shop-section-label-mt{margin-top:48px}.shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.shop-plan-loading{display:flex;justify-content:center;padding:8px 0 4px}.shop-footnote{margin-top:48px;font-size:13px;color:var(--text-muted);text-align:center;line-height:1.6}@media(max-width:600px){.shop-header{flex-direction:column}.shop-grid{grid-template-columns:1fr}}.checkout-result-page{padding:80px 0}.checkout-result-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;padding:48px 32px;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.checkout-result-icon{font-size:64px;line-height:1;margin-bottom:8px}.checkout-result-icon-success{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.checkout-result-icon-cancel{color:var(--text-muted)}.checkout-result-title{font-family:var(--font-display);font-size:32px;font-weight:600;color:var(--text);letter-spacing:-.02em}.checkout-result-body{font-size:16px;color:var(--text-dim);max-width:380px;line-height:1.6}.checkout-result-hint{font-size:14px;color:var(--text-muted);max-width:340px;line-height:1.6}.checkout-credits-chip{display:flex;align-items:center;gap:8px;background:#3ecf8e1a;border:1px solid rgba(62,207,142,.3);border-radius:20px;padding:8px 20px;font-size:15px;color:var(--success);margin-top:4px}.checkout-credits-icon{font-size:18px}.checkout-credits-chip strong{font-weight:700}.checkout-result-actions{display:flex;flex-direction:column;align-items:center;gap:12px;margin-top:16px;width:100%;max-width:280px}.checkout-result-actions a{width:100%;display:flex}.checkout-result-actions .btn{width:100%}@media(max-width:480px){.checkout-result-card{padding:36px 20px}.checkout-result-title{font-size:26px}}.notfound-page{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;background:var(--bg);padding:24px}.notfound-glow{position:absolute;width:500px;height:500px;background:radial-gradient(circle,rgba(107,84,232,.12) 0%,transparent 60%);top:50%;left:50%;transform:translate(-50%,-50%);pointer-events:none}.notfound-inner{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.notfound-code{font-size:120px;font-weight:800;font-family:var(--font-display);background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;letter-spacing:-.04em;margin-top:16px}.notfound-title{font-family:var(--font-display);font-size:32px;font-weight:600;color:var(--text);letter-spacing:-.02em}.notfound-sub{font-size:16px;color:var(--text-dim);max-width:320px}.notfound-actions{display:flex;gap:12px;margin-top:8px;flex-wrap:wrap;justify-content:center}.studio-root{--st-pink: var(--brand-3);--st-grad: linear-gradient(90deg, var(--brand-1), var(--brand-2) 55%, var(--brand-3));--st-glass-bg: rgba(255, 255, 255, .055);--st-glass-border: rgba(255, 255, 255, .12);--st-glass-blur: 6px;--st-glass-radius: 12px;position:relative;isolation:isolate;min-height:100vh;color:var(--text);background:url(/assets/backdrop-uMqIhGU-.jpg) center / cover fixed}.studio-root:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,#0a0b16b8,#0a0b168c)}.studio-root>*{position:relative;z-index:1}.studio-root .st-glass{background:var(--st-glass-bg);border:1px solid var(--st-glass-border);border-radius:var(--st-glass-radius);backdrop-filter:blur(var(--st-glass-blur));-webkit-backdrop-filter:blur(var(--st-glass-blur))}.studio-root .st-icon{display:inline-block;width:32px;height:32px;border-radius:10px;mix-blend-mode:screen}.studio-root .st-progress{width:100%;height:6px;border-radius:3px;overflow:hidden;background:#ffffff1a}.studio-root .st-progress-fill{height:100%;border-radius:3px;background:var(--st-grad);transition:width .3s ease}.studio-root .st-active{border-color:var(--st-pink)!important;box-shadow:0 0 0 1px var(--st-pink),0 0 24px #eb4fb840}.studio-root .st-cta{border:none;border-radius:var(--radius);background:var(--st-grad);color:#fff;font-weight:600;cursor:pointer;transition:filter var(--transition),transform var(--transition)}.studio-root .st-cta:hover{filter:brightness(1.08)}.studio-root .st-cta:active{transform:translateY(1px)}.studio-root .st-cta:disabled{cursor:not-allowed;filter:grayscale(.4) brightness(.7)}.studio-root .st-locked-chip{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);color:var(--text-muted);font-size:12px;font-weight:600}.studio-root .st-shell{max-width:1180px;margin:0 auto;padding:28px 24px 72px}.studio-root .st-loading,.studio-root .st-notfound{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;text-align:center;min-height:60vh;color:var(--text-dim)}.studio-root .st-notfound{max-width:460px;margin:12vh auto 0;padding:40px 32px}.studio-root .st-notfound h2{color:var(--text);font-size:22px}.studio-root .st-header{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;flex-wrap:wrap;margin-bottom:20px}.studio-root .st-back{display:inline-block;font-size:13px;color:var(--text-muted);margin-bottom:6px}.studio-root .st-back:hover{color:var(--text-dim)}.studio-root .st-header-title{font-size:28px;font-weight:700;letter-spacing:-.01em}.studio-root .st-header-sub{color:var(--text-muted);font-weight:500;font-size:20px}.studio-root .st-header-actions{display:flex;align-items:center;gap:12px}.studio-root a.st-cta{display:inline-flex;align-items:center;gap:6px;padding:10px 18px;font-size:14px;text-decoration:none}.studio-root a.st-cta:hover{color:#fff}.studio-root .st-completion{padding:16px 20px;margin-bottom:22px}.studio-root .st-completion-chips{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.studio-root .st-completion-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:999px;border:1px solid var(--st-glass-border);background:#ffffff0a;color:var(--text-muted);font-size:13px;font-weight:600}.studio-root .st-completion-chip.done{color:var(--st-pink);border-color:#eb4fb880;background:#eb4fb81a}.studio-root .st-completion-tick{font-size:12px}.studio-root .st-completion-track{margin-bottom:10px}.studio-root .st-completion-hint{font-size:13px;color:var(--text-dim)}.studio-root .st-layout{display:grid;grid-template-columns:260px 1fr;gap:26px;align-items:start}.studio-root .st-nav{display:flex;flex-direction:column;gap:6px;position:sticky;top:20px}.studio-root .st-nav-item{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:var(--st-glass-radius);border:1px solid transparent;color:var(--text-dim);text-decoration:none;font-size:16px;font-weight:600;transition:background var(--transition),color var(--transition)}.studio-root .st-nav-item:hover{background:#ffffff0a;color:var(--text)}.studio-root .st-nav-item.st-active{color:var(--st-pink);background:#eb4fb814}.studio-root .st-nav-icon{width:42px;height:42px;border-radius:12px;flex-shrink:0}.studio-root .st-nav-glyph{display:inline-flex;align-items:center;justify-content:center;font-size:22px;mix-blend-mode:normal;color:currentColor}.studio-root .st-content{min-width:0}.studio-root .st-overview{display:grid;grid-template-columns:minmax(280px,360px) 1fr;gap:26px;align-items:start}.studio-root .st-stage{padding:16px;display:flex;flex-direction:column;align-items:center;gap:14px;box-shadow:0 0 0 1px #eb4fb859,0 0 40px #eb4fb82e}.studio-root .st-stage-media{width:100%;aspect-ratio:3 / 4;border-radius:var(--st-glass-radius);overflow:hidden;background:#0c0c16}.studio-root .st-stage-video{width:100%;height:100%;object-fit:cover}.studio-root .st-stage-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:radial-gradient(ellipse 60% 45% at 50% 32%,rgba(235,79,184,.16),transparent 70%),linear-gradient(180deg,#171725,#0c0c16)}.studio-root .st-stage-silhouette{font-size:76px;opacity:.5;filter:grayscale(.4)}.studio-root .st-stage-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 16px;border-radius:999px;border:1px solid var(--st-glass-border);background:#ffffff0d;font-size:14px;font-weight:600}.studio-root .st-stage-pill.empty{color:var(--text-muted)}.studio-root .st-default-dot{width:7px;height:7px;border-radius:50%;background:var(--st-pink);flex-shrink:0}.studio-root .st-modules{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.studio-root .st-module-card{display:flex;flex-direction:column;gap:12px;padding:24px;text-decoration:none;color:inherit;transition:border-color var(--transition),transform var(--transition)}.studio-root .st-module-card:hover{transform:translateY(-2px);border-color:#eb4fb866}.studio-root .st-module-head{display:flex;align-items:center;gap:14px}.studio-root .st-module-icon{width:64px;height:64px;border-radius:16px}.studio-root .st-module-title{font-size:16px;font-weight:700;color:var(--text)}.studio-root .st-module-status{font-size:13px;color:var(--text-dim)}.studio-root .st-module-status.missing{color:var(--st-pink);font-weight:600}.studio-root .st-personas-card{grid-column:1 / -1;display:flex;flex-direction:column;gap:12px;padding:24px}.studio-root .st-personas-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.studio-root .st-personas-title{display:flex;align-items:center;gap:14px;font-size:16px;font-weight:700;color:var(--text)}.studio-root .st-personas-caption{font-size:13px;color:var(--text-dim)}.studio-root .st-persona-pills{display:flex;flex-wrap:wrap;gap:8px}.studio-root .st-persona-pill{display:inline-flex;align-items:center;gap:7px;padding:5px 12px;border-radius:999px;border:1px solid var(--st-glass-border);background:#ffffff0a;font-size:13px;font-weight:600}.studio-root .st-persona-pill.default{border-color:#eb4fb880;background:#eb4fb81a;color:var(--st-pink)}.studio-root .st-manage-link{align-self:flex-start;font-size:13px;font-weight:600;color:var(--st-pink);text-decoration:none}.studio-root .st-manage-link:hover{text-decoration:underline}.studio-root .st-page{display:flex;flex-direction:column;gap:18px}.studio-root .st-page-head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.studio-root .st-page-title{font-size:22px;font-weight:700;color:var(--text)}.studio-root .st-page-blurb{margin-top:4px;color:var(--text-dim);font-size:14px;max-width:54ch}.studio-root .st-page-add{display:flex;flex-direction:column;align-items:flex-end;gap:6px;flex-shrink:0}.studio-root .st-caption{font-size:12px;color:var(--text-muted)}.studio-root .st-caption-block{align-self:center}.studio-root .st-linkback{background:none;border:none;padding:0;cursor:pointer;font-size:13px;color:var(--text-muted);margin-bottom:8px;text-align:left}.studio-root .st-linkback:hover{color:var(--text-dim)}.studio-root .create-req{color:var(--error);margin-left:2px}.studio-root .create-opt{color:var(--text-muted);font-size:13px;font-weight:400;margin-left:4px}.studio-root .st-form-card{padding:22px 24px;display:flex;flex-direction:column;gap:4px}.studio-root .st-form-title{font-size:16px;font-weight:700;color:var(--text);margin-bottom:8px}.studio-root .st-field-label{display:block;font-size:13px;font-weight:600;color:var(--text-dim);margin:12px 0 6px}.studio-root .st-list{display:flex;flex-direction:column;gap:12px}.studio-root .st-item{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 18px}.studio-root .st-item-block{flex-direction:column;align-items:stretch}.studio-root .st-item-row{display:flex;align-items:center;justify-content:space-between;gap:14px}.studio-root .st-item-main{display:flex;flex-direction:column;gap:6px;min-width:0}.studio-root .st-item-name{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:700;color:var(--text)}.studio-root .st-item-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.studio-root .st-item-sub{font-size:12px;color:var(--text-muted)}.studio-root .st-item-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end}.studio-root .st-tag{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;border:1px solid var(--st-glass-border);background:#ffffff0d;font-size:12px;font-weight:600;color:var(--text-dim);white-space:nowrap}.studio-root .st-tag-soon{color:var(--text-muted)}.studio-root .st-tag-on{color:var(--st-pink);border-color:#eb4fb880;background:#eb4fb81f}.studio-root .st-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;font-size:12px;font-weight:600;border:1px solid transparent}.studio-root .st-chip-ready{color:var(--success);background:#3ecf8e1f;border-color:#3ecf8e66}.studio-root .st-chip-working{color:var(--accent-hover);background:#7d6bff24;border-color:#7d6bff73;animation:st-pulse 1.4s ease-in-out infinite}.studio-root .st-chip-failed{color:var(--error);background:#ff5a5f1f;border-color:#ff5a5f73}.studio-root .st-chip-idle{color:var(--text-muted);background:#ffffff0a;border-color:var(--st-glass-border)}.studio-root .st-chip-dot{width:6px;height:6px;border-radius:50%;background:currentColor}@keyframes st-pulse{0%,to{opacity:1}50%{opacity:.5}}.studio-root .st-empty{padding:32px 28px;color:var(--text-dim);font-size:14px}.studio-root .st-empty-title{font-size:16px;font-weight:700;color:var(--text);margin-bottom:6px}.studio-root .st-clip-pick{margin-bottom:4px}.studio-root .st-file{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.studio-root .st-file-native{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.studio-root .st-file-btn{display:inline-flex;align-items:center;padding:8px 16px;border-radius:var(--radius);border:1px solid var(--st-glass-border);background:#ffffff0f;color:var(--text);font-size:13px;font-weight:600;cursor:pointer;transition:border-color var(--transition)}.studio-root .st-file:hover .st-file-btn{border-color:#eb4fb866}.studio-root .st-file-native:disabled+.st-file-btn{opacity:.5;cursor:not-allowed}.studio-root .st-file-name{font-size:13px;color:var(--text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:260px}.studio-root .st-clip-progress{margin-top:10px}.studio-root .st-consent{display:flex;align-items:flex-start;gap:10px;font-size:13px;color:var(--text-dim);margin:14px 0 4px;cursor:pointer}.studio-root .st-consent input{margin-top:2px;accent-color:var(--st-pink)}.studio-root .st-progress-indeterminate{position:relative}.studio-root .st-progress-indeterminate .st-progress-fill{position:absolute;width:40%;animation:st-indeterminate 1.2s ease-in-out infinite}@keyframes st-indeterminate{0%{left:-40%}to{left:100%}}.studio-root .st-modal-text{font-size:14px;color:var(--text-dim)}.studio-root .st-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.studio-root .st-outfit-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.studio-root .st-outfit-card{display:flex;flex-direction:column;gap:10px;padding:12px;text-align:left;cursor:pointer;color:inherit;transition:border-color var(--transition),transform var(--transition)}.studio-root .st-outfit-card:hover{transform:translateY(-2px);border-color:#eb4fb866}.studio-root .st-outfit-thumb{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:var(--st-glass-radius);overflow:hidden;background:#0c0c16}.studio-root .st-outfit-video{width:100%;height:100%;object-fit:cover}.studio-root .st-outfit-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;opacity:.5;background:linear-gradient(180deg,#171725,#0c0c16)}.studio-root .st-outfit-baking{position:absolute;inset:auto 0 0 0;padding:8px;display:flex;flex-direction:column;gap:4px;background:linear-gradient(180deg,transparent,rgba(10,11,22,.75))}.studio-root .st-outfit-pct{align-self:flex-end;font-size:11px;font-weight:600;color:var(--text);font-variant-numeric:tabular-nums}.studio-root .st-outfit-foot{display:flex;align-items:center;justify-content:space-between;gap:8px}.studio-root .st-outfit-failed{font-size:12px;font-weight:600;color:var(--error)}.studio-root .st-outfit-error{display:block;margin-top:3px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;font-weight:400;color:var(--text-dim);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.studio-root .st-error-detail{display:block;margin-top:6px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;opacity:.85;word-break:break-word}.studio-root .st-form-loading{display:flex;align-items:center;gap:10px;margin:16px 0}.studio-root .st-outfit-new{align-items:center;justify-content:center;border-style:dashed}.studio-root .st-outfit-new-inner{display:flex;flex-direction:column;align-items:center;gap:6px;text-align:center;padding:20px 8px}.studio-root .st-outfit-plus{font-size:30px;line-height:1;color:var(--st-pink)}.studio-root .st-outfit-detail{display:flex;flex-direction:column;gap:6px}.studio-root .st-detail-status{margin-bottom:10px}.studio-root .st-detail-section{padding:14px 0;border-top:1px solid var(--st-glass-border)}.studio-root .st-detail-h{font-size:14px;font-weight:700;color:var(--text);margin-bottom:6px}.studio-root .st-slot-row{display:flex;gap:12px;flex-wrap:wrap}.studio-root .st-slot{display:flex;align-items:center;gap:8px;padding:12px 14px;border-radius:var(--radius);border:1px dashed var(--st-glass-border);font-size:13px;color:var(--text-muted);flex:1;min-width:140px}.studio-root .st-detail-danger{border-top:1px solid rgba(255,90,95,.25)}.studio-root .st-inline-confirm{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.studio-root .st-replace-panel{margin-top:12px;padding-top:14px;border-top:1px solid var(--st-glass-border)}.studio-root .st-sync-row{margin-top:12px;padding-top:12px;border-top:1px solid var(--st-glass-border);display:flex;flex-direction:column;gap:8px}.studio-root .st-sync-copy{display:flex;flex-direction:column;gap:2px}.studio-root .st-sync-line{font-size:13px;font-weight:600;color:var(--text-dim)}.studio-root .st-sync-bar{max-width:340px}.studio-root .st-sync-live{font-size:13px;font-weight:600;color:var(--success)}.studio-root .st-sync-chip{align-self:flex-start}.studio-root .st-pro-card{padding:16px 18px}.studio-root .st-pro-head{display:flex;align-items:center;gap:10px;margin-bottom:6px}.studio-root .st-select-group{margin-top:4px}.studio-root .st-select{width:100%;padding:10px 12px;border-radius:var(--radius);border:1px solid var(--st-glass-border);background:#ffffff0d;color:var(--text);font-size:14px;font-family:inherit}.studio-root .st-select:focus{outline:none;border-color:var(--st-pink)}.studio-root .st-persona-item .st-persona-components{display:flex;gap:8px;flex-wrap:wrap}.studio-root .st-star{color:var(--st-pink);font-size:14px}.studio-root .st-lip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}.studio-root .st-lip-card{padding:18px}.studio-root .st-lip-selected{border-color:#eb4fb880;box-shadow:0 0 0 1px #eb4fb859,0 0 24px #eb4fb826}.studio-root .st-lip-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.studio-root .st-disabled{opacity:.6;cursor:not-allowed}.studio-root .st-builder{display:flex;flex-direction:column;gap:18px}.studio-root .st-builder-nav{display:flex;flex-direction:column;gap:4px}.studio-root .st-builder-back{font-size:15px}.studio-root .st-builder-nav-label{padding:10px 16px 4px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted)}.studio-root .st-builder-outfit{padding:10px 16px;font-size:15px;gap:10px}.studio-root .st-builder-outfit-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio-root .st-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0;background:var(--text-muted)}.studio-root .st-dot-ready{background:#37d67a}.studio-root .st-dot-failed{background:var(--error)}.studio-root .st-dot-idle{background:var(--text-muted)}.studio-root .st-dot-working{background:var(--st-pink);animation:st-pulse 1.4s ease-in-out infinite}.studio-root .st-builder-head{display:flex;flex-direction:column;gap:8px}.studio-root .st-builder-name-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.studio-root .st-builder-name-input{font-size:22px;font-weight:700;color:var(--text);background:transparent;border:1px solid transparent;border-radius:8px;padding:4px 8px;min-width:200px;transition:border-color var(--transition),background var(--transition)}.studio-root .st-builder-name-input:hover{border-color:var(--st-glass-border)}.studio-root .st-builder-name-input:focus{outline:none;border-color:var(--st-pink);background:#ffffff08}.studio-root .st-builder-danger{margin-left:auto;display:inline-flex;align-items:center}.studio-root .st-builder-danger .btn-ghost{color:var(--text-muted)}.studio-root .st-builder-danger .btn-ghost:hover{color:var(--error)}.studio-root .st-builder-section{padding:18px 20px}.studio-root .st-builder-section-head{margin-bottom:14px}.studio-root .st-builder-section-title{display:flex;align-items:baseline;gap:10px;font-size:17px;font-weight:700;color:var(--text);margin:0 0 4px}.studio-root .st-builder-count{font-size:13px;font-weight:600;color:var(--text-muted)}.studio-root .st-clip-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:14px}.studio-root .st-clip-card{display:flex;flex-direction:column;gap:8px;padding:10px;border-radius:var(--st-glass-radius)}.studio-root .st-clip-thumb{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:10px;overflow:hidden;background:#00000040}.studio-root .st-clip-media{width:100%;height:100%;object-fit:cover}.studio-root .st-clip-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:38px;opacity:.5}.studio-root .st-clip-foot{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.studio-root .st-clip-bake{margin-top:2px}.studio-root .st-clip-error{font-size:12px;color:var(--error);word-break:break-word}.studio-root .st-clip-actions{display:flex;align-items:center;gap:8px;margin-top:auto}.studio-root .st-clip-remove{background:none;border:none;color:var(--text-muted);font-size:13px;font-weight:600;cursor:pointer;padding:4px 2px;transition:color var(--transition)}.studio-root .st-clip-remove:hover:not(:disabled){color:var(--error)}.studio-root .st-clip-remove:disabled{opacity:.5;cursor:not-allowed}.studio-root .st-clip-remove-lock{font-size:13px;color:var(--text-muted);opacity:.7;cursor:not-allowed}.studio-root .st-clip-add{border:1px dashed var(--st-glass-border);justify-content:center}.studio-root .st-clip-add-inner{display:flex;flex-direction:column;gap:8px;padding:4px}.studio-root .st-file-compact{flex-wrap:wrap}.studio-root .st-consent-sm{font-size:12px;gap:6px}.studio-root .st-clip-add-foot{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:2px}.studio-root .st-caption-charge{color:var(--st-pink);font-weight:600}@media(max-width:900px){.studio-root .st-layout{grid-template-columns:1fr}.studio-root .st-nav{position:static;flex-direction:row;flex-wrap:wrap}.studio-root .st-overview{grid-template-columns:1fr}}@media(max-width:560px){.studio-root .st-modules{grid-template-columns:1fr}}.st-model{margin:0 0 1.25rem}.st-model-label{display:block;margin-bottom:.4rem;font-size:.8125rem;font-weight:600;letter-spacing:.01em;opacity:.85}.st-model-select{width:100%;max-width:22rem;padding:.6rem .75rem;border-radius:.625rem;background:#ffffff0d;color:inherit;border:1px solid rgba(255,255,255,.12);font:inherit}.st-model-select:disabled{opacity:.55;cursor:not-allowed}.st-model-blurb{margin:.45rem 0 0;font-size:.8125rem;line-height:1.45;opacity:.68}.studio-root .st-share-glyph{font-size:20px;line-height:1}.studio-root .st-share-state{padding:4px 12px;border-radius:999px;border:1px solid var(--st-glass-border);background:#ffffff0a;font-size:12px;font-weight:700;letter-spacing:.02em;color:var(--text-dim)}.studio-root .st-share-state.public{border-color:#eb4fb880;background:#eb4fb81a;color:var(--st-pink)}.studio-root .st-share-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.studio-root .st-share-url{flex:1 1 220px;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:8px 12px;border-radius:8px;border:1px solid var(--st-glass-border);background:#00000040;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12.5px;color:var(--text);-webkit-user-select:all;user-select:all}.studio-root .st-share-actions{display:flex;gap:10px}.studio-root .st-share-removed{padding:10px 12px;border-radius:8px;border:1px solid rgba(255,190,92,.35);background:#ffbe5c14;color:#ffd9a0}.studio-root .st-share-error{margin:0;font-size:13px;color:var(--error)}.studio-root .st-pub-checking{display:flex;flex-direction:column;align-items:center;gap:14px;padding:18px 6px;text-align:center;color:var(--text-dim)}.studio-root .st-pub-spinner{width:34px;height:34px;border-radius:50%;border:3px solid var(--st-glass-border);border-top-color:var(--st-pink);animation:st-pub-spin .9s linear infinite}@keyframes st-pub-spin{to{transform:rotate(360deg)}}.studio-root .st-pub-result{display:flex;flex-direction:column;gap:14px;padding:6px 2px}.studio-root .st-pub-lead{margin:0;font-size:15px;font-weight:600;color:var(--text)}.studio-root .st-pub-check,.studio-root .st-pub-flag{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700}.studio-root .st-pub-check{border:1px solid rgba(94,224,158,.5);background:#5ee09e1f;color:#5ee09e}.studio-root .st-pub-flag{border:1px solid rgba(255,190,92,.5);background:#ffbe5c1a;color:#ffd9a0}.studio-root .st-file.st-drag{border-color:#eb4fb899;background:#eb4fb814}.studio-root .st-lip-clickable{cursor:pointer}.studio-root .st-lip-clickable:hover{border-color:#eb4fb880}.studio-root .st-tag-pro{color:var(--st-pink);border:1px solid rgba(235,79,184,.5);border-radius:999px;padding:1px 8px}.st-demo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.st-demo-card{display:flex;flex-direction:column;overflow:hidden;border-radius:16px}.st-demo-poster{width:100%;height:100%;object-fit:cover;display:block}.st-demo-audio{width:100%;max-width:260px;height:32px;margin-top:6px}.eva-card{display:flex;align-items:center;gap:16px;width:100%;text-align:left;padding:18px 20px;margin-bottom:16px;border:1px solid rgba(201,162,255,.35);border-radius:var(--radius);background:linear-gradient(105deg,#4e2a848c,#8c3c7873,#c45c3c66);color:var(--text);cursor:pointer;transition:border-color var(--transition),transform var(--transition)}.eva-card:hover{border-color:#c9a2ffb3;transform:translateY(-1px)}.eva-card:disabled{opacity:.7;cursor:default;transform:none}.eva-card-art{flex:none;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:radial-gradient(circle at 30% 30%,#e8d4ff,#8a5cc8);color:#fff;font-size:20px;box-shadow:0 0 18px #c9a2ff73}.eva-card-text{display:flex;flex-direction:column;gap:3px;min-width:0}.eva-card-title{font-size:15px;font-weight:700}.eva-card-sub{font-size:12.5px;color:var(--text-muted);line-height:1.45}.eva-card-cta{margin-left:auto;font-size:13.5px;font-weight:700;color:#d9bfff;white-space:nowrap}.eva-card--know{border-color:#78c8e659;background:linear-gradient(105deg,#184a6c8c,#1e607673,#24766866)}.eva-card--know:hover{border-color:#78c8e6b3}.eva-card--know .eva-card-art{background:radial-gradient(circle at 30% 30%,#c8ecff,#2f7ea6);box-shadow:0 0 18px #78c8e673}.eva-card--know .eva-card-cta{color:#aee2ff}.studio-root .st-greeting-script{width:100%;margin-top:16px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#00000040;color:inherit;padding:12px 14px;font:inherit;resize:vertical}.studio-root .st-greeting-current{margin-top:16px}.studio-root .st-greeting-video{width:100%;max-height:300px;border-radius:12px;background:#000}.studio-root .st-greeting-generating{display:flex;align-items:center;gap:12px;margin-top:18px;font-size:14px;opacity:.85}.studio-root .st-greeting-takes{display:flex;flex-direction:column;gap:16px;margin-top:16px}.studio-root .st-greeting-takes-title{font-weight:600;font-size:14px}.studio-root .st-greeting-take{display:flex;flex-direction:column;gap:8px}.studio-root .st-quest-banner{display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap;padding:14px 18px;font-size:14px;color:var(--text-dim)}.studio-root .st-quest-banner strong{color:var(--text)}.studio-root button.st-quest-chip{cursor:pointer;transition:border-color var(--transition),color var(--transition)}.studio-root button.st-quest-chip:hover{border-color:#eb4fb880;color:var(--text)}.studio-root .st-conflict-body{display:flex;flex-direction:column}.studio-root .st-conflict-count{font-size:12px;font-weight:600;color:var(--text-muted);font-variant-numeric:tabular-nums}.studio-root .st-conflict-lead{margin-top:8px}.studio-root .st-conflict-cards{display:flex;flex-direction:column;gap:12px;margin-top:16px}.studio-root .st-conflict-card{display:flex;flex-direction:column;align-items:flex-start;gap:8px;padding:12px 14px;border-radius:var(--radius);border:1px solid var(--st-glass-border);background:#ffffff0a}.studio-root .st-conflict-src{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--text-muted)}.studio-root .st-conflict-text{font-size:14px;line-height:1.5;color:var(--text);word-break:break-word}.studio-root .st-conflict-custom{display:flex;flex-direction:column;align-items:flex-start;gap:8px;margin-top:16px}.studio-root .st-conflict-flash{display:flex;align-items:center;gap:10px;padding:26px 4px;font-size:14px;font-weight:600;color:var(--success)}.studio-root .st-conflict-done{display:flex;flex-direction:column;gap:12px;padding:6px 2px}.studio-root .st-conflict-done-mark{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;border:1px solid rgba(94,224,158,.5);background:#5ee09e1f;color:#5ee09e}.studio-root .st-versions{margin-top:16px;padding-top:14px;border-top:1px solid var(--st-glass-border)}.studio-root .st-versions-toggle{background:none;border:none;padding:0;cursor:pointer;font-size:13px;font-weight:600;color:var(--text-dim)}.studio-root .st-versions-toggle:hover{color:var(--text)}.studio-root .st-version-list{display:flex;flex-direction:column;margin-top:6px}.studio-root .st-version-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0;border-top:1px solid rgba(255,255,255,.05);font-size:13px;color:var(--text-dim)}.studio-root .st-version-row:first-child{border-top:none}.studio-root .st-version-when{display:inline-flex;align-items:center;gap:8px}.studio-root .st-version-row .st-inline-confirm{flex:1}.infotip{position:relative;display:inline-flex;vertical-align:middle;margin-left:6px}.infotip-trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;box-sizing:border-box;margin:0;padding:0;width:20px;height:20px;border-radius:50%;border:1px solid var(--accent);background:#7d6bff1f;color:var(--accent);font-family:var(--font-body);font-size:12px;font-style:italic;font-weight:700;line-height:18px;text-align:center;cursor:help;transition:color var(--transition),border-color var(--transition),background var(--transition)}.infotip-trigger:hover,.infotip-trigger:focus-visible{color:#fff;background:var(--accent);border-color:var(--accent);outline:none}.infotip-bubble{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);width:max-content;max-width:250px;padding:9px 11px;border-radius:var(--radius);background:var(--surface-2);color:var(--text);border:1px solid var(--border-strong);box-shadow:var(--shadow);font-size:12px;font-style:normal;font-weight:400;line-height:1.45;text-align:left;white-space:normal;opacity:0;visibility:hidden;transition:opacity var(--transition);z-index:40;pointer-events:none}.infotip-bubble:after{content:"";position:absolute;top:100%;left:50%;transform:translate(-50%);border:5px solid transparent;border-top-color:var(--surface-2)}.infotip:hover .infotip-bubble,.infotip:focus-within .infotip-bubble{opacity:1;visibility:visible}@media(max-width:480px){.infotip-bubble{left:auto;right:0;transform:none}.infotip-bubble:after{left:auto;right:4px;transform:none}}
