/*!
Theme Name: OnlySpins
Theme URI: #
Version: 1.0.0
Author: OnlySpins Team
Description: A high-converting, futuristic casino theme with esports arena aesthetics.
Text Domain: onlyspins
*/

:root {
    --primary: #36B8B1;
    --accent: #3EB7B0;
    --bg-dark: #0a0b10;
    --bg-card: #14161f;
    --text-light: #ffffff;
    --text-dim: #a0a0a0;
    --glow: 0 0 20px rgba(54, 184, 177, 0.4);
    --gradient: linear-gradient(135deg, #36B8B1 0%, #3EB7B0 100%);
    --transition: all 0.3s ease;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition);
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

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

.btn-primary {
    background: var(--gradient);
    color: #000;
    padding: 12px 28px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    cursor: pointer;
    box-shadow: var(--glow);
    transition: var(--transition);
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 30px rgba(54, 184, 177, 0.6);
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 2rem;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: var(--gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Header */
.header {
    background: rgba(10, 11, 16, 0.95);
    backdrop-filter: blur(10px);
    padding: 15px 0;
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(54, 184, 177, 0.2);
}

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

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

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

.header-menu li a {
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase;
}

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

/* Hero */
.hero {
    padding: 100px 0;
    background: radial-gradient(circle at center, rgba(54, 184, 177, 0.15) 0%, transparent 70%);
    text-align: center;
    position: relative;
}

.hero h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
    line-height: 1.1;
}

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

/* Cards */
.card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.card {
    background: var(--bg-card);
    border-radius: 15px;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.card:hover {
    border-color: var(--primary);
    transform: translateY(-5px);
}

/* Tables */
.data-table, .content-block table {
    width: 100%;
    border-collapse: collapse;
    background: var(--bg-card);
    border-radius: 10px;
    overflow: hidden;
}

.data-table th, .data-table td,
.content-block table th, .content-block table td{
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.data-table th,
.content-block table th{
    background: rgba(54, 184, 177, 0.1);
    color: var(--primary);
}

/* Footer */
.footer {
    background: #050608;
    padding: 60px 0 20px;
    margin-top: 80px;
    border-top: 2px solid var(--primary);
}

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

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

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

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

@media (max-width: 768px) {
    .hero h1 { font-size: 2.5rem; }
    .header-menu { display: none; }
}

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

.text-providers-label {
    text-align: center;
    margin-bottom: 30px;
    color: var(--text-dim);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
}

.text-stat-value {
    font-size: 3rem;
    color: var(--primary);
    font-weight: 700;
    line-height: 1.2;
}

.text-promo-title {
    font-weight: 700;
    font-size: 1.5rem;
    text-shadow: 2px 2px 10px #000;
    line-height: 1.3;
}

.text-slot-title {
    margin-top: 10px;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
}

.text-bonus-value {
    font-size: 2rem;
    margin: 15px 0;
    font-weight: 700;
    line-height: 1.2;
}

.text-card-title {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 8px;
}

.text-info-label {
    color: var(--primary);
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.3;
}
