:root{--teal: #008080;--teal-light: #0a9e9e;--teal-dim: rgba(0, 128, 128, .15);--teal-glow: rgba(0, 128, 128, .35);--dark: #0d1117;--surface: #161b22;--surface2: #1c2330;--border: rgba(255,255,255,.08);--text: #e6edf3;--text-muted: #8b949e;--font-sans: "DM Sans", sans-serif;--font-mono: "Space Mono", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-sans);background:var(--dark);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}a{color:var(--teal-light);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--dark)}::-webkit-scrollbar-thumb{background:var(--teal);border-radius:3px}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}
