:root{
  --rail:#161b24;
  --sidebar:#1f2733;
  --sidebar-hover:#2a3340;
  --sidebar-active:#2e3744;
  --sidebar-text:#c6ccd5;
  --sidebar-muted:#717b8a;
  --coral:#dd5530;
  --coral-dark:#c44520;
  --coral-soft:#fbeae3;
  --cream:#f4f1ec;
  --card:#ffffff;
  --border:#e9e5de;
  --border-strong:#dcd6cc;
  --ink:#1b1b18;
  --text:#3d3a36;
  --muted:#8d887e;
  --eyebrow:#a39d92;
  --pill-bg:#edeae3;
  --pill-text:#6b6760;
  --green:#3ba55d;
  --green-soft:#e6f3ea;
  --amber:#e0922a;
  --amber-soft:#fbf0dd;
  --red:#d8533a;
  --red-soft:#fbe7e2;
  --purple:#6d52c9;
  --r-card:16px;
  --r-ctl:10px;
  --font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
}
*{box-sizing:border-box;margin:0;padding:0}
body{font-family:var(--font);background:var(--cream);color:var(--text);-webkit-font-smoothing:antialiased;line-height:1.5}
button{font-family:inherit;cursor:pointer}
svg{display:block}
