*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--text);
    background: var(--bg);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    overflow-x: clip;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: var(--blue);
    text-decoration: none;
}

a:hover {
    color: var(--brand);
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    font: inherit;
    cursor: pointer;
    border: 0;
    background: none;
    color: inherit;
}

table {
    border-collapse: collapse;
    width: 100%;
}

:root {
    /* ── CMS palette variables (controllable via Colors tab) ── */
    --brand: #e1d093;
    --brand-dark: #b9ab79;
    --brand-light: #e6d8a6;
    --brand-glow: rgba(225, 208, 147, 0.45);
    --login-bg: #19312d;
    --login-border: rgba(178, 141, 76, 0.32);
    --login-text: #ffffff;
    --blue: #b28d4c;
    --blue-dark: #92743e;
    --blue-glow: rgba(178, 141, 76, 0.35);
    --header-bg: #353126;
    --section-bg: #2b4739;
    --section-alt: #171b1c;
    --hero-bg: #44543c;
    --bg: #191d1e;
    --bg-card: #193e36;
    --bg-card-alt: #163730;
    --surface: rgba(22, 55, 48, 0.72);
    --surface-hover: rgba(25, 62, 54, 0.84);
    --headings: #ffffff;
    --text: #ffffff;
    --text-muted: #959798;
    --border: rgba(178, 141, 76, 0.18);
    --neon-line: rgba(225, 208, 147, 0.5);

    /* ── Template aliases (bridge to palette) ── */
    --bg-2: var(--bg-card-alt);
    --bg-3: var(--bg-card);
    --green: var(--brand);
    --green-dark: var(--brand-dark);
    --gold: var(--blue);
    --gold-dark: var(--blue-dark);
    --muted: var(--text-muted);
    --rad: 15px;
    --rad-btn: 10px;
    --container: 1600px;
}

.container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 20px;
}

.gjpbvgtrdgaibnhf {
    padding: 60px 0;
    background: var(--bg);
}

.gjpbvgtrdgaibnhf h2 {
    position: relative;
    display: inline-block;
    font-size: clamp(24px, 2.6vw, 32px);
    font-weight: 700;
    margin: 0 0 30px;
    padding-bottom: 10px;
    line-height: 1.2;
}

.gjpbvgtrdgaibnhf h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--green);
    border-radius: 2px;
}

.gjpbvgtrdgaibnhf h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 36px 0 18px;
}

.yywmohoh {
    color: var(--muted);
    max-width: 880px;
    margin: 0 0 24px;
}

.pmdmyexeccnbmoo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: var(--rad-btn);
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    border: 2px solid transparent;
    transition: background .2s, color .2s, border-color .2s, transform .15s;
    text-align: center;
    cursor: pointer;
    min-width: 130px;
}

.pmdmyexeccnbmoo:hover {
    transform: translateY(-1px);
}

.uyzorilfok {
    padding: 14px 36px;
    font-size: 16px;
    min-width: 160px;
}

.kmmgdjios {
    width: 100%;
}

.rigsjijcink {
    background: var(--green);
    color: #fff;
}

.rigsjijcink:hover {
    background: var(--green-dark);
    color: #fff;
}

.xqgdkfrtoqomgojk {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .5);
}

.xqgdkfrtoqomgojk:hover {
    border-color: #fff;
    background: rgba(255, 255, 255, .05);
    color: #fff;
}

.ogqyujbie {
    background: var(--gold);
    color: #131414;
}

.ogqyujbie:hover {
    background: var(--gold-dark);
    color: #131414;
}

.hahsvscshnrt {
    background: var(--bg);
    padding: 24px 0 0;
}

.fzhfaqzcya {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px 35px;
}

.rrupfbqwfwybfq {
    display: block;
}

.rrupfbqwfwybfq img {
    height: 50px;
    width: auto;
    max-width: 230px;
}

.tusmryiwlqhc {
    display: flex;
    gap: 10px;
    align-items: center;
}

.tusmryiwlqhc .pmdmyexeccnbmoo {
    padding: 9px 28px;
    font-size: 14px;
    min-width: 110px;
}

.aqyycugouzipnh {
    font-size: 13px;
    color: var(--muted);
}

