/**
 * Generated from Netflix — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #141414;
  --surface: #1f1f1f;
  --surface-alt: #1f1f1f;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #ffffff;
  --brand: #e50914;
  --on-brand: #ffffff;
  --border: #404040;
  --border-strong: #737373;
  --success: #46d369;
  --warning: #ffa00a;
  --danger: #e87c03;

  /* full color palette */
  --color-bg: #141414;
  --color-bg-deep: #000000;
  --color-surface: #1f1f1f;
  --color-surface-strong: #2f2f2f;
  --color-surface-soft: #181818;
  --color-surface-card: #181818;
  --color-surface-overlay: rgba(0,0,0,0.75);
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-body: #e5e5e5;
  --color-text-muted: #b3b3b3;
  --color-text-soft: #808080;
  --color-text-disabled: #737373;
  --color-brand: #e50914;
  --color-brand-hover: #f40612;
  --color-brand-active: #b81d24;
  --color-brand-deep: #831010;
  --color-on-brand: #ffffff;
  --color-accent-gold: #e5b34a;
  --color-accent-green: #46d369;
  --color-border: #404040;
  --color-border-soft: #2a2a2a;
  --color-border-strong: #737373;
  --color-scrim-top: linear-gradient(180deg, rgba(0,0,0,0.7) 0%, transparent 100%);
  --color-scrim-bottom: linear-gradient(0deg, #141414 0%, transparent 100%);
  --color-shadow-card: rgba(0,0,0,0.75);
  --color-shadow-billboard: rgba(0,0,0,0.85);
  --color-success: #46d369;
  --color-warning: #ffa00a;
  --color-danger: #e87c03;
  --color-danger-text: #b9090b;
  --color-info: #0080ff;
  --color-rating-mature: #cc0000;
  --color-progress-watched: #e50914;
  --color-progress-rail: #5a5a5a;
  --color-player-control: rgba(255,255,255,0.9);
  --color-player-rail: rgba(255,255,255,0.3);
  --color-download-fill: #0071eb;

  /* 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: 'Netflix Sans', ui-sans-serif, system-ui, sans-serif;
  --font-body:    'Netflix Sans', ui-sans-serif, system-ui, sans-serif;
  --font-mono:    'SFMono-Regular', ui-monospace, monospace;
}
