/*
 * daisyUI theme "nsyd" — OKLCH triplets (L% C H), matching daisyUI's internal
 * oklch(var(--p)) usage. Values sampled from the brand teal/ink tokens in
 * nsyd_tokens.css. Source: NSYD Design System (Claude Design), tokens/daisyui-theme.css.
 *
 * Selector is html[data-theme="nsyd"] rather than the bare [data-theme="nsyd"]
 * daisyUI itself generates for its built-in themes — that extra specificity is
 * what lets this theme win over vendor/daisyui.css's unscoped :root defaults
 * no matter which of the two files Propshaft happens to load first.
 */
html[data-theme="nsyd"] {
  color-scheme: light;
  --p: 65.76% 0.1207 178.41;
  --pc: 100% 0 89.88;
  --s: 51.90% 0.0946 179.37;
  --sc: 100% 0 89.88;
  --a: 71.68% 0.1213 179.70;
  --ac: 34.99% 0.0633 180.50;
  --n: 37.15% 0 89.88;
  --nc: 100% 0 89.88;
  --b1: 100% 0 89.88;
  --b2: 97.61% 0 89.88;
  --b3: 94.31% 0 89.88;
  --bc: 37.15% 0 89.88;
  --in: 58.45% 0.0990 230.10;
  --inc: 100% 0 89.88;
  --su: 58.23% 0.1058 179.74;
  --suc: 100% 0 89.88;
  --wa: 69.88% 0.1508 69.34;
  --wac: 28.91% 0 89.88;
  --er: 58.84% 0.2415 29.23;
  --erc: 100% 0 89.88;
  --rounded-box: 1rem;
  --rounded-btn: .75rem;
  --rounded-badge: 9999px;
  --animation-btn: .2s;
  --animation-input: .2s;
  --btn-focus-scale: .98;
  --border-btn: 1px;
  --tab-radius: .5rem;
}
