/*!
Theme Name: Winna
Theme URI: #
Version: 1.0.0
Description: Futuristic Casino Theme
Author: Winna Team
Text Domain: winna
*/

:root {
  --primary: #1FB9FF;
  --accent: #27C2FF;
  --bg-dark: #0a0b10;
  --bg-card: rgba(255, 255, 255, 0.05);
  --text-main: #ffffff;
  --text-muted: #a0a0a0;
  --glow: 0 0 15px rgba(31, 185, 255, 0.4);
  --glass-border: 1px solid rgba(255, 255, 255, 0.1);
}

* {
  box-sizing: border-box;
}

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

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

main {
  display: block;
}

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

.section-padding {
  padding: 60px 0;
}

.glass-card {
  background: var(--bg-card);
  backdrop-filter: blur(10px);
  border: var(--glass-border);
  border-radius: 16px;
  padding: 24px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glass-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--glow);
}

.btn-primary {
  background: linear-gradient(90deg, var(--primary), var(--accent));
  color: #fff;
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  display: inline-block;
  box-shadow: var(--glow);
  text-align: center;
}

.btn-primary:hover {
  filter: brightness(1.1);
  box-shadow: 0 0 25px rgba(31, 185, 255, 0.7);
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(10, 11, 16, 0.8);
  backdrop-filter: blur(15px);
  border-bottom: var(--glass-border);
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 5%;
}

.logo {
  font-size: 24px;
  font-weight: 900;
  color: var(--primary);
  text-transform: uppercase;
  letter-spacing: 2px;
}

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

.header ul li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.header ul li a:hover {
  color: var(--primary);
}

.hero {
  text-align: center;
  padding: 100px 20px;
  background: radial-gradient(circle at center, rgba(31, 185, 255, 0.15) 0%, transparent 70%);
}

.hero h1 {
  font-size: clamp(32px, 8vw, 64px);
  margin-bottom: 20px;
  text-transform: uppercase;
  background: linear-gradient(to bottom, #fff, #1FB9FF);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero p {
  font-size: 18px;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 30px;
}

.grid-4 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.section-title {
  font-size: 28px;
  margin-bottom: 30px;
  text-transform: uppercase;
  border-left: 4px solid var(--primary);
  padding-left: 15px;
}

.game-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
}

.footer {
  background: #050608;
  padding: 60px 0 30px;
  border-top: var(--glass-border);
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  justify-content: center;
  margin-bottom: 30px;
}

.footer-menu li a {
  color: var(--text-muted);
  font-size: 13px;
}

.footer-menu li a:hover {
  color: var(--primary);
}

.table-wrapper {
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-card);
  border-radius: 12px;
  overflow: hidden;
}

th, td {
  padding: 15px;
  text-align: left;
  border-bottom: var(--glass-border);
}

th {
  background: rgba(31, 185, 255, 0.1);
  color: var(--primary);
  text-transform: uppercase;
  font-size: 12px;
}

@media (max-width: 768px) {
  .header ul {
    display: none;
  }
  .hero {
    padding: 60px 20px;
  }
}

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;
}
.text-tp-h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
  line-height: 1.25;
}
.text-tp-h4 {
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1.25;
}
.text-stat-value {
  font-size: 36px;
  color: var(--primary);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 8px;
}
.text-promo-card-title {
  font-size: clamp(1.25rem, 4vw, 1.75rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  line-height: 1.2;
}
