/*!
Theme Name: OnlySpins
Theme URI: #
Version: 1.0.0
Tested up to: 7.4
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: onlyspins
*/

:root {
    --primary: #36B8B1;
    --accent: #3EB7B0;
    --bg-dark: #050505;
    --bg-card: rgba(255, 255, 255, 0.03);
    --text-main: #ffffff;
    --text-muted: #a0a0a0;
    --glow: 0 0 15px rgba(54, 184, 177, 0.4);
    --glass-border: 1px solid rgba(255, 255, 255, 0.1);
    --transition: all 0.3s ease;
}

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

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: var(--transition);
}

ul {
    list-style: none;
}

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

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

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

.btn-primary {
    background: linear-gradient(135deg, var(--primary), var(--accent));
    color: #000;
    padding: 14px 28px;
    border-radius: 8px;
    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 25px rgba(54, 184, 177, 0.7);
}

.glass-panel {
    background: var(--bg-card);
    backdrop-filter: blur(10px);
    border: var(--glass-border);
    border-radius: 16px;
    padding: 24px;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
    background: linear-gradient(to right, #fff, var(--primary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;
}

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

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

.header ul {
    display: flex;
    gap: 20px;
}

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

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

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

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

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

/* Grid Layouts */
.grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

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

/* Cards */
.game-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: var(--transition);
}

.game-card:hover {
    transform: scale(1.03);
    box-shadow: var(--glow);
}

.game-card img {
    width: 100%;
    aspect-ratio: 3/4;
    object-fit: cover;
}

.card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: linear-gradient(transparent, rgba(0,0,0,0.9));
}

/* Tables */
table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background: var(--bg-card);
    border-radius: 12px;
    overflow: hidden;
}

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

th {
    background: rgba(54, 184, 177, 0.1);
    color: var(--primary);
}

/* Footer */
.footer {
    background: #000;
    padding: 60px 0 20px;
    border-top: var(--glass-border);
}

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

.footer-menu ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

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

@media (max-width: 768px) {
    .header ul {
        display: none;
    }
    .section-title {
        font-size: 1.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;}

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

.text-promo-hero-title {
    font-size: 3rem;
    margin: 10px 0;
    font-weight: 800;
    line-height: 1.15;
}

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

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

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

.text-vip-tier-name {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.3;
    margin-bottom: 6px;
}
