: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.il7ozwd2"),
        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;
}
.sxi5dd5a {
    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;
}
.sxi5dd5a: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));
}
.yfw4m6mbw { display: block; width: 86vw; padding: 19px 40px; border: 5px dashed #5c484d; }
.rdnd52a4 {
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 1rem;
    min-height: var(--header-height);
}
.x5vubqnc {
    display: inline-flex;
    align-items: center;
    filter: drop-shadow(0 0 6px rgba(255, 210, 63, .35));
    transition: filter .3s;
}
.x5vubqnc:hover {
    filter: drop-shadow(0 0 10px rgba(255, 210, 63, .65));
}
.x5vubqnc img {
    height: auto;
    max-width: 170px;
}
.co9iqi10 {
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: auto;
}
.th12z9mw {
    margin-left: 1.5rem;
}
.jgkwq54i {
    font-weight: 600;
    position: relative;
    padding: .25rem 0;
    transition: color .3s, text-shadow .3s;
}
.jgkwq54i::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 0;
    background: var(--neon-grad);
    transition: width .3s ease;
    border-radius: 2px;
}
.jgkwq54i:hover,
.jgkwq54i:focus {
    color: var(--primary-color);
    text-shadow: 0 0 12px rgba(255, 210, 63, .55);
}
.jgkwq54i:hover::after,
.jgkwq54i:focus::after {
    width: 100%;
}
.ss5sgfpy {
    display: none;
}
.oserjs23qqq { display: none; padding: 1px 14px; margin: 12px; width: 40%; border: 5px dotted #4fa035; }
.jaz5uwxx {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.asxoc0kp {
    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;
}
.h9q50n3o,
.h8adfokz,
.uxcif1qp {
    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;
}
.h9q50n3o::before,
.h8adfokz::before,
.uxcif1qp::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;
}
.h9q50n3o:hover,
.h9q50n3o:focus,
.h8adfokz:hover,
.h8adfokz:focus,
.uxcif1qp:hover,
.uxcif1qp: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);
}
.v4y4vgmi,
.kjfkxlwp {
    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);
}
.v4y4vgmi:hover,
.v4y4vgmi:focus,
.kjfkxlwp:hover,
.kjfkxlwp: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);
}
.zgba2p58 {
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: .5rem;
}
.bk8t9qxt {
    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);
}
.zgba2p58[aria-expanded="true"] .bk8t9qxt:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.zgba2p58[aria-expanded="true"] .bk8t9qxt:nth-child(2) {
    opacity: 0;
}
.zgba2p58[aria-expanded="true"] .bk8t9qxt:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.olfhtkgn {
    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;
}
.vkqhidecrz9 { display: inline-block; width: 78vw; padding: 34px 29px; border: 1px solid #2bfb0c; margin: -10px; }
.olfhtkgn::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;
}
.olfhtkgn::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 1, 24, .55), rgba(10, 1, 24, .82));
    z-index: 0;
}
.dx14sg3g {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 2rem 1rem;
}
.y6qdk9tw {
    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;
}
.srynixib {
    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);
}
.olfhtkgn .asxoc0kp {
    padding: .9rem 2.4rem;
    font-size: 1.05rem;
}
.o08nvu5h {
    margin-top: 1rem;
    font-size: .9rem;
    opacity: .85;
    color: var(--neon-cyan);
    text-shadow: 0 0 8px rgba(34, 211, 238, .35);
}
.hon2dzgb {
    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;
}
.hgmy9emn {
    top: 12%;
    left: 6%;
    animation-delay: 0s;
}
.e2sjxbhq {
    bottom: 14%;
    right: 8%;
    animation-delay: 1.2s;
    filter: drop-shadow(0 0 12px rgba(168, 85, 247, .55));
}
.x4ga39f2 {
    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));
}
.tqyqn8i7 {
    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);
}
.kmtc4xuig26w { width: 1vw; display: inline-block; padding: 17px 38px; }

