:root {
  color-scheme: light;
  --navy-950:#04152f;
  --navy-900:#071f43;
  --navy-800:#0c3168;
  --blue-600:#1769e0;
  --blue-100:#eaf3ff;
  --ink:#10233f;
  --muted:#67768c;
  --line:#dce5f0;
  --surface:#fff;
  --canvas:#f3f7fb;
  --green:#168552;
  --green-soft:#e8f8f0;
  --orange:#d66a11;
  --orange-soft:#fff2e4;
  --red:#c93838;
  --red-soft:#fff0f0;
  --purple:#7656c9;
  --shadow:0 12px 32px rgba(15,42,78,.08);
  --radius-xl:24px;
  --radius-lg:18px;
  --radius-md:13px;
  --sidebar:264px;
  --font:Arial,sans-serif;
  --font-weight-regular:400;
  --font-weight-bold:700;
}
*,*::before,*::after{box-sizing:border-box;font-family:var(--font)}
html,body{margin:0;min-height:100%;background:var(--canvas);color:var(--ink);font-family:var(--font);font-weight:var(--font-weight-regular)}
button,input,select,textarea{font:inherit;font-family:var(--font)}
strong,b{font-weight:var(--font-weight-bold)}
button,a{touch-action:manipulation}
[hidden]{display:none!important}
