/* Slottica - style.css?ver=2.1 */
/* Generated by wp-content/themes/slottica/assets - internal */

:root {
    --clr-primary: #5274FF;
    --clr-primary-hover: #3d5ce8;
    --clr-primary-light: #e8edff;
    --clr-primary-dark: #2a44cc;
    --clr-secondary: #1a1f3c;
    --clr-secondary-light: #2e3460;
    --clr-accent: #69D253;
    --clr-accent-hover: #52b83e;
    --clr-accent-light: #e8f9e4;
    --clr-accent-dark: #3d8f2e;
    --clr-success: #69D253;
    --clr-warning: #f5a623;
    --clr-warning-light: #fff3e0;
    --clr-error: #e53935;
    --clr-error-light: #ffebee;
    --clr-bg: #F5F5F5;
    --clr-white: #FFFFFF;
    --clr-surface: #ffffff;
    --clr-surface-2: #f0f2ff;
    --clr-border: #e0e4ef;
    --clr-border-dark: #c8cfe0;
    --clr-text: #1a1f3c;
    --clr-text-muted: #5a6282;
    --clr-text-light: #8892aa;
    --clr-gold: #f5c842;
    --clr-gold-dark: #d4a800;
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 32px;
    --shadow-sm: 0 2px 8px rgba(82, 116, 255, 0.08);
    --shadow-md: 0 4px 20px rgba(82, 116, 255, 0.13);
    --shadow-lg: 0 8px 40px rgba(82, 116, 255, 0.18);
    --shadow-card: 0 2px 12px rgba(26, 31, 60, 0.09);
    --font-main: 'Montserrat', 'Roboto', Arial, sans-serif;
    --transition: 0.22s ease;
}

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

html {
    scroll-behavior: smooth;
    font-size: 16px;
}

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

/* ===== TYPOGRAPHY ===== */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-main);
    font-weight: 700;
    line-height: 1.25;
    color: var(--clr-secondary);
}

h1 {
    font-size: clamp(1.75rem, 4vw, 2.6rem);
}

h2 {
    font-size: clamp(1.4rem, 3vw, 2rem);
}

h3 {
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
}

h4 {
    font-size: 1.1rem;
}

p {
    line-height: 1.72;
    color: var(--clr-text);
}

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

a:hover {
    color: var(--clr-primary-hover);
}

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

/* ===== CONTENT BLOCK (for {{ content }}) ===== */
.x7k2m-content {
    font-size: 1rem;
    line-height: 1.72;
    color: var(--clr-text);
}

.x7k2m-content h1,
.x7k2m-content h2,
.x7k2m-content h3,
.x7k2m-content h4,
.x7k2m-content h5,
.x7k2m-content h6 {
    margin: 1.4em 0 0.6em;
    line-height: 1.3;
}

.x7k2m-content p {
    margin-bottom: 1em;
}

.x7k2m-content ul,
.x7k2m-content ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
}

.x7k2m-content ul li,
.x7k2m-content ol li {
    margin-bottom: 0.35em;
    line-height: 1.65;
}

.x7k2m-content ul li::marker {
    color: var(--clr-primary);
}

.x7k2m-content strong {
    font-weight: 700;
    color: var(--clr-secondary);
}

.x7k2m-content em {
    font-style: italic;
}

.x7k2m-content a {
    color: var(--clr-primary);
    text-decoration: underline;
}

.x7k2m-content a:hover {
    color: var(--clr-primary-hover);
}

.x7k2m-content blockquote {
    border-left: 4px solid var(--clr-primary);
    padding: 0.75em 1.2em;
    background: var(--clr-surface-2);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    margin: 1.2em 0;
    font-style: italic;
    color: var(--clr-text-muted);
}

.x7k2m-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.2em auto;
    font-size: 0.95rem;
    overflow-x: auto;
    display: block;
}

