:root{
  --ink:#0f172a; --slate:#1e293b; --steel:#334155; --muted:#64748b;
  --ice:#38bdf8; --ice-deep:#0ea5e9; --ice-soft:#e0f2fe;
  --line:#e2e8f0; --line-soft:#eef2f7; --paper:#f8fafc; --white:#fff;
  --good:#059669; --good-soft:#d1fae5; --warn:#b45309; --warn-soft:#fef3c7; --danger:#dc2626;
}
*{box-sizing:border-box}
body{margin:0;background:var(--paper);color:var(--ink);
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}
.boot{min-height:100vh;display:flex;align-items:center;justify-content:center;color:var(--muted)}
button{font-family:inherit}
input,select,textarea{font-family:inherit}
a{color:var(--ice-deep)}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:6px}
@media print{ .noprint{display:none!important} }
