/* OSINT Dashboard — CSS Variables & Resets */
*{margin:0;padding:0;box-sizing:border-box}
[onclick]{cursor:pointer;-webkit-tap-highlight-color:rgba(255,255,255,.1)}
button,a,[role="button"]{touch-action:manipulation}
:root{--bg:#0a0e17;--surface:#111827;--surface2:#1a2332;--border:#2a3544;--accent:#00d4aa;--accent2:#0ea5e9;--text:#e2e8f0;--text2:#94a3b8;--danger:#ef4444;--orange:#f97316;--warn:#f59e0b;--success:#22c55e}
body{font-family:'Segoe UI',system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}
a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline;color:var(--accent2)}
::-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(--accent)}
