/*!
Theme Name: Mr Bet Luxury
Theme URI: #
Version: 1.0.0
Description: Luxury black & gold editorial casino theme.
Author: AI Designer
Text Domain: mrbet
*/

:root {
  --primary: #241B3A;
  --accent: #7C3AED;
  --gold: #D4AF37;
  --text: #FFFFFF;
  --text-muted: #A0AEC0;
  --bg-dark: #0F0A1E;
  --token-radius-base: 4px;
  --layout-density: 1.5rem;
  --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.3);
  --font-main: 'Inter', sans-serif;
  --font-display: 'Playfair Display', serif;
}

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

body {
  background-color: var(--bg-dark);
  color: var(--text);
  font-family: var(--font-main);
  line-height: 1.4;
  overflow-x: hidden;
}

/* Typography */
h2 {
  font-family: var(--font-display);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: var(--layout-density);
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--gold);
}

p, li, a {
  font-size: 1rem;
  color: var(--text-muted);
  text-decoration: none;
}

/* Signature Element: Diagonal Light Streak */
.signature-streak {
  position: relative;
  overflow: hidden;
}

.signature-streak::before {
  content: '';
  position: absolute;
  top: -100%;
  left: -100%;
  width: 300%;
  height: 300%;
  background: linear-gradient(135deg, transparent 45%, rgba(124, 58, 237, 0.05) 50%, transparent 55%);
  pointer-events: none;
  z-index: 1;
}

/* Layout Primitives */
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 var(--layout-density);
}

.section-padding {
  padding: 4rem 0;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 2rem;
  border-radius: var(--token-radius-base);
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
  border: none;
}

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

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

.btn-ghost {
  background: rgba(255, 255, 255, 0.05);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.2);
}

/* Card Styles */
.card-glass {
  background: rgba(36, 27, 58, 0.6);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(124, 58, 237, 0.2);
  padding: 1.5rem;
  border-radius: var(--token-radius-base);
}

.card-editorial {
  background: var(--primary);
  border-left: 4px solid var(--gold);
  padding: 2rem;
  border-radius: var(--token-radius-base);
}

.card-minimal {
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1rem;
  text-align: center;
  border-radius: var(--token-radius-base);
}

/* Header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  background: rgba(15, 10, 30, 0.9);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(212, 175, 55, 0.2);
}

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

.header ul li a {
  color: white;
  font-weight: 500;
  font-size: 0.9rem;
}

/* Grid Systems */
.grid-masonry {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.5rem;
  align-items: start;
}

.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) {
  h2 {
    font-size: 1.8rem;
  }
  .header {
    flex-direction: column;
    gap: 1rem;
  }
}

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