: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.c95zlxl8"),
        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;
}
.kkt6x1cw {
    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;
}
.kkt6x1cw: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);
}
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));
}
.up4qeyo0 {
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 1rem;
    min-height: var(--header-height);
}
.kzdnjgbsqk0v { margin: -2px; width: 98%; display: none; }
.mruo9p9w {
    display: inline-flex;
    align-items: center;
    filter: drop-shadow(0 0 6px rgba(255, 210, 63, .35));
    transition: filter .3s;
}
.mruo9p9w:hover {
    filter: drop-shadow(0 0 10px rgba(255, 210, 63, .65));
}
.mruo9p9w img {
    height: auto;
    max-width: 170px;
}
.o9neak1w {
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: auto;
}
.iunppvui {
    margin-left: 1.5rem;
}
.tlt9kdy1 {
    font-weight: 600;
    position: relative;
    padding: .25rem 0;
    transition: color .3s, text-shadow .3s;
}
.tlt9kdy1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 0;
    background: var(--neon-grad);
    transition: width .3s ease;
    border-radius: 2px;
}
.tlt9kdy1:hover,
.tlt9kdy1:focus {
    color: var(--primary-color);
    text-shadow: 0 0 12px rgba(255, 210, 63, .55);
}
.tlt9kdy1:hover::after,
.tlt9kdy1:focus::after {
    width: 100%;
}
.opvgmhn5 {
    display: none;
}
.cf3qytr4 {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.ey1s317t {
    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;
}
.nylwcv8j5 { display: inline-block; color: rgb(85, 17, 201); padding: 6px 13px; }
.fphs3zxk,
.mi87cvlu,
.y0igym2r {
    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;
}
.fphs3zxk::before,
.mi87cvlu::before,
.y0igym2r::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;
}
.fphs3zxk:hover,
.fphs3zxk:focus,
.mi87cvlu:hover,
.mi87cvlu:focus,
.y0igym2r:hover,
.y0igym2r: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);
}
.lh6m2kb7,
.ie73nwsy {
    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);
}
.lh6m2kb7:hover,
.lh6m2kb7:focus,
.ie73nwsy:hover,
.ie73nwsy: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);
}
.fqsciuhx {
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: .5rem;
}
.fv8re4cs {
    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);
}
.fqsciuhx[aria-expanded="true"] .fv8re4cs:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.fqsciuhx[aria-expanded="true"] .fv8re4cs:nth-child(2) {
    opacity: 0;
}
.fqsciuhx[aria-expanded="true"] .fv8re4cs:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.bbme4ust {
    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;
}
.kbs2bion0 { border: 5px dashed #482b4e; }
.bbme4ust::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;
}
.bbme4ust::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 1, 24, .55), rgba(10, 1, 24, .82));
    z-index: 0;
}
.k1pb02zh {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 2rem 1rem;
}
.p6erjtq3 {
    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;
}
.o9fkjmsa {
    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);
}
.bbme4ust .ey1s317t {
    padding: .9rem 2.4rem;
    font-size: 1.05rem;
}
.w4o15rd0 {
    margin-top: 1rem;
    font-size: .9rem;
    opacity: .85;
    color: var(--neon-cyan);
    text-shadow: 0 0 8px rgba(34, 211, 238, .35);
}
.jvvjb5xm {
    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;
}
.tdac0si1 {
    top: 12%;
    left: 6%;
    animation-delay: 0s;
}
.grj1zooy {
    bottom: 14%;
    right: 8%;
    animation-delay: 1.2s;
    filter: drop-shadow(0 0 12px rgba(168, 85, 247, .55));
}
.l28vqryq {
    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));
}
.jmxe8hnt {
    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);
}

.tfnso1w0 {
    max-width: 1400px;
    margin: 4rem auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 0 1rem;
}
.qeff6yaix0 { padding: 2px 11px; display: grid; width: 16vw; margin: 7px; color: rgb(71, 226, 43); border: 3px solid #fe9976; }
.stj169he {
    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;
}
.stj169he::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;
}
.stj169he::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;
}
.stj169he:hover {
    transform: translateY(-8px);
    box-shadow: var(--glow-purple), 0 16px 36px rgba(0, 0, 0, .6);
}
.stj169he:hover::before {
    opacity: 1;
}
.stj169he:hover::after {
    transform: rotate(15deg) translateX(260%);
}
.mfbho3ig {
    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;
}
.stj169he:hover .mfbho3ig {
    transform: rotate(-8deg) scale(1.08);
}
.socfl62k {
    margin-bottom: .5rem;
    font-size: 1.3rem;
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(255, 210, 63, .35);
    font-weight: 700;
}
.clxtjzjz {
    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;
}
.fimsewbh {
    position: absolute;
    width: clamp(60px, 8vw, 100px);
    height: clamp(60px, 8vw, 100px);
    background: url("img/chip.c95zlxl8") center/contain no-repeat;
    filter: drop-shadow(0 0 14px rgba(168, 85, 247, .55));
    z-index: 1;
    pointer-events: none;
}
.uvlpg7y1 { display: none; border: 5px dashed #5a3ba6; }
.t8dnmvmw {
    top: 1.2rem;
    left: 1.2rem;
    animation: spin 22s linear infinite;
}
.gudssa2o {
    bottom: 1.2rem;
    right: 1.2rem;
    animation: spin 22s linear infinite reverse;
}
#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 .ey1s317t {
    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));
}
.xryde186 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.xryde186::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;
}
.hc3zd071 {
    margin-bottom: 1.5rem;
}
.hc3zd071 a {
    margin: 0 .75rem;
    font-size: .9rem;
    transition: color .3s, text-shadow .3s;
}
.hc3zd071 a:hover,
.hc3zd071 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;
}