.r2pfofka {
    max-width: 1400px;
    margin: 4rem auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 0 1rem;
}
.htx3pc05 {
    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;
}
.htx3pc05::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;
}
.htx3pc05::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;
}
.htx3pc05:hover {
    transform: translateY(-8px);
    box-shadow: var(--glow-purple), 0 16px 36px rgba(0, 0, 0, .6);
}
.htx3pc05:hover::before {
    opacity: 1;
}
.htx3pc05:hover::after {
    transform: rotate(15deg) translateX(260%);
}
.kh6imxyy {
    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;
}
.htx3pc05:hover .kh6imxyy {
    transform: rotate(-8deg) scale(1.08);
}
.jym9c3x9 {
    margin-bottom: .5rem;
    font-size: 1.3rem;
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(255, 210, 63, .35);
    font-weight: 700;
}
.uuzi9kud {
    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);
}
.kooe95n3t { padding-right: 36px; padding-left: 24px; display: block; }
#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;
}
.tlh8clzu {
    position: absolute;
    width: clamp(60px, 8vw, 100px);
    height: clamp(60px, 8vw, 100px);
    background: url("img/chip.il7ozwd2") center/contain no-repeat;
    filter: drop-shadow(0 0 14px rgba(168, 85, 247, .55));
    z-index: 1;
    pointer-events: none;
}
.ch34rt8j {
    top: 1.2rem;
    left: 1.2rem;
    animation: spin 22s linear infinite;
}
.ygrj84cm {
    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 .asxoc0kp {
    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));
}
.jugtm5vb {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.jugtm5vb::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;
}
.ocsat2q3 {
    margin-bottom: 1.5rem;
}
.djonjdy8 { border: 5px dashed #8516c3; width: 99px; display: none; padding-left: 41px; }
.ocsat2q3 a {
    margin: 0 .75rem;
    font-size: .9rem;
    transition: color .3s, text-shadow .3s;
}
.ocsat2q3 a:hover,
.ocsat2q3 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;
}

.b8219ati {
    width: 100%;
    margin-bottom: 40px;
}
.ryfmgfv3 {
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 16px 0;
}
.ryfmgfv3 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;
}
.ryfmgfv3 > p {
    text-align: center;
    color: var(--text-light);
    opacity: .85;
    max-width: 800px;
    margin: 0 auto;
}
.sa8521ir {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
    align-items: stretch;
    padding-top: 24px;
}
.pq7jtbwn {
    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;
}
.pq7jtbwn::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;
}
.pq7jtbwn img {
    height: auto;
    max-width: 100%;
    border-radius: 10px;
    transition: opacity .3s, transform .3s;
}
.zn1m1d8xt { color: rgb(4, 3, 180); width: 33px; margin: -18px; padding: 8px 44px; border: 4px dotted #932f0d; display: inline-block; }
.pq7jtbwn .il7ozwd2 {
    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;
}
.pq7jtbwn:hover {
    transform: translateY(-6px) scale(1.02);
    box-shadow: var(--glow-purple), 0 12px 28px rgba(0, 0, 0, .55);
}
.pq7jtbwn:hover::before {
    opacity: 1;
}
.pq7jtbwn:hover .il7ozwd2 {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.pq7jtbwn:hover img {
    opacity: .35;
    transform: scale(1.05);
}

.wia34zzj,
.zq24oe57 {
    width: 100%;
    margin: 2.5rem 0;
}
.n7s7ee4l,
.hhie6o09 {
    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;
}
.n7s7ee4l h1,
.n7s7ee4l h2,
.hhie6o09 h2 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 0 12px rgba(255, 210, 63, .35);
    letter-spacing: .01em;
}
.n7s7ee4l h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}
.n7s7ee4l h2,
.hhie6o09 h2 {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
}
.n7s7ee4l p,
.hhie6o09 p {
    margin-bottom: 1rem;
    color: var(--text-light);
    opacity: .92;
}
.n7s7ee4l a,
.hhie6o09 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;
}
.n7s7ee4l a:hover,
.hhie6o09 a:hover {
    color: var(--primary-color);
    text-shadow: 0 0 8px rgba(255, 210, 63, .5);
}
.eklxyj60aa { display: flex; border: 4px solid #becc9b; padding-right: 14px; color: rgb(106, 131, 69); }
.n7s7ee4l ul,
.n7s7ee4l ol,
.hhie6o09 ul,
.hhie6o09 ol {
    margin: 0 0 1rem 1.5rem;
}
.n7s7ee4l li,
.hhie6o09 li {
    margin-bottom: .5rem;
    list-style: disc;
}

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

.lnnysb4i,
.jyoqipye {
    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;
}
.c5ghsrz8,
.lnnysb4i iframe,
.jyoqipye iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.w8qaxnne,
#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);
}
.w8qaxnne::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;
}
.p5i5f2pub7i { width: 60px; padding: 28px 35px; border: 5px dashed #90b389; color: rgb(136, 53, 126); }
#hero-block iframe,
.w8qaxnne iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    position: absolute;
    inset: 0;
    z-index: 5;
}
#hero-block iframe + .vy4ytdtp,
.w8qaxnne iframe ~ .vy4ytdtp {
    display: none;
}
.vy4ytdtp {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 2;
}
.h8adfokz {
    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;
}

.bkmjum6u {
    padding: 1rem 0;
}

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

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

    .zgba2p58 {
        display: flex;
    }

    .ohiugdiw {
        display: none;
    }

    .ss5sgfpy {
        display: list-item;
    }

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

    .co9iqi10.fwi8z6ac {
        max-height: 500px;
        padding: 1rem 0;
    }

    .co9iqi10 .th12z9mw {
        margin: 1rem 0;
        margin-left: 0;
    }

    .hgmy9emn,
    .e2sjxbhq {
        opacity: .7;
    }

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

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

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

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