/*
Theme Name: JairoStream
Author: JairoTV Digital Media
Description: Tema premium dark para venta de plataformas digitales y licencias. Paleta Cyber-Streaming. Compatible con WooCommerce.
Version: 1.0
*/

/* ═══════════════════════════════════════
   VARIABLES — Paleta Cyber-Streaming
═══════════════════════════════════════ */
:root {
  --bg:      #0A0F1D;
  --card:    #161C2A;
  --white:   #FFFFFF;
  --cyan:    #00F0FF;
  --red:     #E50914;
  --muted:   rgba(255,255,255,.45);
  --border:  rgba(255,255,255,.07);
  --radius:  18px;
  --gcyan:   0 0 18px rgba(0,240,255,.45);
  --gred:    0 0 18px rgba(229,9,20,.55);
}

/* ═══════════════════════════════════════
   BASE
═══════════════════════════════════════ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--white);
  overflow-x: hidden;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }

/* Fondo claro solo en páginas internas WooCommerce */
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account {
  background: #f0f0f6;
}
