/**
 * Generated from DeepSeek — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #f5f7fb;
  --surface-alt: #f5f7fb;
  --text: #1a1a1a;
  --text-dim: #1a1a1a;
  --text-faint: #a8acb8;
  --brand: #4d6bfe;
  --on-brand: #ffffff;
  --border: #e5e7eb;
  --border-strong: #d1d5db;
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #fafbfd;
  --color-bg-deep: #0a0a23;
  --color-bg-deep-strong: #050518;
  --color-surface: #f5f7fb;
  --color-surface-hover: #eef1f8;
  --color-surface-strong: #e2e7f1;
  --color-text: #1a1a1a;
  --color-text-strong: #0a0a0a;
  --color-text-medium: #2a2a2e;
  --color-text-muted: #6b7280;
  --color-text-soft: #8b90a0;
  --color-text-faint: #a8acb8;
  --color-text-on-dark: #e6e8ef;
  --color-text-on-dark-muted: #a8b0c4;
  --color-on-brand: #ffffff;
  --color-on-cta: #ffffff;
  --color-brand: #4d6bfe;
  --color-brand-hover: #3a55e5;
  --color-brand-active: #2a44cc;
  --color-brand-deep: #2a3eb1;
  --color-brand-soft: #eaeefe;
  --color-brand-faint: #f3f5fe;
  --color-brand-glow: rgba(77, 107, 254, 0.24);
  --color-accent-cyan: #5eaaff;
  --color-link: #4d6bfe;
  --color-link-hover: #3a55e5;
  --color-selected-bg: #eaeefe;
  --color-disabled-bg: #f5f7fb;
  --color-disabled-text: #a8acb8;
  --color-border: #e5e7eb;
  --color-border-strong: #d1d5db;
  --color-border-soft: #eef0f4;
  --color-border-focus: #4d6bfe;
  --color-border-on-dark: rgba(255, 255, 255, 0.12);
  --color-success-bg: #dcfce7;
  --color-success-text: #15803d;
  --color-warning-bg: #fef3c7;
  --color-warning-text: #854d0e;
  --color-danger-bg: #fee2e2;
  --color-danger-text: #b91c1c;
  --color-info-bg: #eaeefe;
  --color-info-text: #2a3eb1;
  --color-shadow-rgb: 10, 10, 35;
  --color-shadow-blue: 77, 107, 254;

  /* type */
  --display-size: 80px;
  --h1-size: 64px;
  --h2-size: 40px;
  --body-size: 16px;
  --label-size: 13px;
  --body-line-height: 1.6;
  --display-tracking: -0.025em;

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

  /* spacing */
  --space-xs: 1px;
  --space-sm: 2px;
  --space-md: 6px;
  --space-lg: 16px;
  --space-xl: 24px;

  /* 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;
}
