:root{--bg: #04070a;--bg-raised: #0a1210;--panel: rgba(8, 18, 16, .78);--panel-solid: #0b1513;--line: rgba(45, 226, 195, .16);--line-strong: rgba(45, 226, 195, .38);--text: #e8f1ee;--text-dim: #93aca4;--text-faint: #5c7a71;--accent: #2de2c3;--accent-2: #39d353;--copper: #e8b84b;--danger: #ff6b6b;--accent-glow: rgba(45, 226, 195, .35);--font-sans: "Inter", system-ui, -apple-system, sans-serif;--font-mono: "JetBrains Mono", "SFMono-Regular", Consolas, monospace;--text-xs: .72rem;--text-sm: .85rem;--text-base: 1rem;--text-lg: 1.2rem;--text-xl: clamp(1.5rem, 3vw, 2rem);--text-display: clamp(2.4rem, 7vw, 4.6rem);--space-1: .375rem;--space-2: .75rem;--space-3: 1.25rem;--space-4: 2rem;--space-5: 3.5rem;--radius: 10px;--radius-lg: 16px;--header-h: 58px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}body{font-family:var(--font-sans);background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{line-height:1.15;font-weight:700;letter-spacing:-.02em}a{color:var(--accent);text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}img{max-width:100%;display:block}::selection{background:var(--accent);color:var(--bg)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#14312a;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#1d4a3f}