.aqyycugouzipnh a {
    color: var(--gold);
    text-decoration: underline;
    font-weight: 600;
}

.aqyycugouzipnh a:hover {
    color: var(--green);
}

.pfqgporlavwnqc {
    width: 100%;
    margin-top: 6px;
    display: flex;
    justify-content: center;
}

.bqcmjwscx {
    width: 100%;
}

.bqcmjwscx>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 0;
}

.bqcmjwscx>ul>li {
    position: relative;
}

.bqcmjwscx a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0px 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    transition: color .2s;
}

.bqcmjwscx a:hover {
    color: var(--green);
}

.jkpycurekqx {
    font-size: 14px;
}

.hzcmimsjfquoeokq {
    color: #fff;
}

.yzbpypcdqvy a {
    padding: 10px 14px;
}

.yzbpypcdqvy img {
    width: 28px;
    height: 20px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .15);
}

.rwzpmkocpbodbv>a {
    cursor: pointer;
}

.betvmnfd {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(4px);
    min-width: 180px;
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad-btn);
    padding: 6px 0;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .5);
    z-index: 50;
}

.rwzpmkocpbodbv:hover .betvmnfd {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.betvmnfd a {
    padding: 10px 18px;
    font-size: 13px;
}

.betvmnfd a:hover {
    background: var(--bg);
    color: var(--green);
}

.izayxgkjl {
    display: none;
    flex-direction: column;
    gap: 4px;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.izayxgkjl span {
    display: block;
    width: 26px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.mprrmoapoaox {
    position: relative;
    padding: 60px 0 0px;
    overflow: hidden;
}

.oddcdiajovykdi {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 50px;
    align-items: center;
}

.lvcwjorjwmxev h1 {
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 22px;
    color: #fff;
}

.lvcwjorjwmxev p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.75;
    margin: 0 0 32px;
}

.tzogypszu {
    display: none;
}

.lnjjiftebrikngn img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .5);
}

.pewengka {
    margin-top: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid var(--border);
    padding-top: 30px;
}

.vfbdzkjhmn {
    height: 46px;
    width: auto;
}

.plkqbojq {
    font-size: clamp(22px, 2.8vw, 34px);
    font-weight: 700;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-left: 22px;
}

.plkqbojq::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 70%;
    background: #fff;
    opacity: .4;
}

.xfgzcryb h2 {
    text-align: center;
    margin-bottom: 30px;
}

.dvwscyksdkui {
    max-width: 760px;
    margin: 0 auto;
    background: linear-gradient(180deg, rgba(20, 128, 94, .12) 0%, var(--bg-3) 100%);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 28px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
}

.jvkdcycrrgjmndc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border);
}

.sskdtltwskp {
    background: var(--gold);
    color: #131414;
    padding: 5px 14px;
    border-radius: 20px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .5px;
}

.kcawgamxz {
    color: #ff4545;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .5px;
}

.cmomucugew {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 16px;
    align-items: center;
    margin-bottom: 22px;
}

.pphreiqyyfuup {
    text-align: center;
    padding: 20px 12px;
    background: rgba(0, 0, 0, .3);
    border: 1px solid var(--border);
    border-radius: var(--rad-btn);
}

.pphreiqyyfuup img {
    width: 72px;
    height: 72px;
    margin: 0 auto 12px;
    object-fit: contain;
}

