:root {
    --bg-page: #100816;
    --bg-section: #1a1024;
    --bg-section-alt: #090611;
    --card-radius: 14px;
    --border-subtle: rgba(196, 144, 255, 0.32);
    --text-main: #f3edf9;
    --text-muted: #c5b8d1;
    --heading-color: #fff8eb;
    --button-color: #d946ef;
    --button-color-hover: #a855f7;
    --button-color-light: #fb7185;
    --button-shadow: rgba(217, 70, 239, 0.35);
    --button-shadow-strong: rgba(217, 70, 239, 0.72);
    --list-bg-hover: rgba(55, 20, 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.75;
    color: var(--text-main);
    background:
        radial-gradient(circle at 5% 0%, #3d174c 0%, transparent 48%),
        radial-gradient(circle at 100% 12%, #251050 0%, transparent 52%),
        radial-gradient(circle at 50% 100%, #16051d 0%, #07030d 65%);
    background-color: var(--bg-page);
    -webkit-font-smoothing: antialiased;
}

.td7xykp6m {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 22px;
}

.zkiryde {
    position: sticky;
    top: 0;
    z-index: 100;
    background: linear-gradient(105deg, rgba(24, 8, 37, 0.97), rgba(43, 13, 60, 0.96));
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(244, 114, 182, 0.28);
    padding: 0.75rem 0;
    box-shadow:
        0 15px 42px rgba(4, 1, 10, 0.74),
        0 1px 0 rgba(255, 255, 255, 0.04) inset;
}

.zvplzx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.p6o9wy6ki {
    display: flex;
    align-items: center;
}

.hd8nqp {
    height: 46px;
}

.p7mqby {
    display: flex;
    gap: 1.1rem;
    flex: 1;
    justify-content: center;
}

.uxgrbsxm9 {
    position: relative;
    color: #f4eafa;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.46rem 0.8rem;
    border-radius: 8px;
    transition: color 0.25s ease, background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

.uxgrbsxm9::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid transparent;
    background: linear-gradient(120deg, rgba(244, 114, 182, 0.3), rgba(168, 85, 247, 0.22));
    opacity: 0;
    transition: opacity 0.25s ease;
    z-index: -1;
}

.uxgrbsxm9:hover {
    color: #fff7fc;
    background: linear-gradient(120deg, #9d174d, #7e22ce);
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(168, 85, 247, 0.28);
}

.uxgrbsxm9:hover::after {
    opacity: 1;
}

.ousxc0r0 {
    display: flex;
    gap: 12px;
}

.o202thgp2j {
    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.9rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    transition: all 0.25s ease;
}

.wvz99v {
    background: linear-gradient(135deg, var(--button-color-light), var(--button-color) 52%, #9333ea);
    color: #fff8ff;
    box-shadow:
        0 14px 30px var(--button-shadow),
        0 0 0 1px rgba(255, 225, 255, 0.16) inset;
}

.wvz99v:hover {
    background: linear-gradient(135deg, #fb7185, var(--button-color-hover) 54%, #7e22ce);
    transform: translateY(-2px) translateZ(0);
    box-shadow: 0 20px 38px var(--button-shadow-strong);
}

.x6mco8l {
    background: rgba(35, 10, 48, 0.52);
    color: #f5a6e5;
    border-color: rgba(244, 114, 182, 0.7);
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.04) inset;
}

.x6mco8l:hover {
    background: linear-gradient(120deg, rgba(99, 23, 89, 0.94), rgba(62, 17, 91, 0.94));
    color: #fff5fc;
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(15, 3, 24, 0.72);
}

.gny3jvr7u2 {
    padding: 15px 32px;
    font-size: 1rem;
}

.xz6zpij1r {
    padding: 7px 16px;
    font-size: 0.85rem;
}

.joz2lli0c2 {
    background: conic-gradient(from 210deg, #f9a8d4, #fb7185, #c026d3, #8b5cf6, #f9a8d4);
    color: #28051f;
    padding: 18px 42px;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    box-shadow:
        0 20px 40px rgba(11, 2, 18, 0.86),
        0 0 0 1px rgba(255, 230, 249, 0.4) inset,
        0 0 34px rgba(236, 72, 153, 0.6);
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.joz2lli0c2:hover {
    filter: brightness(1.1) saturate(1.08);
    transform: translateY(-3px) scale(1.02);
    box-shadow:
        0 26px 60px rgba(11, 2, 18, 0.95),
        0 0 52px rgba(244, 114, 182, 0.95);
}

.i75cyj4l4 {
    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);
    }
}

.cz9ey0leu {
    padding: 3.1rem 0 2.7rem;
    background:
        radial-gradient(circle at 10% 10%, rgba(192, 38, 211, 0.24), transparent 48%),
        radial-gradient(circle at 92% 5%, rgba(251, 113, 133, 0.2), transparent 46%),
        linear-gradient(to bottom, rgba(34, 9, 49, 0.97), rgba(17, 5, 28, 0.98));
    border-bottom: 1px solid rgba(196, 144, 255, 0.28);
}

.rleah {
    text-align: center;
}

.zi5pb {
    display: block;
    margin-bottom: 1.9rem;
    border-radius: 18px;
    padding: 3px;
    background: linear-gradient(115deg, #ec4899, #a855f7 48%, #fda4af);
    box-shadow:
        0 22px 60px rgba(9, 2, 15, 0.9),
        0 0 55px rgba(147, 51, 234, 0.32);
}

.om5rv {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    border-radius: 15px;
    display: block;
    box-shadow:
        0 18px 40px rgba(12, 2, 20, 0.9),
        inset 0 0 0 1px rgba(255, 255, 255, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, filter 0.35s ease;
}

.zi5pb:hover .om5rv {
    transform: translateY(-4px) scale(1.01);
    filter: saturate(1.15) contrast(1.04);
    box-shadow:
        0 26px 60px rgba(12, 2, 20, 0.95),
        0 0 65px rgba(217, 70, 239, 0.46);
}

.uybqk6 {
    margin-top: 2.2rem;
}

.cp8fmz,
.p34y7h85u,
.j9i6romhyl,
.ipeqm1xrg {
    padding: 3.6rem 0;
    background: transparent;
}

.cp8fmz .td7xykp6m,
.p34y7h85u .td7xykp6m,
.j9i6romhyl .td7xykp6m,
.ipeqm1xrg .td7xykp6m {
    background: linear-gradient(135deg, rgba(39, 12, 56, 0.98), rgba(19, 6, 31, 0.98));
    border-radius: var(--card-radius);
    padding: 2.7rem clamp(1.5rem, 4vw, 3.1rem);
    border: 1px solid var(--border-subtle);
    box-shadow:
        0 26px 55px rgba(3, 1, 8, 0.78),
        0 1px 0 rgba(255, 255, 255, 0.06) inset;
    position: relative;
    overflow: hidden;
}

.cp8fmz .td7xykp6m::before,
.p34y7h85u .td7xykp6m::before,
.j9i6romhyl .td7xykp6m::before,
.ipeqm1xrg .td7xykp6m::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at 0 0, rgba(236, 72, 153, 0.12), transparent 62%),
        radial-gradient(circle at 100% 100%, rgba(139, 92, 246, 0.14), transparent 65%);
    opacity: 0.8;
    pointer-events: none;
}

.cp8fmz .td7xykp6m > *,
.p34y7h85u .td7xykp6m > *,
.j9i6romhyl .td7xykp6m > *,
.ipeqm1xrg .td7xykp6m > * {
    position: relative;
    z-index: 1;
}

.p34y7h85u: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.1rem, 3vw, 2.75rem);
    margin-bottom: 1.45rem;
    text-align: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    position: relative;
    text-shadow: 0 4px 20px rgba(236, 72, 153, 0.25);
}

h1::after {
    content: "";
    display: block;
    width: 92px;
    height: 3px;
    margin: 1rem auto 0;
    border-radius: 999px;
    background: linear-gradient(90deg, #fb7185, #d946ef, #a855f7);
    box-shadow: 0 0 20px rgba(217, 70, 239, 0.8);
}

h2 {
    font-size: clamp(1.65rem, 2.4vw, 2.1rem);
    margin-bottom: 1.45rem;
    text-align: center;
    letter-spacing: 0.07em;
    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;
}

.r27dw6 {
    font-size: 1.06rem;
    text-align: left;
    margin: 0 auto 2.4rem;
    color: var(--text-muted);
}

p {
    margin-bottom: 1.45rem;
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.82;
}

.d66i8pmj,
.wlge7649g {
    margin: 2rem 0;
    overflow-x: auto;
    scrollbar-color: rgba(244, 114, 182, 0.75) transparent;
    scrollbar-width: thin;
}

.wlge7649g::-webkit-scrollbar {
    height: 6px;
}

.wlge7649g::-webkit-scrollbar-track {
    background: transparent;
}

.wlge7649g::-webkit-scrollbar-thumb {
    background: rgba(217, 70, 239, 0.72);
    border-radius: 999px;
}

table {
    width: 100%;
    border-collapse: collapse;
    background: linear-gradient(135deg, #180722, #100516);
    border-radius: 12px;
    overflow: hidden;
    box-shadow:
        0 20px 45px rgba(3, 1, 8, 0.76),
        0 0 0 1px rgba(230, 160, 255, 0.15);
}

th,
td {
    padding: 14px 18px;
    text-align: left;
    border-bottom: 1px solid rgba(117, 50, 132, 0.45);
}

th {
    background: linear-gradient(110deg, #be185d, #c026d3 55%, #7e22ce);
    color: #fff7fd;
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

tr:last-child td {
    border-bottom: none;
}

tr:hover {
    background: linear-gradient(90deg, rgba(104, 26, 112, 0.52), rgba(76, 29, 149, 0.46));
}

.oq0xw93h6o {
    text-align: center;
    margin-top: 2.5rem;
}

.djepz6 {
    text-align: center;
    margin: 2rem 0;
}

.f14j4w1k84 {
    max-width: 100%;
    height: auto;
    border-radius: 13px;
    box-shadow:
        0 20px 45px rgba(3, 1, 8, 0.8),
        0 0 0 1px rgba(244, 114, 182, 0.2);
}

.j9i6romhyl h2 {
    margin-bottom: 0.5rem;
}

.vsifund1pp {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.65rem;
    margin-top: 2.4rem;
}

.uyixf2uh {
    position: relative;
    background: linear-gradient(155deg, #260b35, #110617);
    border-radius: 13px;
    overflow: hidden;
    box-shadow:
        0 20px 42px rgba(3, 1, 8, 0.82),
        0 0 0 1px rgba(229, 151, 255, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    border: 1px solid rgba(157, 60, 160, 0.4);
}

.uyixf2uh::before {
    content: "";
    position: absolute;
    inset: -40%;
    background:
        radial-gradient(circle at 0 0, rgba(244, 114, 182, 0.32), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(139, 92, 246, 0.32), transparent 60%);
    mix-blend-mode: screen;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.uyixf2uh:hover {
    transform: translateY(-6px);
    box-shadow:
        0 28px 62px rgba(3, 1, 8, 0.92),
        0 0 0 1px rgba(244, 114, 182, 0.8);
    border-color: rgba(244, 114, 182, 0.72);
}

.uyixf2uh:hover::before {
    opacity: 1;
}

.gy5ge1 {
    width: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease, filter 0.3s ease;
}

.uyixf2uh:hover .gy5ge1 {
    transform: scale(1.05);
    filter: saturate(1.18) brightness(1.04);
}

.uyixf2uh p {
    padding: 0.9rem 1.1rem 0.45rem;
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 0;
}

.uyixf2uh h3 {
    padding: 0.9rem 1.1rem 0.45rem;
    font-size: 1.05rem;
    text-align: center;
    margin-bottom: 0;
}

.uyixf2uh h3 a {
    text-decoration: none;
    color: var(--heading-color);
}

.uyixf2uh h3 a:hover {
    color: #f9a8d4;
}

.uyixf2uh .o202thgp2j {
    margin: 0 1.1rem 1.1rem;
    width: calc(100% - 2.2rem);
}

.c323y0 {}

.kdfida7 {
    padding: 3.4rem 0;
}

.rclbc54cj7 {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 2.4rem;
    align-items: center;
}

.fucntti p {
}

.ipeqm1xrg h2 {
    margin-bottom: 1.9rem;
}

.brcp9 {
    max-width: 800px;
    margin: 0 auto;
}

.coofi6qf2t {
    background: linear-gradient(135deg, #260b35, #100516);
    border-radius: 11px;
    margin-bottom: 1rem;
    overflow: hidden;
    box-shadow:
        0 14px 35px rgba(3, 1, 8, 0.78),
        0 0 0 1px rgba(229, 151, 255, 0.1);
    border: 1px solid rgba(125, 49, 132, 0.46);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}

.coofi6qf2t.hcpygsnt9u {
    transform: translateY(-2px);
    border-color: rgba(244, 114, 182, 0.82);
    box-shadow:
        0 20px 55px rgba(3, 1, 8, 0.88),
        0 0 0 1px rgba(217, 70, 239, 0.48);
}

.alcjxrspo6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 1.6rem;
    cursor: pointer;
    transition: background-color 0.25s ease;
}

.alcjxrspo6:hover {
    background-color: rgba(106, 28, 102, 0.38);
}

.alcjxrspo6 h3 {
    margin: 0;
    font-size: 1.02rem;
    color: var(--heading-color);
}

.qjnie {
    font-size: 1.6rem;
    font-weight: 700;
    color: #f9a8d4;
    transition: transform 0.3s ease;
}

.coofi6qf2t.hcpygsnt9u .qjnie {
    transform: rotate(45deg);
}

.wa4tzk1ibw {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease, opacity 0.3s ease;
    background-color: rgba(23, 7, 34, 0.9);
    opacity: 0;
}

.coofi6qf2t.hcpygsnt9u .wa4tzk1ibw {
    max-height: 2000px;
    padding: 0 1.6rem 1.4rem;
    opacity: 1;
}

.wa4tzk1ibw 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.2rem 0.92rem 2.8rem;
    margin-bottom: 0.9rem;
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.7;
    background: linear-gradient(105deg, rgba(61, 19, 74, 0.82), rgba(27, 8, 41, 0.9));
    border-radius: 10px;
    border: 1px solid rgba(163, 71, 160, 0.35);
    transition: background 0.25s ease, transform 0.2s ease, box-shadow 0.25s ease;
}

ul li:hover {
    background: linear-gradient(105deg, rgba(126, 29, 111, 0.78), rgba(84, 30, 133, 0.72));
    transform: translateX(4px);
    box-shadow: 0 12px 28px rgba(7, 1, 12, 0.72);
}

ul li::before {
    content: "✓";
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #fb7185, #d946ef);
    color: #fff7fd;
    width: 22px;
    height: 22px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    box-shadow:
        0 0 0 1px rgba(255, 224, 250, 0.18) inset,
        0 8px 16px rgba(10, 1, 17, 0.72);
}

ol li {
    font-size: 1.02rem;
    color: var(--text-muted);
    line-height: 1.7;
}

.qru2vum4k {
    background:
        radial-gradient(circle at 50% 0, rgba(116, 31, 122, 0.3), transparent 45%),
        linear-gradient(180deg, #170721, #08030d 72%);
    color: var(--text-main);
    padding: 3rem 0 1.4rem;
    border-top: 1px solid rgba(196, 144, 255, 0.24);
    box-shadow: 0 -18px 40px rgba(3, 1, 8, 0.76);
}

.fqlu203b {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin-bottom: 2.4rem;
    flex-wrap: wrap;
}

.cw3h91a2so {
    color: #f1e7f6;
    text-decoration: none;
    font-weight: 600;
    padding: 0.4rem 0.9rem;
    border-radius: 8px;
    transition: all 0.25s ease;
    white-space: nowrap;
    font-size: 0.88rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.cw3h91a2so:hover {
    color: #fff7fd;
    background: linear-gradient(120deg, #be185d, #9333ea);
    box-shadow: 0 12px 30px rgba(7, 1, 12, 0.75);
}

.hbqj32n {
    display: flex;
    justify-content: center;
    gap: 1.7rem;
    margin-bottom: 1.9rem;
    flex-wrap: wrap;
}

.hmh0cshq {
    object-fit: contain;
    padding: 4px;
}

.pqdxf2wn8 {
    max-width: 900px;
    margin: 0 auto 1.8rem;
}

.pqdxf2wn8 p {
    margin-bottom: 0.9rem;
    color: #bcaec7;
    text-align: center;
    font-size: 0.95rem;
}

.tofrb15 {
    text-align: center;
    padding-top: 1.4rem;
    border-top: 1px solid rgba(133, 55, 132, 0.42);
}

.tofrb15 p {
    color: #907d9c;
    font-size: 0.85rem;
}

.rfqpng {
    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;
}

.rfqpng span {
    width: 24px;
    height: 2.5px;
    background-color: #f8d7f1;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    border-radius: 999px;
}

.rfqpng.hcpygsnt9u span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 5px);
}

.rfqpng.hcpygsnt9u span:nth-child(2) {
    opacity: 0;
}

.rfqpng.hcpygsnt9u span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

@media (max-width: 1024px) {
    .zvplzx {
        gap: 1rem;
    }

    .uxgrbsxm9 {
        font-size: 0.85rem;
    }

    .o202thgp2j {
        padding-inline: 18px;
    }
}

@media (max-width: 768px) {
    .zvplzx {
        flex-direction: row;
        justify-content: space-between;
    }

    .ousxc0r0 {
        gap: 8px;
    }

    .o202thgp2j {
        padding: 8px 14px;
        font-size: 0.8rem;
    }

    .cz9ey0leu {
        padding-top: 1.8rem;
    }

    .cp8fmz .td7xykp6m,
    .p34y7h85u .td7xykp6m,
    .j9i6romhyl .td7xykp6m,
    .ipeqm1xrg .td7xykp6m {
        padding-inline: 1.4rem;
    }

    .vsifund1pp {
        grid-template-columns: 1fr;
    }

    .rclbc54cj7 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    table {
        font-size: 0.9rem;
    }

    th,
    td {
        padding: 10px 9px;
    }

    .p7mqby {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: linear-gradient(145deg, #260b35, #100516);
        flex-direction: column;
        padding: 0.75rem 0.75rem 1rem;
        box-shadow:
            0 18px 40px rgba(3, 1, 8, 0.92),
            0 0 0 1px rgba(229, 151, 255, 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;
    }

    .p7mqby .uxgrbsxm9 {
        padding: 0.8rem 1.2rem;
        border-bottom: 1px solid rgba(129, 49, 128, 0.42);
        border-radius: 8px;
    }

    .p7mqby .uxgrbsxm9:last-child {
        border-bottom: none;
    }

    .p7mqby.hcpygsnt9u {
        transform: translateY(0);
        opacity: 1;
        visibility: visible;
    }

    .rfqpng {
        display: flex;
    }

    .fqlu203b {
        gap: 0.9rem;
    }

    .cw3h91a2so {
        padding-inline: 0.7rem;
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .td7xykp6m {
        padding: 0 16px;
    }

    h1 {
        font-size: 1.7rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    .o202thgp2j {
        padding-inline: 14px;
        font-size: 0.82rem;
    }

    .joz2lli0c2 {
        padding: 14px 26px;
        font-size: 1rem;
    }

    .om5rv {
        max-height: 260px;
    }
}
