@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap";
*{box-sizing:border-box;margin:0;padding:0}:root{--green:#a3e635;--green-dim:#a3e63526;--purple:#8b5cf6;--purple-dim:#8b5cf626;--amber:#f59e0b;--amber-dim:#f59e0b1f;--red:#ef4444;--red-dim:#ef44441f;--bg:#0a0a0a;--surface:#111;--surface2:#181818;--surface3:#1e1e1e;--border:#ffffff0f;--border-hover:#ffffff26;--text:#f0f0f0;--text-dim:#999;--text-faint:#555;--radius:16px;--radius-sm:10px}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}
