.cxst{--cxst-mono:ui-monospace,SFMono-Regular,"Cascadia Code",Consolas,Menlo,monospace}.cxst .cxh-chip{display:inline-flex;align-items:center;gap:7px}.cxst-hero{position:relative;padding-block:96px 104px;overflow:hidden}.cxst-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(var(--cxh-primary-rgb),.05) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--cxh-primary-rgb),.05) 1px,transparent 1px);background-size:32px 32px;-webkit-mask-image:radial-gradient(ellipse 90% 75% at 50% 30%,#000 35%,transparent 78%);mask-image:radial-gradient(ellipse 90% 75% at 50% 30%,#000 35%,transparent 78%);pointer-events:none}.cxst-hero>.cxh-container{position:relative}.cxst-hero-copy{max-width:720px;margin-inline:auto;text-align:center}.cxst-hero-title{font-size:clamp(2.3rem,5vw,3.6rem);font-weight:800;line-height:1.12;margin:22px 0 0}.cxst-hero-sub{font-size:1.125rem;line-height:1.75;margin:20px auto 0;max-width:40em}.cxst-hero-ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:14px;margin-top:30px}.cxst-bench{display:grid;grid-template-columns:1.25fr auto 1fr auto 1fr;align-items:center;grid-gap:18px;gap:18px;margin-top:64px}.cxst-pane{margin:0;display:flex;flex-direction:column;gap:12px;min-width:0}.cxst-pane-label{font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--cxh-muted);text-align:center}.cxst-bench-arrow{font-size:1.4rem;color:var(--cxh-primary);opacity:0;animation:cxst-fade .5s ease forwards;animation-delay:1.05s}.cxst-bench-arrow--late{animation-delay:2s}.cxst-editor,.cxst-terminal{background:#0b1120;border:1px solid hsla(0,0%,100%,.09);border-radius:var(--cxh-radius-sm);box-shadow:var(--cxh-shadow-lg);overflow:hidden;text-align:left}.cxst-editor-bar{display:flex;align-items:center;gap:10px;padding:10px 14px;border-bottom:1px solid hsla(0,0%,100%,.07);background:hsla(0,0%,100%,.03)}.cxst-editor-dots{display:inline-flex;gap:5px}.cxst-editor-dots i{width:9px;height:9px;border-radius:50%;background:hsla(0,0%,100%,.16)}.cxst-editor-file{font-family:var(--cxst-mono);font-size:.72rem;color:#9aa3c7;letter-spacing:.04em}.cxst-editor-body{margin:0;padding:16px 18px 18px;display:flex;flex-direction:column;font-family:var(--cxst-mono);font-size:.8rem;line-height:1.75;color:#dbe2ff;background:transparent}.cxst-code-line{display:block;overflow:hidden;white-space:pre;width:0;animation:cxst-type .55s steps(var(--cxst-chars)) forwards;animation-delay:calc(.55s + var(--cxst-line) * .42s)}.cxst-code-line--last{color:#a5acf9;position:relative}.cxst-code-line--last:after{content:"";display:inline-block;width:7px;height:1em;-webkit-margin-start:2px;margin-inline-start:2px;vertical-align:text-bottom;background:#a5acf9;animation:cxst-caret 1s steps(1) infinite}.cxst-democard{background:var(--cxh-surface);border:1px solid var(--cxh-border);border-radius:var(--cxh-radius-sm);box-shadow:var(--cxh-shadow-lg);padding:18px;display:flex;flex-direction:column;gap:14px}.cxst-democard-head{display:flex;align-items:center;gap:12px}.cxst-democard-avatar{width:40px;height:40px;flex:none;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgba(var(--cxh-primary-rgb),.1);color:var(--cxh-primary);font-size:1.1rem}.cxst-democard-lines{flex:1 1;display:flex;flex-direction:column;gap:7px;min-width:0}.cxst-democard-lines span{height:9px;border-radius:5px;background:color-mix(in srgb,var(--cxh-muted) 22%,transparent)}.cxst-democard-lines span:last-child{width:60%}.cxst-democard-status{flex:none;font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:999px;background:rgba(34,197,94,.12);color:#15803d}[data-theme=dark] .cxst .cxst-democard-status{color:#4ade80}.cxst-democard-meta{display:flex;align-items:center;gap:10px}.cxst-democard-chip{display:inline-flex;align-items:center;gap:5px;font-size:.76rem;font-weight:600;color:var(--cxh-muted);border:1px solid var(--cxh-border);border-radius:999px;padding:4px 10px}.cxst-democard-bar{flex:1 1;height:9px;border-radius:5px;background:color-mix(in srgb,var(--cxh-muted) 14%,transparent)}.cxst-democard-action{text-align:center;font-size:.85rem;font-weight:700;color:#fff;padding:10px 14px;border-radius:calc(var(--cxh-radius-sm) - 4px);background:linear-gradient(135deg,var(--cxh-primary),var(--cxh-grad-end))}.cxst-pop{opacity:0;transform:translateY(10px) scale(.96);animation:cxst-pop .5s cubic-bezier(.22,.9,.3,1.2) forwards;animation-delay:var(--cxst-pop-delay,0s)}.cxst-fill{opacity:0;animation:cxst-pop .45s ease forwards;animation-delay:var(--cxst-pop-delay,0s)}.cxst-brandmini{background:var(--cxh-surface);border:1px solid var(--cxh-border);border-radius:var(--cxh-radius-sm);box-shadow:var(--cxh-shadow-lg);padding:20px 18px;display:flex;flex-direction:column;align-items:center;gap:14px}.cxst-brandmini-logo{height:34px;width:auto;max-width:100%}.cxst-brandmini-swatches{display:flex;gap:8px}.cxst-brandmini-swatches span{width:26px;height:26px;border-radius:8px;box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.15)}.cxst-brandmini-sub{font-size:.76rem;font-weight:600;color:var(--cxh-muted);text-align:center}.cxst-split{display:grid;grid-template-columns:1.05fr 1fr;grid-gap:clamp(36px,6vw,84px);gap:clamp(36px,6vw,84px);align-items:center}.cxst-h2{font-size:clamp(1.8rem,3.2vw,2.5rem);font-weight:700;line-height:1.16;margin:18px 0 0}.cxst-lede{font-size:1.0625rem;line-height:1.8;margin:16px 0 0}.cxst-eng{background:var(--cxh-navy)}.cxst-eng,.cxst-eng .cxst-h2{color:var(--cxh-navy-text)}.cxst-eng .cxst-lede,.cxst-eng .cxst-points p{color:var(--cxh-navy-muted)}.cxst-platforms{margin-top:22px}.cxst-platforms-label{display:block;font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--cxh-navy-muted);margin-bottom:10px}.cxst-platforms-chips{display:flex;flex-wrap:wrap;gap:8px}.cxst-points{list-style:none;margin:30px 0 0;padding:0;display:flex;flex-direction:column;gap:20px}.cxst-points li{display:flex;gap:14px;align-items:flex-start}.cxst-points li>i{flex:none;width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;background:rgba(var(--cxh-primary-rgb),.22);color:#c3caff;font-size:1.15rem}.cxst-points h4{font-size:1rem;font-weight:700;margin:0 0 4px;color:var(--cxh-navy-text)}.cxst-points p{font-size:.9375rem;line-height:1.65;margin:0}.cxst-terminal-body{padding:18px;display:flex;flex-direction:column;gap:10px;font-family:var(--cxst-mono);font-size:.82rem;color:#dbe2ff}.cxst-terminal-line b{font-weight:700;-webkit-margin-end:4px;margin-inline-end:4px;color:#9aa3c7}.cxst-terminal-line.is-ok b{color:#4ade80}.cxst-terminal-line.is-live b{color:#a5acf9;animation:cxst-caret 1.2s steps(1) infinite}[data-sc-reveal] .cxst-terminal-line{opacity:0;transform:translateY(6px)}[data-sc-reveal].is-visible .cxst-terminal-line{animation:cxst-rise .5s ease forwards;animation-delay:calc(.2s + var(--cxst-line) * .35s)}.cxst-stack{margin-top:26px}.cxst-stack-label{display:block;font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--cxh-navy-muted);margin-bottom:12px}.cxst-stack-chips{display:flex;flex-wrap:wrap;gap:8px}.cxst-eng .cxh-chip{background:hsla(0,0%,100%,.06);border-color:hsla(0,0%,100%,.14);color:var(--cxh-navy-text)}.cxst-spec{position:relative;padding:clamp(40px,6vw,64px);border:1px solid var(--cxh-border);border-radius:var(--cxh-radius);background:var(--cxh-bg-soft);overflow:hidden}.cxst-spec-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(var(--cxh-primary-rgb),.07) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--cxh-primary-rgb),.07) 1px,transparent 1px);background-size:8px 8px;-webkit-mask-image:radial-gradient(ellipse 85% 85% at 50% 50%,#000 40%,transparent 90%);mask-image:radial-gradient(ellipse 85% 85% at 50% 50%,#000 40%,transparent 90%);pointer-events:none}.cxst-spec .cxst-democard{position:relative;max-width:360px;margin-inline:auto}.cxst-spec-pin{position:absolute;z-index:2;width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:var(--cxh-primary);color:#fff;font-size:.78rem;font-weight:700;box-shadow:0 0 0 4px rgba(var(--cxh-primary-rgb),.18)}.cxst-spec-pin--1{top:18px;inset-inline-start:18px}.cxst-spec-pin--2{top:18px;inset-inline-end:18px}.cxst-spec-pin--3{bottom:18px;inset-inline-start:18px}.cxst-spec-pin--4{bottom:18px;inset-inline-end:18px}.cxst-spec-measure{position:absolute;z-index:2;display:flex;align-items:center;justify-content:center;color:var(--cxh-primary);font-family:var(--cxst-mono);font-size:.68rem;font-weight:600}.cxst-spec-measure em{font-style:normal;background:var(--cxh-bg-soft);padding:1px 5px;border-radius:4px}.cxst-spec-measure--x{inset-inline:25%;top:12px;border-inline:1px solid currentColor}.cxst-spec-measure--x:before{content:"";position:absolute;inset-inline:0;top:50%;border-top:1px dashed;opacity:.6}.cxst-spec-measure--y{top:30%;bottom:30%;inset-inline-start:14px;width:14px;border-block:1px solid currentColor}.cxst-spec-measure--y:before{content:"";position:absolute;inset-block:0;left:50%;border-left:1px dashed;opacity:.6}.cxst-callouts{list-style:none;margin:30px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;grid-gap:20px 26px;gap:20px 26px}.cxst-callouts li{display:flex;gap:12px;align-items:flex-start}.cxst-callout-num{flex:none;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(var(--cxh-primary-rgb),.1);color:var(--cxh-primary);font-size:.76rem;font-weight:700;margin-top:2px}.cxst-callouts h4{font-size:.95rem;font-weight:700;margin:0 0 3px}.cxst-callouts p{font-size:.875rem;line-height:1.6;margin:0}.cxst-identity{background:var(--cxh-bg-soft)}.cxst-board{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:22px;gap:22px}.cxst-tile{background:var(--cxh-surface);border:1px solid var(--cxh-border);border-radius:var(--cxh-radius);box-shadow:var(--cxh-shadow);padding:26px;display:flex;flex-direction:column;gap:18px;transition:transform .25s ease,box-shadow .25s ease}.cxst-tile:hover{transform:translateY(-3px);box-shadow:var(--cxh-shadow-lg)}.cxst-tile-label{font-size:.8125rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--cxh-primary)}.cxst-tile-note{font-size:.875rem;line-height:1.6;margin:0}.cxst-tile--palette ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.cxst-tile--palette li{display:flex;align-items:center;gap:12px}.cxst-swatch{flex:none;width:34px;height:34px;border-radius:10px;box-shadow:inset 0 0 0 1px rgba(2,6,23,.1)}[data-theme=dark] .cxst .cxst-brandmini-swatches span,[data-theme=dark] .cxst .cxst-swatch{box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.16)}.cxst-swatch-name{flex:1 1;font-size:.9rem;font-weight:600;color:var(--cxh-text)}.cxst-tile--palette code{font-family:var(--cxst-mono);font-size:.78rem;color:var(--cxh-muted);background:var(--cxh-bg-soft);border-radius:6px;padding:3px 8px}.cxst-specimen{display:flex;align-items:baseline;gap:18px;flex-wrap:wrap}.cxst-specimen-ar{font-size:clamp(3rem,6vw,4.5rem);font-weight:800;line-height:1.4;padding-bottom:.08em;background:linear-gradient(135deg,var(--cxh-primary),var(--cxh-grad-end));-webkit-background-clip:text;background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.cxst-specimen-en{font-size:clamp(1.4rem,2.6vw,2rem);font-weight:600;color:var(--cxh-muted)}.cxst-logo-plate{flex:1 1;display:flex;align-items:center;justify-content:center;padding:26px;border-radius:var(--cxh-radius-sm);background-color:var(--cxh-bg-soft);background-image:linear-gradient(rgba(var(--cxh-primary-rgb),.06) 1px,transparent 1px),linear-gradient(90deg,rgba(var(--cxh-primary-rgb),.06) 1px,transparent 1px);background-size:16px 16px}.cxst-logo-plate img{height:44px;width:auto;max-width:100%}.cxst-voice-chips{display:flex;flex-wrap:wrap;gap:10px;align-content:flex-start}.cxst-photos{display:grid;grid-template-columns:1fr 1fr;grid-gap:22px;gap:22px}.cxst-photo{position:relative;border-radius:var(--cxh-radius);overflow:hidden;box-shadow:var(--cxh-shadow-lg)}.cxst-photo img{width:100%;height:100%;min-height:260px;object-fit:cover;display:block}.cxst-photo--wide{grid-column:1/-1}.cxst-photo--wide img{aspect-ratio:21/9;min-height:0}.cxst-trust-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:22px;gap:22px}.cxst-trust-card{background:var(--cxh-surface);border:1px solid var(--cxh-border);border-radius:var(--cxh-radius);box-shadow:var(--cxh-shadow);padding:26px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.cxst-trust-card:hover{transform:translateY(-3px);box-shadow:var(--cxh-shadow-lg);border-color:rgba(var(--cxh-primary-rgb),.35)}.cxst-trust-icon{width:46px;height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:linear-gradient(135deg,var(--cxh-primary),var(--cxh-grad-end));color:#fff;font-size:1.35rem;box-shadow:0 8px 20px rgba(var(--cxh-primary-rgb),.35)}.cxst-trust-card h3{font-size:1.05rem;font-weight:700;margin:16px 0 8px}.cxst-trust-card p{font-size:.9375rem;line-height:1.7;margin:0}@media (max-width:720px){.cxst-trust-grid{grid-template-columns:1fr}}.cxst [data-sc-reveal]{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease;transition-delay:var(--cxh-reveal-delay,0s)}.cxst [data-sc-reveal].is-visible{opacity:1;transform:none}@keyframes cxst-type{to{width:calc(var(--cxst-chars) * 1ch + 10px)}}@keyframes cxst-caret{50%{opacity:0}}@keyframes cxst-pop{to{opacity:1;transform:none}}@keyframes cxst-fade{to{opacity:1}}@keyframes cxst-rise{to{opacity:1;transform:none}}@media (max-width:1024px){.cxst-bench{grid-template-columns:1fr 1fr;gap:20px}.cxst-bench-arrow{display:none}.cxst-bench .cxst-pane:first-child{grid-column:1/-1;max-width:540px;margin-inline:auto;width:100%}.cxst-split{grid-template-columns:1fr}.cxst-split--design .cxst-split-visual{order:2}}@media (max-width:720px){.cxst-hero{padding-block:72px 80px}.cxst-bench{grid-template-columns:1fr}.cxst-bench .cxst-pane:first-child{max-width:none}.cxst-board,.cxst-callouts,.cxst-photos{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.cxst-code-line{width:auto;animation:none}.cxst-code-line--last:after,.cxst-terminal-line.is-live b{animation:none}.cxst-bench-arrow,.cxst-fill,.cxst-pop{opacity:1;transform:none;animation:none}[data-sc-reveal] .cxst-terminal-line{opacity:1;transform:none}[data-sc-reveal].is-visible .cxst-terminal-line{animation:none}.cxst [data-sc-reveal]{opacity:1;transform:none;transition:none}}