/*
Theme Name: StreamVault
Author: StreamVault
Description: Tema premium dark para tiendas de licencias digitales. Compatible con WooCommerce, License Manager y TeraWallet.
Version: 1.0
*/

/* ─── VARIABLES ─── */
:root {
  --black:   #080810;
  --dark:    #10101a;
  --surface: #1A1A2E;
  --card:    #ffffff;
  --accent:  #7B2FF7;
  --accent2: #FF6B35;
  --success: #10b981;
  --danger:  #ef4444;
  --warning: #f59e0b;
  --text:    #1a1a2e;
  --muted:   #6b7280;
  --border:  #e5e7eb;
  --radius:  18px;
  --hook-color: #d1d5db;
}

/* ─── BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: 'DM Sans', sans-serif;
  background: var(--dark);
  color: var(--text);
  overflow-x: hidden;
}

/* Fondo claro en páginas WooCommerce */
body.woocommerce-cart,
body.woocommerce-checkout,
body.woocommerce-account,
body.woocommerce-page:not(.home) {
  background: #f0f0f6;
}