.x7k2m-content table th,
.x7k2m-content table td {
    padding: 10px 14px;
    border: 1px solid var(--clr-border-dark);
    text-align: left;
    vertical-align: top;
}

.x7k2m-content table th {
    background: var(--clr-primary);
    color: #fff;
    font-weight: 600;
}

.x7k2m-content table tr:nth-child(even) td {
    background: var(--clr-surface-2);
}

.x7k2m-content hr {
    border: none;
    border-top: 2px solid var(--clr-border);
    margin: 1.5em 0;
}

/* ===== LAYOUT ===== */
.q3p9r-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

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

.b8v1n-section--sm {
    padding: 40px 0;
}

.b8v1n-section--lg {
    padding: 80px 0;
}

/* ===== BUTTONS ===== */
.btn-slottica {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 28px;
    border-radius: var(--radius-md);
    font-family: var(--font-main);
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    border: none;
    outline: none;
    text-decoration: none;
    transition: all var(--transition);
    letter-spacing: 0.01em;
    white-space: nowrap;
}

.btn-slottica--login {
    background: var(--clr-primary);
    color: #fff;
    box-shadow: 0 4px 16px rgba(82, 116, 255, 0.35);
}

.btn-slottica--login:hover {
    background: var(--clr-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(82, 116, 255, 0.45);
    color: #fff;
}

.btn-slottica--register {
    background: var(--clr-accent);
    color: #fff;
    box-shadow: 0 4px 16px rgba(105, 210, 83, 0.35);
}

.btn-slottica--register:hover {
    background: var(--clr-accent-hover);
    transform: translateY(-2px);
    box-shadow: 0 6px 22px rgba(105, 210, 83, 0.45);
    color: #fff;
}

.btn-slottica--outline {
    background: transparent;
    color: var(--clr-primary);
    border: 2px solid var(--clr-primary);
}

.btn-slottica--outline:hover {
    background: var(--clr-primary);
    color: #fff;
    transform: translateY(-2px);
}

.btn-slottica--lg {
    padding: 16px 40px;
    font-size: 1.1rem;
    border-radius: var(--radius-lg);
}

.btn-slottica--sm {
    padding: 8px 20px;
    font-size: 0.85rem;
    border-radius: var(--radius-sm);
}

.btn-slottica--full {
    width: 100%;
}

/* ===== HEADER ===== */
#p9r3k-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--clr-white);
    box-shadow: 0 2px 16px rgba(26, 31, 60, 0.10);
    transition: box-shadow var(--transition);
}

.m2n7x-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    gap: 16px;
}

.v5j8r-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.v5j8r-logo img {
    height: 44px;
    width: auto;
    object-fit: contain;
    border-radius: var(--radius-sm);
}

.k4m2p-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex: 1;
    justify-content: center;
}

.k4m2p-nav a {
    color: var(--clr-text);
    font-weight: 600;
    font-size: 0.88rem;
    padding: 7px 13px;
    border-radius: var(--radius-sm);
    transition: all var(--transition);
    text-decoration: none;
    white-space: nowrap;
}

.k4m2p-nav a:hover,
.k4m2p-nav a.active {
    background: var(--clr-primary-light);
    color: var(--clr-primary);
}

.n8r3v-header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.c1t7y-online {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: var(--clr-text-muted);
    font-weight: 600;
    white-space: nowrap;
}

.c1t7y-online-dot {
    width: 8px;
    height: 8px;
    background: var(--clr-accent);
    border-radius: 50%;
    display: inline-block;
    animation: f3r8z-pulse 1.8s infinite;
}

.c1t7y-online-count {
    color: var(--clr-accent);
    font-weight: 700;
}

/* burger */
.z9w4e-burger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 8px;
    border: none;
    background: none;
    z-index: 1100;
}

.z9w4e-burger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--clr-text);
    border-radius: 2px;
    transition: all var(--transition);
}

.z9w4e-burger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.z9w4e-burger.open span:nth-child(2) {
    opacity: 0;
}

