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

:root {
    --c-brand: #211E6B;
    --c-brand-dark: #171554;
    --c-brand-mid: #1B1C5F;
    --c-accent: #F01CA2;
    --c-accent-hover: #d41690;
    --c-text: #f0eeff;
    --c-text-muted: #b8b0e8;
    --c-text-dim: #8a82c8;
    --c-surface: #26237a;
    --c-surface-2: #2e2a8a;
    --c-border: rgba(255, 255, 255, 0.10);
    --c-gold: #FFD700;
    --c-silver: #C0C0C0;
    --c-bronze: #CD7F32;
    --radius: 12px;
    --radius-sm: 8px;
    --radius-lg: 20px;
    --shadow: 0 8px 32px rgba(0, 0, 0, 0.40);
    --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.28);
    --transition: 0.25s ease;
    --font-head: 'Montserrat', Arial, sans-serif;
    --font-body: 'Inter', Arial, sans-serif;
}

html {
    scroll-behavior: smooth;
    background: var(--c-brand-dark);
}

body {
    font-family: var(--font-body);
    background: var(--c-brand-dark);
    color: var(--c-text);
    line-height: 1.6;
    font-size: 16px;
    overflow-x: hidden;
}

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

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

a:hover {
    color: var(--c-accent);
}

ul {
    list-style: none;
}

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

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: none;
    cursor: pointer;
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 15px;
    border-radius: var(--radius-sm);
    transition: all var(--transition);
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.2;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
}

.btn:active {
    transform: translateY(0);
}

.btn-primary.vs9k3m {
    background: var(--c-accent);
    color: #fff;
    padding: 14px 28px;
    font-size: 16px;
    border-radius: var(--radius);
}

.btn-primary.vs9k3m:hover {
    background: var(--c-accent-hover);
    color: #fff;
}

.btn-secondary.hx2n8v {
    background: var(--c-brand-mid);
    color: var(--c-text);
    padding: 14px 28px;
    font-size: 16px;
    border: 2px solid var(--c-border);
    border-radius: var(--radius);
}

.btn-secondary.hx2n8v:hover {
    border-color: var(--c-accent);
    color: var(--c-accent);
}

.btn-login.hx6m8v {
    background: var(--c-brand-mid);
    color: var(--c-text);
    padding: 9px 20px;
    border: 2px solid var(--c-border);
    border-radius: var(--radius-sm);
}

.btn-login.hx6m8v:hover {
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.btn-signup.px4n7k {
    background: var(--c-accent);
    color: #fff;
    padding: 9px 20px;
    border-radius: var(--radius-sm);
}

.btn-signup.px4n7k:hover {
    background: var(--c-accent-hover);
    color: #fff;
}

.btn-sm {
    padding: 7px 14px;
    font-size: 13px;
    border-radius: var(--radius-sm);
}

.btn-mirror.cx4n8m {
    background: var(--c-brand-mid);
    color: var(--c-text);
    border: 1.5px solid var(--c-border);
}

.btn-mirror.cx4n8m:hover {
    background: var(--c-accent);
    color: #fff;
    border-color: var(--c-accent);
}

.btn-game.cx7k2m {
    background: var(--c-accent);
    color: #fff;
    padding: 10px 18px;
    font-size: 14px;
    width: 100%;
    border-radius: var(--radius-sm);
}

.btn-game.cx7k2m:hover {
    background: var(--c-accent-hover);
    color: #fff;
}

.btn-spin.nx7k4m {
    background: var(--c-accent);
    color: #fff;
    padding: 16px 40px;
    font-size: 18px;
    font-weight: 800;
    border-radius: var(--radius);
    margin-top: 28px;
    letter-spacing: .5px;
}

.btn-spin.nx7k4m:hover {
    background: var(--c-accent-hover);
    color: #fff;
}

.btn-widget.vx7m2k {
    background: var(--c-accent);
    color: #fff;
    padding: 11px 22px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    flex-shrink: 0;
}

.btn-widget.vx7m2k:hover {
    background: var(--c-accent-hover);
    color: #fff;
}

.header.rx7m4k {
    background: var(--c-brand);
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid var(--c-border);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.35);
}

