@tailwind base;@tailwind components;@tailwind utilities;@import url("https://fonts.googleapis.com/css2?family=Sora:wght@600;700&family=Inter:wght@400;500;600&display=swap");:root{--bg:#080808;--surface:#111;--border:#1e1e1e;--text:#e5e7eb;--muted:#6b7280;--accent:#10b981}html.light{--bg:#fff;--surface:#f5f5f5;--border:#e5e7eb;--text:#000;--muted:#6b7280;--accent:#059669}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}::selection{background:rgba(16,185,129,.25)}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#555}*,:after,:before{transition:background-color .2s ease,border-color .2s ease,color .2s ease}.hover-card{background:var(--surface);border:1px solid var(--border);border-radius:8px}.hover-card:hover{filter:brightness(1.06);border-color:var(--muted)}.hover-nav-link{font-size:14px;color:var(--muted);transition:color .15s}.hover-nav-link.active,.hover-nav-link:hover{color:var(--text)}.hover-view-all{display:flex;align-items:center;gap:6px;font-size:14px;color:var(--muted);transition:color .15s}.hover-view-all:hover{color:var(--text)}.theme-toggle{background:none;border:1px solid var(--border);border-radius:6px;padding:5px 8px;cursor:pointer;color:var(--muted);display:flex;align-items:center;justify-content:center;transition:border-color .15s,color .15s}.theme-toggle:hover{border-color:var(--muted);color:var(--text)}