*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #080c10;--surface: #0d1117;--surface2: #161b22;--border: #21262d;--accent: #39d353;--accent2: #58a6ff;--accent3: #f78166;--accent4: #e3b341;--text: #e6edf3;--muted: #8b949e;--font-mono: "Space Mono", monospace;--font-sans: "Syne", sans-serif;--radius: 8px;--glow: 0 0 20px rgba(57, 211, 83, .15)}html{font-size:16px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);min-height:100vh;line-height:1.6;overflow-x:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}::selection{background:#39d35333;color:var(--accent)}.mono{font-family:var(--font-mono)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes scanline{0%{top:-10%}to{top:110%}}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}@keyframes gridMove{0%{background-position:0 0}to{background-position:40px 40px}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes slideIn{0%{opacity:0;transform:translate(-12px)}to{opacity:1;transform:translate(0)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
