/* tokens.css — Design tokens. Cascade-critical: this file must be linked first.
   Split from the original styles.css; rule order is preserved verbatim. */

.auth-screen[hidden],.app-shell[hidden] {
  display:none!important;
}

:root {
  --green:#40b93c;
  --green-2:#2fae4a;
  --green-dark:#0f6b37;
  --dark:#0c1f18;
  --ink:#10231c;
  --muted:#6a7b73;
  --line:#dfe9e3;
  --soft:#f2f8f4;
  --soft-2:#eaf5ed;
  --card:#ffffff;
  --danger:#d04f4f;
  --warning:#d8951f;
  --blue:#2b82ff;
  --shadow:0 24px 70px rgba(21, 52, 36, .12);
  --radius:22px;
}
