:root{--nav-ink:#111217;--nav-muted:#6f737d;--nav-hair:rgba(17,18,23,.065)}
.nova-header{position:fixed;top:16px;left:50%;z-index:220;width:min(1470px,calc(100% - 48px));height:64px;transform:translateX(-50%);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:0 10px 0 19px;border:1px solid rgba(255,255,255,.82);border-radius:24px;background:rgba(255,255,255,.78);box-shadow:0 16px 54px rgba(54,65,101,.1);backdrop-filter:blur(22px) saturate(135%);-webkit-backdrop-filter:blur(22px) saturate(135%)}
.nova-brand{justify-self:start;display:inline-flex;align-items:center;gap:10px;color:var(--nav-ink);font-size:15px;font-weight:720;letter-spacing:-.025em;text-decoration:none}.nova-brand .orb{width:28px;height:28px;box-shadow:0 7px 24px rgba(83,104,178,.19)}
.nova-primary-nav{display:flex;align-items:center;gap:4px}.nova-primary-nav a{padding:10px 14px;border-radius:999px;color:#464a54;font-size:12px;font-weight:560;text-decoration:none;transition:background .24s ease,color .24s ease}.nova-primary-nav a:hover{background:rgba(17,18,23,.045);color:#111217}.nova-primary-nav a[aria-current="page"]{background:#111217;color:#fff}
.nova-header-actions{justify-self:end;display:flex;align-items:center;gap:5px}.nova-quiet-link,.nova-header-cta{height:44px;display:inline-flex;align-items:center;justify-content:center;padding:0 17px;border-radius:999px;font-size:11px;font-weight:680;text-decoration:none;transition:transform .24s ease,box-shadow .24s ease,background .24s ease}.nova-quiet-link{color:#444852}.nova-header-cta{min-width:126px;background:#111217;color:#fff;box-shadow:0 10px 28px rgba(17,18,23,.13)}.nova-quiet-link:hover{background:rgba(17,18,23,.045)}.nova-header-cta:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(17,18,23,.2)}
.context-demo{position:relative;min-height:100svh;padding:150px max(24px,8vw);display:grid;place-items:center;overflow:hidden;background:#fff;color:#111217}.context-demo::before,.context-demo::after{content:"";position:absolute;border-radius:50%;filter:blur(95px);pointer-events:none}.context-demo::before{width:480px;height:480px;left:-10%;top:5%;background:rgba(195,218,244,.52)}.context-demo::after{width:440px;height:440px;right:-8%;bottom:0;background:rgba(226,207,237,.48)}
.context-demo-inner{position:relative;z-index:2;width:min(1160px,100%);margin:auto}.demo-heading{text-align:center}.demo-heading h2{margin:20px auto 0;max-width:1000px;font-size:clamp(56px,7.5vw,112px);line-height:.9;letter-spacing:-.066em;font-weight:610;text-wrap:balance}.demo-heading p{max-width:600px;margin:28px auto 0;color:#70747e;font-size:15px;line-height:1.65}
.demo-stage{position:relative;margin-top:76px;display:grid;grid-template-columns:.72fr 1.28fr;min-height:520px;border:1px solid rgba(255,255,255,.84);border-radius:42px;overflow:hidden;background:rgba(255,255,255,.7);box-shadow:0 35px 120px rgba(62,76,124,.13);backdrop-filter:blur(28px);-webkit-backdrop-filter:blur(28px)}
.demo-source{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:38px;border-right:1px solid var(--nav-hair);background:linear-gradient(155deg,rgba(232,240,250,.88),rgba(242,238,249,.72))}.demo-source::before{content:"";position:absolute;width:300px;height:300px;left:50%;top:46%;transform:translate(-50%,-50%);border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.96),rgba(177,196,235,.34) 45%,transparent 70%)}
.demo-source-top,.demo-voice,.demo-replay{position:relative;z-index:2}.demo-source-top{display:flex;justify-content:space-between;color:#7a7f8b;font-size:9px;font-weight:720;letter-spacing:.18em;text-transform:uppercase}.demo-voice{display:grid;place-items:center;text-align:center}.demo-mic{position:relative;width:108px;height:108px;margin-bottom:28px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#fff 6%,#dce5fa 50%,#8ba4e6);box-shadow:inset 12px 12px 24px rgba(255,255,255,.9),0 24px 68px rgba(92,116,187,.3)}.demo-mic::before,.demo-mic::after{content:"";position:absolute;border:1px solid rgba(118,142,204,.18);border-radius:50%}.demo-mic::before{inset:-20px}.demo-mic::after{inset:-40px}.demo-mic svg{width:30px;height:30px;fill:none;stroke:#fff;stroke-width:1.8}.demo-source.is-replaying .demo-mic::before{animation:demoPulse 1.25s ease-out 2}.demo-source.is-replaying .demo-mic::after{animation:demoPulse 1.25s .18s ease-out 2}.demo-voice blockquote{max-width:350px;font-size:clamp(21px,2.4vw,31px);line-height:1.17;letter-spacing:-.035em;font-weight:540}.demo-voice blockquote::before{content:"“"}.demo-voice blockquote::after{content:"”"}
.demo-replay{justify-self:flex-start;display:inline-flex;align-items:center;gap:9px;width:max-content;border:0;background:transparent;color:#555b67;font:inherit;font-size:11px;font-weight:680;cursor:pointer}.demo-replay svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8}.demo-replay:hover{color:#111217}
.demo-result{padding:38px 44px;display:flex;flex-direction:column}.demo-tabs{display:flex;gap:6px;flex-wrap:wrap}.demo-tab{height:36px;padding:0 15px;border:1px solid var(--nav-hair);border-radius:999px;background:rgba(255,255,255,.7);color:#727681;font:inherit;font-size:10px;font-weight:680;cursor:pointer;transition:.22s ease}.demo-tab:hover{color:#111217}.demo-tab[aria-selected="true"]{border-color:#111217;background:#111217;color:#fff}.demo-output{flex:1;display:flex;flex-direction:column;justify-content:center;padding:40px 2px 12px}.demo-output-meta{display:flex;align-items:center;gap:9px;margin-bottom:25px;color:#747984;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.demo-output-meta i{width:8px;height:8px;border-radius:50%;background:#8fa7e3;box-shadow:0 0 0 7px rgba(143,167,227,.12)}.demo-output h3{max-width:650px;font-size:clamp(36px,4vw,61px);line-height:1;letter-spacing:-.055em;font-weight:580}.demo-output p{max-width:610px;margin-top:26px;color:#5e626c;font-size:15px;line-height:1.68;white-space:pre-line}.demo-output.is-changing{animation:demoSwap .42s ease both}
.nova-header a:focus-visible,.context-demo button:focus-visible,.context-demo a:focus-visible,.route-dock a:focus-visible,.dock a:focus-visible{outline:3px solid rgba(69,104,206,.42);outline-offset:4px}
@keyframes demoPulse{0%{opacity:.75;transform:scale(.92)}100%{opacity:0;transform:scale(1.35)}}@keyframes demoSwap{0%{opacity:.2;transform:translateY(9px)}100%{opacity:1;transform:none}}
@media(max-width:980px){.nova-header{grid-template-columns:1fr 1fr}.nova-primary-nav{display:none}.demo-stage{grid-template-columns:1fr;max-width:720px;margin-left:auto;margin-right:auto}.demo-source{min-height:440px;border-right:0;border-bottom:1px solid var(--nav-hair)}.demo-result{min-height:470px}}
@media(max-width:680px){.nova-header{top:10px;width:calc(100% - 20px);height:58px;border-radius:20px;padding-left:14px}.nova-brand .orb{width:25px;height:25px}.nova-quiet-link{display:none}.nova-quiet-link[hreflang]{display:inline-flex;height:40px;padding:0 11px;font-size:10.5px;white-space:nowrap;border:1px solid rgba(17,18,23,.09);border-radius:999px;background:rgba(255,255,255,.6)}.nova-header-actions{gap:6px}.nova-header-cta{height:40px;min-width:0;padding:0 15px}.context-demo{min-height:auto;padding:120px 18px}.demo-heading h2{font-size:clamp(52px,15vw,72px)}.demo-heading p{font-size:14px}.demo-stage{margin-top:50px;border-radius:30px}.demo-source{min-height:420px;padding:28px 22px}.demo-result{min-height:460px;padding:28px 22px}.demo-tab{padding:0 12px}.demo-output h3{font-size:clamp(38px,12vw,52px)}.demo-output p{font-size:14px}.demo-mic{width:92px;height:92px}.demo-voice blockquote{font-size:24px}}
@media(prefers-reduced-motion:reduce){.demo-source.is-replaying .demo-mic::before,.demo-source.is-replaying .demo-mic::after,.demo-output.is-changing{animation:none}.nova-header *{transition:none!important}}