.pckfcjkvhqltvub {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.gvwrcqcucyylwlv {
    font-size: 26px;
    font-weight: 700;
    color: var(--gold);
}

.gvwrcqcucyylwlv span {
    font-size: 12px;
    color: var(--muted);
    font-weight: 400;
    margin-left: 4px;
}

.vtswhnjclam {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
}

.snlsntarovunzruq {
    text-align: center;
    color: var(--muted);
    font-size: 14px;
    margin-bottom: 20px;
}

.ckjjbksgd {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 40px;
    align-items: start;
}

.prxqcrdyu p {
    color: var(--text-muted);
    margin: 0 0 14px;
}

.unbgyzcacmj {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 10px 24px;
}

.vurefihbrkqont td {
    padding: 14px 4px;
    font-size: 14px;
    border-bottom: 1px solid var(--border);
    vertical-align: top;
}

.vurefihbrkqont tr:last-child td {
    border-bottom: 0;
}

.vurefihbrkqont td:first-child {
    color: var(--muted);
    width: 40%;
    font-weight: 400;
}

.vurefihbrkqont td:last-child {
    color: #fff;
    font-weight: 600;
}

.vdwkjrstadhk {
    counter-reset: step;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 16px;
}

.vdwkjrstadhk li {
    counter-increment: step;
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 22px 22px 22px 62px;
    position: relative;
    font-size: 15px;
    color: var(--text-muted);
    transition: border-color .2s;
}

.vdwkjrstadhk li:hover {
    border-color: var(--green);
}

.vdwkjrstadhk li::before {
    content: counter(step);
    position: absolute;
    left: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--green);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
}

.hfzpnwcko {
    margin-top: 30px;
    text-align: center;
}

.ryubtptbpnqbb {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 14px;
}

.nncpbocssintmg {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 22px 10px;
    text-align: center;
    color: #fff;
    transition: all .2s;
}

.nncpbocssintmg:hover {
    transform: translateY(-4px);
    border-color: var(--green);
    color: #fff;
}

.nncpbocssintmg img {
    width: 54px;
    height: 54px;
    margin: 0 auto 10px;
    object-fit: contain;
}

.nncpbocssintmg span {
    display: block;
    font-weight: 600;
    font-size: 14px;
}

.cbvivylrkcfu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
}

.xdgybgjui {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-left: 3px solid var(--gold);
    border-radius: var(--rad);
    padding: 22px;
    transition: all .2s;
    display: flex;
    flex-direction: column;
}

.xdgybgjui:hover {
    border-color: var(--green);
    border-left-color: var(--green);
    transform: translateY(-3px);
}

.xdgybgjui h4 {
    margin: 0 0 10px;
    font-size: 17px;
    color: #fff;
}

.xdgybgjui p {
    margin: 0 0 14px;
    color: var(--muted);
    font-size: 14px;
    flex: 1;
}

.gfqjicxokqiksk {
    color: var(--gold);
    font-weight: 700;
    font-size: 14px;
}

.gfqjicxokqiksk:hover {
    color: var(--green);
}

.gzeeqrmucfl {
    max-width: 560px;
    margin: 0 auto 28px;
}

.frkuttubsfye {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 22px;
}

.xevdwfukxp {
    background: var(--bg-3);
    border-radius: var(--rad);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform .25s ease;
}

.xevdwfukxp:hover {
    transform: translateY(-6px);
}

.txbcvffpzfkhga {
    position: relative;
    overflow: hidden;
    background: #0f1010;
}

.txbcvffpzfkhga img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform .35s ease;
}

.xevdwfukxp:hover .txbcvffpzfkhga img {
    transform: scale(1.05);
}

.bqdcfnisz {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--brand);
    color: var(--text);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 4px 10px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .35);
    z-index: 2;
}

