/*
Theme Name: DEBZ Gaming Elite
Theme URI: https://debzgaming.co.za/
Author: DEBZ GAMING / Codex
Description: Lightweight production shell for the DEBZ Gaming Platform plugin, Elementor, and WooCommerce.
Version: 1.0.0
Requires PHP: 7.4
Text Domain: debz-gaming-elite
*/

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

.debz-skip-link {
  background: #fff;
  color: #111827;
  left: 12px;
  padding: 10px 12px;
  position: absolute;
  top: -80px;
  z-index: 10000;
}

.debz-skip-link:focus {
  top: 12px;
}

.debz-theme-header {
  align-items: center;
  background: #0e111b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: #fff;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  min-height: 74px;
  padding: 0 32px;
}

body.debz-bottom-command-enabled .debz-theme-header {
  display: none;
}

.debz-theme-header a {
  color: inherit;
  text-decoration: none;
}

.debz-theme-brand {
  font-family: Rajdhani, "Arial Narrow", Impact, sans-serif;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.debz-theme-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.debz-theme-menu a {
  font-family: Rajdhani, "Arial Narrow", Impact, sans-serif;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.debz-theme-main {
  min-height: 70vh;
}

.debz-theme-footer {
  background: #0e111b;
  color: rgba(255, 255, 255, 0.68);
  padding: 36px 32px 128px;
}

.debz-theme-footer p {
  margin: 0;
}

.debz-default-content {
  margin: 0 auto;
  max-width: 980px;
  padding: 72px 24px 140px;
}

.debz-theme-woocommerce {
  margin: 0 auto;
  max-width: 1500px;
  padding: 0 24px 140px;
}

@media (max-width: 780px) {
  .debz-theme-header {
    align-items: flex-start;
    display: grid;
    padding: 18px 20px;
  }

  .debz-theme-menu {
    gap: 14px;
  }
}
