/*
Theme Name: Drift Wars Pro Theme
Theme URI: https://example.com/drift-wars-pro-theme
Author: Drift Wars / OpenAI
Description: A dark racing esports WordPress theme designed for the Drift Wars Tournament Manager plugin. Includes launch pages, shortcode layouts, customizer controls, setup tools, and tournament-focused styling.
Version: 1.7.17
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: drift-wars-pro
Tags: custom-background, custom-logo, custom-menu, featured-images, full-width-template, one-column, two-columns, theme-options
*/

:root {
  --dw-bg: #07070b;
  --dw-panel: #11111a;
  --dw-panel-2: #171724;
  --dw-text: #f5f7fb;
  --dw-muted: #aab0c3;
  --dw-accent: #ff4d00;
  --dw-accent-2: #a600ff;
  --dw-line: rgba(255,255,255,.11);
  --dw-line-strong: rgba(255,255,255,.18);
  --dw-shadow: 0 22px 80px rgba(0,0,0,.42);
  --dw-radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: radial-gradient(circle at 15% 5%, rgba(255,77,0,.16), transparent 32%), radial-gradient(circle at 85% 10%, rgba(166,0,255,.16), transparent 28%), var(--dw-bg);
  color: var(--dw-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.wp-site-blocks, .site { min-height: 100vh; }
::selection { background: var(--dw-accent); color: #fff; }