.z9w4e-burger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile nav overlay */
.h6r2b-mobile-nav {
    display: none;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    background: var(--clr-white);
    box-shadow: 0 8px 30px rgba(26, 31, 60, 0.15);
    z-index: 999;
    padding: 20px;
    flex-direction: column;
    gap: 8px;
    transform: translateY(-20px);
    opacity: 0;
    transition: all var(--transition);
}

.h6r2b-mobile-nav.open {
    display: flex;
    transform: translateY(0);
    opacity: 1;
}

.h6r2b-mobile-nav a {
    display: block;
    padding: 12px 16px;
    color: var(--clr-text);
    font-weight: 600;
    border-radius: var(--radius-sm);
    text-decoration: none;
    font-size: 1rem;
    transition: background var(--transition);
}

.h6r2b-mobile-nav a:hover {
    background: var(--clr-primary-light);
    color: var(--clr-primary);
}

/* ===== HERO ===== */
#a2s4d-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #0b1035 0%, #1a2272 50%, #0b1035 100%);
    overflow: hidden;
}

.e5t6y-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.25;
    z-index: 0;
}

.u7i8o-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 16, 53, 0.92) 0%, rgba(11, 16, 53, 0.55) 60%, rgba(11, 16, 53, 0.2) 100%);
    z-index: 1;
}

.p0l9k-hero-content {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.p0l9k-hero-content .m3n4b-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(105, 210, 83, 0.18);
    border: 1px solid rgba(105, 210, 83, 0.4);
    color: var(--clr-accent);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.p0l9k-hero-content h1 {
    color: #fff;
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: 16px;
}

.p0l9k-hero-content h1 span {
    color: var(--clr-accent);
}

.p0l9k-hero-content p {
    color: rgba(255, 255, 255, 0.82);
    font-size: 1.05rem;
    margin-bottom: 28px;
    line-height: 1.65;
}

.v3c1x-hero-bonus {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-md);
    padding: 14px 20px;
    margin-bottom: 28px;
    backdrop-filter: blur(8px);
}

.v3c1x-hero-bonus .bonus-value {
    font-size: 2rem;
    font-weight: 800;
    color: var(--clr-gold);
    line-height: 1;
}

.v3c1x-hero-bonus .bonus-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.4;
}

.r6t5y-hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/* ===== SECTION TITLES ===== */
.f2g4h-section-header {
    text-align: center;
    margin-bottom: 44px;
}

.f2g4h-section-header h2 {
    margin-bottom: 10px;
}

.f2g4h-section-header p {
    color: var(--clr-text-muted);
    max-width: 560px;
    margin: 0 auto;
    font-size: 1rem;
}

.f2g4h-divider {
    width: 54px;
    height: 4px;
    background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent));
    border-radius: 2px;
    margin: 12px auto 0;
}

/* ===== PROS/CONS BLOCK ===== */
#j7k8l-proscons {
    background: var(--clr-bg);
}

.q5r6t-pros-cons-grid {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.y1u2i-pros-col, .o3p4a-cons-col {
    flex: 1;
    background: var(--clr-surface);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-card);
}

.y1u2i-pros-col {
    border-top: 4px solid var(--clr-accent);
}

.o3p4a-cons-col {
    border-top: 4px solid var(--clr-error);
}

.y1u2i-pros-col .col-title,
.o3p4a-cons-col .col-title {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.y1u2i-pros-col .col-title {
    color: var(--clr-accent-dark);
}

.o3p4a-cons-col .col-title {
    color: var(--clr-error);
}

.s7d8f-proscons-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.s7d8f-proscons-list li {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 0.95rem;
    line-height: 1.55;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--clr-border);
}

.s7d8f-proscons-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.s7d8f-proscons-list .icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 800;
    margin-top: 1px;
}

.y1u2i-pros-col .icon {
    background: var(--clr-accent-light);
    color: var(--clr-accent-dark);
}