.header-inner.kp9n3x {
    display: grid;
    grid-template-columns:auto 1fr auto;
    align-items: center;
    gap: 24px;
    padding: 14px 0;
}

.logo-img.gx4m9k {
    height: 44px;
    width: auto;
    object-fit: contain;
}

.header-nav.nm8k4p .nav-menu.px3r7m {
    display: flex;
    gap: 4px;
    justify-content: center;
}

.nav-link.bx9m5v {
    color: var(--c-text-muted);
    font-size: 14px;
    font-weight: 600;
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    transition: all var(--transition);
    font-family: var(--font-head);
}

.nav-link.bx9m5v:hover {
    color: #fff;
    background: var(--c-surface);
}

.header-right.dx4k7n {
    display: flex;
    align-items: center;
    gap: 16px;
}

.online-counter.vx8m3k {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: var(--c-text-muted);
}

.online-dot.km5p9x {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #22c55e;
    animation: pulse-dot 2s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes pulse-dot {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: .6;
        transform: scale(1.4);
    }
}

.online-text.nx2r6m {
    color: #22c55e;
    font-weight: 700;
}

.header-buttons.zm9k3n {
    display: flex;
    gap: 10px;
    align-items: center;
}

.burger-menu.cx8r5m {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    border-radius: var(--radius-sm);
}

.burger-line.vx3k9n {
    width: 24px;
    height: 2px;
    background: var(--c-text);
    border-radius: 2px;
    transition: all var(--transition);
    display: block;
}

.burger-menu.cx8r5m.is-active .burger-line.vx3k9n:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.burger-menu.cx8r5m.is-active .burger-line.vx3k9n:nth-child(2) {
    opacity: 0;
}

.burger-menu.cx8r5m.is-active .burger-line.vx3k9n:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.hero-wrapper.lp3z8k {
    position: relative;
    min-height: 540px;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 80px 0;
}

.hero-bg-image {
    position: absolute;
    inset: 0;
    background: url('/spin-hero.jpg') center/cover no-repeat;
    opacity: .18;
    z-index: 0;
}

.hero-wrapper.lp3z8k::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, var(--c-brand-dark) 0%, rgba(27, 28, 95, 0.92) 60%, rgba(240, 28, 162, 0.08) 100%);
    z-index: 1;
}

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

.hero-badge.fn9k3p {
    display: inline-block;
    background: rgba(240, 28, 162, 0.15);
    border: 1px solid rgba(240, 28, 162, 0.35);
    color: var(--c-accent);
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: .3px;
}

.hero-title.fn8k2s {
    font-family: var(--font-head);
    font-size: clamp(28px, 5vw, 52px);
    font-weight: 800;
    line-height: 1.15;
    margin-bottom: 18px;
    color: #fff;
    letter-spacing: -.5px;
}

.hero-subtitle.km3p7w {
    font-size: 18px;
    color: var(--c-text-muted);
    line-height: 1.7;
    margin-bottom: 32px;
    max-width: 580px;
}

