/*!
Theme Name: Olymp Casino
Theme URI: #
Version: 1.0.0
Author: Olymp Design Team
Description: High-converting, futuristic Esports-inspired casino theme.
Text Domain: olymp-casino
*/

:root {
  --primary: #3A140D;
  --accent: #D9A441;
  --bg-dark: #0a0a0a;
  --bg-card: #1a1a1a;
  --text-light: #ffffff;
  --text-dim: #b0b0b0;
  --token-radius-base: 999px;
  --layout-density: 120px;
  --shadow-type: none;
  --grid-type: 2-col;
  --hud-border: 1px solid var(--accent);
}

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

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

/* Signature Element: Diagonal Light Streaks */
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(115deg, transparent 40%, rgba(217, 164, 65, 0.03) 45%, transparent 50%);
  background-size: 200% 200%;
  pointer-events: none;
  z-index: 1;
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

section {
  padding: var(--layout-density) 0;
  position: relative;
  z-index: 2;
}

h2 {
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--accent);
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 2px;
  font-weight: 900;
}

p {
  font-size: 1.1rem;
  color: var(--text-dim);
  margin-bottom: 20px;
}

/* HUD Frames */
.hud-panel {
  border: var(--hud-border);
  padding: 40px;
  position: relative;
  background: rgba(58, 20, 13, 0.2);
}

.hud-panel::before {
  content: '';
  position: absolute;
  top: -5px; left: -5px; width: 20px; height: 20px;
  border-top: 3px solid var(--accent);
  border-left: 3px solid var(--accent);
}

/* Buttons */
.btn {
  display: inline-block;
  padding: 18px 45px;
  border-radius: var(--token-radius-base);
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
  text-align: center;
}

.btn-primary {
  background: var(--accent);
  color: var(--primary);
}

.btn-primary:hover {
  background: #fff;
  transform: translateY(-3px);
}

.btn-outline {
  background: transparent;
  border: 2px solid var(--accent);
  color: var(--accent);
}

/* Header */
.header {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(217, 164, 65, 0.2);
  background: rgba(10, 10, 10, 0.9);
  position: sticky;
  top: 0;
  z-index: 1000;
}

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

.header ul {
  display: flex;
  list-style: none;
  gap: 30px;
}

.header ul li a {
  color: var(--text-light);
  text-decoration: none;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.header-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}

/* Grid System */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

/* Horizontal Scroll Sections */
.scroll-container {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 20px;
  scrollbar-width: none;
}

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

.game-card {
  min-width: 280px;
  background: var(--bg-card);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.05);
}

.game-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.game-card-info {
  padding: 20px;
}

/* Footer */
.footer {
  background: #050505;
  padding: 80px 0 40px;
  border-top: 1px solid var(--accent);
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.footer-menu ul {
  list-style: none;
}

.footer-menu ul li {
  margin-bottom: 10px;
}

.footer-menu ul li a {
  color: var(--text-dim);
  text-decoration: none;
}

/* Responsive Table */
.hud-table {
  width: 100%;
  border-collapse: collapse;
}

.hud-table th, .hud-table td {
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid rgba(217, 164, 65, 0.1);
}

.hud-table th {
  color: var(--accent);
  text-transform: uppercase;
  font-size: 0.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;}
