:root {
    --primary-color: #FFD23F;
    --background-dark: #0A0118;
    --background-light: #1A0B2E;
    --text-light: #F5F0FF;
    --text-dark: #0A0118;
    --header-height: 70px;

    --neon-purple: #A855F7;
    --neon-cyan: #22D3EE;
    --neon-pink: #EC4899;
    --gold-glow: #FFE066;
    --surface-grad: linear-gradient(135deg, #1A0B2E 0%, #2A1654 50%, #0A0118 100%);
    --neon-grad: linear-gradient(90deg, #A855F7, #22D3EE, #FFD23F);
    --card-border: 1px solid rgba(168, 85, 247, .4);
    --glow-purple: 0 0 24px rgba(168, 85, 247, .55);
    --glow-cyan: 0 0 24px rgba(34, 211, 238, .55);
    --glow-gold: 0 0 24px rgba(255, 210, 63, .5);
}
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: 'Poppins', sans-serif;
    background: var(--background-dark);
    background-image:
        radial-gradient(ellipse at 15% 10%, rgba(168, 85, 247, .18), transparent 55%),
        radial-gradient(ellipse at 85% 80%, rgba(34, 211, 238, .14), transparent 55%),
        url("img/pattern-grid.nm40j39t"),
        var(--surface-grad);
    background-attachment: fixed, fixed, fixed, fixed;
    background-size: auto, auto, 40px 40px, auto;
    color: var(--text-light);
    line-height: 1.6;
    min-height: 100vh;
}
a {
    text-decoration: none;
    color: inherit;
}
img {
    max-width: 100%;
    display: block;
}
button {
    background: none;
    border: none;
    cursor: pointer;
    font-family: inherit;
    color: inherit;
}
ul {
    list-style: none;
}
.xojg4gww {
    position: absolute;
    top: -40px;
    left: 0;
    background: var(--primary-color);
    color: var(--text-dark);
    padding: .5rem 1rem;
    z-index: 1001;
    transition: top .3s;
    font-weight: 700;
    border-radius: 0 0 8px 0;
}
.xojg4gww:focus {
    top: 0;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(10, 1, 24, .72);
    backdrop-filter: blur(14px) saturate(140%);
    -webkit-backdrop-filter: blur(14px) saturate(140%);
    z-index: 1000;
    border-bottom: 1px solid transparent;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .55);
}
.yzww2p6c64 { padding-right: 21px; }
header::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background: var(--neon-grad);
    opacity: .85;
    filter: drop-shadow(0 0 6px rgba(168, 85, 247, .6));
}
.oao5qwno {
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 1rem;
    min-height: var(--header-height);
}
.dchaeoou {
    display: inline-flex;
    align-items: center;
    filter: drop-shadow(0 0 6px rgba(255, 210, 63, .35));
    transition: filter .3s;
}
.dchaeoou:hover {
    filter: drop-shadow(0 0 10px rgba(255, 210, 63, .65));
}
.dchaeoou img {
    height: auto;
    max-width: 170px;
}
.nkeixtfi {
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: auto;
}
.y46nuz30 {
    margin-left: 1.5rem;
}
.vh5qmy1e {
    font-weight: 600;
    position: relative;
    padding: .25rem 0;
    transition: color .3s, text-shadow .3s;
}
.vh5qmy1e::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 0;
    background: var(--neon-grad);
    transition: width .3s ease;
    border-radius: 2px;
}
.vh5qmy1e:hover,
.vh5qmy1e:focus {
    color: var(--primary-color);
    text-shadow: 0 0 12px rgba(255, 210, 63, .55);
}
.vh5qmy1e:hover::after,
.vh5qmy1e:focus::after {
    width: 100%;
}
.mptza4xy {
    display: none;
}
.btqsak9o {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.c6ee4kbjj { margin: -2px; border: 2px dotted #ebfc37; width: 32%; color: rgb(248, 229, 200); display: block; padding: 43px 21px; }

.w2meauz5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .65rem 1.6rem;
    font-weight: 700;
    border-radius: 999px;
    transition: transform .25s, box-shadow .3s, background .3s, color .3s;
    text-align: center;
    position: relative;
    overflow: hidden;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size: .92rem;
}
.ffxm6lfl,
.eqjk0o6c,
.a4n35i66 {
    background: linear-gradient(135deg, #FFE066 0%, #FFD23F 45%, #C89200 100%);
    color: var(--text-dark);
    border: 1px solid rgba(255, 224, 102, .9);
    box-shadow:
        var(--glow-gold),
        inset 0 1px 0 rgba(255, 255, 255, .55),
        inset 0 -3px 8px rgba(0, 0, 0, .25);
    animation: pulseGlow 2.4s ease-in-out infinite;
}
.ffxm6lfl::before,
.eqjk0o6c::before,
.a4n35i66::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .55), transparent);
    transform: skewX(-20deg);
    animation: shimmer 3.5s ease-in-out infinite;
}
.ffxm6lfl:hover,
.ffxm6lfl:focus,
.eqjk0o6c:hover,
.eqjk0o6c:focus,
.a4n35i66:hover,
.a4n35i66:focus {
    transform: translateY(-2px) scale(1.03);
    box-shadow:
        0 0 36px rgba(255, 210, 63, .75),
        inset 0 1px 0 rgba(255, 255, 255, .65),
        inset 0 -3px 10px rgba(0, 0, 0, .3);
}
.jl6tu3cc,
.mue5pyzo {
    background: transparent;
    color: var(--neon-cyan);
    border: 2px solid var(--neon-cyan);
    box-shadow: 0 0 14px rgba(34, 211, 238, .35), inset 0 0 14px rgba(34, 211, 238, .12);
}
.jl6tu3cc:hover,
.jl6tu3cc:focus,
.mue5pyzo:hover,
.mue5pyzo:focus {
    background: linear-gradient(135deg, var(--neon-purple), var(--neon-cyan));
    color: var(--text-light);
    border-color: transparent;
    box-shadow: var(--glow-purple), 0 0 22px rgba(34, 211, 238, .4);
    transform: translateY(-2px);
}
.klz62o65 {
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: .5rem;
}
.bun0j0nl {
    width: 25px;
    height: 3px;
    background: var(--primary-color);
    margin: 4px 0;
    transition: transform .3s, opacity .3s;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(255, 210, 63, .6);
}
.klz62o65[aria-expanded="true"] .bun0j0nl:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.klz62o65[aria-expanded="true"] .bun0j0nl:nth-child(2) {
    opacity: 0;
}
.klz62o65[aria-expanded="true"] .bun0j0nl:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.ipdjrlaa {
    position: relative;
    min-height: 100vh;
    background: var(--header-background);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 1rem;
    text-align: center;
    overflow: hidden;
    isolation: isolate;
}
.ipdjrlaa::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(168, 85, 247, .55), transparent 55%),
        radial-gradient(circle at 80% 70%, rgba(34, 211, 238, .45), transparent 55%),
        radial-gradient(circle at 50% 100%, rgba(255, 210, 63, .25), transparent 60%);
    mix-blend-mode: screen;
    z-index: 0;
    pointer-events: none;
}
.mxschub8gz { border: 2px solid #828b08; padding: 27px 9px; margin: 10px; }
.ipdjrlaa::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 1, 24, .55), rgba(10, 1, 24, .82));
    z-index: 0;
}
.elr4detm {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 2rem 1rem;
}
.yrq0f6fj {
    font-size: clamp(2.5rem, 6vw, 4.25rem);
    color: var(--primary-color);
    margin-bottom: 1rem;
    font-weight: 700;
    letter-spacing: .01em;
    text-shadow:
        0 0 18px rgba(255, 210, 63, .65),
        0 0 36px rgba(168, 85, 247, .55),
        2px 2px 8px rgba(0, 0, 0, .8);
    animation: neonFlicker 6s infinite;
}
.qxsjc157 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: var(--text-light);
    text-shadow: 0 2px 10px rgba(0, 0, 0, .6);
}
.ipdjrlaa .w2meauz5 {
    padding: .9rem 2.4rem;
    font-size: 1.05rem;
}
.r9r9ztlp {
    margin-top: 1rem;
    font-size: .9rem;
    opacity: .85;
    color: var(--neon-cyan);
    text-shadow: 0 0 8px rgba(34, 211, 238, .35);
}
.iemeeste {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(0 0 12px rgba(255, 210, 63, .55));
    animation: floatY 5s ease-in-out infinite;
    width: clamp(48px, 7vw, 90px);
    height: auto;
}
.xk1vej08 {
    top: 12%;
    left: 6%;
    animation-delay: 0s;
}
.y9pwh2c9 {
    bottom: 14%;
    right: 8%;
    animation-delay: 1.2s;
    filter: drop-shadow(0 0 12px rgba(168, 85, 247, .55));
}
.tjvrf160 {
    top: 18%;
    right: 12%;
    width: clamp(28px, 4vw, 52px);
    animation: floatY 4s ease-in-out infinite, spin 18s linear infinite;
    filter: drop-shadow(0 0 14px rgba(34, 211, 238, .55));
}
.gpvl57l4 {
    bottom: 22%;
    left: 14%;
    width: clamp(24px, 3.5vw, 44px);
    animation: floatY 4.6s ease-in-out infinite reverse, spin 22s linear infinite reverse;
    filter: drop-shadow(0 0 14px rgba(236, 72, 153, .5));
}
main {
    padding: 5rem 1rem 3rem;
    padding-top: var(--header-height);
}

