@charset "UTF-8";:root{--bg: #070d0b;--surface: #0e1a16;--surface2: #162119;--surface3: #1c2b22;--border: #243328;--accent: #00c87a;--accent2: #f5a623;--accent3: #e63946;--accent4: #4db8ff;--gold: #c9933a;--text: #e8f0eb;--text-muted: #6b8a75;--text-dim: #3a5043;--green: #2ecc71;--red: #e63946;--yellow: #f5a623}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Urbanist,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.font-title{font-family:Urbanist,sans-serif;font-weight:800}.font-mono{font-family:IBM Plex Mono,monospace}.text-accent{color:var(--accent)}.text-yellow{color:var(--accent2)}.text-green{color:var(--green)}.text-red{color:var(--red)}.text-blue{color:var(--accent4)}.text-muted{color:var(--text-muted)}.mt-16{margin-top:16px}.mt-20{margin-top:20px}.mt-24{margin-top:24px}