.o3p4a-cons-col .icon {
    background: var(--clr-error-light);
    color: var(--clr-error);
}

/* ===== SCREENSHOTS BLOCK ===== */
#g9h0j-screenshots {
    background: var(--clr-surface-2);
}

.w4e5r-screenshots-grid {
    display: flex;
    gap: 20px;
}

.t8y9u-screenshot-card {
    flex: 1;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-md);
    position: relative;
    background: var(--clr-secondary);
    transition: transform var(--transition), box-shadow var(--transition);
}

.t8y9u-screenshot-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.t8y9u-screenshot-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.t8y9u-screenshot-card:hover img {
    transform: scale(1.04);
}

.t8y9u-screenshot-card .card-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(11, 16, 53, 0.9) 0%, transparent 100%);
    padding: 16px 14px 12px;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
}

/* Screenshots slider (mobile) */
.i2o3p-slider-wrap {
    overflow: hidden;
}

.i2o3p-slider-track {
    display: flex;
    gap: 16px;
    transition: transform 0.38s ease;
}

.i2o3p-slider-dots {
    display: none;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.i2o3p-slider-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--clr-border-dark);
    cursor: pointer;
    transition: background var(--transition);
}

.i2o3p-slider-dots .dot.active {
    background: var(--clr-primary);
}

/* ===== TOURNAMENTS BLOCK ===== */
#l4k5j-tournaments {
    background: linear-gradient(135deg, #0e1540 0%, #1e2866 100%);
}

#l4k5j-tournaments .f2g4h-section-header h2 {
    color: #fff;
}

#l4k5j-tournaments .f2g4h-section-header p {
    color: rgba(255, 255, 255, 0.65);
}

.h6g7f-tournaments-grid {
    display: flex;
    gap: 20px;
}

.d8s9a-tournament-card {
    flex: 1;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-lg);
    padding: 24px;
    backdrop-filter: blur(10px);
    transition: all var(--transition);
    position: relative;
    overflow: hidden;
}

.d8s9a-tournament-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent));
}

.d8s9a-tournament-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.d8s9a-tournament-card .t-badge {
    display: inline-block;
    background: var(--clr-gold);
    color: var(--clr-secondary);
    font-size: 0.72rem;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}

.d8s9a-tournament-card h3 {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.d8s9a-tournament-card p {
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.88rem;
    line-height: 1.55;
    margin-bottom: 18px;
}

.d8s9a-tournament-card .t-prize {
    background: rgba(245, 200, 66, 0.12);
    border: 1px solid rgba(245, 200, 66, 0.3);
    border-radius: var(--radius-sm);
    padding: 10px 14px;
    margin-bottom: 16px;
}

.d8s9a-tournament-card .t-prize .prize-label {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 2px;
}

.d8s9a-tournament-card .t-prize .prize-value {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--clr-gold);
}

.d8s9a-tournament-card .t-timer {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
}

.d8s9a-tournament-card .t-timer .timer-val {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85);
    font-variant-numeric: tabular-nums;
}

.t-timer-boxes {
    display: flex;
    gap: 6px;
}

.t-timer-box {
    background: rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-sm);
    padding: 4px 8px;
    text-align: center;
    min-width: 42px;
}

.t-timer-box .tb-val {
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
    display: block;
    line-height: 1.2;
    font-variant-numeric: tabular-nums;
}

.t-timer-box .tb-label {
    font-size: 0.64rem;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}

/* ===== SLOT GAME ===== */
#r7e8w-slotgame {
    background: linear-gradient(180deg, #f5f5f5 0%, #eef0ff 100%);
}