.eohdln7a {
    width: 100%;
    margin-bottom: 40px;
}
.a7s4hjsh0wei { padding-left: 7px; width: 53px; padding-right: 28px; }
.es3i7db8 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 16px 0;
}
.es3i7db8 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;
}
.es3i7db8 > p {
    text-align: center;
    color: var(--text-light);
    opacity: .85;
    max-width: 800px;
    margin: 0 auto;
}
.wzmwz5o7 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    align-items: stretch;
    padding-top: 24px;
}
.xmpgzc41 {
    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;
}
.xmpgzc41::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;
}
.xmpgzc41 img {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
    transition: opacity .3s, transform .3s;
}
.xmpgzc41 .c95zlxl8 {
    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;
}
.xmpgzc41:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: var(--glow-purple), 0 12px 28px rgba(0, 0, 0, .55);
}
.xmpgzc41:hover::before {
    opacity: 1;
}
.m6oki2bq18 { padding-left: 6px; width: 22%; display: none; }
.xmpgzc41:hover .c95zlxl8 {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.xmpgzc41:hover img {
    opacity: .35;
    transform: scale(1.05);
}

.qf0udn1s,
.ro9amz8p {
    width: 100%;
    margin: 2.5rem 0;
}
.tly64mal,
.nuzog45l {
    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;
}
.tly64mal h1,
.tly64mal h2,
.nuzog45l h2 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 0 12px rgba(255, 210, 63, .35);
    letter-spacing: .01em;
}
.tly64mal h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}
.tly64mal h2,
.nuzog45l h2 {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
}
.tly64mal p,
.nuzog45l p {
    margin-bottom: 1rem;
    color: var(--text-light);
    opacity: .92;
}
.tly64mal a,
.nuzog45l 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;
}
.tly64mal a:hover,
.nuzog45l a:hover {
    color: var(--primary-color);
    text-shadow: 0 0 8px rgba(255, 210, 63, .5);
}
.tly64mal ul,
.tly64mal ol,
.nuzog45l ul,
.nuzog45l ol {
    margin: 0 0 1rem 1.5rem;
}
.tly64mal li,
.nuzog45l li {
    margin-bottom: .5rem;
    list-style: disc;
}

.tly64mal 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);
}
.tly64mal table td {
    padding: .85rem 1rem;
    border-bottom: 1px solid rgba(168, 85, 247, .18);
    color: var(--text-light);
}
.tly64mal table tr:nth-child(odd) td {
    background: rgba(168, 85, 247, .07);
}
.oy77vc34 { margin: -10px; display: inline-block; padding: 15px 39px; color: rgb(34, 3, 54); width: 80%; border: 2px solid #c8926c; }
.tly64mal table tr:last-child td {
    border-bottom: none;
}
.tly64mal table td:first-child {
    color: var(--primary-color);
    font-weight: 600;
    width: 40%;
    border-right: 1px solid rgba(168, 85, 247, .25);
}

.kretvrtx,
.v9zky2v7 {
    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;
}
.dz2bm4ti,
.kretvrtx iframe,
.v9zky2v7 iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.wxkb179n,
#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);
}
.wxkb179n::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,
.wxkb179n iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    position: absolute;
    inset: 0;
    z-index: 5;
}
#hero-block iframe + .oi50uddq,
.wxkb179n iframe ~ .oi50uddq {
    display: none;
}
.oi50uddq {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
}
.mi87cvlu {
    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;
}

.jwmwacad {
    padding: 1rem 0;
}

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

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

    .fqsciuhx {
        display: flex;
    }

    .iirsamjt {
        display: none;
    }

    .opvgmhn5 {
        display: list-item;
    }

    .o9neak1w {
        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);
    }

    .o9neak1w.al8bqkc9 {
        max-height: 500px;
        padding: 1rem 0;
    }

    .o9neak1w .iunppvui {
        margin: 1rem 0;
        margin-left: 0;
    }

    .tdac0si1,
    .grj1zooy {
        opacity: .7;
    }

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

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

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

    .fimsewbh {
        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;
    }
}