/**
 * Generated from You.com — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #ffffff;
  --surface: #ffffff;
  --surface-alt: #ffffff;
  --text: #121212;
  --text-dim: #121212;
  --text-faint: #a8a9b1;
  --brand: #5368ee;
  --on-brand: #ffffff;
  --border: rgba(18, 18, 18, 0.10);
  --border-strong: rgba(18, 18, 18, 0.18);
  --success: #22c55e;
  --warning: #f59e0b;
  --danger: #ef4444;

  /* full color palette */
  --color-bg: #ffffff;
  --color-bg-soft: #f6f6f6;
  --color-surface: #ffffff;
  --color-surface-alt: #fafafa;
  --color-surface-strong: #eef0f4;
  --color-surface-hover: #f8f8f8;
  --color-text: #121212;
  --color-text-strong: #000000;
  --color-text-medium: #2a2b35;
  --color-text-muted: #5e5f6b;
  --color-text-soft: #7c7d87;
  --color-text-faint: #a8a9b1;
  --color-on-brand: #ffffff;
  --color-on-cta: #ffffff;
  --color-brand: #5368ee;
  --color-brand-hover: #3a4ec8;
  --color-brand-strong: #3a4ec8;
  --color-brand-deep: #293b9a;
  --color-brand-soft: #e8ecff;
  --color-brand-faint: #f4f6ff;
  --color-brand-glow: rgba(83, 104, 238, 0.20);
  --color-cta-bg: #121212;
  --color-cta-bg-hover: #2a2b35;
  --color-cta-bg-active: #000000;
  --color-cta-text: #ffffff;
  --color-link: #5368ee;
  --color-link-hover: #3a4ec8;
  --color-selected-bg: #e8ecff;
  --color-disabled-bg: #f6f6f6;
  --color-disabled-text: #a8a9b1;
  --color-border: rgba(18, 18, 18, 0.10);
  --color-border-strong: rgba(18, 18, 18, 0.18);
  --color-border-soft: rgba(18, 18, 18, 0.06);
  --color-border-focus: #5368ee;
  --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: #e8ecff;
  --color-info-text: #293b9a;
  --color-shadow-rgb: 18, 18, 18;
  --color-shadow-blue: 83, 104, 238;
  --color-benchmark-our: #5368ee;
  --color-benchmark-them: #d9d9df;
  --color-benchmark-ground: #fafafa;
  --color-benchmark-axis: rgba(18, 18, 18, 0.12);

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

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

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

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