:root{--brand-corp-dark: #003594;--brand-corp-light: #71b2c9;--brand-silver: #f8faf9;--brand-grey: #414042;--brand-blue: #0bacf4;--brand-green: #0dc935;--brand-orange: #ef6d2b;--brand-violet: #8c5ca4;--brand-rose: #ff5273;--brand-yellow: #dde20a;--bg: #060b18;--bg-raised: #0c1526;--surface: rgba(255, 255, 255, .04);--surface-strong: rgba(255, 255, 255, .07);--border: rgba(255, 255, 255, .1);--border-strong: rgba(255, 255, 255, .18);--text: #f8faf9;--text-muted: #9fb3c8;--text-dim: #6b7f96;--accent: var(--brand-blue);--accent-soft: color-mix(in srgb, var(--accent) 18%, transparent);--accent-line: color-mix(in srgb, var(--accent) 45%, transparent);--ink-mix: 100%;--on-accent: var(--bg);--accent-ink: color-mix(in srgb, var(--accent) var(--ink-mix), black);--avatar-visitor: #cbd5e1;--avatar-blend: lighter;--avatar-ink: #ffffff;--particle-alpha: .33;--header-a: rgba(6, 11, 24, .92);--header-b: rgba(6, 11, 24, .55);--input-bg: rgba(0, 0, 0, .3);--logo-filter: brightness(0) invert(1);--danger: #f26d6d;--success: var(--brand-green);--warn: var(--brand-yellow);--radius-sm: 10px;--radius: 16px;--radius-lg: 24px;--shadow: 0 20px 60px -20px rgba(0, 0, 0, .8);--font: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--mono: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, monospace}@media(prefers-color-scheme:light){:root:not([data-theme=dark]){--bg: #f8faf9;--bg-raised: #ffffff;--surface: rgba(0, 53, 148, .04);--surface-strong: rgba(0, 53, 148, .08);--border: rgba(65, 64, 66, .16);--border-strong: rgba(65, 64, 66, .32);--text: #414042;--text-muted: #5a5f6b;--text-dim: #7c8896;--accent: var(--brand-corp-dark);--ink-mix: 65%;--avatar-visitor: #6b7f96;--avatar-blend: source-over;--avatar-ink: #003594;--particle-alpha: .5;--header-a: rgba(255, 255, 255, .94);--header-b: rgba(248, 250, 249, .7);--input-bg: #ffffff;--logo-filter: none;--shadow: 0 20px 50px -24px rgba(0, 53, 148, .35)}}:root[data-theme=light]{--bg: #f8faf9;--bg-raised: #ffffff;--surface: rgba(0, 53, 148, .04);--surface-strong: rgba(0, 53, 148, .08);--border: rgba(65, 64, 66, .16);--border-strong: rgba(65, 64, 66, .32);--text: #414042;--text-muted: #5a5f6b;--text-dim: #7c8896;--accent: var(--brand-corp-dark);--ink-mix: 65%;--avatar-visitor: #6b7f96;--avatar-blend: source-over;--avatar-ink: #003594;--particle-alpha: .5;--header-a: rgba(255, 255, 255, .94);--header-b: rgba(248, 250, 249, .7);--input-bg: #ffffff;--logo-filter: none;--shadow: 0 20px 50px -24px rgba(0, 53, 148, .35)}.stage,.chip{--accent-ink: color-mix(in srgb, var(--accent) var(--ink-mix), black)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--font);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{margin:0;font-weight:700;line-height:1.2;letter-spacing:-.02em}p{margin:0}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit}::selection{background:var(--accent);color:var(--bg)}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.page{position:relative;min-height:100%;display:flex;flex-direction:column;z-index:1}.shell{width:min(1180px,100% - 3rem);margin-inline:auto}.particles{position:fixed;inset:0;z-index:0;pointer-events:none}.glow{position:fixed;inset:0;z-index:0;pointer-events:none;background:radial-gradient(60rem 40rem at 50% -10%,color-mix(in srgb,var(--accent) 14%,transparent),transparent 70%),radial-gradient(40rem 30rem at 90% 100%,rgba(120,80,220,.1),transparent 70%)}.site-header{position:sticky;top:0;z-index:20;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:linear-gradient(to bottom,var(--header-a),var(--header-b));border-bottom:1px solid var(--border)}.site-header .shell{display:flex;align-items:center;justify-content:space-between;gap:1rem;height:76px}.brand{display:flex;align-items:center;gap:.9rem;font-weight:600;letter-spacing:-.01em}.brand-logo{height:36px;width:auto;display:block;filter:var(--logo-filter)}.brand-divider{width:1px;height:26px;background:var(--border-strong);flex:none}.brand-product{white-space:nowrap}.brand-sub{color:var(--text-dim);font-weight:400;font-size:.9rem}.header-nav{display:flex;align-items:center;gap:.4rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.62rem 1.1rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);cursor:pointer;font-weight:500;font-size:.94rem;transition:background .18s ease,border-color .18s ease,transform .12s ease,opacity .18s ease;white-space:nowrap}.btn:hover:not(:disabled){background:var(--surface-strong);border-color:var(--border-strong)}.btn:active:not(:disabled){transform:translateY(1px)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 92%,white),var(--accent));border-color:transparent;color:var(--on-accent);font-weight:600;box-shadow:0 10px 30px -12px var(--accent)}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,color-mix(in srgb,var(--accent) 80%,white),var(--accent));border-color:transparent}.btn-ghost{background:transparent;border-color:transparent;color:var(--text-muted)}.btn-ghost:hover:not(:disabled){color:var(--text);background:var(--surface)}.btn-danger{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 35%,transparent)}.btn-danger:hover:not(:disabled){background:color-mix(in srgb,var(--danger) 12%,transparent)}.btn-lg{padding:.85rem 1.6rem;font-size:1rem}.btn-sm{padding:.42rem .8rem;font-size:.85rem}.theme-toggle{padding:.42rem;width:34px;height:34px}.sso-btn{width:100%;gap:.6rem;margin-bottom:1.1rem}.or-rule{display:flex;align-items:center;gap:.75rem;margin:0 0 1.1rem;color:var(--text-dim);font-size:.8rem}.or-rule:before,.or-rule:after{content:"";flex:1;height:1px;background:var(--border)}.theme-toggle svg{display:block}.hero{display:grid;grid-template-columns:1.05fr .95fr;gap:2.75rem;align-items:center;padding:2.4rem 0 1.6rem;min-height:min(70vh,620px)}.eyebrow{display:inline-flex;align-items:center;gap:.55rem;padding:.35rem .9rem;border-radius:999px;border:1px solid var(--accent-line);background:var(--accent-soft);color:color-mix(in srgb,var(--accent-ink) 60%,var(--text));font-size:.8rem;font-weight:500;letter-spacing:.02em}.eyebrow .dot,.hero-status .dot{width:7px;height:7px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 0 var(--accent);animation:pulse-dot 2.4s ease-out infinite;flex:none}@keyframes pulse-dot{0%{box-shadow:0 0 color-mix(in srgb,var(--accent) 70%,transparent)}70%{box-shadow:0 0 0 9px transparent}to{box-shadow:0 0 0 0 transparent}}.hero h1{font-size:clamp(2.6rem,6vw,4.6rem);font-weight:700;line-height:1.02;letter-spacing:-.025em;margin:1.35rem 0 0;text-wrap:balance}.hero h1 .accent{color:var(--accent-ink)}.lede{color:var(--text-muted);font-size:clamp(1rem,1.5vw,1.18rem);max-width:42ch;margin:1.35rem 0 0}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1.9rem}.hero-status{display:flex;align-items:center;gap:.5rem;margin-top:1.4rem;color:var(--text-dim);font-size:.85rem}.hero-stage{display:grid;place-items:center;min-height:420px}.hero-stage .avatar-wrap{width:min(310px,54vw);height:min(310px,54vw)}.section{padding:clamp(2.5rem,6vw,4.5rem) 0}.scenarios{padding:.4rem 0 clamp(2.5rem,5vw,3.75rem)}.sc-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.sc-head .lbl{font-size:1.05rem;font-weight:600;letter-spacing:-.01em}.sc-head .note{font-size:.85rem;color:var(--text-muted)}.chips{display:grid;grid-template-columns:repeat(5,1fr);gap:.9rem}.chip{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem;padding:1.1rem 1rem 1.15rem;border-radius:var(--radius);border:1px solid var(--border);background:linear-gradient(160deg,var(--surface),rgba(255,255,255,.015));cursor:pointer;text-align:left;transition:transform .18s ease,border-color .18s ease,background .18s ease}.chip:hover{transform:translateY(-2px);border-color:var(--accent-line);background:var(--surface-strong)}.chip .ico{width:34px;height:34px;border-radius:9px;display:grid;place-items:center;margin-bottom:.7rem;background:var(--accent-soft);color:var(--accent-ink);border:1px solid var(--accent-line)}.chip .vertical{font-size:.64rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim)}.chip-name{font-weight:600;font-size:.95rem;letter-spacing:-.01em}.chip-tag{font-size:.8rem;color:var(--text-muted);font-weight:300;line-height:1.45}.band{border-top:1px solid var(--border)}.features{padding:clamp(3rem,6vw,4.6rem) 0}.s-head{text-align:center;max-width:60ch;margin:0 auto 2.6rem}.s-head h2{font-size:clamp(1.5rem,3.5vw,2.1rem);margin-bottom:.7rem}.s-head p{color:var(--text-muted);font-weight:300}.fgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--border);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.feat{background:var(--bg-raised);padding:1.6rem 1.35rem 1.9rem}.feat .fi{width:40px;height:40px;border-radius:10px;display:grid;place-items:center;margin-bottom:1rem;background:var(--accent-soft);color:var(--accent-ink);border:1px solid var(--accent-line)}.feat h3{font-size:1.05rem;font-weight:600;margin:0 0 .5rem}.feat p{color:var(--text-muted);font-size:.88rem;line-height:1.55;font-weight:300;margin:0}@media(max-width:960px){.hero{grid-template-columns:1fr;text-align:center;gap:1.25rem;padding:1.5rem 0}.hero-copy{display:flex;flex-direction:column;align-items:center}.lede{max-width:46ch}.hero-stage{min-height:0;order:-1}.chips{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.fgrid{grid-template-columns:1fr}}@media(max-width:560px){.chips{grid-template-columns:repeat(2,1fr)}}.stage{flex:1;display:flex;flex-direction:column;padding:2rem 0 3rem}.stage .shell{flex:1;display:flex;flex-direction:column}.stage-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.stage-title h1{font-size:clamp(1.4rem,3.5vw,1.9rem);margin-bottom:.25rem}.stage-title .tagline{color:var(--text-muted);font-size:.95rem;font-weight:300}.status-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.35rem .85rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);font-size:.82rem;color:var(--text-muted)}.status-chip .led{width:7px;height:7px;border-radius:50%;background:var(--text-dim)}.status-chip[data-state=live] .led{background:var(--success);box-shadow:0 0 8px var(--success)}.status-chip[data-state=connecting] .led{background:var(--warn);animation:blink 1s ease-in-out infinite}.status-chip[data-state=error] .led{background:var(--danger)}@keyframes blink{50%{opacity:.25}}.stage-body{flex:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,400px);gap:1.5rem;align-items:stretch}@media(max-width:900px){.stage-body{grid-template-columns:1fr}}.avatar-panel{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6rem;padding:2.5rem 1.5rem;min-height:440px;border-radius:var(--radius-lg);border:1px solid var(--border);background:radial-gradient(28rem 22rem at 50% 35%,var(--accent-soft),transparent 70%),linear-gradient(170deg,var(--surface),rgba(255,255,255,.01));overflow:hidden}.caption{min-height:3.2rem;max-width:34rem;text-align:center}.caption .who{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin-bottom:.3rem}.caption .line{font-size:1.05rem;color:var(--text);font-weight:300}.caption .hint{color:var(--text-dim);font-size:.95rem;font-weight:300}.searching-hint{display:inline-flex;align-items:center;gap:.5rem;color:var(--accent-ink)}.searching-dots{display:inline-flex;gap:3px;flex:none}.searching-dots i{width:5px;height:5px;border-radius:50%;background:currentColor;animation:searching-bounce 1.1s ease-in-out infinite}.searching-dots i:nth-child(2){animation-delay:.16s}.searching-dots i:nth-child(3){animation-delay:.32s}@keyframes searching-bounce{0%,70%,to{opacity:.3;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.searching-dots i{animation:none;opacity:.8}}.controls{display:flex;gap:.7rem;flex-wrap:wrap;justify-content:center}.icon-btn{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:all .18s ease}.icon-btn:hover:not(:disabled){background:var(--surface-strong);border-color:var(--border-strong)}.icon-btn:disabled{opacity:.4;cursor:not-allowed}.icon-btn[data-active=true]{background:var(--accent);border-color:transparent;color:var(--on-accent)}.icon-btn[data-danger=true]{color:var(--danger);border-color:color-mix(in srgb,var(--danger) 35%,transparent)}.avatar-wrap{position:relative;width:340px;height:340px;display:grid;place-items:center}.avatar-canvas{width:100%;height:100%;display:block}.transcript-panel{display:flex;flex-direction:column;border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(170deg,var(--surface),rgba(255,255,255,.01));overflow:hidden;min-height:440px;max-height:min(72vh,760px)}.transcript-head{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.1rem;border-bottom:1px solid var(--border);font-size:.8rem;text-transform:uppercase;letter-spacing:.09em;color:var(--text-dim)}.transcript-body{flex:1;min-height:0;overflow-y:auto;padding:1.1rem;display:flex;flex-direction:column;gap:.85rem;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.transcript-body::-webkit-scrollbar{width:6px}.transcript-body::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}.turn{display:flex;flex-direction:column;gap:.22rem;max-width:92%}.turn .label{font-size:.68rem;text-transform:uppercase;letter-spacing:.09em;color:var(--text-dim)}.turn .bubble{padding:.65rem .9rem;border-radius:14px;font-size:.92rem;line-height:1.55;font-weight:300;border:1px solid var(--border);background:#ffffff08}.turn.agent .bubble{border-color:var(--accent-line);background:var(--accent-soft)}.turn.visitor{align-self:flex-end;align-items:flex-end}.turn.visitor .bubble{background:#ffffff0f}.turn.system{align-self:center;max-width:100%}.turn.system .bubble{background:transparent;border:0;color:var(--text-dim);font-size:.82rem;text-align:center;padding:.2rem}.turn-links{list-style:none;margin:.35rem 0 0;padding:0;display:flex;flex-direction:column;gap:.25rem;align-self:center;width:100%;max-width:26rem;text-align:left}.turn-links a{display:block;padding:.45rem .6rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);text-decoration:none}.turn-links .link-title{display:block;color:var(--accent-ink);font-size:.8rem;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.turn-links .link-title:before{content:"↗";margin-right:.4rem;opacity:.7}.turn-links .link-summary{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-top:.15rem;color:var(--text-dim);font-size:.74rem;line-height:1.4;font-weight:300}.turn-links a:hover,.turn-links a:focus-visible{border-color:var(--accent-line);background:var(--accent-soft)}.turn-links a:hover .link-title,.turn-links a:focus-visible .link-title{text-decoration:underline}.turn .bubble .cursor{display:inline-block;width:2px;height:.95em;background:var(--accent);margin-left:2px;vertical-align:text-bottom;animation:blink 1s step-end infinite}.transcript-empty{margin:auto;text-align:center;color:var(--text-dim);font-size:.9rem;font-weight:300;padding:2rem 1rem}.composer{display:flex;gap:.5rem;padding:.9rem;border-top:1px solid var(--border)}.composer input{flex:1;padding:.6rem .9rem;border-radius:999px;border:1px solid var(--border);background:var(--input-bg)}.composer input:focus{outline:none;border-color:var(--accent-line)}.composer input::placeholder{color:var(--text-dim)}.notice{padding:.75rem 1rem;border-radius:var(--radius-sm);border:1px solid color-mix(in srgb,var(--danger) 35%,transparent);background:color-mix(in srgb,var(--danger) 10%,transparent);color:color-mix(in srgb,var(--danger) 60%,white);font-size:.9rem}.notice.info{border-color:var(--accent-line);background:var(--accent-soft);color:color-mix(in srgb,var(--accent-ink) 55%,var(--text))}.notice.ok{border-color:color-mix(in srgb,var(--success) 35%,transparent);background:color-mix(in srgb,var(--success) 10%,transparent);color:color-mix(in srgb,var(--success) 60%,white)}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:1.1rem}.field label{font-size:.82rem;color:var(--text-muted);font-weight:500}.field .help{font-size:.78rem;color:var(--text-dim);font-weight:300}.field input,.field textarea,.field select{padding:.62rem .85rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--input-bg);width:100%}.field textarea{resize:vertical;min-height:120px;font-family:var(--mono);font-size:.84rem;line-height:1.6}.field input:focus,.field textarea:focus,.field select:focus{outline:none;border-color:var(--accent-line)}.field-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem}.slug-input{display:flex;align-items:center;gap:0}.slug-input .prefix{padding:.62rem .6rem .62rem .85rem;border:1px solid var(--border);border-right:0;border-radius:var(--radius-sm) 0 0 var(--radius-sm);background:var(--surface-strong);color:var(--text-dim);font-family:var(--mono);font-size:.85rem;white-space:nowrap}.slug-input input{border-radius:0 var(--radius-sm) var(--radius-sm) 0;font-family:var(--mono);font-size:.85rem}.source-list{display:flex;flex-direction:column;gap:.4rem}.source-item{display:flex;align-items:center;gap:.7rem;padding:.6rem .8rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);cursor:pointer;transition:border-color .15s,background .15s}.source-item:hover{border-color:var(--border-strong);background:var(--surface-strong)}.source-item[data-selected=true]{border-color:var(--accent-line);background:var(--accent-soft)}.source-item[data-disabled=true]{cursor:not-allowed;opacity:.45}.source-item[data-disabled=true][data-selected=true]{opacity:.75}.source-item[data-disabled=true]:not([data-selected=true]):hover{border-color:var(--border);background:var(--surface)}.field .source-item input[type=checkbox]{width:auto;flex:none;margin:0}.source-item .meta{display:flex;flex-direction:column;gap:.1rem;min-width:0}.source-item .meta strong{font-weight:500;font-size:.88rem}.source-item .meta span{font-family:var(--mono);font-size:.72rem;color:var(--text-dim);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.studio{flex:1;padding:2.5rem 0 4rem}.gate{max-width:26rem;margin:min(12vh,6rem) auto}.card{padding:1.8rem;border-radius:var(--radius-lg);border:1px solid var(--border);background:linear-gradient(170deg,var(--surface),rgba(255,255,255,.012));box-shadow:var(--shadow)}.card h2{font-size:1.3rem;margin-bottom:.4rem}.card .card-sub{color:var(--text-muted);font-size:.9rem;font-weight:300;margin-bottom:1.5rem}.studio-head{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.studio-head h1{font-size:1.7rem;margin-bottom:.3rem}.studio-head p{color:var(--text-muted);font-size:.92rem;font-weight:300}.studio-grid{display:grid;grid-template-columns:minmax(0,340px) minmax(0,1fr);gap:1.5rem;align-items:start}@media(max-width:940px){.studio-grid{grid-template-columns:1fr}}.agent-list{display:flex;flex-direction:column;gap:.5rem}.list-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;color:var(--text-dim);margin:1rem 0 .2rem}.list-label:first-child{margin-top:0}.list-item{display:flex;align-items:center;gap:.7rem;padding:.7rem .9rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface);cursor:pointer;text-align:left;width:100%;transition:all .15s ease}.list-item:hover{border-color:var(--border-strong);background:var(--surface-strong)}.list-item[data-selected=true]{border-color:var(--accent-line);background:var(--accent-soft)}.list-item .swatch{width:8px;height:28px;border-radius:4px;flex:none}.list-item .meta{flex:1;min-width:0}.list-item .meta strong{display:block;font-weight:500;font-size:.92rem}.list-item .meta span{display:block;color:var(--text-dim);font-size:.76rem;font-family:var(--mono);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.badge{font-size:.65rem;text-transform:uppercase;letter-spacing:.07em;padding:.15rem .45rem;border-radius:5px;border:1px solid var(--border-strong);color:var(--text-dim);flex:none}.editor-head{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.4rem;flex-wrap:wrap}.editor-head h2{font-size:1.2rem}.editor-actions{display:flex;gap:.5rem;flex-wrap:wrap}.live-url{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1.3rem;border-radius:var(--radius-sm);border:1px dashed var(--accent-line);background:var(--accent-soft);font-size:.85rem}.live-url code{font-family:var(--mono);color:color-mix(in srgb,var(--accent-ink) 55%,var(--text));word-break:break-all}.readonly-note{padding:.7rem .95rem;margin-bottom:1.2rem;border-radius:var(--radius-sm);border:1px solid var(--border);background:#ffffff06;color:var(--text-muted);font-size:.85rem;font-weight:300}.site-footer{border-top:1px solid var(--border);padding:2rem 0;margin-top:auto;color:var(--text-dim);font-size:.85rem;font-weight:300}.site-footer .shell{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;align-items:center}.site-footer a:hover{color:var(--text-muted)}.spinner{width:15px;height:15px;border-radius:50%;border:2px solid currentColor;border-top-color:transparent;animation:spin .7s linear infinite;flex:none}@keyframes spin{to{transform:rotate(360deg)}}.centered{display:grid;place-items:center;flex:1;padding:4rem 1rem;text-align:center;gap:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}@media(max-width:640px){.shell{width:min(1180px,100% - 2rem)}.avatar-wrap{width:270px;height:270px}.brand-logo{height:28px}.brand-divider,.brand-product,.brand-sub{display:none}}.journey{padding:clamp(3rem,6vw,4.6rem) 0}.j-head{text-align:center;max-width:62ch;margin:0 auto 2.4rem}.j-head h2{font-size:clamp(1.5rem,3.5vw,2.1rem);margin-bottom:.7rem}.j-head p{color:var(--text-muted);font-weight:300}.j-frame{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(0,1fr);border:1px solid var(--border);border-radius:var(--radius-lg);background:var(--bg-raised);overflow:hidden}.j-diagram{padding:clamp(1rem,2.4vw,1.9rem);border-right:1px solid var(--border);background:radial-gradient(30rem 20rem at 70% 20%,var(--accent-soft),transparent 70%);display:grid;align-content:center}.j-scroll{min-width:0}.j-pan{display:none}.j-panel{padding:clamp(1.3rem,2.4vw,1.9rem);display:flex;flex-direction:column}.j-cap{flex:1}.j-num{font-size:.7rem;text-transform:uppercase;letter-spacing:.12em;color:var(--accent-ink);font-weight:600}.j-cap h3{font-size:clamp(1.08rem,1.9vw,1.32rem);margin:.55rem 0 .7rem;text-wrap:balance}.j-cap p{color:var(--text-muted);font-size:.92rem;font-weight:300;line-height:1.6;margin:0}.j-transport{display:flex;align-items:center;gap:.85rem;margin-top:1.6rem;flex-wrap:wrap}.j-play{display:inline-flex;align-items:center;gap:.42rem;padding:.4rem .85rem;border-radius:999px;border:1px solid var(--border);background:var(--surface);cursor:pointer;font-size:.8rem;font-weight:500;color:var(--text-muted);transition:background .18s ease,color .18s ease,border-color .18s ease;flex:none}.j-play:hover{color:var(--text);background:var(--surface-strong);border-color:var(--border-strong)}.j-play svg{display:block}.j-tabs{display:flex;gap:.3rem;flex-wrap:wrap}.j-tab{display:inline-flex;align-items:center;gap:.4rem;padding:.32rem .62rem .32rem .38rem;border-radius:999px;border:1px solid transparent;background:transparent;cursor:pointer;color:var(--text-dim);font-size:.78rem;font-weight:500;transition:background .18s ease,color .18s ease,border-color .18s ease}.j-tab:hover:not(.on){color:var(--text);background:var(--surface)}.j-tab-n{width:19px;height:19px;border-radius:50%;flex:none;display:grid;place-items:center;font-size:.66rem;font-weight:700;background:var(--surface-strong);color:var(--text-dim);transition:background .18s ease,color .18s ease}.j-tab.done .j-tab-n{background:var(--accent-soft);color:var(--accent-ink)}.j-tab.on{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent-ink)}.j-tab.on .j-tab-n{background:var(--accent);color:var(--on-accent)}.j-bar{height:3px;border-radius:999px;background:var(--surface-strong);margin-top:1.1rem;overflow:hidden}.j-bar>span{display:block;height:100%;width:100%;background:var(--accent);opacity:.3}.j-bar.run>span{width:0;opacity:1;animation:j-fill linear 1 forwards}@keyframes j-fill{0%{width:0}to{width:100%}}.j-foot{margin-top:1.15rem;text-align:center;color:var(--text-dim);font-size:.84rem;font-weight:300}.jx{width:100%;height:auto;display:block}.jx text{font-family:var(--font)}.jx-wire{fill:none;stroke:var(--border-strong);stroke-width:1.5;opacity:.5;transition:stroke .4s ease,opacity .4s ease,stroke-width .4s ease}.jx-wire.on{stroke:var(--accent-line);stroke-width:2;opacity:1}.jx-flow{fill:none;stroke:var(--accent);stroke-width:3;stroke-linecap:round;stroke-dasharray:14 86;animation:jx-travel 1.5s linear infinite}@keyframes jx-travel{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}.jx-flow.rev{animation-name:jx-travel-rev}@keyframes jx-travel-rev{0%{stroke-dashoffset:0}to{stroke-dashoffset:100}}.jx-flow.still{stroke-dasharray:none;stroke-width:2.5;opacity:.9;animation:none}.jx-box{fill:var(--surface);stroke:var(--border);stroke-width:1.25;transition:fill .4s ease,stroke .4s ease}.jx-box.on{fill:var(--accent-soft);stroke:var(--accent-line)}.jx-lbl{fill:var(--text-dim);font-size:17px;font-weight:600;transition:fill .4s ease}.jx-lbl.on{fill:var(--text)}.jx-sub{fill:var(--text-dim);font-size:14px;font-weight:300;opacity:.65;transition:fill .4s ease,opacity .4s ease}.jx-sub.on{fill:var(--text-muted);opacity:1}.jx-eva{fill:var(--surface-strong);stroke:var(--border-strong);stroke-width:1.5;transition:fill .4s ease,stroke .4s ease,stroke-width .4s ease}.jx-eva.on{fill:var(--accent-soft);stroke:var(--accent);stroke-width:2}.jx-eva-t{fill:var(--text-muted);font-size:20px;font-weight:700;letter-spacing:.02em;transition:fill .4s ease}.jx-eva-t.on{fill:var(--accent-ink)}.jx-bubble,.jx-bubble-tail{fill:var(--bg-raised);stroke:var(--border);stroke-width:1.25}.jx-say{fill:var(--text-muted);font-size:15px;font-weight:400;font-style:italic}.jx-pill{fill:var(--accent-soft);stroke:var(--accent-line);stroke-width:1}.jx-pill-t{fill:var(--accent-ink);font-size:13px;font-weight:500}.jx-tick-bg{fill:var(--success)}.jx-tick{fill:none;stroke:var(--bg);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.jx-gate{fill:var(--bg-raised);stroke:var(--border-strong);stroke-width:1.25;transition:fill .4s ease,stroke .4s ease}.jx-gate.on{fill:var(--accent-soft);stroke:var(--accent)}.jx-lock{fill:none;stroke:var(--text-dim);stroke-width:1.5;stroke-linecap:round;transition:stroke .4s ease}.jx-lock.on{stroke:var(--accent-ink)}.jx-micro{fill:var(--success);font-size:13.5px;font-weight:500;opacity:0;transition:opacity .4s ease}.jx-micro.on{opacity:1}.jx-card{fill:var(--bg-raised);stroke:var(--accent-line);stroke-width:1.25}.jx-card-t{fill:var(--accent-ink);font-size:13px;font-weight:500}.jx-fx{transition:opacity .45s ease}.jx-fx.in{opacity:1}.jx-fx.out{opacity:0}.metrics{padding:clamp(3rem,6vw,4.6rem) 0}.kgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:.85rem}.kpi{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1.35rem 1.15rem 1.5rem}.kpi:before{content:"";display:block;width:22px;height:2px;border-radius:999px;background:var(--accent);margin-bottom:.95rem}.kpi h3{font-size:.96rem;font-weight:600;margin:0 0 .45rem}.kpi p{color:var(--text-muted);font-size:.84rem;font-weight:300;line-height:1.5;margin:0}.m-note{margin:1.6rem 0 0;padding-left:1.1rem;border-left:2px solid var(--accent-line);color:var(--text-muted);font-size:.94rem;font-weight:300;max-width:76ch}.trust{padding:clamp(3rem,6vw,4.6rem) 0}.tgrid{display:grid;grid-template-columns:repeat(5,1fr);gap:.85rem}.tcard{border:1px solid var(--border);border-radius:var(--radius);background:var(--surface);padding:1.35rem 1.2rem 1.5rem}.ti{width:38px;height:38px;border-radius:10px;display:grid;place-items:center;margin-bottom:.95rem;background:var(--accent-soft);color:var(--accent-ink);border:1px solid var(--accent-line)}.tcard h3{font-size:.98rem;font-weight:600;margin:0 0 .45rem}.tcard p{color:var(--text-muted);font-size:.84rem;font-weight:300;line-height:1.5;margin:0}.closer{padding:clamp(3rem,6vw,4.6rem) 0 clamp(2rem,4vw,3rem)}.closer-inner{border:1px solid var(--accent-line);border-radius:var(--radius-lg);background:radial-gradient(40rem 24rem at 50% -20%,var(--accent-soft),transparent 70%),var(--bg-raised);padding:clamp(2rem,5vw,3.2rem);text-align:center}.closer-inner h2{font-size:clamp(1.5rem,3.4vw,2.1rem);text-wrap:balance}.closer-inner p{color:var(--text-muted);font-weight:300;max-width:58ch;margin:.9rem auto 0}.closer-actions{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap;margin-top:1.8rem}.footer-links{display:flex;gap:1.3rem;align-items:center}@media(max-width:1040px){.j-frame{grid-template-columns:1fr}.j-diagram{border-right:none;border-bottom:1px solid var(--border)}.kgrid{grid-template-columns:repeat(2,1fr)}.tgrid{grid-template-columns:repeat(3,1fr)}}@media(max-width:780px){.nav-studio{display:none}}@media(max-width:720px){.tgrid{grid-template-columns:repeat(2,1fr)}.j-scroll{overflow-x:auto;overscroll-behavior-x:contain}.jx{min-width:580px}.j-pan{display:block;margin:.7rem 0 0;text-align:center;color:var(--text-dim);font-size:.74rem;font-weight:300}}@media(max-width:560px){.kgrid,.tgrid{grid-template-columns:1fr}.site-footer .shell{flex-direction:column;align-items:flex-start}}@media(max-width:460px){.nav-optional,.j-tab-l{display:none}.j-tab{padding:.3rem}}
