: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.z8ptj8zx"),
        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;
}
.ytwup8jb {
    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;
}
.ytwup8jb: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));
}
.x946sudq306 { display: grid; }
.ne4wsrt2 {
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 1rem;
    min-height: var(--header-height);
}
.eohx0wx2 {
    display: inline-flex;
    align-items: center;
    filter: drop-shadow(0 0 6px rgba(255, 210, 63, .35));
    transition: filter .3s;
}
.eohx0wx2:hover {
    filter: drop-shadow(0 0 10px rgba(255, 210, 63, .65));
}
.eohx0wx2 img {
    height: auto;
    max-width: 170px;
}
.rhtmupo6 {
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: auto;
}
.xmcbmgk9 {
    margin-left: 1.5rem;
}
.pgmd6wev {
    font-weight: 600;
    position: relative;
    padding: .25rem 0;
    transition: color .3s, text-shadow .3s;
}
.pgmd6wev::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 0;
    background: var(--neon-grad);
    transition: width .3s ease;
    border-radius: 2px;
}
.pgmd6wev:hover,
.pgmd6wev:focus {
    color: var(--primary-color);
    text-shadow: 0 0 12px rgba(255, 210, 63, .55);
}
.pgmd6wev:hover::after,
.pgmd6wev:focus::after {
    width: 100%;
}
.kjumpy2c { width: 54vw; }
.uv6r667k {
    display: none;
}
.y9k7z0z6 {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.cfwulk5e {
    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;
}
.cqkkcm6r,
.graf9yjx,
.vr4f7zt4 {
    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;
}
.cqkkcm6r::before,
.graf9yjx::before,
.vr4f7zt4::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;
}
.cqkkcm6r:hover,
.cqkkcm6r:focus,
.graf9yjx:hover,
.graf9yjx:focus,
.vr4f7zt4:hover,
.vr4f7zt4: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);
}
.rd1jr2wd,
.nvsmmhqa {
    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);
}
.rd1jr2wd:hover,
.rd1jr2wd:focus,
.nvsmmhqa:hover,
.nvsmmhqa: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);
}
.tn3vvqhf {
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: .5rem;
}
.i2cd32wx {
    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);
}
.tn3vvqhf[aria-expanded="true"] .i2cd32wx:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.tn3vvqhf[aria-expanded="true"] .i2cd32wx:nth-child(2) {
    opacity: 0;
}
.uerjwatpvs { margin: -2px; padding: 16px 36px; }
.tn3vvqhf[aria-expanded="true"] .i2cd32wx:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.iv0p3ufa {
    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;
}
.iv0p3ufa::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;
}
.iv0p3ufa::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 1, 24, .55), rgba(10, 1, 24, .82));
    z-index: 0;
}
.j3zkjl4k {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 2rem 1rem;
}
.m73aqf6s {
    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;
}
.ghli1wr7 {
    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);
}
.iv0p3ufa .cfwulk5e {
    padding: .9rem 2.4rem;
    font-size: 1.05rem;
}
.jc6hchre {
    margin-top: 1rem;
    font-size: .9rem;
    opacity: .85;
    color: var(--neon-cyan);
    text-shadow: 0 0 8px rgba(34, 211, 238, .35);
}
.lv2xj4iz {
    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;
}
.ms1ov0di {
    top: 12%;
    left: 6%;
    animation-delay: 0s;
}
.i1veq8vu {
    bottom: 14%;
    right: 8%;
    animation-delay: 1.2s;
    filter: drop-shadow(0 0 12px rgba(168, 85, 247, .55));
}
.fanlnrvm {
    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));
}
.smscy4w5 {
    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);
}
.pzrubwgb1327 { border: 5px dotted #15c9eb; }

.xiy6glxh {
    max-width: 1400px;
    margin: 4rem auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 0 1rem;
}
.gyzlqnmb {
    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;
}
.gyzlqnmb::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;
}
.gyzlqnmb::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;
}
.gyzlqnmb:hover {
    transform: translateY(-8px);
    box-shadow: var(--glow-purple), 0 16px 36px rgba(0, 0, 0, .6);
}
.gyzlqnmb:hover::before {
    opacity: 1;
}
.gyzlqnmb:hover::after {
    transform: rotate(15deg) translateX(260%);
}
.eay6vosn {
    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;
}
.gyzlqnmb:hover .eay6vosn {
    transform: rotate(-8deg) scale(1.08);
}
.k1f1oqer {
    margin-bottom: .5rem;
    font-size: 1.3rem;
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(255, 210, 63, .35);
    font-weight: 700;
}
.w12fgp8u7 { margin: 12px; padding: 47px 34px; }
.jtnk45pf {
    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;
}
.fa50d3qp {
    position: absolute;
    width: clamp(60px, 8vw, 100px);
    height: clamp(60px, 8vw, 100px);
    background: url("img/chip.z8ptj8zx") center/contain no-repeat;
    filter: drop-shadow(0 0 14px rgba(168, 85, 247, .55));
    z-index: 1;
    pointer-events: none;
}
.vyvq98op {
    top: 1.2rem;
    left: 1.2rem;
    animation: spin 22s linear infinite;
}
.iswmczsz {
    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 .cfwulk5e {
    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));
}
.bn4hvnwu {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.bn4hvnwu::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;
}
.v7nevxz7s { padding-right: 47px; padding-left: 50px; display: flex; margin: -13px; color: rgb(80, 129, 151); }
.qfwerq3i {
    margin-bottom: 1.5rem;
}
.qfwerq3i a {
    margin: 0 .75rem;
    font-size: .9rem;
    transition: color .3s, text-shadow .3s;
}
.qfwerq3i a:hover,
.qfwerq3i 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;
}

