/* TYDE shared foundations — reference implementation begins on Home. */
:root {
  --tyde-font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --tyde-canvas: #f7f6f2; --tyde-surface: #fff; --tyde-surface-soft: #eef8f7;
  --tyde-ink: #081d2d; --tyde-ink-secondary: #526474;
  --tyde-accent: #159e9c; --tyde-accent-strong: #087f80; --tyde-seafoam: #d8f0ed;
  --tyde-positive: #187a55; --tyde-attention: #a86916; --tyde-negative: #b44b55;
  --tyde-border: #dce4e6; --tyde-shadow: 0 16px 44px rgba(8,29,45,.07);
  --tyde-radius: 18px; --tyde-radius-sm: 10px; --tyde-touch: 44px;
  --tyde-space-1: .5rem; --tyde-space-2: 1rem; --tyde-space-3: 1.5rem; --tyde-space-4: 2rem; --tyde-space-5: 3rem;
}
.sr-only { position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0; }
.tyde-number { font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1; }
