*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,sans-serif;transition:background .2s ease,color .2s ease}body[data-theme=light]{--bg: #f4f6f8;--card: #ffffff;--text: #0f172a;--muted: #64748b;--border: #e5e7eb;--sidebar: #020617;--sidebar-text: #cbd5e1;--primary: #2563eb}body[data-theme=dark]{--bg: #020617;--card: #020617;--text: #e5e7eb;--muted: #94a3b8;--border: #1e293b;--sidebar: #020617;--sidebar-text: #cbd5e1;--primary: #3b82f6}body{background:var(--bg);color:var(--text)}h1,h2,h3,h4,h5{color:var(--text);margin:0}p{color:var(--muted)}a{color:var(--primary);text-decoration:none}input,textarea,select{background:var(--card);color:var(--text);border:1px solid var(--border);border-radius:6px;padding:8px 10px;outline:none}input::placeholder,textarea::placeholder{color:var(--muted)}table{width:100%;border-collapse:collapse}th{text-align:left;font-size:13px;font-weight:600;color:var(--muted);padding:10px;border-bottom:1px solid var(--border)}td{padding:12px 10px;border-bottom:1px solid var(--border);font-size:14px;color:var(--text)}tr:hover{background:#2563eb0d}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px}::-webkit-scrollbar-track{background:transparent}
