/**
 * Generated from HBO Max — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0b0c0f;
  --surface: #1a1c1f;
  --surface-alt: #1a1c1f;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #0072ff;
  --on-brand: #ffffff;
  --border: #2a2d33;
  --border-strong: #4d5159;
  --success: #00c08a;
  --warning: #f6b73c;
  --danger: #ff4757;

  /* full color palette */
  --color-bg: #0b0c0f;
  --color-bg-deep: #000000;
  --color-surface: #1a1c1f;
  --color-surface-strong: #26282d;
  --color-surface-soft: #15171a;
  --color-surface-card: #1a1c1f;
  --color-surface-overlay: rgba(11,12,15,0.85);
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-body: #e6e7eb;
  --color-text-muted: #9aa0aa;
  --color-text-soft: #6c7280;
  --color-text-disabled: #4d5159;
  --color-brand: #0072ff;
  --color-brand-hover: #1f86ff;
  --color-brand-active: #0058cc;
  --color-brand-deep: #003e99;
  --color-brand-purple: #9c1ee0;
  --color-brand-purple-soft: #5f0d8a;
  --color-on-brand: #ffffff;
  --color-accent-gold: #c9a961;
  --color-accent-cyan: #00d4ff;
  --color-border: #2a2d33;
  --color-border-soft: #1f2126;
  --color-border-strong: #4d5159;
  --color-scrim-top: linear-gradient(180deg, rgba(0,0,0,0.6) 0%, transparent 100%);
  --color-scrim-bottom: linear-gradient(0deg, #0b0c0f 0%, transparent 100%);
  --color-shadow-card: rgba(0,0,0,0.7);
  --color-shadow-billboard: rgba(0,0,0,0.85);
  --color-success: #00c08a;
  --color-warning: #f6b73c;
  --color-danger: #ff4757;
  --color-danger-deep: #cc1c2c;
  --color-info: #0072ff;
  --color-rating-mature: #ffffff;
  --color-progress-watched: #0072ff;
  --color-progress-rail: #3a3d44;
  --color-hbo-prestige: #7a1fa2;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.5;
  --display-tracking: -0.025em;

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

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

  /* fonts */
  --font-display: 'Sharp Grotesk', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Sharp Grotesk Text', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