.au4nf49s {
    max-width: 1400px;
    margin: 4rem auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 0 1rem;
}
.a0b4ilhd {
    position: relative;
    background: var(--background-light);
    padding: 2.2rem 1.5rem;
    border-radius: 16px;
    text-align: center;
    transition: transform .35s, box-shadow .35s;
    border: var(--card-border);
    box-shadow: 0 6px 24px rgba(0, 0, 0, .5), inset 0 1px 0 rgba(168, 85, 247, .15);
    overflow: hidden;
    z-index: 1;
    isolation: isolate;
}
.lc3coffpbh0 { color: rgb(58, 39, 33); display: grid; padding: 23px 11px; margin: -16px; }
.a0b4ilhd::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 16px;
    padding: 2px;
    background: var(--neon-grad);
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    mask-composite: exclude;
    opacity: .55;
    transition: opacity .35s;
    z-index: 2;
    pointer-events: none;
}
.a0b4ilhd::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 60%;
    height: 200%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, .08), transparent);
    transform: rotate(15deg) translateX(0);
    transition: transform .8s ease;
    z-index: 1;
    pointer-events: none;
}
.a0b4ilhd:hover {
    transform: translateY(-8px);
    box-shadow: var(--glow-purple), 0 16px 36px rgba(0, 0, 0, .6);
}
.a0b4ilhd:hover::before {
    opacity: 1;
}
.a0b4ilhd:hover::after {
    transform: rotate(15deg) translateX(260%);
}
.vz4k8j17 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto 1rem;
    font-size: 2.4rem;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 30%, rgba(255, 210, 63, .25), transparent 65%),
        linear-gradient(135deg, rgba(168, 85, 247, .35), rgba(34, 211, 238, .25));
    border: 1px solid rgba(255, 210, 63, .5);
    box-shadow: var(--glow-gold), inset 0 0 16px rgba(168, 85, 247, .35);
    transition: transform .35s;
}
.a0b4ilhd:hover .vz4k8j17 {
    transform: rotate(-8deg) scale(1.08);
}
.e9c66q6l {
    margin-bottom: .5rem;
    font-size: 1.3rem;
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(255, 210, 63, .35);
    font-weight: 700;
}
.a83eekvk {
    font-size: 1rem;
    opacity: .92;
    color: var(--text-light);
}