.fewhhvcujhu {
    padding: 18px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cyqhzfqtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.cyqhzfqtn .nkoeatlcgiga {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
}

.kfrznrmshw {
    flex-shrink: 0;
    background: #d9dadb;
    color: #131414;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 6px;
    white-space: nowrap;
}

.kpcvzoffemxc {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 18px;
    flex: 1;
    align-content: start;
}

.gploovuemzni {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ejglmkylvt {
    color: var(--muted);
    font-size: 13px;
    font-weight: 400;
}

.tofofyzppc {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.xoedwfwq {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 13px 20px;
    border-radius: 8px;
    margin-top: auto;
}

.wbrjakliwtprfxrx {
    margin-top: 48px;
}

.wbrjakliwtprfxrx h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.trnrcxtyvypcdfn {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid var(--green);
    border-radius: 4px;
    background: transparent;
    max-width: 100%;
    width: 100%;
    min-width: 0;
}

.epdatsyrnodyp {
    width: 100%;
    border-collapse: collapse;
    min-width: 640px;
    color: #fff;
    font-size: 14px;
}

.epdatsyrnodyp th,
.epdatsyrnodyp td {
    padding: 14px 22px;
    text-align: left;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid var(--green);
    border-right: 1px solid var(--green);
}

.epdatsyrnodyp th:last-child,
.epdatsyrnodyp td:last-child {
    border-right: 0;
}

.epdatsyrnodyp tr:last-child td {
    border-bottom: 0;
}

.epdatsyrnodyp thead th {
    text-align: center;
    font-weight: 500;
    background: var(--bg-3);
}

.epdatsyrnodyp td b {
    color: #fff;
    font-weight: 400;
}

.lirsqwpkvvgbbp {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 28px;
}

.lirsqwpkvvgbbp::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 3px;
    background: var(--green);
    border-radius: 2px;
}

.nmernmswotygnwea {
    overflow: hidden;
    padding: 10px 0;
    mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
    -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}

.kgsecpflnyqqa {
    display: flex;
    gap: 32px;
    animation: scroll 40s linear infinite;
    width: max-content;
}

.kgsecpflnyqqa span {
    padding: 14px 28px;
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad-btn);
    font-weight: 700;
    color: var(--gold);
    font-size: 16px;
    white-space: nowrap;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.clwggqdcmvnz {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.clwggqdcmvnz > * {
    min-width: 0;
}

.clwggqdcmvnz.anhevobifvwfqw {
    grid-template-rows: auto auto;
    align-items: start;
}

.kgxwykskxvgss {
    grid-column: 1 / -1;
    margin-top: 8px;
    min-width: 0;
    max-width: 100%;
}

.kgxwykskxvgss > * + * {
    margin-top: 22px;
}

.clwggqdcmvnz.nvnkqdajeqtxhs .vtoockbvkhstso {
    order: -1;
}

.crgztheqfbxqt p {
    color: var(--text-muted);
    margin: 0 0 22px;
}

.vtoockbvkhstso {
    align-self: center;
}

.vtoockbvkhstso img {
    border-radius: var(--rad);
    width: 100%;
    max-width: 100%;
    height: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
}

.wnrycehkfsgwnqq {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 24px;
}

.wnrycehkfsgwnqq li {
    padding: 7px 16px;
    border-radius: 40px;
    background: var(--bg-3);
    border: 1px solid var(--border);
    font-size: 13px;
    color: #fff;
}

.dcbjdxmpztiarjw {
    margin: 0 0 24px;
}

.dcbjdxmpztiarjw li {
    padding: 8px 0 8px 28px;
    position: relative;
    color: var(--text-muted);
    font-size: 15px;
}

.dcbjdxmpztiarjw li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 8px;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    color: #fff;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
}

.cronvpjibtoks {
    margin: 0 0 24px;
    padding: 0;
    list-style: none;
    counter-reset: steps;
}

.cronvpjibtoks li {
    counter-increment: steps;
    padding: 10px 0 10px 42px;
    position: relative;
    color: var(--text-muted);
    font-size: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.cronvpjibtoks li:last-child {
    border-bottom: 0;
}

.cronvpjibtoks li::before {
    content: counter(steps);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--green);
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    font-weight: 700;
    flex-shrink: 0;
}

.uwqivxwyahvxtbik {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.sxhrjnvfybbwozk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 24px;
}

.sxhrjnvfybbwozk h2 {
    margin: 0;
}

.niouawgoyci {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 500;
}

.dlonddnpvxkpa {
    width: 9px;
    height: 9px;
    background: #ff4545;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255, 69, 69, .6);
    animation: live-pulse 1.8s ease-out infinite;
}

@keyframes live-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 69, 69, .6);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(255, 69, 69, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 69, 69, 0);
    }
}

