/**
 * Generated from SteelSeries — DESIGN.md
 * https://www.webdesignhot.com/design.md/
 */
:root {
  /* role tokens (resolved) */
  --bg: #0a0a0a;
  --surface: #1a1a1a;
  --surface-alt: #1a1a1a;
  --text: #ffffff;
  --text-dim: #ffffff;
  --text-faint: #6e6e6e;
  --brand: #ff6900;
  --on-brand: #ffffff;
  --border: #2e2e2e;
  --border-strong: #ff6900;
  --success: #00cc66;
  --warning: #ffaa00;
  --danger: #ff3030;

  /* full color palette */
  --color-bg: #0a0a0a;
  --color-bg-pure: #000000;
  --color-bg-deep: #141414;
  --color-surface: #1a1a1a;
  --color-surface-soft: #222222;
  --color-surface-strong: #2e2e2e;
  --color-surface-elevated: #1f1f1f;
  --color-surface-product-band: #141414;
  --color-surface-input: #222222;
  --color-text: #ffffff;
  --color-text-strong: #ffffff;
  --color-text-soft: #a8a8a8;
  --color-text-faint: #6e6e6e;
  --color-text-disabled: #4a4a4a;
  --color-text-link: #ff6900;
  --color-brand: #ff6900;
  --color-brand-bright: #ff8533;
  --color-brand-deep: #cc5500;
  --color-brand-darkest: #993f00;
  --color-brand-glow: rgba(255,105,0,0.4);
  --color-brand-gradient: linear-gradient(135deg, #ff8533 0%, #ff6900 50%, #cc5500 100%);
  --color-on-brand: #ffffff;
  --color-cta-primary: #ff6900;
  --color-cta-primary-hover: #ff8533;
  --color-link-default: #ff6900;
  --color-link-visited: #ff6900;
  --color-link-hover: #ffffff;
  --color-border: #2e2e2e;
  --color-border-soft: #222222;
  --color-border-strong: #ff6900;
  --color-scrim: rgba(0,0,0,0.85);
  --color-shadow-card: rgba(0,0,0,0.6);
  --color-shadow-elev: rgba(0,0,0,0.8);
  --color-shadow-steelseries-glow: rgba(255,105,0,0.4);
  --color-badge-new: #ff6900;
  --color-badge-pro-series: transparent;
  --color-badge-prime: #ff6900;
  --color-badge-arctis: #ff6900;
  --color-badge-out-of-stock: #6e6e6e;
  --color-price: #ffffff;
  --color-price-discount: #ff6900;
  --color-rating-star: #ff6900;
  --color-success: #00cc66;
  --color-warning: #ffaa00;
  --color-danger: #ff3030;
  --color-info: #0099ff;

  /* type */
  --display-size: 72px;
  --h1-size: 40px;
  --h2-size: 32px;
  --body-size: 16px;
  --label-size: 11px;
  --body-line-height: 1.55;
  --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:    'JetBrains Mono', ui-monospace, monospace;
}