#bonus {
    position: relative;
    text-align: center;
    padding: 4rem 1.5rem;
    margin: 3rem auto;
    max-width: 1100px;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(255, 210, 63, .15), transparent 60%),
        linear-gradient(135deg, #1A0B2E 0%, #3B1262 100%);
    border: 1px solid rgba(255, 210, 63, .35);
    border-radius: 20px;
    overflow: hidden;
    isolation: isolate;
    box-shadow: var(--glow-purple), 0 12px 40px rgba(0, 0, 0, .65);
}
#bonus::before {
    content: "";
    position: absolute;
    inset: -50%;
    background: conic-gradient(from 0deg, transparent 0deg, rgba(255, 210, 63, .55) 60deg, rgba(168, 85, 247, .55) 180deg, rgba(34, 211, 238, .55) 300deg, transparent 360deg);
    animation: rotateConic 8s linear infinite;
    z-index: -2;
    opacity: .55;
}
#bonus::after {
    content: "";
    position: absolute;
    inset: 2px;
    border-radius: 18px;
    background: linear-gradient(135deg, #1A0B2E 0%, #2A1654 50%, #0A0118 100%);
    z-index: -1;
}
.pujvcrjm {
    position: absolute;
    width: clamp(60px, 8vw, 100px);
    height: clamp(60px, 8vw, 100px);
    background: url("img/chip.nm40j39t") center/contain no-repeat;
    filter: drop-shadow(0 0 14px rgba(168, 85, 247, .55));
    z-index: 1;
    pointer-events: none;
}
.d0c0dgmj {
    top: 1.2rem;
    left: 1.2rem;
    animation: spin 22s linear infinite;
}
.occkgan3 {
    bottom: 1.2rem;
    right: 1.2rem;
    animation: spin 22s linear infinite reverse;
}
.l44ql71mn42b { color: rgb(237, 35, 11); display: grid; border: 5px dashed #e03826; }
#bonus h2 {
    font-size: clamp(1.7rem, 3.2vw, 2.6rem);
    margin-bottom: 1rem;
    font-weight: 800;
    background: linear-gradient(90deg, #FFE066, #FFD23F, #A855F7, #22D3EE);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    animation: gradientShift 6s ease-in-out infinite;
    text-shadow: 0 0 30px rgba(168, 85, 247, .25);
    letter-spacing: .01em;
}
#bonus p {
    font-size: 1.2rem;
    max-width: 640px;
    margin: 0 auto 2rem;
    color: var(--text-light);
    opacity: .92;
}
#bonus .w2meauz5 {
    padding: 1rem 2.6rem;
    font-size: 1.1rem;
}