.aygnduvhwvvbzvh {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

@media (max-width: 900px) {
    .aygnduvhwvvbzvh {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 540px) {
    .aygnduvhwvvbzvh {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .sxhrjnvfybbwozk {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .hmcfuljc {
        padding: 16px 14px;
        gap: 12px;
    }

    .svrpyulnll {
        gap: 6px;
    }

    .svrpyulnll .criowguhbc img,
    .hmcfuljc .jpumnqvx {
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .svrpyulnll .criowguhbc span {
        font-size: 12px;
    }

    .svrpyulnll .hwqvdxxjmsrxd {
        font-size: 12px;
    }

    .zauzubrceoi {
        font-size: 10px;
        padding: 2px 8px;
    }

    .rfexutbej {
        font-size: 12px;
    }

    .zweuprexy {
        font-size: 11px;
    }
}

.vichkxlwuoghgyd {
    height: 230px;
    background: var(--bg-3);
    border-radius: var(--rad);
    position: relative;
    overflow: hidden;
}

.vichkxlwuoghgyd::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .05), transparent);
    animation: shimmer 1.4s linear infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(100%);
    }
}

.awmgimoxcibwj,
.vfpvagxqfhkhej {
    grid-column: 1 / -1;
    text-align: center;
    padding: 40px 20px;
    color: var(--muted);
    background: var(--bg-3);
    border-radius: var(--rad);
}

.zauzubrceoi {
    display: inline-block;
    padding: 3px 10px;
    background: rgba(20, 128, 94, .2);
    color: var(--green);
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    align-self: center;
}

.jpumnqvx {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .05);
    font-size: 24px;
}

.hmcfuljc {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    transition: all .2s;
}

.hmcfuljc:hover {
    transform: translateY(-3px);
    border-color: var(--green);
}

