.GlobalError-module__7nDrvG__body{background-color:var(--bg);color:var(--fg);font-family:var(--font-code);padding:4rem 2rem}.GlobalError-module__7nDrvG__heading{color:var(--primary);font-size:var(--font-size-display);margin:0 0 var(--space-4)}.GlobalError-module__7nDrvG__message{color:var(--fg-secondary);margin:0 0 var(--space-8)}.GlobalError-module__7nDrvG__button{border:1px solid var(--primary);color:var(--primary);font-family:var(--font-code);padding:var(--space-2) var(--space-4);cursor:pointer;background:0 0}
:root{--white:#fff;--n-50:#fafafa;--n-100:#f2f2f2;--n-200:#e0e0e0;--n-300:#b3b3b3;--n-500:gray;--n-600:#4d4d4d;--n-700:#2e2e2e;--n-800:#1f1f1f;--n-900:#141414;--n-950:#0a0a0a;--black:#000;--accent-brand:#099;--primary:var(--accent-brand);--on-primary:var(--black);--fg-error:#e55;--bg:var(--n-50);--surface:var(--n-50);--surface-card:var(--white);--elevated:var(--n-100);--border:var(--n-200);--fg:var(--n-950);--fg-secondary:var(--n-600);--fg-muted:var(--n-500);--font-body:Inter, system-ui, sans-serif;--font-code:"JetBrains Mono", "Courier New", monospace;--font-wordmark:var(--font-bitcount), "Bitcount Grid Double", sans-serif;--font-size-base:1rem;--font-size-xs:.75rem;--font-size-sm:.875rem;--font-size-lg:1.125rem;--font-size-xl:1.3125rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-display:3rem;--font-size-hero:clamp(3rem, 6vw, 5rem);--font-weight-thin:100;--font-weight-extralight:200;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--tracking-wider:.1em;--line-height-tight:1;--line-height-base:1.6;--line-height-relaxed:1.8;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--radius:4px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--max-width:1280px;--breakpoint-sm:768px;--breakpoint-md:1024px;--header-height:64px;--footer-height:240px;--section-min-h:100vh;--section-h-full:100vh;--section-h-half:50vh;--section-h-third:33vh;--section-h-quarter:25vh;--duration-fast:.15s;--duration-base:.2s;--duration-slow:.3s;--ease-out:ease-out;--ease-spring:cubic-bezier(.16, 1, .3, 1);--opacity-dim:.3;--opacity-muted:.6;--opacity-subtle:.8;--opacity-full:1;--z-raised:10;--z-overlay:50;--z-drawer:100;--z-modal:200;--z-toast:300;--size-icon-sm:16px;--size-icon-md:20px;--size-icon-lg:32px;--size-touch:48px;--prose-max-width:65ch;--size-card-min:280px;--sp-2xs:var(--space-1);--sp-xs:var(--space-2);--sp-sm:var(--space-3);--sp-md:var(--space-4);--sp-lg:var(--space-6);--sp-xl:var(--space-8);--sp-2xl:var(--space-10);--sp-3xl:var(--space-12);--sp-4xl:var(--space-16);--sp-5xl:var(--space-20);--r-sm:var(--radius-sm);--r-md:var(--radius-md);--r-lg:var(--radius-lg);--r-xl:var(--radius-xl);--r-full:var(--radius-full);--dur-fast:var(--duration-fast);--dur-base:var(--duration-base);--dur-slow:var(--duration-slow);--dur-slower:.4s;--op-dim:var(--opacity-dim);--op-muted:var(--opacity-muted);--op-subtle:var(--opacity-subtle);--op-full:var(--opacity-full);--prose-max:var(--prose-max-width);--card-min:var(--size-card-min)}@media (min-width:768px){:root{--footer-height:144px}}@supports (min-height:1svh){:root{--section-min-h:100svh;--section-h-full:100svh;--section-h-half:50svh;--section-h-third:33svh;--section-h-quarter:25svh}}body.dark-mode,html.dark-mode-preload,[data-theme=dark]{--bg:var(--n-950);--surface:var(--n-900);--surface-card:var(--black);--elevated:var(--n-800);--border:var(--n-700);--fg:var(--white);--fg-secondary:var(--n-300)}*,:before,:after{box-sizing:border-box;margin:0;padding:0;text-decoration:none}html,body{max-width:100vw;overflow-x:clip}body{color:var(--fg);background-color:var(--bg);font-family:var(--font-body);font-size:var(--font-size-base);line-height:var(--line-height-base);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:background-color var(--duration-base) var(--ease-out), color var(--duration-base) var(--ease-out)}a{color:inherit;text-transform:uppercase}h1,h2,h3,h4,h5,h6{font-family:var(--font-body);font-weight:var(--font-weight-bold);letter-spacing:var(--tracking-wider);line-height:var(--line-height-tight);margin-bottom:var(--space-4)}h1{font-size:var(--font-size-3xl);font-weight:var(--font-weight-black);text-transform:uppercase}h2{font-size:var(--font-size-2xl);text-transform:uppercase}h3{font-size:var(--font-size-2xl);letter-spacing:0}h4{font-size:var(--font-size-base)}h5{font-size:var(--font-size-base);text-transform:uppercase}h6{font-size:var(--font-size-xs);text-transform:uppercase}:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:var(--radius-sm)}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.reveal{opacity:0;animation:reveal-in var(--duration-slow) var(--ease-out) forwards;animation-play-state:paused;transform:translateY(16px)}.reveal.revealed{animation-play-state:running}@keyframes reveal-in{to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){.reveal,.reveal.revealed{opacity:1;animation:none;transform:none}}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.page-shell{flex-direction:column;min-height:100vh;display:flex}#main-content{flex:1;width:100%}
