/*!
Theme Name: Cleobetra Casino
Theme URI: #
Version: 1.0.0
Author: Cleobetra
Description: High-converting, futuristic esports-inspired casino theme.
Text Domain: cleobetra
*/

:root {
  --primary: #1F2430;
  --accent: #D4AF37;
  --bg-dark: #0F1218;
  --text-main: #E0E0E0;
  --text-dim: #A0A0A0;
  --token-radius-base: 12px;
  --layout-density: balanced;
  --shadow-type: soft;
  --grid-type: 3-col;
  --hud-border: 1px solid rgba(212, 175, 55, 0.2);
  --glow-accent: 0 0 15px rgba(212, 175, 55, 0.3);
}

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

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

main {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

h2 {
  font-size: 2.5rem;
  color: var(--accent);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  position: relative;
  display: inline-block;
}

h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--accent);
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

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

/* Signature Element: Radar Pulse */
.pulse-indicator {
  width: 8px;
  height: 8px;
  background: #00ff00;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  box-shadow: 0 0 0 rgba(0, 255, 0, 0.4);
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 255, 0, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 10px rgba(0, 255, 0, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(0, 255, 0, 0); }
}

/* Buttons */
.btn {
  padding: 14px 28px;
  border-radius: var(--token-radius-base);
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: 0.3s;
}

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

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.5);
}

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

.btn-secondary:hover {
  background: rgba(212, 175, 55, 0.1);
}

/* Header */
.header {
  padding: 20px 0;
  background: rgba(31, 36, 48, 0.95);
  border-bottom: var(--hud-border);
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

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

.header-menu {
  display: flex;
  gap: 25px;
}

.header-menu li a {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-dim);
}

.header-menu li a:hover {
  color: var(--accent);
}

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

/* Hero */
.hero {
  padding: 120px 0 80px;
  background: radial-gradient(circle at 70% 30%, rgba(212, 175, 55, 0.15) 0%, transparent 50%);
  text-align: center;
}

.hero h1 {
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.hero p {
  font-size: 1.2rem;
  color: var(--text-dim);
  max-width: 700px;
  margin: 0 auto 40px;
}

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

@media (max-width: 992px) {
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px) {
  .grid-3 { grid-template-columns: 1fr; }
}

/* Card Styles */
.card-glass {
  background: rgba(255, 255, 255, 0.03);
  border: var(--hud-border);
  border-radius: var(--token-radius-base);
  padding: 25px;
  transition: 0.3s;
}

.card-glass:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: var(--accent);
}

.card-hud {
  position: relative;
  background: var(--primary);
  border: 1px solid #2a303c;
  padding: 20px;
  clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
}

.card-hud::before {
  content: '';
  position: absolute;
  top: 0; left: 0; width: 20px; height: 2px; background: var(--accent);
}

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

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

/* Sections */
.section-padding {
  padding: 80px 0;
}

.live-dealer-games .game-card {
  position: relative;
  overflow: hidden;
}

.live-dealer-games .game-card img {
  width: 100%;
  border-radius: var(--token-radius-base);
  display: block;
}

.game-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0,0,0,0.9));
}

.provider-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  opacity: 0.6;
  filter: grayscale(1);
  transition: 0.5s;
}

.provider-strip:hover {
  opacity: 1;
  filter: grayscale(0);
}

.footer {
  background: #0a0c10;
  padding: 80px 0 40px;
  border-top: var(--hud-border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

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;}
