:root {
  /* Colors - Sleek Boteco / Neon Theme */
  --bg-dark: #090807;
  --bg-panel: rgba(22, 19, 17, 0.85);
  --bg-card: rgba(36, 30, 26, 0.9);
  --bg-input: #151210;
  
  --border-neon-amber: #ffaa00;
  --border-neon-pink: #ff2a85;
  --border-neon-blue: #00d2ff;
  --border-wood: #544338;
  
  --text-main: #fcfbfa;
  --text-muted: #ab9f96;
  --text-dim: #7a6e65;
  
  --shadow-neon-amber: 0 0 10px rgba(255, 170, 0, 0.35), 0 0 20px rgba(255, 170, 0, 0.15);
  --shadow-neon-pink: 0 0 10px rgba(255, 42, 133, 0.35), 0 0 20px rgba(255, 42, 133, 0.15);
  --shadow-neon-blue: 0 0 10px rgba(0, 210, 255, 0.35), 0 0 20px rgba(0, 210, 255, 0.15);
  --shadow-card: 0 8px 32px 0 rgba(0, 0, 0, 0.37);

  /* Fonts */
  --font-family: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  
  /* Transitions */
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  
  /* Layout */
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-full: 9999px;
}