.zxonsx0z {
    width: 100%;
    margin-bottom: 40px;
}
.mzhw6v99 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 16px 0;
}
.mzhw6v99 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;
}
.mzhw6v99 > p {
    text-align: center;
    color: var(--text-light);
    opacity: .85;
    max-width: 800px;
    margin: 0 auto;
}
.da681e9k {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    align-items: stretch;
    padding-top: 24px;
}
.shsm7ca2 {
    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;
}
.shsm7ca2::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;
}
.shsm7ca2 img {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
    transition: opacity .3s, transform .3s;
}
.shsm7ca2 .z8ptj8zx {
    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;
}
.shsm7ca2:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: var(--glow-purple), 0 12px 28px rgba(0, 0, 0, .55);
}
.qba0perhegmn { padding: 12px 39px; border: 3px dotted #2ce383; width: 5px; display: grid; margin: 11px; color: rgb(226, 40, 11); }
.shsm7ca2:hover::before {
    opacity: 1;
}
.shsm7ca2:hover .z8ptj8zx {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.shsm7ca2:hover img {
    opacity: .35;
    transform: scale(1.05);
}

.tmwq9ce6,
.cf452fi7 {
    width: 100%;
    margin: 2.5rem 0;
}
.hsr9ynj9,
.ustc71g0 {
    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;
}
.hsr9ynj9 h1,
.hsr9ynj9 h2,
.ustc71g0 h2 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 0 12px rgba(255, 210, 63, .35);
    letter-spacing: .01em;
}
.hsr9ynj9 h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}
.hsr9ynj9 h2,
.ustc71g0 h2 {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
}
.hsr9ynj9 p,
.ustc71g0 p {
    margin-bottom: 1rem;
    color: var(--text-light);
    opacity: .92;
}
.hsr9ynj9 a,
.ustc71g0 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;
}
.hsr9ynj9 a:hover,
.ustc71g0 a:hover {
    color: var(--primary-color);
    text-shadow: 0 0 8px rgba(255, 210, 63, .5);
}
.r1j771x7 { margin: -10px; color: rgb(65, 97, 6); border: 4px solid #0be8db; display: flex; width: 57px; padding: 42px 2px; }
.hsr9ynj9 ul,
.hsr9ynj9 ol,
.ustc71g0 ul,
.ustc71g0 ol {
    margin: 0 0 1rem 1.5rem;
}
.hsr9ynj9 li,
.ustc71g0 li {
    margin-bottom: .5rem;
    list-style: disc;
}

.hsr9ynj9 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);
}
.hsr9ynj9 table td {
    padding: .85rem 1rem;
    border-bottom: 1px solid rgba(168, 85, 247, .18);
    color: var(--text-light);
}
.hsr9ynj9 table tr:nth-child(odd) td {
    background: rgba(168, 85, 247, .07);
}
.hsr9ynj9 table tr:last-child td {
    border-bottom: none;
}
.hsr9ynj9 table td:first-child {
    color: var(--primary-color);
    font-weight: 600;
    width: 40%;
    border-right: 1px solid rgba(168, 85, 247, .25);
}

.e1py67kj,
.f0f17g1s {
    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;
}
.s3phb5t1,
.e1py67kj iframe,
.f0f17g1s iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.ooiqex7g,
#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);
}
.ooiqex7g::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,
.ooiqex7g iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    position: absolute;
    inset: 0;
    z-index: 5;
}
#hero-block iframe + .v5uaegvd,
.ooiqex7g iframe ~ .v5uaegvd {
    display: none;
}
.v5uaegvd {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
}
.woioqmdj { display: inline-block; width: 63%; margin: 16px; border: 5px solid #acef90; color: rgb(200, 80, 131); padding: 5px 36px; }
.graf9yjx {
    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;
}

.d7lu3ocg {
    padding: 1rem 0;
}

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

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

    .tn3vvqhf {
        display: flex;
    }

    .lzttk6fn {
        display: none;
    }

    .uv6r667k {
        display: list-item;
    }

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

    .rhtmupo6.z6lt56dr {
        max-height: 500px;
        padding: 1rem 0;
    }

    .rhtmupo6 .xmcbmgk9 {
        margin: 1rem 0;
        margin-left: 0;
    }

    .ms1ov0di,
    .i1veq8vu {
        opacity: .7;
    }

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

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

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

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