footer {
    position: relative;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 1, 24, .85) 30%, #0A0118 100%);
    color: #C8B8E8;
    text-align: center;
    padding: 3rem 1rem 2rem;
    margin-top: 4rem;
}
footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--neon-grad);
    opacity: .7;
    filter: drop-shadow(0 0 8px rgba(168, 85, 247, .5));
}
.q78og981 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.q78og981::after {
    content: "";
    display: block;
    width: 80px;
    height: 8px;
    margin: 0 auto 1.5rem;
    background:
        radial-gradient(circle at 25% 50%, var(--neon-cyan) 1px, transparent 2px),
        radial-gradient(circle at 50% 50%, var(--gold-glow) 1px, transparent 2px),
        radial-gradient(circle at 75% 50%, var(--neon-purple) 1px, transparent 2px);
    background-size: 33% 100%;
    background-repeat: no-repeat;
    opacity: .8;
}
.caob4mny {
    margin-bottom: 1.5rem;
}
.caob4mny a {
    margin: 0 .75rem;
    font-size: .9rem;
    transition: color .3s, text-shadow .3s;
}
.caob4mny a:hover,
.caob4mny a:focus {
    color: var(--primary-color);
    text-shadow: 0 0 8px rgba(255, 210, 63, .5);
}
footer small {
    display: block;
    margin-top: 1.5rem;
    font-size: .85rem;
    opacity: .75;
}

