/**
 * Generated from Ory — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #0f1729;
  --text-dim: #0f1729;
  --text-faint: #94a3b8;
  --brand: #0f172a;
  --on-brand: #ffffff;
  --border: #e2e8f0;
  --border-strong: #cbd5e1;
  --success: #059669;
  --warning: #d97706;
  --danger: #dc2626;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f8fafc;
  --color-bg-section: #f1f5f9;
  --color-bg-section-strong: #e2e8f0;
  --color-bg-dark: #0f172a;
  --color-bg-dark-deeper: #020617;
  --color-surface: #ffffff;
  --color-surface-soft: #f8fafc;
  --color-surface-strong: #f1f5f9;
  --color-surface-dark: #1d283a;
  --color-surface-darker: #0f172a;
  --color-text: #0f1729;
  --color-text-strong: #020617;
  --color-text-body: #1e293b;
  --color-text-muted: #475569;
  --color-text-soft: #64748b;
  --color-text-faint: #94a3b8;
  --color-text-on-dark: #ffffff;
  --color-brand: #0f172a;
  --color-brand-deep: #020617;
  --color-brand-light: #1d283a;
  --color-brand-soft: #1e293b;
  --color-link: #0066ff;
  --color-link-hover: #0052cc;
  --color-link-visited: #5e2a8c;
  --color-accent-violet: #6366f1;
  --color-accent-cyan: #06b6d4;
  --color-accent-emerald: #10b981;
  --color-on-brand: #ffffff;
  --color-on-dark: #ffffff;
  --color-on-light: #0f1729;
  --color-border: #e2e8f0;
  --color-border-soft: #f1f5f9;
  --color-border-strong: #cbd5e1;
  --color-border-input: #cbd5e1;
  --color-border-dark: rgba(255,255,255,0.10);
  --color-scrim: rgba(15,23,42,0.48);
  --color-shadow-card: rgba(15,23,42,0.04);
  --color-shadow-elev: rgba(15,23,42,0.08);
  --color-shadow-modal: rgba(15,23,42,0.16);
  --color-success: #059669;
  --color-success-bg: #ecfdf5;
  --color-warning: #d97706;
  --color-warning-bg: #fffbeb;
  --color-danger: #dc2626;
  --color-danger-bg: #fef2f2;
  --color-info: #0066ff;

  /* type */
  --display-size: 72px;
  --h1-size: 48px;
  --h2-size: 30px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

  /* shape */
  --radius-button: 6px;
  --radius-card: 16px;
  --radius-pill: 999px;

  /* spacing */
  --space-xs: 4px;
  --space-sm: 8px;
  --space-md: 16px;
  --space-lg: 32px;
  --space-xl: 48px;

  /* fonts */
  --font-display: 'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Inter', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'JetBrains Mono', ui-monospace, monospace;
}