.hero-buttons.dx5r2n {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.hero-stats.pn4k8x {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
}

.hero-stat.mn7r3v {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.hero-stat-val.bx9k5m {
    font-family: var(--font-head);
    font-size: 22px;
    font-weight: 800;
    color: #fff;
}

.hero-stat-label.tx4n2k {
    font-size: 12px;
    color: var(--c-text-dim);
    text-transform: uppercase;
    letter-spacing: .8px;
}

.main-content.rp8m3k {
    padding: 0 0 60px;
}

.section-title.wm6k9s {
    font-family: var(--font-head);
    font-size: clamp(22px, 3.5vw, 34px);
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: -.3px;
}

.section-desc.pk3m8x {
    text-align: center;
    color: var(--c-text-muted);
    font-size: 16px;
    margin-bottom: 36px;
    line-height: 1.6;
}

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

.advantages-grid.nx8r5t {
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 20px;
}

.advantage-card.zp3m6k {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
    padding: 28px 24px;
    transition: all var(--transition);
}

.advantage-card.zp3m6k:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: rgba(240, 28, 162, 0.3);
}

.advantage-icon-wrap.bx7n2s {
    width: 52px;
    height: 52px;
    border-radius: var(--radius-sm);
    background: rgba(240, 28, 162, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.advantage-icon-svg {
    font-size: 24px;
    line-height: 1;
}

.advantage-title.cv4k8m {
    font-family: var(--font-head);
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.advantage-text.rm2n5p {
    font-size: 14px;
    color: var(--c-text-muted);
    line-height: 1.65;
}

.mirrors-section.kp9m3x {
    padding: 60px 0;
    border-top: 1px solid var(--c-border);
}

.mirrors-meta.np4k7m {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-bottom: 28px;
    font-size: 14px;
}

.update-label.tx8r2v {
    color: var(--c-text-muted);
}

.update-time.dm5n9k {
    color: #22c55e;
    font-weight: 700;
    font-family: var(--font-head);
}

.table-wrapper.zm3p6x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: var(--radius);
    border: 1px solid var(--c-border);
}

.mirrors-table.vx7k4n {
    width: 100%;
    border-collapse: collapse;
    min-width: 520px;
}

.mirrors-table.vx7k4n th {
    background: var(--c-surface-2);
    color: var(--c-text-muted);
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .6px;
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid var(--c-border);
}

.mirrors-table.vx7k4n td {
    padding: 14px 18px;
    border-bottom: 1px solid var(--c-border);
    font-size: 14px;
    vertical-align: middle;
}

.mirrors-table.vx7k4n tr:last-child td {
    border-bottom: none;
}

.mirrors-table.vx7k4n tbody tr:hover {
    background: rgba(255, 255, 255, .04);
}

.mirror-url.fp2m8k {
    font-family: monospace;
    font-size: 14px;
    color: var(--c-text);
}

.status-badge.active.nx5r7t {
    color: #22c55e;
    font-size: 13px;
    font-weight: 600;
}

.speed-badge.fast.km9p3x {
    color: #22c55e;
    font-size: 13px;
    font-weight: 600;
}

.speed-badge.medium.bx6k2p {
    color: #f59e0b;
    font-size: 13px;
    font-weight: 600;
}

.winners-section.mp7k3n {
    padding: 60px 0;
    border-top: 1px solid var(--c-border);
}

.winners-grid.px4m8k {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 12px;
}

.winner-card.vn2k6m {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    padding: 14px 16px;
    display: grid;
    grid-template-columns:36px 1fr auto;
    align-items: center;
    gap: 10px;
    transition: all var(--transition);
}

.winner-card.vn2k6m:hover {
    border-color: rgba(240, 28, 162, 0.3);
    transform: translateY(-2px);
}

.winner-rank.gx9r3t {
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 800;
    color: var(--c-text-dim);
    text-align: center;
}

.winner-rank.gold {
    color: var(--c-gold);
}

.winner-rank.silver {
    color: var(--c-silver);
}

.winner-rank.bronze {
    color: var(--c-bronze);
}

.winner-name.km5p7x {
    font-size: 13px;
    font-weight: 600;
    color: var(--c-text);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.winner-amount.dx2n9k {
    font-size: 13px;
    font-weight: 700;
    color: var(--c-accent);
    white-space: nowrap;
    font-family: var(--font-head);
}

.games-section.tx6k9m {
    padding: 60px 0;
    border-top: 1px solid var(--c-border);
}

.games-slider-wrapper.hn4p2x {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.games-grid.bm8k3v {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    gap: 16px;
    min-width: 900px;
}

.game-card.wp5n7k {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    transition: all var(--transition);
}

.game-card.wp5n7k:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
    border-color: rgba(240, 28, 162, 0.3);
}

.game-image-wrap.zx9r4m {
    width: 70px;
    height: 70px;
    border-radius: var(--radius-sm);
    background: rgba(240, 28, 162, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-emoji {
    font-size: 34px;
    line-height: 1;
}

.game-title.km2p6x {
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.game-provider.vx4n8t {
    font-size: 11px;
    color: var(--c-text-dim);
}

.minigame-section.gn7k4x {
    padding: 60px 0;
    border-top: 1px solid var(--c-border);
}

.minigame-container.px6m2k {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
}

.slot-machine.vm9n3x {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
}

.slot-display.dx4k7p {
    display: flex;
    align-items: center;
    gap: 0;
    background: var(--c-brand);
    border: 2px solid var(--c-border);
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: inset 0 0 30px rgba(0, 0, 0, .5);
}

.slot-reel.rx8m5n {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--c-surface);
    position: relative;
    overflow: hidden;
}

.slot-inner {
    font-size: 52px;
    transition: transform .1s linear;
    line-height: 1;
}

.slot-divider {
    width: 2px;
    height: 110px;
    background: var(--c-border);
}

.slot-reel.rx8m5n.spinning .slot-inner {
    animation: reel-spin .12s linear infinite;
}

@keyframes reel-spin {
    from {
        transform: translateY(-8px);
    }
    to {
        transform: translateY(8px);
    }
}

.minigame-result.tn5p9k {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
    padding: 24px 32px;
    text-align: center;
    animation: fade-in .4s ease;
}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.result-content.mx3k8v {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.result-text.bx6n2m {
    font-family: var(--font-head);
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.content-section.km8r4x {
    padding: 60px 0;
    border-top: 1px solid var(--c-border);
}

.content-section.km8r4x h1, .content-section.km8r4x h2, .content-section.km8r4x h3, .content-section.km8r4x h4 {
    font-family: var(--font-head);
    font-weight: 700;
    color: #fff;
    margin-top: 32px;
    margin-bottom: 12px;
    line-height: 1.3;
}

.content-section.km8r4x h1 {
    font-size: 32px;
}

.content-section.km8r4x h2 {
    font-size: 26px;
}

.content-section.km8r4x h3 {
    font-size: 20px;
}

.content-section.km8r4x h4 {
    font-size: 17px;
    color: var(--c-text-muted);
}

.content-section.km8r4x p {
    color: var(--c-text-muted);
    line-height: 1.75;
    margin-bottom: 16px;
    font-size: 15.5px;
}

.content-section.km8r4x a {
    color: var(--c-accent);
    text-decoration: underline;
}

.content-section.km8r4x a:hover {
    color: var(--c-accent-hover);
}

.content-section.km8r4x ul, .content-section.km8r4x ol {
    margin: 12px 0 20px 0;
    padding-left: 22px;
}

.content-section.km8r4x ul {
    list-style: disc;
}

.content-section.km8r4x ol {
    list-style: decimal;
}

.content-section.km8r4x li {
    color: var(--c-text-muted);
    margin-bottom: 8px;
    line-height: 1.65;
    font-size: 15px;
}

.content-section.km8r4x table {
    width: 100%;
    border-collapse: collapse;
    margin: 24px 0;
    border-radius: var(--radius-sm);
    overflow: hidden;
    border: 1px solid var(--c-border);
}

.content-section.km8r4x th {
    background: var(--c-surface-2);
    color: var(--c-text);
    font-family: var(--font-head);
    padding: 12px 16px;
    text-align: left;
    font-size: 13px;
    font-weight: 700;
    border-bottom: 1px solid var(--c-border);
}

.content-section.km8r4x td {
    padding: 12px 16px;
    border-bottom: 1px solid var(--c-border);
    color: var(--c-text-muted);
    font-size: 14px;
}

.content-section.km8r4x tr:last-child td {
    border-bottom: none;
}

.content-section.km8r4x tbody tr:hover {
    background: rgba(255, 255, 255, .04);
}

.content-section.km8r4x blockquote {
    border-left: 3px solid var(--c-accent);
    padding: 16px 20px;
    margin: 20px 0;
    background: var(--c-surface);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    color: var(--c-text-muted);
}

.content-section.km8r4x strong {
    color: #fff;
    font-weight: 700;
}

.content-section.km8r4x em {
    color: var(--c-text-muted);
    font-style: italic;
}

.content-section.km8r4x .zx9k3m {
    max-width: 820px;
}

.author-section.vx3p7k {
    padding: 60px 0;
    border-top: 1px solid var(--c-border);
}

.author-card.nx9k5m {
    display: grid;
    grid-template-columns:auto 1fr;
    gap: 28px;
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--radius);
    padding: 32px 36px;
    max-width: 780px;
}

.author-image.px7n2v {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--c-accent);
}

.author-name.tx5r9m {
    font-family: var(--font-head);
    font-size: 22px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 4px;
}

.author-title.km8n4p {
    font-size: 13px;
    color: var(--c-accent);
    font-weight: 600;
    margin-bottom: 14px;
}

.author-bio.vx2p7k {
    color: var(--c-text-muted);
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
}

.author-link.nx4k7p {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--c-brand-mid);
    border: 1.5px solid var(--c-border);
    color: var(--c-text);
    padding: 9px 18px;
    border-radius: var(--radius-sm);
    font-size: 14px;
    font-weight: 600;
    transition: all var(--transition);
}

.author-link.nx4k7p:hover {
    border-color: var(--c-accent);
    color: var(--c-accent);
}

.footer.bx7m4k {
    background: var(--c-brand);
    border-top: 1px solid var(--c-border);
    padding: 52px 0 24px;
}

.footer-inner.px9k3n {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-top.vn5r8m {
    display: grid;
    grid-template-columns:2fr 1fr 1.5fr;
    gap: 40px;
}

.footer-logo.gx2n9k {
    height: 40px;
    width: auto;
    object-fit: contain;
    margin-bottom: 16px;
}

.footer-description.tx6m3v {
    font-size: 13.5px;
    color: var(--c-text-muted);
    line-height: 1.65;
    max-width: 280px;
}

.footer-title.bm3p9x {
    font-family: var(--font-head);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .8px;
    color: var(--c-text-dim);
    margin-bottom: 16px;
}

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

.footer-link.km9n5p {
    font-size: 14px;
    color: var(--c-text-muted);
    transition: color var(--transition);
}

.footer-link.km9n5p:hover {
    color: var(--c-accent);
}

.footer-contact-list.zx8k4m {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-contact-item.nx2p6v {
    font-size: 13.5px;
    color: var(--c-text-muted);
}

.footer-middle.px6k9m {
    border-top: 1px solid var(--c-border);
    padding-top: 28px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-subtitle.vx7n3m {
    font-family: var(--font-head);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
    color: var(--c-text-dim);
    margin-bottom: 12px;
}

.payment-icons.nx9k5p, .provider-icons.dx5k2n {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.payment-icon.bx3m7k {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 700;
    color: var(--c-text-muted);
}

.provider-icon.px9m7k {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: var(--radius-sm);
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 600;
    color: var(--c-text-muted);
}

.footer-bottom.nx4k7m {
    border-top: 1px solid var(--c-border);
    padding-top: 20px;
}

.legal-text.km3p9n {
    font-size: 12px;
    color: var(--c-text-dim);
    line-height: 1.6;
    margin-bottom: 4px;
}

.fixed-widget.zm8k3x {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200;
    background: var(--c-brand-mid);
    border-top: 1px solid var(--c-border);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, .4);
    padding: 12px 20px;
    transform: translateY(100%);
    animation: slide-up 0.6s 1.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes slide-up {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.widget-inner.px5n7m {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

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

.widget-title.bx4k9n {
    font-family: var(--font-head);
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}

.widget-bonus-text.tn6m3k {
    font-size: 13px;
    color: var(--c-text-muted);
}

.wp-hidden-template {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

.elementor-widget-hidden, .yoast-hidden {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    top: -9999px;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .advantages-grid.nx8r5t {
        grid-template-columns:repeat(2, 1fr);
    }

    .winners-grid.px4m8k {
        grid-template-columns:repeat(2, 1fr);
    }

    .footer-top.vn5r8m {
        grid-template-columns:1fr 1fr;
    }

    .footer-logo-section.km4p7x {
        grid-column: 1/-1;
    }
}

@media (max-width: 768px) {
    .header-inner.kp9n3x {
        grid-template-columns:auto auto;
        gap: 12px;
    }

    .header-nav.nm8k4p {
        position: fixed;
        left: 0;
        right: 0;
        background: var(--c-brand);
        border-bottom: 1px solid var(--c-border);
        padding: 16px 20px;
        transform: translateY(-120%);
        transition: transform var(--transition);
        z-index: 99;
        display: block;
    }

    .header-nav.nm8k4p.is-open {
        transform: translateY(0);
    }

    .nav-menu.px3r7m {
        flex-direction: column;
        gap: 6px;
    }

    .nav-link.bx9m5v {
        display: block;
        padding: 12px 16px;
    }

    .online-counter.vx8m3k {
        display: none;
    }

    .burger-menu.cx8r5m {
        display: flex;
    }

    .hero-wrapper.lp3z8k {
        padding: 50px 0;
    }

    .hero-buttons.dx5r2n {
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-stats.pn4k8x {
        gap: 18px;
    }

    .advantages-grid.nx8r5t {
        grid-template-columns:1fr;
    }

    .games-grid.bm8k3v {
        grid-template-columns:repeat(3, 160px);
        min-width: auto;
        overflow-x: auto;
    }

    .winners-grid.px4m8k {
        grid-template-columns:1fr;
    }

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

    .footer-logo-section.km4p7x {
        grid-column: auto;
    }

    .author-card.nx9k5m {
        grid-template-columns:1fr;
        text-align: center;
    }

    .author-image-wrapper.zm4p8k {
        display: flex;
        justify-content: center;
    }

    .widget-inner.px5n7m {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .widget-title.bx4k9n {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hero-title.fn8k2s {
        font-size: 26px;
    }

    .header-buttons.zm9k3n {
        gap: 6px;
    }

    .btn-login.hx6m8v, .btn-signup.px4n7k {
        padding: 8px 14px;
        font-size: 13px;
    }

    .games-grid.bm8k3v {
        grid-template-columns:repeat(2, 160px);
    }

    .slot-reel.rx8m5n {
        width: 85px;
        height: 85px;
    }

    .slot-inner {
        font-size: 40px;
    }
}

.zx9k3m {
    max-width: 1200px;
    margin: 40px auto;
    padding: 32px;
    background: rgba(33, 30, 107, .65);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .25);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

.zx9k3m * {
    max-width: 100%;
}

.zx9k3m h1,
.zx9k3m h2,
.zx9k3m h3,
.zx9k3m h4,
.zx9k3m h5,
.zx9k3m h6 {
    color: #fff;
    line-height: 1.3;
    margin: 28px 0 16px;
    overflow-wrap: break-word;
}

.zx9k3m h1 {
    font-size: 2.2rem;
    margin-top: 0;
}

.zx9k3m h2 {
    font-size: 1.7rem;
}

.zx9k3m h3 {
    font-size: 1.3rem;
}

.zx9k3m p {
    color: #e8e6ff;
    line-height: 1.8;
    margin-bottom: 18px;
    overflow-wrap: break-word;
}

.zx9k3m ul,
.zx9k3m ol {
    padding-left: 24px;
    margin-bottom: 18px;
}

.zx9k3m li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.zx9k3m a {
    color: #F01CA2;
    text-decoration: underline;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.zx9k3m strong {
    color: #fff;
}

.zx9k3m img,
.zx9k3m iframe,
.zx9k3m video {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.zx9k3m table {
    width: 100%;
    display: block;
    overflow-x: auto;
    border-collapse: collapse;
    margin: 20px 0;
}

.zx9k3m th,
.zx9k3m td {
    padding: 12px 14px;
    border: 1px solid rgba(255, 255, 255, .12);
}

.zx9k3m blockquote {
    margin: 20px 0;
    padding: 16px 20px;
    border-left: 4px solid #F01CA2;
    background: rgba(255, 255, 255, .04);
    border-radius: 10px;
}

@media (max-width: 992px) {
    .zx9k3m {
        margin: 24px 16px;
        padding: 24px;
    }

    .zx9k3m h1 {
        font-size: 1.9rem;
    }

    .zx9k3m h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .zx9k3m {
        margin: 16px 12px;
        padding: 20px;
        border-radius: 14px;
    }

    .zx9k3m h1 {
        font-size: 1.65rem;
    }

    .zx9k3m h2 {
        font-size: 1.35rem;
    }

    .zx9k3m h3 {
        font-size: 1.15rem;
    }

    .zx9k3m p,
    .zx9k3m li {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .zx9k3m {
        margin: 10px;
        padding: 16px;
        border-radius: 12px;
    }

    .zx9k3m h1 {
        font-size: 1.45rem;
    }

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

    .zx9k3m h3 {
        font-size: 1.05rem;
    }

    .zx9k3m p,
    .zx9k3m li {
        font-size: 14px;
        line-height: 1.7;
    }

    .zx9k3m table {
        font-size: 13px;
    }

    .zx9k3m a {
        word-break: break-all;
    }
}

@media (max-width: 768px) {

    .header.rx7m4k {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        background: #211E6B;
    }

    body {
        padding-top: 68px;
    }

    .container.mx7g4s {
        padding: 0 12px;
    }

    .header-inner.kp9n3x {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        min-height: 68px;
        padding: 10px 0;
    }

    .logo-img.gx4m9k {
        height: 34px;
        width: auto;
    }

    .online-counter.vx8m3k {
        display: none;
    }

    .burger-menu.cx8r5m {
        display: flex;
        width: 42px;
        height: 42px;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(255, 255, 255, .12);
        border-radius: 10px;
        background: rgba(255, 255, 255, .05);
    }

    .header-nav.nm8k4p {
        position: fixed;
        top: 68px;
        left: 0;
        width: 100%;
        height: calc(100vh - 68px);
        background: #211E6B;
        padding: 20px 16px;
        overflow-y: auto;
        transform: translateX(100%);
        transition: .3s ease;
        border-top: 1px solid rgba(255, 255, 255, .08);
    }

    .header-nav.nm8k4p.is-open {
        transform: translateX(0);
    }

    .nav-menu.px3r7m {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .nav-item.tn6k2x {
        width: 100%;
    }

    .nav-link.bx9m5v {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 52px;
        padding: 14px 16px;
        font-size: 16px;
        color: #fff;
        background: rgba(255, 255, 255, .04);
        border: 1px solid rgba(255, 255, 255, .08);
        border-radius: 12px;
    }

    .nav-link.bx9m5v:hover {
        background: rgba(240, 28, 162, .12);
        border-color: rgba(240, 28, 162, .4);
    }

    .header-nav.nm8k4p::after {
        content: "";
        display: block;
        height: 16px;
    }
}

@media (max-width: 480px) {

    body {
        padding-top: 62px;
    }

    .header-inner.kp9n3x {
        min-height: 62px;
    }

    .header-nav.nm8k4p {
        top: 62px;
        height: calc(100vh - 62px);
        padding: 14px;
    }

    .logo-img.gx4m9k {
        height: 30px;
    }

    .nav-link.bx9m5v {
        min-height: 48px;
        font-size: 15px;
        padding: 12px 14px;
    }
}