.n1m2v-slot-wrap {
    max-width: 520px;
    margin: 0 auto;
    background: linear-gradient(135deg, #0e1540, #1e2866);
    border-radius: var(--radius-xl);
    padding: 36px 32px;
    box-shadow: 0 16px 60px rgba(14, 21, 64, 0.4);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.n1m2v-slot-wrap::before {
    content: '';
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(82, 116, 255, 0.25) 0%, transparent 70%);
    pointer-events: none;
}

.n1m2v-slot-wrap h3 {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 6px;
}

.n1m2v-slot-wrap .slot-subtitle {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
    margin-bottom: 28px;
}

.c3b4v-reels {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 24px;
}

.c3b4v-reel {
    width: 90px;
    height: 100px;
    background: rgba(255, 255, 255, 0.08);
    border: 2px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.6rem;
    line-height: 1;
    overflow: hidden;
    position: relative;
    transition: border-color var(--transition);
}

.c3b4v-reel.spinning {
    animation: x9z1-reel-spin 0.15s linear infinite;
    border-color: rgba(82, 116, 255, 0.5);
}

.c3b4v-reel.win-glow {
    border-color: var(--clr-accent);
    box-shadow: 0 0 20px rgba(105, 210, 83, 0.6);
    animation: e2r4-win-pulse 0.5s ease-in-out 3;
}

.f5h6j-slot-result {
    min-height: 60px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.f5h6j-slot-result .result-text {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--clr-gold);
}

.f5h6j-slot-result .result-bonus {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
}

.f5h6j-slot-result.lose .result-text {
    color: rgba(255, 255, 255, 0.5);
}

.k7l8m-slot-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ===== FAQ ===== */
#p1o2i-faq {
    background: var(--clr-bg);
}

.u3y4t-faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.r5e6w-faq-item {
    background: var(--clr-surface);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    border: 1px solid var(--clr-border);
    transition: box-shadow var(--transition);
}

.r5e6w-faq-item:hover {
    box-shadow: var(--shadow-md);
}

.q7w8e-faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    cursor: pointer;
    font-family: var(--font-main);
    font-size: 0.97rem;
    font-weight: 700;
    color: var(--clr-text);
    text-align: left;
    transition: background var(--transition);
}

.q7w8e-faq-question:hover {
    background: var(--clr-surface-2);
}

.q7w8e-faq-question.open {
    background: var(--clr-surface-2);
    color: var(--clr-primary);
}

.q7w8e-faq-question .faq-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--clr-primary-light);
    color: var(--clr-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    transition: all var(--transition);
}

.q7w8e-faq-question.open .faq-icon {
    background: var(--clr-primary);
    color: #fff;
    transform: rotate(45deg);
}

.t9r0e-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.38s ease, padding var(--transition);
}

.t9r0e-faq-answer.open {
    max-height: 400px;
    padding-bottom: 18px;
}

.t9r0e-faq-answer p {
    padding: 0 20px;
    color: var(--clr-text-muted);
    font-size: 0.93rem;
    line-height: 1.65;
}

/* ===== FOOTER ===== */
#y2u3i-footer {
    background: var(--clr-white);
    border-top: 1px solid var(--clr-border);
    padding: 48px 0 0;
}

.o4p5a-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 36px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--clr-border);
    margin-bottom: 32px;
}

.s6d7f-footer-col h4 {
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--clr-text-muted);
    margin-bottom: 16px;
}

.s6d7f-footer-col ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.s6d7f-footer-col ul a {
    color: var(--clr-text-muted);
    font-size: 0.9rem;
    text-decoration: none;
    transition: color var(--transition);
}

.s6d7f-footer-col ul a:hover {
    color: var(--clr-primary);
}

.g8h9j-footer-logo {
    height: 40px;
    margin-bottom: 16px;
    border-radius: var(--radius-sm);
}

.k0l1m-footer-desc {
    font-size: 0.87rem;
    color: var(--clr-text-muted);
    line-height: 1.6;
    margin-bottom: 16px;
}

.n2b3v-footer-payments,
.c4x5z-footer-providers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.m6n7b-payment-badge,
.v8c9x-provider-badge {
    background: var(--clr-bg);
    border: 1px solid var(--clr-border);
    border-radius: var(--radius-sm);
    padding: 4px 10px;
    font-size: 0.72rem;
    font-weight: 700;
    color: var(--clr-text-muted);
    white-space: nowrap;
}

