:root {
    --bg-page: #090512;
    --bg-section: #160b23;
    --bg-section-alt: #08030f;
    --card-radius: 14px;
    --border-subtle: rgba(220, 170, 255, 0.24);
    --text-main: #f4edf8;
    --text-muted: #c8b9d0;
    --heading-color: #fff8e8;
    --button-color: #c8ff4a;
    --button-color-hover: #9fdb24;
    --button-color-light: #67e8c8;
    --button-shadow: rgba(160, 255, 57, 0.28);
    --button-shadow-strong: rgba(160, 255, 57, 0.58);
    --list-bg-hover: rgba(45, 12, 73, 0.9);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
    line-height: 1.7;
    color: var(--text-main);
    background:
            radial-gradient(circle at 5% 0%, #35204a 0%, transparent 48%),
            radial-gradient(circle at 100% 10%, #063f46 0%, transparent 44%),
            radial-gradient(circle at 50% 100%, #19082a 0%, #050208 68%);
    background-color: var(--bg-page);
    -webkit-font-smoothing: antialiased;
}

.hcdygr {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22px;
}

.vwxc7zg9 {
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(110deg, rgba(22, 8, 35, 0.96), rgba(7, 33, 39, 0.96));
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(177, 255, 104, 0.2);
    padding: 0.9rem 0;
    box-shadow:
            0 14px 38px rgba(3, 1, 8, 0.72),
            0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.x9xioh {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.xrsbrsm3qy {
    display: flex;
    align-items: center;
}

.bzvfamf {
    height: 46px;
    /*border-radius: 10px;
    box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.3),
    0 14px 28px rgba(15, 23, 42, 0.8);*/
}

.l88uo {
    display: flex;
    gap: 1.1rem;
    flex: 1;
    justify-content: center;
}

.lz7f2noyex {
    position: relative;
    color: #f3eaf8;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.91rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.42rem 0.8rem;
    border-radius: 8px;
    transition: color 0.25s ease, background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.lz7f2noyex::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(120deg, rgba(166, 255, 76, 0.22), rgba(92, 232, 202, 0.12));
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: -1;
}

.lz7f2noyex:hover {
    color: #09110b;
    background: linear-gradient(120deg, #d8ff58, #70ebc9);
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(111, 235, 201, 0.2);
}

.lz7f2noyex:hover::after {
    opacity: 1;
}

.fw11bcmlkd {
    display: flex;
    gap: 12px;
}

.ulwq2qzuu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 22px;
    text-decoration: none;
    border-radius: 9px;
    font-weight: 700;
    text-align: center;
    border: 1px solid transparent;
    cursor: pointer;
    font-size: 0.92rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.wrwlgz9c {
    background: linear-gradient(135deg, var(--button-color-light), var(--button-color));
    color: #08130f;
    box-shadow:
            0 14px 30px var(--button-shadow),
            0 0 0 1px rgba(239, 255, 187, 0.25) inset;
}

.wrwlgz9c:hover {
    background: linear-gradient(135deg, var(--button-color-hover), var(--button-color-light));
    transform: translateY(-3px) translateZ(0);
    box-shadow: 0 20px 40px var(--button-shadow-strong);
}

.rgfp8muo0 {
    background: rgba(19, 8, 31, 0.48);
    color: #c8ff4a;
    border-color: rgba(200, 255, 74, 0.62);
    box-shadow: 0 0 0 1px rgba(103, 232, 200, 0.1) inset;
}

.rgfp8muo0:hover {
    background: rgba(91, 226, 190, 0.12);
    color: #e6ff9a;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(53, 231, 190, 0.18);
}

.ku8xa9 {
    padding: 15px 32px;
    font-size: 1rem;
}

.q5w0zo9 {
    padding: 7px 16px;
    font-size: 0.85rem;
}

.xqjdv3jed {
    background: conic-gradient(from 210deg, #b9ff4d, #55e5c1, #c377ff, #f1dd72, #b9ff4d);
    color: #0b0711;
    padding: 18px 42px;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    box-shadow:
            0 18px 38px rgba(5, 2, 10, 0.82),
            0 0 0 1px rgba(237, 255, 174, 0.42) inset,
            0 0 32px rgba(117, 240, 181, 0.46);
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.xqjdv3jed:hover {
    filter: brightness(1.1) saturate(1.08);
    transform: translateY(-4px) scale(1.015);
    box-shadow:
            0 24px 54px rgba(5, 2, 10, 0.92),
            0 0 48px rgba(177, 255, 87, 0.7);
}

.y70t97y {
    animation: pulse 2.2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 10px 30px var(--button-shadow);
    }
    50% {
        transform: scale(1.06);
        box-shadow: 0 18px 46px var(--button-shadow-strong);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 10px 30px var(--button-shadow);
    }
}

.z7vbxl {
    padding: 3.1rem 0 2.7rem;
    background:
            radial-gradient(circle at 10% 8%, rgba(191, 100, 255, 0.22), transparent 48%),
            radial-gradient(circle at 88% 8%, rgba(101, 232, 196, 0.2), transparent 46%),
            linear-gradient(to bottom, rgba(28, 9, 45, 0.95), rgba(8, 5, 17, 0.98));
    border-bottom: 1px solid rgba(201, 255, 91, 0.2);
}

.kfxlb63x {
    text-align: center;
}

.xy2xx2gijs {
    display: block;
    margin-bottom: 1.9rem;
    border-radius: 18px;
    padding: 3px;
    background: linear-gradient(120deg, #be70ff, #7af0cf 48%, #dfff65);
    box-shadow:
            0 22px 60px rgba(8, 2, 15, 0.9),
            0 0 50px rgba(100, 238, 197, 0.22);
}

.uaz4sxipom {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    box-shadow:
            0 18px 40px rgba(5, 2, 10, 0.82),
            inset 0 0 0 1px rgba(231, 255, 182, 0.12);
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.xy2xx2gijs:hover .uaz4sxipom {
    transform: translateY(-4px) scale(1.01);
    filter: saturate(1.16) contrast(1.03);
    box-shadow:
            0 26px 60px rgba(5, 2, 10, 0.95),
            0 0 60px rgba(106, 239, 199, 0.3);
}

.dmva4 {
    margin-top: 2.2rem;
}

.gpaq3u,
.foyvk44,
.bmktm,
.kb20t {
    padding: 3.6rem 0;
    background: transparent;
}

.gpaq3u .hcdygr,
.foyvk44 .hcdygr,
.bmktm .hcdygr,
.kb20t .hcdygr {
    background: linear-gradient(135deg, rgba(29, 12, 45, 0.97), rgba(8, 23, 30, 0.95));
    border-radius: var(--card-radius);
    padding: 2.7rem clamp(1.5rem, 4vw, 3.1rem);
    border: 1px solid var(--border-subtle);
    box-shadow:
            0 24px 52px rgba(3, 1, 8, 0.68),
            0 1px 0 rgba(255, 255, 255, 0.05) inset;
    position: relative;
    overflow: hidden;
}

.gpaq3u .hcdygr::before,
.foyvk44 .hcdygr::before,
.bmktm .hcdygr::before,
.kb20t .hcdygr::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
            radial-gradient(circle at 5% 12%, rgba(196, 113, 255, 0.13), transparent 60%),
            radial-gradient(circle at 94% 88%, rgba(117, 241, 198, 0.1), transparent 64%);
    opacity: 0.85;
    pointer-events: none;
}

.gpaq3u .hcdygr > *,
.foyvk44 .hcdygr > *,
.bmktm .hcdygr > *,
.kb20t .hcdygr > * {
    position: relative;
    z-index: 1;
}

.foyvk44:nth-child(even) {
    background: transparent;
}

h1,
h2,
h3,
h4 {
    font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
    color: var(--heading-color);
}

h1 {
    font-size: clamp(2.15rem, 3vw, 2.8rem);
    margin-bottom: 1.45rem;
    text-align: center;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0 2px 18px rgba(183, 103, 255, 0.3);
}

h1::after {
    content: "";
    display: block;
    width: 92px;
    height: 3px;
    margin: 1rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #bd71ff, #6ee8c7, #d4ff57);
    box-shadow: 0 0 18px rgba(116, 239, 197, 0.6);
}

h2 {
    font-size: clamp(1.65rem, 2.4vw, 2.1rem);
    margin-bottom: 1.55rem;
    text-align: center;
    letter-spacing: 0.075em;
    text-transform: uppercase;
}

h3 {
    font-size: 1.3rem;
    margin-bottom: 0.9rem;
    letter-spacing: 0.035em;
}

h4 {
    font-size: 1.1rem;
    margin-bottom: 0.85rem;
    letter-spacing: 0.025em;
}

.zuzz3qv6 {
    font-size: 1.06rem;
    text-align: left;
    margin: 0 auto 2.3rem;
    color: var(--text-muted);
}

p {
    margin-bottom: 1.45rem;
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.82;
}

.ibyak,
.xvsoar3z {
    margin: 2rem 0;
    overflow-x: auto;
    scrollbar-color: rgba(168, 255, 111, 0.65) transparent;
    scrollbar-width: thin;
}

.xvsoar3z::-webkit-scrollbar {
    height: 6px;
}

.xvsoar3z::-webkit-scrollbar-track {
    background: transparent;
}

.xvsoar3z::-webkit-scrollbar-thumb {
    background: rgba(137, 233, 190, 0.72);
    border-radius: 999px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: linear-gradient(135deg, #12081e, #092128);
    border-radius: 11px;
    overflow: hidden;
    box-shadow:
            0 18px 42px rgba(3, 1, 8, 0.7),
            0 0 0 1px rgba(180, 255, 105, 0.15);
}

th,
td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid rgba(193, 136, 255, 0.16);
}

th {
    background: linear-gradient(120deg, #c476ff, #6be5c3, #d1fb54);
    color: #0a1110;
    font-weight: 800;
    font-size: 0.88rem;
    text-transform: uppercase;
    letter-spacing: 0.11em;
}

tr:last-child td {
    border-bottom: none;
}

tr:hover {
    background: linear-gradient(90deg, rgba(102, 51, 144, 0.34), rgba(37, 147, 128, 0.28));
}

.z6aid900c {
    text-align: center;
    margin-top: 2.5rem;
}

.xei18kzo {
    text-align: center;
    margin: 2rem 0;
}

.xy90btr {
    max-width: 100%;
    height: auto;
    border-radius: 13px;
    box-shadow:
            0 20px 45px rgba(3, 1, 8, 0.75),
            0 0 0 1px rgba(188, 255, 111, 0.18);
}

.bmktm h2 {
    margin-bottom: 0.5rem;
}

.k70gbkga {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.6rem;
    margin-top: 2.4rem;
}

.do12kl0sb5 {
    position: relative;
    background: linear-gradient(150deg, #1c0c2b, #071c24);
    border-radius: 14px;
    overflow: hidden;
    box-shadow:
            0 18px 38px rgba(3, 1, 8, 0.78),
            0 0 0 1px rgba(208, 142, 255, 0.14);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border: 1px solid rgba(161, 102, 206, 0.26);
}

.do12kl0sb5::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
            radial-gradient(circle at 0 0, rgba(187, 104, 255, 0.34), transparent 60%),
            radial-gradient(circle at 100% 100%, rgba(188, 255, 84, 0.28), transparent 60%);
    mix-blend-mode: screen;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.do12kl0sb5:hover {
    transform: translateY(-7px);
    box-shadow:
            0 27px 60px rgba(3, 1, 8, 0.9),
            0 0 0 1px rgba(126, 241, 202, 0.62);
    border-color: rgba(126, 241, 202, 0.7);
}

.do12kl0sb5:hover::before {
    opacity: 1;
}

.hc0khq08k {
    width: 100%;
    display: block;
    object-fit: cover;
    /*height: 210px;*/
    transition: transform 0.3s ease, filter 0.3s ease;
}

.do12kl0sb5:hover .hc0khq08k {
    transform: scale(1.05);
    filter: saturate(1.2) brightness(1.05);
}

.do12kl0sb5 p {
    padding: 0.9rem 1.1rem 0.45rem;
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 0;
}

.do12kl0sb5 h3 {
    padding: 0.9rem 1.1rem 0.45rem;
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 0;
}

.do12kl0sb5 h3 a {
    text-decoration: none;
    color: var(--heading-color);
}

.do12kl0sb5 h3 a:hover {
    color: #c8ff4a;
}

.do12kl0sb5 .ulwq2qzuu {
    margin: 0 1.1rem 1.1rem;
    width: calc(100% - 2.2rem);
}

.m8vmg {}

.kc25i {
    padding: 3.4rem 0;
}

.oicof18v {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 2.4rem;
    align-items: center;
}

.njnuvfd11x p {
    /* inherits generic p */
}

.kb20t h2 {
    margin-bottom: 1.9rem;
}

.rg6eld7 {
    max-width: 800px;
    margin: 0 auto;
}

.nhjrv697c8 {
    background: linear-gradient(135deg, #180a27, #0a2028);
    border-radius: 11px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow:
            0 12px 30px rgba(3, 1, 8, 0.7),
            0 0 0 1px rgba(179, 113, 238, 0.13);
    border: 1px solid rgba(177, 111, 231, 0.22);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.nhjrv697c8.sirpl2 {
    transform: translateY(-2px);
    border-color: rgba(192, 255, 79, 0.72);
    box-shadow:
            0 18px 45px rgba(3, 1, 8, 0.86),
            0 0 0 1px rgba(113, 234, 194, 0.42);
}

.njxno66 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 1.6rem;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.njxno66:hover {
    background-color: rgba(94, 50, 132, 0.22);
}

.njxno66 h3 {
    margin: 0;
    font-size: 1.02rem;
    color: var(--heading-color);
}

.y0l7ej {
    font-size: 1.6rem;
    font-weight: 700;
    color: #c8ff4a;
    transition: transform 0.3s ease;
}

.nhjrv697c8.sirpl2 .y0l7ej {
    transform: rotate(45deg);
}

.bf0jbbaqte {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    background-color: rgba(8, 29, 35, 0.8);
    opacity: 0;
}

.nhjrv697c8.sirpl2 .bf0jbbaqte {
    max-height: 2000px;
    padding: 0 1.6rem 1.4rem;
    opacity: 1;
}

.bf0jbbaqte p {
    margin: 0;
    color: var(--text-muted);
}

ul {
    list-style: none;
    padding: 0;
    margin: 1.7rem 0;
}

ul li {
    position: relative;
    padding: 0.92rem 1.25rem 0.92rem 2.8rem;
    margin-bottom: 0.85rem;
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.7;
    background: linear-gradient(110deg, rgba(61, 26, 87, 0.62), rgba(12, 43, 47, 0.58));
    border-radius: 10px;
    border: 1px solid rgba(193, 128, 255, 0.18);
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

ul li:hover {
    background: linear-gradient(110deg, rgba(105, 55, 145, 0.7), rgba(27, 113, 99, 0.62));
    transform: translateX(5px);
    border-color: rgba(159, 247, 171, 0.38);
    box-shadow: 0 12px 28px rgba(4, 1, 9, 0.62);
}

ul li::before {
    content: "✓";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #c9ff4d, #62e9c4);
    color: #09130f;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    box-shadow:
            0 0 0 1px rgba(234, 255, 182, 0.22) inset,
            0 7px 16px rgba(3, 1, 8, 0.58);
}

ol li {
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.7;
}

.k96mpbk881 {
    background: linear-gradient(145deg, #160923, #06191f 62%, #06030b);
    color: var(--text-main);
    padding: 3.2rem 0 1.4rem;
    border-top: 1px solid rgba(184, 255, 99, 0.18);
    box-shadow: 0 -18px 40px rgba(3, 1, 8, 0.7);
}

.gqlln6tbpb {
    display: flex;
    justify-content: center;
    gap: 1.3rem;
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
}

.euibgfd4b {
    color: #f3eaf8;
    text-decoration: none;
    font-weight: 600;
    padding: 0.4rem 0.9rem;
    border-radius: 7px;
    transition: all 0.25s ease;
    white-space: nowrap;
    font-size: 0.88rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.euibgfd4b:hover {
    color: #07110d;
    background: linear-gradient(120deg, #c9ff4c, #71e9c6);
    box-shadow: 0 10px 24px rgba(4, 1, 8, 0.62);
}

.ikl4yc17yu {
    display: flex;
    justify-content: center;
    gap: 1.7rem;
    margin-bottom: 1.9rem;
    flex-wrap: wrap;
}

.zbhhjgcg {
    object-fit: contain;
    padding: 4px;
}

.c95wyf4k {
    max-width: 900px;
    margin: 0 auto 1.8rem;
}

.c95wyf4k p {
    margin-bottom: 0.9rem;
    color: #baaac5;
    text-align: center;
    font-size: 0.95rem;
}

.rxm8f3jmob {
    text-align: center;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(173, 107, 225, 0.18);
}

.rxm8f3jmob p {
    color: #95849f;
    font-size: 0.85rem;
}

.r338dhhhpx {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 8px;
    gap: 4px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.r338dhhhpx span {
    width: 24px;
    height: 2.5px;
    background-color: #eaffb8;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    border-radius: 999px;
}

.r338dhhhpx.sirpl2 span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 5px);
}

.r338dhhhpx.sirpl2 span:nth-child(2) {
    opacity: 0;
}

.r338dhhhpx.sirpl2 span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 1024px) {
    .x9xioh {
        gap: 1rem;
    }

    .lz7f2noyex {
        font-size: 0.85rem;
    }

    .ulwq2qzuu {
        padding-inline: 18px;
    }
}

@media (max-width: 768px) {
    .x9xioh {
        flex-direction: row;
        justify-content: space-between;
    }

    .fw11bcmlkd {
        gap: 8px;
    }

    .ulwq2qzuu {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .z7vbxl {
        padding-top: 1.8rem;
    }

    .gpaq3u .hcdygr,
    .foyvk44 .hcdygr,
    .bmktm .hcdygr,
    .kb20t .hcdygr {
        padding-inline: 1.4rem;
    }

    .k70gbkga {
        grid-template-columns: 1fr;
    }

    .oicof18v {
        grid-template-columns: 1fr;
        text-align: center;
    }

    table {
        font-size: 0.9rem;
    }

    th,
    td {
        padding: 10px 9px;
    }

    .l88uo {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(145deg, #190a29, #08232a);
        flex-direction: column;
        padding: 0.75rem 0.75rem 1rem;
        box-shadow:
                0 18px 40px rgba(3, 1, 8, 0.9),
                0 0 0 1px rgba(153, 241, 183, 0.14);
        transform: translateY(-120%);
        opacity: 0;
        visibility: hidden;
        transition: transform 0.3s ease, opacity 0.25s ease, visibility 0.25s ease;
        z-index: 1000;
    }

    .l88uo .lz7f2noyex {
        padding: 0.8rem 1.2rem;
        border-bottom: 1px solid rgba(195, 121, 255, 0.18);
        border-radius: 7px;
    }

    .l88uo .lz7f2noyex:last-child {
        border-bottom: none;
    }

    .l88uo.sirpl2 {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .r338dhhhpx {
        display: flex;
    }

    .gqlln6tbpb {
        gap: 0.9rem;
    }

    .euibgfd4b {
        padding-inline: 0.7rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .hcdygr {
        padding: 0 16px;
    }

    h1 {
        font-size: 1.7rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    .ulwq2qzuu {
        padding-inline: 14px;
        font-size: 0.82rem;
    }

    .xqjdv3jed {
        padding: 14px 26px;
        font-size: 1rem;
    }

    .uaz4sxipom {
        max-height: 260px;
    }
}
