:root{
  --bg:#d9d9d1;--paper:#eceae0;--paper-2:#e3e3d9;--paper-3:#d7d9d0;--ink:#20241f;--muted:#6b7169;--quiet:#949990;
  --line:#b8bbb2;--line-strong:#969d94;--blue:#627fa1;--cyan:#6f9aa1;--green:#748d69;--yellow:#c3a55b;--red:#aa625a;--violet:#88779a;
  --blue-soft:#cbd4df;--cyan-soft:#c9dada;--green-soft:#cad7c3;--yellow-soft:#e4d8b5;--red-soft:#dfc8c2;--violet-soft:#d8cfdf;
  --good:#708c69;--warn:#aa8952;--danger:#9b5d56;--surface-alpha:rgba(236,234,224,.9);
  --rail:86px;--top:68px;--radius:10px;--radius-sm:6px;--shadow:8px 8px 0 rgba(35,39,34,.07);--shadow-lg:15px 15px 0 rgba(35,39,34,.1);
  --ease:cubic-bezier(.2,.78,.18,1);--ui-scale:1;--content:1500px;
  color-scheme:light;
}
body[data-theme="graphite"]{
  --bg:#20251f;--paper:#2b302a;--paper-2:#31362f;--paper-3:#383e36;--ink:#efeee6;--muted:#afb5ad;--quiet:#878f86;
  --line:#555d54;--line-strong:#6b746a;--blue:#91aac7;--cyan:#8db9bf;--green:#96ad8b;--yellow:#d3b979;--red:#c9847c;--violet:#ad9bbd;
  --blue-soft:#3c4653;--cyan-soft:#3a4f50;--green-soft:#3f4d3b;--yellow-soft:#544b34;--red-soft:#513e3b;--violet-soft:#4c4252;
  --surface-alpha:rgba(43,48,42,.92);--shadow:8px 8px 0 rgba(0,0,0,.14);--shadow-lg:15px 15px 0 rgba(0,0,0,.2);color-scheme:dark;
}
body[data-theme="color"]{--bg:#d7d8cf;--paper:#eceadf;--paper-2:#e5e4da;--paper-3:#d9dad1;}
body[data-density="compact"]{--top:58px;--radius:7px}
body[data-motion="low"] *,body[data-motion="low"] *::before,body[data-motion="low"] *::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}}