.rfexutbej {
    color: var(--gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .5px;
    text-align: center;
}

.svrpyulnll {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.svrpyulnll .criowguhbc img {
    width: 48px;
    height: 48px;
    margin: 0 auto 8px;
    object-fit: contain;
}

.svrpyulnll .criowguhbc span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.svrpyulnll .hwqvdxxjmsrxd {
    color: var(--muted);
    font-weight: 700;
    font-size: 13px;
}

.zweuprexy {
    color: var(--muted);
    font-size: 12px;
    text-align: center;
}

.kxjhkvgxcwcm {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 14px;
}

.lvfybqmdhqrtvtrl {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 24px 12px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: var(--gold);
    transition: all .2s;
}

.lvfybqmdhqrtvtrl:hover {
    transform: translateY(-3px);
    border-color: var(--green);
    color: #fff;
}

.izflzdrqvvnrb {
    margin-top: 22px;
    color: var(--muted);
    font-size: 14px;
    font-style: italic;
}

.lheskoufpprggle {
    text-align: center;
}

.fzkmaewxlzqbkzux {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.grvbgmfxtzxwig {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 24px;
}

.grvbgmfxtzxwig b {
    display: block;
    color: var(--gold);
    margin-bottom: 8px;
    font-size: 17px;
}

.grvbgmfxtzxwig span {
    color: var(--muted);
    font-size: 14px;
}

.rcahbsqt,
.drufudjpnx {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
}

.zsfnagzdjqgff,
.exrxuhsznlat {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 22px 18px;
    text-align: center;
    transition: all .2s;
}

.zsfnagzdjqgff:hover,
.exrxuhsznlat:hover {
    border-color: var(--gold);
    transform: translateY(-3px);
}

.zsfnagzdjqgff b,
.exrxuhsznlat b {
    display: block;
    font-size: 16px;
    color: #fff;
    margin-bottom: 6px;
}

.zsfnagzdjqgff span,
.exrxuhsznlat span {
    color: var(--muted);
    font-size: 13px;
}

.yqpdblehjkqqcuet {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 24px;
    align-items: center;
}

.yqpdblehjkqqcuet img {
    height: 54px;
    width: auto;
    opacity: .85;
    transition: opacity .2s;
}

.yqpdblehjkqqcuet img:hover {
    opacity: 1;
}

.pduvozqpssyalasj {
    max-width: 920px;
    margin: 0 auto;
}

.aqknrnlrv {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color .2s;
}

.aqknrnlrv.guhhgcqxawphfvqd {
    border-color: var(--green);
}

.malsyqdgxdhqkrvy {
    width: 100%;
    text-align: left;
    padding: 18px 54px 18px 22px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
    transition: color .2s;
}

.malsyqdgxdhqkrvy::after {
    content: "+";
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--gold);
    font-size: 24px;
}

.aqknrnlrv.guhhgcqxawphfvqd .malsyqdgxdhqkrvy::after {
    content: "−";
    color: var(--green);
}

.aqknrnlrv.guhhgcqxawphfvqd .malsyqdgxdhqkrvy {
    color: var(--gold);
}

.djkqwvjkt {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
}

.aqknrnlrv.guhhgcqxawphfvqd .djkqwvjkt {
    max-height: 220px;
}

.djkqwvjkt p {
    padding: 0 22px 18px;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

.ttukvrtllso {
    background: linear-gradient(180deg, rgba(20, 128, 94, .18) 0%, var(--bg) 100%);
    padding: 60px 0 40px;
    border-bottom: 1px solid var(--border);
}

.ttukvrtllso h1 {
    font-size: clamp(28px, 3.4vw, 42px);
    font-weight: 700;
    margin: 0 0 14px;
    color: #fff;
    line-height: 1.2;
}

.ttukvrtllso .cgivdsptfpjkuniu {
    color: var(--muted);
    font-size: 16px;
    max-width: 860px;
    margin: 0;
}

.klgzrexptuqdvp {
    margin: 0 0 18px;
    font-size: 13px;
    color: var(--muted);
}

.klgzrexptuqdvp a {
    color: var(--muted);
}

.klgzrexptuqdvp a:hover {
    color: var(--green);
}

.klgzrexptuqdvp span {
    margin: 0 8px;
    opacity: .5;
}

.yhmscoinbs {
    padding: 50px 0 70px;
}

.yhmscoinbs .sddkouphkikvo {
    max-width: 980px;
    color: var(--text-muted);
    font-size: 15px;
    line-height: 1.75;
}

.yhmscoinbs .sddkouphkikvo h2 {
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 700;
    color: #fff;
    margin: 36px 0 16px;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}

.yhmscoinbs .sddkouphkikvo h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: var(--green);
    border-radius: 2px;
}

.yhmscoinbs .sddkouphkikvo h2:first-child {
    margin-top: 0;
}

.yhmscoinbs .sddkouphkikvo h3 {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    margin: 28px 0 12px;
}

.yhmscoinbs .sddkouphkikvo p {
    margin: 0 0 16px;
}

.yhmscoinbs .sddkouphkikvo a {
    color: var(--gold);
    text-decoration: underline;
}

.yhmscoinbs .sddkouphkikvo a:hover {
    color: var(--green);
}

.yhmscoinbs .sddkouphkikvo ul,
.yhmscoinbs .sddkouphkikvo ol {
    margin: 0 0 18px;
    padding-left: 22px;
    list-style: disc;
}

.yhmscoinbs .sddkouphkikvo ol {
    list-style: decimal;
}

.yhmscoinbs .sddkouphkikvo li {
    margin: 6px 0;
    color: var(--text-muted);
}

.yhmscoinbs .sddkouphkikvo .ssoqvrttdgcfcn {
    color: var(--muted);
    font-style: italic;
    margin-bottom: 24px;
    font-size: 14px;
}

.yhmscoinbs .sddkouphkikvo .uwzkiqxi {
    background: var(--bg-3);
    border-left: 3px solid var(--gold);
    border-radius: 8px;
    padding: 16px 20px;
    margin: 20px 0;
    color: var(--text-muted);
}

.iydqfnnjnnkl {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 18px;
    margin: 28px 0 8px;
}

.ffyoupfvida {
    background: var(--bg-3);
    border: 1px solid var(--border);
    border-radius: var(--rad);
    padding: 24px;
    transition: border-color .2s, transform .2s;
}

.ffyoupfvida:hover {
    border-color: var(--green);
    transform: translateY(-3px);
}

.ffyoupfvida h3 {
    margin: 0 0 10px;
    font-size: 17px;
    color: var(--gold);
}

.ffyoupfvida p {
    margin: 0 0 8px;
    color: var(--muted);
    font-size: 14px;
}

.ffyoupfvida a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    word-break: break-word;
}

.ffyoupfvida a:hover {
    color: var(--green);
    text-decoration: underline;
}

.tuqysyyxc {
    background: var(--bg-card-alt);
    color: var(--text);
    font-size: 14px;
    padding: 60px 0 30px;
}

.cyhloxgoclrg {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1.2fr 1.3fr;
    gap: 40px;
    padding-bottom: 50px;
}

.relvogvuklnhouhq h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(255, 255, 255, .15);
    display: inline-block;
}

