:root {
    --gen-primary: #1f133f;
    --gen-primary-hov: #2f1e5c;
    --gen-primary-soft: #eae6f4;
    --gen-accent: #54e331;
    --gen-accent-soft: #e7f8e3;
    --gen-hero-from: #26174f;
    --gen-hero-to: #120a29;
    --gen-hero-mid: #24a4a8;
    --gen-bg: #f4f4f6;
    --gen-surface: #ffffff;
    --gen-border: #d6d2e0;
    --gen-text: #181424;
    --gen-text-soft: #696080;
    --gen-gold: #f1b022;
    --gen-signal: #eb881e;
    --gen-pale: #f7f6f9;
}

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

body {
    font-family: 'Nunito', system-ui, sans-serif;
    background: var(--gen-bg);
    color: var(--gen-text);
    font-size: 15px;
    line-height: 1.65
}

a {
    color: inherit;
    text-decoration: none
}

.xez-gix {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px
}

.le-di {
    padding: 36px 0 48px
}

.nax {
    margin-bottom: 40px
}

.fe-wum {
    margin-bottom: 18px
}

.fe-wum h2 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 4px
}

.fe-wum p {
    font-size: 13px;
    color: var(--gen-text-soft)
}

.cil-mok {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
    color: var(--gen-accent);
    background: var(--gen-accent-soft);
    border-radius: 4px;
    padding: 2px 7px;
    margin-bottom: 8px
}

.gev-tiz h2 {
    font-size: 19px;
    font-weight: 800;
    margin: 26px 0 10px
}

.gev-tiz h3 {
    font-size: 15px;
    font-weight: 700;
    margin: 18px 0 8px
}

.gev-tiz p {
    line-height: 1.75;
    margin-bottom: 14px
}

.gen-highlight {
    background: var(--gen-primary-soft);
    border-left: 3px solid var(--gen-primary);
    border-radius: 0 8px 8px 0;
    padding: 12px 16px;
    margin: 16px 0;
    font-size: 14px
}

.kac h2 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 14px
}

.pod-vut {
    background: var(--gen-surface);
    border: 1px solid var(--gen-border);
    border-radius: 10px;
    margin-bottom: 8px
}

.fa-gah {
    padding: 13px 16px;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px
}

.fa-gah::after {
    content: "+";
    font-size: 18px;
    color: var(--gen-primary);
    font-weight: 400;
    flex-shrink: 0
}

.cic-gac {
    padding: 0 16px 13px;
    font-size: 13px;
    color: var(--gen-text-soft);
    line-height: 1.7
}

@media(max-width:600px) {
    .tit__deposit {
        display: none
    }
}

.guh {
    position: sticky;
    top: 0;
    z-index: 50;
    background: linear-gradient(135deg, var(--gen-primary), var(--gen-hero-mid));
    box-shadow: 0 2px 16px rgba(0, 0, 0, .25)
}

.guh__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 58px;
    gap: 16px
}

.xo-bow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    font-size: 15px;
    color: #fff
}

.xo-bow__mark {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .2);
    border: 1px solid rgba(255, 255, 255, .3);
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
    color: #fff
}

.siw-ce {
    display: flex;
    gap: 4px;
    list-style: none
}

.siw-ce a {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, .75);
    padding: 5px 10px;
    border-radius: 6px;
    transition: all .15s
}

.siw-ce a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .15)
}

.ki-se {
    background: var(--gen-accent);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 5px;
    white-space: nowrap;
    transition: opacity .15s
}

.ki-se:hover {
    opacity: .85
}

.fe-ci {
    background: linear-gradient(135deg, var(--gen-hero-from) 0%, var(--gen-hero-to) 100%);
    padding: 44px 0 0
}

.fe-ci__label {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--gen-accent);
    margin-bottom: 12px
}

.fe-ci h1 {
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 900;
    color: #fff;
    margin-bottom: 12px;
    line-height: 1.12
}

.fe-ci__sub {
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    max-width: 540px;
    line-height: 1.7;
    margin-bottom: 0
}

.fe-ci__stats {
    display: flex;
    gap: 0;
    margin-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, .12)
}

.hek {
    flex: 1;
    text-align: center;
    padding: 14px 8px;
    border-right: 1px solid rgba(255, 255, 255, .1)
}

.hek:last-child {
    border-right: none
}

.hek__num {
    font-size: 20px;
    font-weight: 900;
    color: var(--gen-accent);
    line-height: 1;
    display: block
}

.hek__lbl {
    font-size: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, .65);
    letter-spacing: .6px;
    text-transform: uppercase;
    margin-top: 3px;
    display: block
}

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

.tit {
    background: var(--gen-surface);
    border: 1px solid var(--gen-border);
    border-radius: 18px;
    padding: 14px 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    transition: border-color .15s
}

.tit:hover {
    border-color: var(--gen-primary)
}

.tit--first {
    border-left: 4px solid var(--gen-gold)
}

.tit__info {
    flex: 1;
    min-width: 0
}

.tit__name {
    font-size: 14px;
    font-weight: 700;
    display: block
}

.tit__bonus {
    font-size: 12px;
    color: var(--gen-text-soft);
    display: block;
    margin-top: 2px
}

.tit__deposit {
    font-size: 11px;
    color: var(--gen-text-soft);
    background: var(--gen-bg);
    border-radius: 6px;
    padding: 3px 8px;
    white-space: nowrap;
    flex-shrink: 0
}

.tit__score {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 44px;
    flex-shrink: 0
}

.tit__score-val {
    font-size: 17px;
    font-weight: 900;
    color: var(--gen-primary);
    line-height: 1
}

.tit__score-lbl {
    font-size: 9px;
    font-weight: 700;
    color: var(--gen-text-soft);
    letter-spacing: .5px;
    text-transform: uppercase
}

.tit__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--gen-primary);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 5px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .15s
}

.tit__btn:hover {
    background: var(--gen-primary-hov)
}

.jid {
    background: var(--gen-primary);
    border-top: 2px solid var(--gen-accent);
    padding: 22px 0
}

.jid p {
    font-size: 11px;
    color: rgba(255, 255, 255, .5);
    line-height: 1.7
}

.gev-tiz table {
    width: 100%;
    border-collapse: collapse;
    margin: 14px 0;
    font-size: 13px
}

.gev-tiz th {
    background: var(--brand, var(--gen-primary, var(--v4-primary, #333)));
    color: #fff;
    padding: 8px 12px;
    text-align: left;
    font-weight: 700
}

.gev-tiz td {
    padding: 8px 12px;
    border-bottom: 1px solid var(--line, var(--gen-border, var(--v4-border, #e0e0e0)))
}

.gev-tiz tr:nth-child(even) td {
    background: rgba(0, 0, 0, .03)
}

.gev-tiz ul,
.gev-tiz ol {
    padding-left: 20px;
    margin: 10px 0
}

.gev-tiz li {
    margin-bottom: 6px;
    line-height: 1.65
}

.gev-tiz blockquote {
    border-left: 3px solid var(--accent, var(--gen-accent, #666));
    padding: 10px 14px;
    margin: 12px 0;
    opacity: .85
}

.gev-tiz code {
    background: rgba(0, 0, 0, .06);
    padding: 1px 5px;
    border-radius: 3px;
    font-family: monospace;
    font-size: .9em
}