/**
 * Generated from CodeSandbox — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0e0e0e;
  --surface: #1d1d1d;
  --surface-alt: #1d1d1d;
  --text: #f0f0f0;
  --text-dim: #f0f0f0;
  --text-faint: #5c5c5c;
  --brand: #eaff96;
  --on-brand: #343434;
  --border: rgba(240,240,240,0.10);
  --border-strong: rgba(240,240,240,0.18);
  --success: #7ee787;
  --warning: #f0b429;
  --danger: #ff6b6b;

  /* full color palette */
  --color-bg: #0e0e0e;
  --color-bg-deep: #080808;
  --color-bg-elevated: #1d1d1d;
  --color-surface: #1d1d1d;
  --color-surface-high: #262626;
  --color-surface-low: #141414;
  --color-text: #f0f0f0;
  --color-text-strong: #ffffff;
  --color-text-muted: #a0a0a0;
  --color-text-soft: #8a8a8a;
  --color-text-faint: #5c5c5c;
  --color-brand: #eaff96;
  --color-brand-hover: #f1ffb0;
  --color-brand-deep: #d6f06a;
  --color-brand-soft: rgba(234,255,150,0.14);
  --color-brand-tint: rgba(234,255,150,0.07);
  --color-on-brand: #343434;
  --color-lime-text: #e3ff73;
  --color-lime-text-hover: #edff9a;
  --color-link: #e3ff73;
  --color-link-hover: #edff9a;
  --color-border: rgba(240,240,240,0.10);
  --color-border-strong: rgba(240,240,240,0.18);
  --color-border-soft: rgba(240,240,240,0.06);
  --color-border-brand: rgba(234,255,150,0.45);
  --color-success: #7ee787;
  --color-success-bg: rgba(126,231,135,0.14);
  --color-warning: #f0b429;
  --color-warning-bg: rgba(240,180,41,0.14);
  --color-danger: #ff6b6b;
  --color-danger-bg: rgba(255,107,107,0.14);
  --color-info: #e3ff73;
  --color-shadow-deep: rgba(0,0,0,0.6);
  --color-shadow-soft: rgba(0,0,0,0.4);
  --color-shadow-glow: rgba(234,255,150,0.22);

  /* type */
  --display-size: 120px;
  --h1-size: 56px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.03em;

  /* shape */
  --radius-button: 8px;
  --radius-card: 12px;
  --radius-pill: 9999px;

  /* spacing */
  --space-xs: 0px;
  --space-sm: 4px;
  --space-md: 12px;
  --space-lg: 32px;
  --space-xl: 64px;

  /* fonts */
  --font-display: 'TWK Everett', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
