@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap";
:root{--color-brand-primary:#d08c00;--color-brand-primary-dim:#a36e10;--color-brand-primary-glow:#e89c00;--color-brand-accent:#078;--color-brand-accent-dim:#005864;--color-bg:#020202;--color-surface:#070707;--color-surface-2:#0f0f0f;--color-surface-3:#1b1b1b;--color-border:#222;--color-border-em:#3a3a3a;--color-ink:#f5f5f5;--color-ink-2:#a4a4a4;--color-ink-3:#696969;--color-ink-brand:#d08c00;--color-success:#54b05a;--color-warning:#e79d00;--color-error:#ee343b;--color-info:#00a3c6;--font-display:"Plus Jakarta Sans", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--font-mono:"Fira Code", "Cascadia Code", monospace;--text-xs:clamp(.688rem, .64rem + .24vw, .75rem);--text-sm:clamp(.813rem, .77rem + .21vw, .875rem);--text-base:clamp(.938rem, .9rem + .19vw, 1rem);--text-md:clamp(1.063rem, 1.02rem + .21vw, 1.125rem);--text-lg:clamp(1.188rem, 1.13rem + .29vw, 1.25rem);--text-xl:clamp(1.313rem, 1.24rem + .37vw, 1.5rem);--text-2xl:clamp(1.563rem, 1.46rem + .51vw, 1.875rem);--text-3xl:clamp(1.875rem, 1.73rem + .73vw, 2.25rem);--text-4xl:clamp(2.25rem, 2.04rem + 1.07vw, 2.813rem);--text-5xl:clamp(2.813rem, 2.49rem + 1.61vw, 3.75rem);--text-6xl:clamp(3.375rem, 2.94rem + 2.19vw, 4.5rem);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.25rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 12px #00000080;--shadow-lg:0 8px 24px #0009;--shadow-glow:0 0 24px #d08c0040;--z-base:0;--z-raised:10;--z-dropdown:100;--z-sticky:200;--z-modal-backdrop:300;--z-modal:400;--z-toast:500;--z-tooltip:600;--ease-out-quart:cubic-bezier(.25, 1, .5, 1);--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--duration-fast:.12s;--duration-base:.2s;--duration-slow:.35s;--duration-slower:.5s}@supports (color:lab(0% 0 0)){:root{--color-brand-primary:lab(63.9733% 20.3604 68.6593);--color-brand-primary-dim:lab(51.1443% 16.2577 54.2661);--color-brand-primary-glow:lab(70.7956% 22.3822 75.7234);--color-brand-accent:lab(45.2491% -34.5988 -23.7294);--color-brand-accent-dim:lab(33.4401% -26.7647 -18.2878);--color-bg:lab(.658503% 0 0);--color-surface:lab(1.98454% 0 0);--color-surface-2:lab(4.4379% 0 0);--color-surface-3:lab(9.52% -.00000745058 0);--color-border:lab(13% 0 0);--color-border-em:lab(24.6% 0 0);--color-ink:lab(96.52% -.0000298023 .0000119209);--color-ink-2:lab(67.52% -.0000298023 0);--color-ink-3:lab(44.32% 0 0);--color-ink-brand:lab(63.9733% 20.3604 68.6593);--color-success:lab(64.7007% -42.0753 34.8325);--color-warning:lab(70.8089% 22.0394 75.9229);--color-error:lab(53.6853% 69.6775 43.7724);--color-info:lab(61.2139% -30.877 -32.7563);--shadow-sm:0 1px 3px lab(0% 0 0/.4);--shadow-md:0 4px 12px lab(0% 0 0/.5);--shadow-lg:0 8px 24px lab(0% 0 0/.6);--shadow-glow:0 0 24px lab(63.9733% 20.3604 68.6593/.25)}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);font-size:var(--text-base);color:var(--color-ink);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100dvh;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);text-wrap:balance;letter-spacing:-.02em;font-weight:700;line-height:1.2}h1{font-size:var(--text-5xl);letter-spacing:-.03em}h2{font-size:var(--text-3xl);letter-spacing:-.025em}h3{font-size:var(--text-2xl);letter-spacing:-.02em}h4{font-size:var(--text-xl)}h5{font-size:var(--text-lg)}h6{font-size:var(--text-base)}p{color:var(--color-ink-2);text-wrap:pretty;max-width:65ch}a{color:var(--color-brand-primary);transition:color var(--duration-fast) var(--ease-out-quart);text-decoration:none}a:hover{color:var(--color-brand-primary-glow)}img,video{max-width:100%;height:auto;display:block}input,textarea,select,button{font-family:inherit;font-size:inherit}button{cursor:pointer}:focus-visible{outline:2px solid var(--color-brand-primary);outline-offset:2px}::selection{color:var(--color-ink);background:#d08c004d;background:lab(63.9733% 20.3604 68.6593/.3)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-border-em);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-ink-3)}.container{width:100%;max-width:1200px;padding:0 var(--space-6);margin:0 auto}.visually-hidden{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