.xyivtr6x {
    width: 100%;
    margin-bottom: 40px;
}
.ynr077yy {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 16px 0;
}
.ynr077yy h2 {
    color: var(--primary-color);
    font-size: clamp(1.6rem, 2.6vw, 2.2rem);
    text-shadow: 0 0 12px rgba(255, 210, 63, .35);
    margin-bottom: .5rem;
    font-weight: 700;
    text-align: center;
}
.cdufy57m2rc { width: 81px; margin: -12px; padding: 38px 26px; display: none; color: rgb(132, 104, 121); border: 2px solid #baeee7; }
.ynr077yy > p {
    text-align: center;
    color: var(--text-light);
    opacity: .85;
    max-width: 800px;
    margin: 0 auto;
}
.luvfjthu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    align-items: stretch;
    padding-top: 24px;
}
.nvhxvwh6 {
    width: 100%;
    height: auto;
    max-width: 220px;
    min-height: auto;
    position: relative;
    background: linear-gradient(160deg, rgba(168, 85, 247, .2), rgba(34, 211, 238, .12));
    border-radius: 14px;
    padding: 4px;
    transition: transform .3s, box-shadow .3s;
    overflow: hidden;
    isolation: isolate;
}
.nvhxvwh6::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 2px;
    background: var(--neon-grad);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity .3s;
    z-index: 3;
    pointer-events: none;
}
.nvhxvwh6 img {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
    transition: opacity .3s, transform .3s;
}
.nvhxvwh6 .nm40j39t {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.7);
    width: 64px;
    height: 64px;
    opacity: 0;
    z-index: 4;
    filter: drop-shadow(0 0 14px rgba(255, 210, 63, .8));
    transition: opacity .3s, transform .3s;
}
.nvhxvwh6:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: var(--glow-purple), 0 12px 28px rgba(0, 0, 0, .55);
}
.nvhxvwh6:hover::before {
    opacity: 1;
}
.nvhxvwh6:hover .nm40j39t {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.nvhxvwh6:hover img {
    opacity: .35;
    transform: scale(1.05);
}

.nqtki2ep,
.t4wl5wwa {
    width: 100%;
    margin: 2.5rem 0;
}
.qlxl9ig3,
.cgw4xku6 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    background: var(--background-light);
    border-radius: 16px;
    border: var(--card-border);
    box-shadow: 0 6px 24px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(168, 85, 247, .12);
    position: relative;
}
.yajqobijv { display: block; border: 5px solid #24759a; padding-right: 8px; }
.qlxl9ig3 h1,
.qlxl9ig3 h2,
.cgw4xku6 h2 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 0 12px rgba(255, 210, 63, .35);
    letter-spacing: .01em;
}
.qlxl9ig3 h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}
.qlxl9ig3 h2,
.cgw4xku6 h2 {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
}
.qlxl9ig3 p,
.cgw4xku6 p {
    margin-bottom: 1rem;
    color: var(--text-light);
    opacity: .92;
}
.qlxl9ig3 a,
.cgw4xku6 a {
    color: var(--neon-cyan);
    text-decoration: underline;
    text-decoration-color: rgba(34, 211, 238, .45);
    text-underline-offset: 3px;
    transition: color .3s, text-shadow .3s;
}
.qlxl9ig3 a:hover,
.cgw4xku6 a:hover {
    color: var(--primary-color);
    text-shadow: 0 0 8px rgba(255, 210, 63, .5);
}
.qlxl9ig3 ul,
.qlxl9ig3 ol,
.cgw4xku6 ul,
.cgw4xku6 ol {
    margin: 0 0 1rem 1.5rem;
}
.qlxl9ig3 li,
.cgw4xku6 li {
    margin-bottom: .5rem;
    list-style: disc;
}

.qlxl9ig3 table {
    width: 100%;
    margin: 1rem 0;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid rgba(255, 210, 63, .35);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(10, 1, 24, .55);
}
.qlxl9ig3 table td {
    padding: .85rem 1rem;
    border-bottom: 1px solid rgba(168, 85, 247, .18);
    color: var(--text-light);
}
.si6dlh1k { padding-left: 6px; }
.qlxl9ig3 table tr:nth-child(odd) td {
    background: rgba(168, 85, 247, .07);
}
.qlxl9ig3 table tr:last-child td {
    border-bottom: none;
}
.qlxl9ig3 table td:first-child {
    color: var(--primary-color);
    font-weight: 600;
    width: 40%;
    border-right: 1px solid rgba(168, 85, 247, .25);
}