.relvogvuklnhouhq ul li {
    padding: 4px 0;
}

.relvogvuklnhouhq ul li a {
    color: #fff;
    font-size: 14px;
    transition: color .2s;
}

.relvogvuklnhouhq ul li a:hover {
    color: var(--green);
}

.jtebqgdrpormyuj {
    margin-bottom: 14px;
}

.jtebqgdrpormyuj img {
    display: block;
}

.jnyrwxenght {
    display: block;
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    margin: 12px 0 8px;
}

.jnyrwxenght:hover {
    color: var(--green);
}

.svfyzftvjqk {
    color: #fff;
    font-size: 14px;
    margin: 8px 0 0;
}

.zcpbwrxwvllok li {
    padding: 6px 0;
}

.zcpbwrxwvllok li a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 14px;
}

.zcpbwrxwvllok li a img {
    width: 22px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .2);
}

.icydoyytnlvf {
    margin: 0 0 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
}

.icydoyytnlvf a {
    color: #fff;
    text-decoration: none;
}

.icydoyytnlvf a:hover {
    color: var(--green);
    text-decoration: underline;
}

.krpgqwxjbgu {
    position: relative;
}

.bozwggfc {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.vlcjkjiqz {
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.oumgtqthow {
    color: var(--gold);
    font-size: 20px;
    letter-spacing: 2px;
}

.ugrfmrwula {
    color: #fff;
    font-size: 14px;
    margin: 0 0 8px;
}

.ymysdfwsqyc {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold);
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
}

.ymysdfwsqyc:hover {
    color: #fff;
}

.eggehwmvyyadb {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: var(--green);
    border-radius: 3px;
    position: relative;
}

.eggehwmvyyadb::before {
    content: "↓";
    position: absolute;
    inset: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rwqeeawnu {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.rwqeeawnu+.rwqeeawnu {
    margin-top: 8px;
}

.okxxgmqaysvn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    background: var(--text);
    color: var(--bg-card-alt);
    border-radius: 5px;
    transition: all .2s;
}

.okxxgmqaysvn:hover {
    background: var(--brand);
    color: var(--text);
    transform: translateY(-2px);
}

.okxxgmqaysvn svg {
    width: 18px;
    height: 18px;
}

.jcwgkakzmixpyhdq {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 40px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.idwoflnnrhj {
    display: flex;
    align-items: center;
    gap: 10px;
}

.rzsbgufqgliwoy {
    color: rgba(255, 255, 255, .6);
    font-size: 13px;
    white-space: nowrap;
}

.zlplqopgvdvpz {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 6px;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    cursor: pointer;
    transition: background .2s, border-color .2s;
}

.zlplqopgvdvpz:hover {
    background: rgba(255, 255, 255, .12);
    border-color: rgba(255, 255, 255, .3);
}

.zlplqopgvdvpz.wqtssgla {
    color: var(--green);
    border-color: var(--green);
}

.wqnhnycke {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.wqnhnycke img {
    height: 40px;
    width: auto;
    opacity: .85;
    filter: grayscale(.2);
    transition: opacity .2s, filter .2s;
}

.wqnhnycke img:hover {
    opacity: 1;
    filter: none;
}

.febohczfhnjgo {
    text-align: center;
    padding-top: 20px;
}

.hscekegqjdsfjl {
    color: var(--green);
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 8px;
    letter-spacing: .5px;
}

.rpecdnxefowmkw {
    color: #fff;
    font-size: 14px;
    margin: 0;
}

@media (max-width: 1080px) {
    .bqcmjwscx a {
        padding: 12px 10px;
        font-size: 13px;
    }

    .cyhloxgoclrg {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .krpgqwxjbgu {
        grid-column: 1 / -1;
    }
}

@media (max-width: 960px) {

    .ckjjbksgd {
        grid-template-columns: 1fr;
    }

    .oddcdiajovykdi,
    .clwggqdcmvnz,
    .clwggqdcmvnz.nvnkqdajeqtxhs {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .oddcdiajovykdi > .lvcwjorjwmxev,
    .clwggqdcmvnz > .crgztheqfbxqt {
        display: contents;
    }

    .oddcdiajovykdi > .lvcwjorjwmxev > h1,
    .clwggqdcmvnz > .crgztheqfbxqt > h2 {
        order: 1;
    }

    .oddcdiajovykdi > .lnjjiftebrikngn,
    .clwggqdcmvnz > .vtoockbvkhstso,
    .clwggqdcmvnz.nvnkqdajeqtxhs > .vtoockbvkhstso {
        order: 2;
        margin: 0 0 24px;
    }

    .oddcdiajovykdi > .lvcwjorjwmxev > *:not(h1),
    .clwggqdcmvnz > .crgztheqfbxqt > *:not(h2) {
        order: 3;
    }

    .clwggqdcmvnz > .kgxwykskxvgss {
        order: 4;
        margin-top: 16px;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }

    .clwggqdcmvnz > .kgxwykskxvgss .trnrcxtyvypcdfn,
    .clwggqdcmvnz > .crgztheqfbxqt .trnrcxtyvypcdfn {
        max-width: 100%;
        width: 100%;
    }

    .cyhloxgoclrg {
        grid-template-columns: 1fr 1fr;
    }

    .lnjjiftebrikngn {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .tzogypszu {
        display: inline-flex;
        width: 100%;
        justify-content: center;
    }

    .lvcwjorjwmxev .uyzorilfok {
        display: none;
    }
}

@media (max-width: 780px) {
    body {
        padding-top: var(--header-h, 174px);
    }

    .hahsvscshnrt {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 100;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .4);
    }

    .fzhfaqzcya {
        align-items: stretch;
        gap: 14px;
    }

    .rrupfbqwfwybfq {
        align-self: flex-start;
        padding-right: 50px;
    }

    .rrupfbqwfwybfq img {
        height: 36px;
    }

    .tusmryiwlqhc {
        display: flex;
        flex-direction: row;
        width: 100%;
        gap: 10px;
    }

    .tusmryiwlqhc .pmdmyexeccnbmoo {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
        padding: 12px 10px;
    }

    .aqyycugouzipnh {
        text-align: center;
        width: 100%;
    }

    .izayxgkjl {
        display: flex;
        top: 14px;
        right: 16px;
    }

    .pfqgporlavwnqc {
        display: block;
    }

    .bqcmjwscx {
        max-height: 0;
        overflow: hidden;
        transition: max-height .3s ease;
    }

    .bqcmjwscx.guhhgcqxawphfvqd {
        max-height: 90vh;
        overflow-y: auto;
    }

    .bqcmjwscx>ul {
        flex-direction: column;
        align-items: stretch;
    }

    .bqcmjwscx a {
        padding: 12px 22px;
        font-size: 15px;
    }

    .betvmnfd {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        display: none;
        background: var(--bg);
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }

    .rwzpmkocpbodbv.guhhgcqxawphfvqd .betvmnfd {
        display: block;
    }

    .gjpbvgtrdgaibnhf {
        padding: 48px 0;
    }

    .cyhloxgoclrg {
        grid-template-columns: 1fr;
        text-align: left;
    }

    .wqnhnycke {
        gap: 20px;
    }

    .wqnhnycke img {
        height: 32px;
    }

    .pewengka {
        flex-direction: column;
        gap: 12px;
    }

    .plkqbojq {
        padding-left: 0;
    }

    .plkqbojq::before {
        display: none;
    }
}

@media (max-width: 520px) {
    .lvcwjorjwmxev h1 {
        font-size: 26px;
    }

    .cmomucugew {
        grid-template-columns: 1fr;
        gap: 10px;
    }

    .vtswhnjclam {
        text-align: center;
        padding: 4px 0;
    }

    .tusmryiwlqhc {
        flex-direction: row;
        width: 100%;
        padding: 0;
        gap: 10px;
    }

    .tusmryiwlqhc .pmdmyexeccnbmoo {
        flex: 1 1 0;
        min-width: 0;
        width: auto;
    }
}