.z0a1s-footer-bottom {
    padding: 24px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
}

.d2f3g-copyright {
    font-size: 0.82rem;
    color: var(--clr-text-light);
    line-height: 1.6;
}

.h4j5k-footer-legal {
    font-size: 0.78rem;
    color: var(--clr-text-light);
    line-height: 1.55;
    max-width: 700px;
    margin-top: 16px;
    padding: 16px;
    background: var(--clr-bg);
    border-radius: var(--radius-sm);
    border: 1px solid var(--clr-border);
}

/* ===== WIDGET ===== */
#l6m7n-widget {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: linear-gradient(135deg, #0e1540 0%, #1e2866 100%);
    border-top: 2px solid var(--clr-accent);
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    box-shadow: 0 -4px 24px rgba(14, 21, 64, 0.5);
    transition: transform var(--transition);
}

#l6m7n-widget.hidden {
    transform: translateY(100%);
}

.o8p9q-widget-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.o8p9q-widget-text .wt-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #fff;
}

.o8p9q-widget-text .wt-bonus {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--clr-gold);
}

.r0s1t-widget-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.r0s1t-widget-actions a {
    text-decoration: none;
}

.u2v3w-widget-close {
    background: rgba(255, 255, 255, 0.12);
    border: none;
    color: rgba(255, 255, 255, 0.6);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: background var(--transition);
    flex-shrink: 0;
}

.u2v3w-widget-close:hover {
    background: rgba(255, 255, 255, 0.22);
}

/* ===== RATING BLOCK ===== */
.x4y5z-rating-block {
    background: var(--clr-surface);
    border-radius: var(--radius-lg);
    padding: 28px;
    box-shadow: var(--shadow-card);
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 48px;
    border: 1px solid var(--clr-border);
}

.a6b7c-rating-score {
    text-align: center;
    flex-shrink: 0;
}

.a6b7c-rating-score .score-num {
    font-size: 3.5rem;
    font-weight: 900;
    color: var(--clr-primary);
    line-height: 1;
    display: block;
}

.a6b7c-rating-score .score-max {
    font-size: 0.85rem;
    color: var(--clr-text-muted);
}

.d8e9f-rating-stars {
    display: flex;
    gap: 4px;
    justify-content: center;
    margin: 6px 0;
}

.d8e9f-rating-stars span {
    color: var(--clr-gold);
    font-size: 1.2rem;
}

.g0h1i-rating-details {
    flex: 1;
}

