/**
 * Generated from Apple TV+ — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #000000;
  --surface: #1c1c1e;
  --surface-alt: #1c1c1e;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #0070e0;
  --on-brand: #ffffff;
  --border: #38383a;
  --border-strong: #48484a;
  --success: #34c759;
  --warning: #ff9f0a;
  --danger: #ff453a;

  /* full color palette */
  --color-bg: #000000;
  --color-bg-deep: #000000;
  --color-surface: #1c1c1e;
  --color-surface-strong: #2c2c2e;
  --color-surface-soft: #0a0a0a;
  --color-surface-card: #1c1c1e;
  --color-surface-overlay: rgba(0,0,0,0.85);
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-body: #ebebf5;
  --color-text-muted: #ebebf599;
  --color-text-soft: #ebebf57a;
  --color-text-disabled: #ebebf54d;
  --color-brand: #0070e0;
  --color-brand-hover: #1a86f0;
  --color-brand-active: #005fbf;
  --color-brand-deep: #003c8f;
  --color-brand-tv: #cd0000;
  --color-on-brand: #ffffff;
  --color-accent-pink: #ff375f;
  --color-accent-orange: #ff9f0a;
  --color-accent-green: #34c759;
  --color-accent-purple: #bf5af2;
  --color-border: #38383a;
  --color-border-soft: #1c1c1e;
  --color-border-strong: #48484a;
  --color-shadow-card: rgba(0,0,0,0.7);
  --color-shadow-billboard: rgba(0,0,0,0.9);
  --color-scrim-bottom: linear-gradient(0deg, #000000 0%, transparent 100%);
  --color-success: #34c759;
  --color-warning: #ff9f0a;
  --color-danger: #ff453a;
  --color-info: #0070e0;
  --color-progress-watched: #ffffff;
  --color-progress-rail: rgba(255,255,255,0.3);
  --color-rating-badge: #ffffff;
  --color-liquid-glass-tint: rgba(255,255,255,0.18);

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

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

  /* 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:    'SFMono-Regular', ui-monospace, monospace;
}
