.surface{--bg:#08090a;--panel:#0f1011;--panel-2:#141517;--inset:#1b1d20;--border:rgba(255,255,255,0.08);--border-strong:rgba(255,255,255,0.14);--tint-1:rgba(255,255,255,0.03);--tint-2:rgba(255,255,255,0.05);--tint-3:rgba(255,255,255,0.08);--tint-4:rgba(255,255,255,0.12);--text:#ffffff;--text-2:#8a8f98;--text-3:#62666d;--invert-bg:#ffffff;--invert-fg:#08090a;--invert-bg-hover:#e6e7e9;--scrim:rgba(8,9,10,0.86);--float-shadow:0 8px 32px rgba(8,9,10,0.9);--r-row:6px;--r-btn:8px;--r-panel:12px;--r-panel-lg:14px;--r-pill:22px;--ease:cubic-bezier(0.25,0.46,0.45,0.94);--t:0.16s var(--ease);--t-slow:0.22s var(--ease);--page-max:1380px;--gut:clamp(20px,5vw,40px);position:relative;min-height:100dvh;background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}[data-theme=light] .surface{--bg:#ffffff;--panel:#fafafa;--panel-2:#f5f5f5;--inset:#ececed;--border:rgba(0,0,0,0.08);--border-strong:rgba(0,0,0,0.14);--tint-1:rgba(0,0,0,0.02);--tint-2:rgba(0,0,0,0.04);--tint-3:rgba(0,0,0,0.07);--tint-4:rgba(0,0,0,0.1);--text:#08090a;--text-2:#5c6067;--text-3:#82868d;--invert-bg:#08090a;--invert-fg:#ffffff;--invert-bg-hover:#26282c;--scrim:rgba(255,255,255,0.9);--float-shadow:0 8px 32px rgba(0,0,0,0.1)}.surface:before{content:"";position:fixed;inset:0;z-index:0;pointer-events:none;opacity:.022;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E")}[data-theme=light] .surface:before,html[data-fx=off] .surface:before{display:none}.surface .s-wrap{width:100%;max-width:var(--page-max);margin-inline:auto;padding-inline:var(--gut)}.surface .s-label{font-family:var(--font-mono);font-size:10px;font-weight:400;letter-spacing:.14em;text-transform:uppercase;color:var(--text-3)}.surface h1,.surface h2,.surface h3{font-family:Plus Jakarta Sans;letter-spacing:-.03em;line-height:1.05;margin:0;color:var(--text);text-wrap:balance}.surface .s-btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;height:36px;padding:0 16px;border-radius:var(--r-pill);border:1px solid transparent;font-family:var(--font-body);font-size:13.5px;font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;transition:background var(--t),border-color var(--t),color var(--t),box-shadow var(--t),opacity var(--t)}.surface .s-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.surface .s-btn svg{width:15px;height:15px;stroke:currentColor;stroke-width:1.8;fill:none;flex-shrink:0}.surface .s-btn-primary{background:var(--invert-bg);color:var(--invert-fg)}.surface .s-btn-primary:hover:not(:disabled){background:var(--invert-bg-hover)}.surface .s-btn-primary:disabled{opacity:.5;cursor:not-allowed}.surface .s-btn-ghost{background:transparent;border-color:var(--border-strong);color:var(--text)}.surface .s-btn-ghost:hover{background:var(--tint-3)}.surface .s-btn-sm{height:32px;padding:0 14px;font-size:13px}.surface .s-btn-lg{height:40px;padding:0 20px;font-size:14px}@keyframes s-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.surface .s-rise{animation:s-rise .5s var(--ease) backwards;animation-delay:var(--d,0s)}@keyframes s-scale-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:none}}@media (prefers-reduced-motion:reduce){.surface .s-rise{animation:none}.surface *,.surface :after,.surface :before{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}