*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--p:#3aabce;--p2:#1e7fa3;--pl:#ebf7fb;--pl2:#c5e8f3;--ink:#0f1923;--ink2:#2d3748;--ink3:#718096;--bg:#f8fafb;--white:#fff;--bdr:#e2e8f0;--ok:#22c55e;--err:#ef4444;--warn:#f59e0b;--gold:#f59e0b;--purp:#8b5cf6;--r:6px;--r2:12px;--sidebar:240px;--topbar:56px}[data-theme=dark]{--ink:#f1f5f9;--ink2:#cbd5e1;--ink3:#94a3b8;--bg:#0f1923;--white:#1a2535;--bdr:#2d3748;--pl:#0f2a3a;--pl2:#1a3a50}body,html{height:100%;background:var(--bg);color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,Inter,Segoe UI,sans-serif;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none}button,input,select,textarea{font-family:inherit;font-size:inherit}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--bdr);border-radius:4px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-1{gap:4px}.gap-2{gap:8px}.gap-3{gap:12px}.gap-4{gap:16px}.w-full{width:100%}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}