:root{
  --bg:#fbfaf7;
  --surface:#ffffff;
  --surface-2:#f3f1ec;
  --text:#0b0d0c;
  --muted:#676d69;
  --line:#dedbd3;
  --accent:#f24a12;
  --accent-soft:#fff0e9;
  --good:#28734f;
  --good-soft:#e8f3ec;
  --bad:#963e38;
  --bad-soft:#f8e8e7;
  --warn:#856425;
  --warn-soft:#f6efdf;
  --shadow:0 18px 50px rgba(19,22,20,.08);
  --shadow-soft:0 10px 28px rgba(19,22,20,.055);
  --radius-xl:28px;
  --radius-lg:22px;
  --radius-md:16px;
  --page:920px;
  --reading:760px;
}

*{box-sizing:border-box}
html{min-height:100%;background:var(--bg);scroll-behavior:smooth}
body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
button,input,select{font:inherit;color:inherit}
button{touch-action:manipulation}
a{color:inherit}
button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid rgba(242,74,18,.25);outline-offset:3px}
.hidden{display:none!important}
