:root{--bg-primary:#0a0a0f;--bg-secondary:#12121a;--bg-card:#16161f;--bg-card-hover:#1c1c28;--border:#2a2a3a;--text-primary:#e4e4eb;--text-secondary:#8b8b9a;--text-muted:#5a5a6a;--accent:#6366f1;--accent-hover:#818cf8;--accent-glow:rgba(99,102,241,.3);--tag-free:#22c55e;--tag-paid:#f59e0b;--tag-api:#3b82f6;--tag-open:#8b5cf6;--tag-self:#ec4899}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-primary);color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;min-height:100vh}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}