/* ===================================================================
   🎨 Gentill Mob — Design System (PWA)
   Documento Mestre v1.0 — Seções 4 e 28
   =================================================================== */

:root {
  /* Background */
  --bg: #050A10;
  --bg2: #09121B;
  --surface: #0D141C;
  --surface2: #111B26;
  --border: #233140;

  /* Brand — Gold */
  --gold: #FFC107;
  --gold-dark: #E5A900;
  --gold-light: #FFD54F;

  /* Semantic */
  --green: #39D353;
  --red: #FF4D3D;
  --warning: #FFA800;
  --info: #4DA3FF;
  --success: #39D353;

  /* Text */
  --text: #F4F7FB;
  --muted: #9AA7B6;
  --text-inverse: #080F14;

  /* UI */
  --panel: rgba(10, 17, 25, 0.78);
  --line: rgba(255, 255, 255, 0.08);
  --shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  --radius: 12px;
}
