: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.lbela9w8"),
        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;
}
.zhlzrd4a {
    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;
}
.zhlzrd4a: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));
}
.jwja0ihcnon { border: 5px solid #96b3d0; margin: 20px; display: block; padding-right: 9px; padding-left: 39px; }
.zxf7uku0 {
    max-width: 1200px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 1rem;
    min-height: var(--header-height);
}
.adage6qc {
    display: inline-flex;
    align-items: center;
    filter: drop-shadow(0 0 6px rgba(255, 210, 63, .35));
    transition: filter .3s;
}
.adage6qc:hover {
    filter: drop-shadow(0 0 10px rgba(255, 210, 63, .65));
}
.adage6qc img {
    height: auto;
    max-width: 170px;
}
.g31uinac {
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
    margin-right: auto;
}
.v2hkd6wj {
    margin-left: 1.5rem;
}
.g7wrvzso {
    font-weight: 600;
    position: relative;
    padding: .25rem 0;
    transition: color .3s, text-shadow .3s;
}
.g7wrvzso::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 0;
    background: var(--neon-grad);
    transition: width .3s ease;
    border-radius: 2px;
}
.g7wrvzso:hover,
.g7wrvzso:focus {
    color: var(--primary-color);
    text-shadow: 0 0 12px rgba(255, 210, 63, .55);
}
.g7wrvzso:hover::after,
.g7wrvzso:focus::after {
    width: 100%;
}
.p5sfrn00 {
    display: none;
}
.sssbxt3d {
    display: flex;
    align-items: center;
    gap: .5rem;
}

.ut65235f {
    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;
}
.a21jsoao70x { padding-left: 13px; margin: -12px; padding-right: 23px; border: 5px dotted #bb7ba4; }
.zk17m3by,
.nhqmipzk,
.de3ml2uf {
    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;
}
.zk17m3by::before,
.nhqmipzk::before,
.de3ml2uf::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;
}
.zk17m3by:hover,
.zk17m3by:focus,
.nhqmipzk:hover,
.nhqmipzk:focus,
.de3ml2uf:hover,
.de3ml2uf: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);
}
.y02mdpk0,
.om7yamn5 {
    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);
}
.y02mdpk0:hover,
.y02mdpk0:focus,
.om7yamn5:hover,
.om7yamn5: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);
}
.nsgfdmkk {
    display: none;
    flex-direction: column;
    justify-content: center;
    padding: .5rem;
}
.cghe99hp {
    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);
}
.nsgfdmkk[aria-expanded="true"] .cghe99hp:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.nsgfdmkk[aria-expanded="true"] .cghe99hp:nth-child(2) {
    opacity: 0;
}
.nsgfdmkk[aria-expanded="true"] .cghe99hp:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
.lelfucbhm0k6 { color: rgb(246, 184, 29); border: 5px solid #f4b004; }

.vft4s9ga {
    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;
}
.vft4s9ga::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;
}
.vft4s9ga::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(10, 1, 24, .55), rgba(10, 1, 24, .82));
    z-index: 0;
}
.jbwduwtx {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 2rem 1rem;
}
.iaib2jh3 {
    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;
}
.c9yuxpd2 {
    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);
}
.vft4s9ga .ut65235f {
    padding: .9rem 2.4rem;
    font-size: 1.05rem;
}
.jmdkz89s {
    margin-top: 1rem;
    font-size: .9rem;
    opacity: .85;
    color: var(--neon-cyan);
    text-shadow: 0 0 8px rgba(34, 211, 238, .35);
}
.bfn14b2a {
    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;
}
.ar59a1by {
    top: 12%;
    left: 6%;
    animation-delay: 0s;
}
.ns7vgsws {
    bottom: 14%;
    right: 8%;
    animation-delay: 1.2s;
    filter: drop-shadow(0 0 12px rgba(168, 85, 247, .55));
}
.e59qq6od {
    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));
}
.f211xm8o {
    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);
}
.r47zgqvya { width: 35px; margin: 6px; padding-right: 28px; }