.yw4oysqy,
.tw6hw4p9 {
    margin: 1.5rem 0 .5rem;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(168, 85, 247, .45);
    box-shadow: var(--glow-purple), 0 10px 28px rgba(0, 0, 0, .55);
    position: relative;
    aspect-ratio: 16 / 9;
    background: #000;
}
.tyydsdks,
.yw4oysqy iframe,
.tw6hw4p9 iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.vxb1u6gp,
#hero-block {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 1.5rem 0;
    border-radius: 16px;
    overflow: hidden;
    background-color: #000;
    background-size: cover;
    background-position: center;
    border: 1px solid rgba(255, 210, 63, .45);
    box-shadow: var(--glow-gold), 0 10px 30px rgba(0, 0, 0, .6);
}
.vxb1u6gp::before,
#hero-block::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 1, 24, .25) 0%, rgba(10, 1, 24, .65) 100%);
    pointer-events: none;
    z-index: 1;
}
#hero-block iframe,
.vxb1u6gp iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    position: absolute;
    inset: 0;
    z-index: 5;
}
#hero-block iframe + .ihxtpk3d,
.vxb1u6gp iframe ~ .ihxtpk3d {
    display: none;
}
.ihxtpk3d {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
}
.oncy8zkqeg5 { width: 84%; padding: 44px 41px; }
.eqjk0o6c {
    padding: .9rem 2rem;
    font-size: 1rem;
    border-radius: 999px;
    font-family: inherit;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    letter-spacing: .02em;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: transform .25s, box-shadow .3s;
}

.duwhhhxr {
    padding: 1rem 0;
}

@media (max-width: 992px) {
    .y46nuz30 {
        margin-left: 1rem;
    }

    .w2meauz5 {
        padding: .55rem 1.2rem;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 45px;
    }

    .klz62o65 {
        display: flex;
    }

    .x3t1i0rb {
        display: none;
    }

    .mptza4xy {
        display: list-item;
    }

    .nkeixtfi {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(10, 1, 24, .96);
        backdrop-filter: blur(10px);
        flex-direction: column;
        align-items: center;
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease-in-out, padding .3s ease-in-out;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid rgba(168, 85, 247, .35);
    }

    .nkeixtfi.qkw151ou {
        max-height: 500px;
        padding: 1rem 0;
    }

    .nkeixtfi .y46nuz30 {
        margin: 1rem 0;
        margin-left: 0;
    }

    .xk1vej08,
    .y9pwh2c9 {
        opacity: .7;
    }

    #bonus {
        padding: 3rem 1rem;
    }
}
@media screen and (max-width: 695px) {
    .luvfjthu {
        justify-content: center;
        gap: 10px;
    }

    .nvhxvwh6 {
        max-width: 140px;
        min-height: 200px;
    }

    .nvhxvwh6 img {
        max-width: 100%;
        min-height: 200px;
        object-fit: cover;
    }

    .pujvcrjm {
        display: none;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow:
            0 0 18px rgba(255, 210, 63, .45),
            inset 0 1px 0 rgba(255, 255, 255, .55),
            inset 0 -3px 8px rgba(0, 0, 0, .25);
    }
    50% {
        box-shadow:
            0 0 34px rgba(255, 210, 63, .8),
            inset 0 1px 0 rgba(255, 255, 255, .65),
            inset 0 -3px 8px rgba(0, 0, 0, .25);
    }
}
@keyframes shimmer {
    0% {
        left: -120%;
    }
    60%, 100% {
        left: 140%;
    }
}
@keyframes floatY {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-14px);
    }
}
@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes rotateConic {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
@keyframes gradientShift {
    0%, 100% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
}
@keyframes neonFlicker {
    0%, 18%, 22%, 25%, 53%, 57%, 100% {
        text-shadow:
            0 0 18px rgba(255, 210, 63, .65),
            0 0 36px rgba(168, 85, 247, .55),
            2px 2px 8px rgba(0, 0, 0, .8);
        opacity: 1;
    }
    20%, 24%, 55% {
        text-shadow: 0 0 4px rgba(255, 210, 63, .3);
        opacity: .92;
    }
}
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: .001ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001ms !important;
        scroll-behavior: auto !important;
    }
}