:root{--bg:#070b14;--panel:#0d1117;--panel-2:#111827;--panel-hover:#161d30;--border:#1e2d42;--border-bright:#2d4065;--text:#f0f2ff;--muted:#8b9dc3;--muted-2:#5a6d8c;--brand:#6366f1;--brand-light:#818cf8;--brand-2:#1e1b4b;--good:#10b981;--new:#8b5cf6;--intern:#0891b2;--senior:#6b7280;--chip:#1c2438}*,:after,:before{box-sizing:border-box}body,html{padding:0;margin:0;height:100%}body{background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial;font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:inherit}button{font:inherit}button,input,select,textarea{outline:none}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-bright);border-radius:3px}::selection{background:var(--brand);color:#fff}