/*!
Theme Name: ggbet casino
Theme URI: #
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ggbet-casino
*/

:root {
  --token-radius-base: 24px;
  --layout-density: 5rem;
  --shadow-type: hard;
  --grid-type: 3-col;
  --primary: #242424;
  --accent: #FF5A00;
  --bg-dark: #0A0A0A;
  --bg-card: #1A1A1A;
  --text-main: #FFFFFF;
  --text-dim: #A0A0A0;
  --hud-line: #333333;
  --glow-accent: rgba(255, 90, 0, 0.3);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background-color: var(--bg-dark);
  color: var(--text-main);
  font-family: 'Inter', sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

/* Signature Element: Diagonal Light Streaks */
section {
  position: relative;
  padding: var(--layout-density) 0;
  overflow: hidden;
}

section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -10%;
  width: 120%;
  height: 200%;
  background: linear-gradient(135deg, transparent 45%, rgba(255, 90, 0, 0.03) 50%, transparent 55%);
  pointer-events: none;
  z-index: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

h2 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
  border-left: 4px solid var(--accent);
  padding-left: 1rem;
  letter-spacing: 2px;
}

/* HUD Card Style 1 */
.hud-card {
  background: var(--bg-card);
  border: 1px solid var(--hud-line);
  border-radius: var(--token-radius-base);
  padding: 2rem;
  position: relative;
  transition: transform 0.3s ease;
}

.hud-card::after {
  content: '';
  position: absolute;
  top: -2px; right: -2px;
  width: 20px; height: 20px;
  border-top: 2px solid var(--accent);
  border-right: 2px solid var(--accent);
}

/* Button Styles */
.btn-primary {
  background: var(--accent);
  color: #000;
  padding: 1rem 2rem;
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-block;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0 100%);
  transition: 0.3s;
  border: none;
  cursor: pointer;
}

.btn-primary:hover {
  filter: brightness(1.2);
  transform: skewX(-5deg);
}

.btn-secondary {
  background: transparent;
  border: 2px solid var(--accent);
  color: var(--accent);
  padding: 1rem 2rem;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: var(--token-radius-base);
  transition: 0.3s;
}

.btn-secondary:hover {
  background: var(--accent);
  color: #000;
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 5%;
  background: rgba(10, 10, 10, 0.95);
  border-bottom: 1px solid var(--hud-line);
  position: sticky;
  top: 0;
  z-index: 100;
}

.logo {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--accent);
  text-decoration: none;
  text-transform: uppercase;
}

.header ul {
  display: flex;
  list-style: none;
  gap: 2rem;
}

.header ul li a {
  color: var(--text-main);
  text-decoration: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 600;
}

.header-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}

/* Grid Systems */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.horizontal-scroll {
  display: flex;
  overflow-x: auto;
  gap: 1.5rem;
  padding-bottom: 1rem;
  scrollbar-width: none;
}

.horizontal-scroll::-webkit-scrollbar {
  display: none;
}

/* Responsive */
@media (max-width: 768px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .header ul {
    display: none;
  }
  h2 {
    font-size: 1.8rem;
  }
}

img {max-width: 100% !important;height: auto;display: block;}
html {overflow-x: hidden;}
.wp-block-image {margin: 20px auto;max-width: 100%;}
.wp-block-image img {margin: 0 auto;}
.logo img {max-height: 50px;}
table{margin-top: 20px;margin-bottom: 20px;}
.content-block p,.content-block h2, .content-block h3, .content-block ul, .content-block ol,
.content p,.content h2, .content h3, .content ul, .content ol{margin-top: 1em;margin-bottom: 1em;}