.cuwev8bg {
    max-width: 1400px;
    margin: 4rem auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    padding: 0 1rem;
}
.kzcd2xej {
    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;
}
.kzcd2xej::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;
}
.kzcd2xej::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;
}
.kzcd2xej:hover {
    transform: translateY(-8px);
    box-shadow: var(--glow-purple), 0 16px 36px rgba(0, 0, 0, .6);
}
.kzcd2xej:hover::before {
    opacity: 1;
}
.kzcd2xej:hover::after {
    transform: rotate(15deg) translateX(260%);
}
.kvbcfk2b {
    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;
}
.kzcd2xej:hover .kvbcfk2b {
    transform: rotate(-8deg) scale(1.08);
}
.bwcvrufr {
    margin-bottom: .5rem;
    font-size: 1.3rem;
    color: var(--primary-color);
    text-shadow: 0 0 10px rgba(255, 210, 63, .35);
    font-weight: 700;
}
.ei9q7wdf {
    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);
}
.z0c0vbrjigt { border: 4px dashed #32f31f; width: 32px; margin: 9px; display: inline-block; color: rgb(200, 22, 28); padding: 49px 22px; }
#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;
}
.zpo6dqd5 {
    position: absolute;
    width: clamp(60px, 8vw, 100px);
    height: clamp(60px, 8vw, 100px);
    background: url("img/chip.lbela9w8") center/contain no-repeat;
    filter: drop-shadow(0 0 14px rgba(168, 85, 247, .55));
    z-index: 1;
    pointer-events: none;
}
.bixobhid {
    top: 1.2rem;
    left: 1.2rem;
    animation: spin 22s linear infinite;
}
.ll0ecrvo {
    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 .ut65235f {
    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));
}
.tv28no78 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.tv28no78::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;
}
.got4lnas {
    margin-bottom: 1.5rem;
}
.got4lnas a {
    margin: 0 .75rem;
    font-size: .9rem;
    transition: color .3s, text-shadow .3s;
}
.vo937kl1be3q { color: rgb(234, 239, 223); border: 3px dashed #e8c4c4; padding: 27px 27px; width: 4vw; }
.got4lnas a:hover,
.got4lnas 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;
}

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

.yiwxg3dm,
.pgmgzn0d {
    width: 100%;
    margin: 2.5rem 0;
}
.r4ocon1c,
.dt89m968 {
    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;
}
.r4ocon1c h1,
.r4ocon1c h2,
.dt89m968 h2 {
    color: var(--primary-color);
    font-weight: 700;
    margin-bottom: 1rem;
    text-shadow: 0 0 12px rgba(255, 210, 63, .35);
    letter-spacing: .01em;
}
.r4ocon1c h1 {
    font-size: clamp(2rem, 4vw, 3rem);
}
.r4ocon1c h2,
.dt89m968 h2 {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
}
.r4ocon1c p,
.dt89m968 p {
    margin-bottom: 1rem;
    color: var(--text-light);
    opacity: .92;
}
.r4ocon1c a,
.dt89m968 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;
}
.r4ocon1c a:hover,
.dt89m968 a:hover {
    color: var(--primary-color);
    text-shadow: 0 0 8px rgba(255, 210, 63, .5);
}
.r4ocon1c ul,
.r4ocon1c ol,
.dt89m968 ul,
.dt89m968 ol {
    margin: 0 0 1rem 1.5rem;
}
.o026qy5w3d3 { color: rgb(80, 197, 178); display: flex; width: 58vw; margin: 11px; border: 1px dashed #37312c; padding: 31px 1px; }
.r4ocon1c li,
.dt89m968 li {
    margin-bottom: .5rem;
    list-style: disc;
}

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

.amnqyczd,
.q6mbtn84 {
    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;
}
.pvynd1w4,
.amnqyczd iframe,
.q6mbtn84 iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

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

.zho8wkn3 {
    padding: 1rem 0;
}

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

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

    .nsgfdmkk {
        display: flex;
    }

    .l71a3cd2 {
        display: none;
    }

    .p5sfrn00 {
        display: list-item;
    }

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

    .g31uinac.go5qrocd {
        max-height: 500px;
        padding: 1rem 0;
    }

    .g31uinac .v2hkd6wj {
        margin: 1rem 0;
        margin-left: 0;
    }

    .ar59a1by,
    .ns7vgsws {
        opacity: .7;
    }

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

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

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

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