.g0h1i-rating-details .rd-title {
    font-weight: 800;
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.j2k3l-rating-bars {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.m4n5o-bar-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
}

.m4n5o-bar-item .bar-label {
    min-width: 130px;
    color: var(--clr-text-muted);
}

.m4n5o-bar-item .bar-track {
    flex: 1;
    height: 7px;
    background: var(--clr-border);
    border-radius: 4px;
    overflow: hidden;
}

.m4n5o-bar-item .bar-fill {
    height: 100%;
    background: linear-gradient(90deg, var(--clr-primary), var(--clr-accent));
    border-radius: 4px;
    transition: width 1s ease;
}

.m4n5o-bar-item .bar-val {
    min-width: 28px;
    font-weight: 700;
    color: var(--clr-primary);
    font-size: 0.8rem;
}

/* ===== AUTHOR ===== */
.p6q7r-author-block {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: var(--clr-surface);
    border-radius: var(--radius-md);
    border: 1px solid var(--clr-border);
    margin: 40px 0 12px;
    box-shadow: var(--shadow-sm);
}

.p6q7r-author-block img {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.s8t9u-author-info .author-name {
    font-weight: 800;
    font-size: 0.97rem;
    color: var(--clr-text);
    margin-bottom: 4px;
}

.s8t9u-author-info .author-role {
    font-size: 0.82rem;
    color: var(--clr-text-muted);
    margin-bottom: 4px;
}

.s8t9u-author-info a {
    font-size: 0.8rem;
    color: var(--clr-primary);
    text-decoration: none;
}

.s8t9u-author-info a:hover {
    text-decoration: underline;
}

/* ===== BREADCRUMBS ===== */
.v0w1x-breadcrumbs {
    padding: 14px 0;
    font-size: 0.82rem;
    color: var(--clr-text-muted);
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.v0w1x-breadcrumbs a {
    color: var(--clr-text-muted);
    text-decoration: none;
    transition: color var(--transition);
}

.v0w1x-breadcrumbs a:hover {
    color: var(--clr-primary);
}

.v0w1x-breadcrumbs .sep {
    color: var(--clr-border-dark);
}

.v0w1x-breadcrumbs .current {
    color: var(--clr-primary);
    font-weight: 600;
}

/* ===== BONUS TABLE ===== */
.y2z3a-bonus-table {
    width: 100%;
    border-collapse: collapse;
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    margin: 20px auto;
}

.y2z3a-bonus-table th {
    background: var(--clr-primary);
    color: #fff;
    padding: 12px 16px;
    text-align: left;
    font-size: 0.88rem;
    font-weight: 700;
}

.y2z3a-bonus-table td {
    padding: 11px 16px;
    border-bottom: 1px solid var(--clr-border);
    font-size: 0.9rem;
}

.y2z3a-bonus-table tr:last-child td {
    border-bottom: none;
}

.y2z3a-bonus-table tr:nth-child(even) td {
    background: var(--clr-surface-2);
}

.y2z3a-bonus-table .val-green {
    color: var(--clr-accent-dark);
    font-weight: 700;
}

.y2z3a-bonus-table .val-blue {
    color: var(--clr-primary);
    font-weight: 700;
}

/* ===== MISC UNUSED (for uniqualization) ===== */
.b4c5d-wp-block-group {
    display: block;
}

.e6f7g-wp-block-columns {
    display: flex;
}

.h8i9j-wp-block-column {
    flex: 1;
}

.k0l1m-elementor-widget {
    position: relative;
}

.n2o3p-elementor-container {
    max-width: 1200px;
    margin: 0 auto;
}

.q4r5s-yoast-hl {
    color: var(--clr-primary);
}

.t6u7v-entry-content {
    display: block;
}

.w8x9y-page-content {
    display: block;
}

.z0a1b-loop-content {
    display: block;
}

.c2d3e-archive-content {
    display: block;
}

.f4g5h-taxonomy-description {
    display: block;
}

.i6j7k-single-content {
    display: block;
}

.l8m9n-comment-list {
    list-style: none;
}

.o0p1q-trackback {
    display: none;
}

.r2s3t-pingback {
    display: none;
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: var(--clr-bg);
}

::-webkit-scrollbar-thumb {
    background: var(--clr-primary);
    border-radius: 3px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 991px) {
    .o4p5a-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .q5r6t-pros-cons-grid {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .k4m2p-nav {
        display: none;
    }

    .z9w4e-burger {
        display: flex;
    }

    .c1t7y-online {
        display: none;
    }

    .w4e5r-screenshots-grid {
        gap: 16px;
        flex-wrap: nowrap;
    }

    .t8y9u-screenshot-card {
        min-width: 260px;
        flex: none;
    }

    .i2o3p-slider-dots {
        display: flex;
    }

    .h6g7f-tournaments-grid {
        gap: 16px;
        flex-wrap: nowrap;
        overflow: hidden;
    }

    .d8s9a-tournament-card {
        min-width: 280px;
        flex: none;
    }

    .x4y5z-rating-block {
        flex-direction: column;
        text-align: center;
    }

    .m4n5o-bar-item .bar-label {
        min-width: 100px;
    }

    .o4p5a-footer-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    #l6m7n-widget {
        padding: 12px 14px;
        gap: 10px;
    }

    .o8p9q-widget-text .wt-title {
        font-size: 0.8rem;
    }

    .o8p9q-widget-text .wt-bonus {
        font-size: 0.95rem;
    }

    .n1m2v-slot-wrap {
        padding: 28px 20px;
    }

    .c3b4v-reel {
        width: 78px;
        height: 88px;
        font-size: 2.2rem;
    }

    .p0l9k-hero-content {
        max-width: 100%;
    }

    #a2s4d-hero {
        min-height: 420px;
    }

    body {
        padding-bottom: 80px;
    }
}

@media (max-width: 480px) {
    .r6t5y-hero-buttons {
        flex-direction: column;
    }

    .r6t5y-hero-buttons .btn-slottica {
        width: 100%;
    }

    .n2b3v-footer-payments, .c4x5z-footer-providers {
        gap: 6px;
    }

    .z0a1s-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
}

.pcknf {
    background: #fff;
    border: 2px solid var(--clr-primary);
    border-radius: 22px;
    padding: 36px 32px;
    box-shadow: 0 12px 36px rgba(82, 116, 255, .14);
    margin: 28px auto;
    max-width: 1100px;
}

.pcknf h1,
.pcknf h2,
.pcknf h3 {
    margin-top: 0;
}

@media (max-width: 768px) {
    .pcknf {
        padding: 22px 18px;
        border-radius: 16px;
        margin: 20px 0;
    }

    .pcknf h1 {
        font-size: 1.45rem;
        line-height: 1.3;
    }

    .pcknf h2 {
        font-size: 1.2rem;
    }

    .pcknf p,
    .pcknf li {
        font-size: .9rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .pcknf {
        padding: 16px 14px;
        border-radius: 14px;
    }

    .pcknf h1 {
        font-size: 1.25rem;
    }

    .pcknf h2 {
        font-size: 1.1rem;
    }

    .pcknf p,
    .pcknf li {
        font-size: .85rem;
    }
}

@media (max-width: 768px) {
    #l4k5j-tournaments {
        padding: 40px 0;
    }

    #l4k5j-tournaments .q3p9r-wrap {
        padding: 0 14px;
    }

    #l4k5j-tournaments .f2g4h-section-header {
        margin-bottom: 24px;
    }

    #l4k5j-tournaments .f2g4h-section-header h2 {
        font-size: 1.35rem;
        line-height: 1.25;
    }

    #l4k5j-tournaments .f2g4h-section-header p {
        font-size: .9rem;
        line-height: 1.5;
    }

    #l4k5j-tournaments .i2o3p-slider-wrap {
        overflow: visible;
    }

    #tournaments-track {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        transform: none !important;
        overflow: visible;
    }

    .d8s9a-tournament-card {
        min-width: 0;
        width: 100%;
        padding: 18px 16px;
        border-radius: 16px;
    }

    .d8s9a-tournament-card h3 {
        font-size: 1rem;
        line-height: 1.3;
    }

    .d8s9a-tournament-card p {
        font-size: .82rem;
        line-height: 1.5;
    }

    .d8s9a-tournament-card .t-prize {
        padding: 10px 12px;
    }

    .d8s9a-tournament-card .t-prize .prize-value {
        font-size: 1.3rem;
    }

    .t-timer {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .t-timer-boxes {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 6px;
    }

    .t-timer-box {
        min-width: 0;
        padding: 7px 4px;
    }

    .t-timer-box .tb-val {
        font-size: .95rem;
    }

    .t-timer-box .tb-label {
        font-size: .58rem;
    }

    #tournaments-dots {
        display: none;
    }
}

@media (max-width: 360px) {
    .d8s9a-tournament-card {
        padding: 16px 14px;
    }

    .t-timer-boxes {
        gap: 4px;
    }

    .t-timer-box .tb-val {
        font-size: .85rem;
    }
}