:root {
    --gen-primary: #084932;
    --gen-primary-hov: #0e6c4a;
    --gen-primary-soft: #e6f4ef;
    --gen-accent: #e34831;
    --gen-accent-soft: #f8e6e3;
    --gen-hero-from: #0a5c3e;
    --gen-hero-to: #042f1f;
    --gen-hero-mid: #75a824;
    --gen-bg: #f4f6f5;
    --gen-surface: #ffffff;
    --gen-border: #d2e0db;
    --gen-text: #14241e;
    --gen-text-soft: #608074;
    --gen-gold: #f1cb22;
    --gen-signal: #eb851e;
    --gen-pale: #f6f9f8;
}

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

body {
    font-family: 'Rubik', 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
}

.gen-frame {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px
}

.gen-main {
    padding: 36px 0 48px
}

.gen-section {
    margin-bottom: 40px
}

.gen-section-head {
    margin-bottom: 18px
}

.gen-section-head h2 {
    font-size: 21px;
    font-weight: 800;
    margin-bottom: 4px
}

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

.gen-updated {
    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
}

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

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

.gen-copy 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
}

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

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

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

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

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

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

.gen-nav {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--gen-primary);
    border-bottom: 3px solid var(--gen-accent);
    box-shadow: 0 2px 14px rgba(0, 0, 0, .2)
}

.gen-nav__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    gap: 16px
}

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

.gen-brand__mark {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    background: var(--gen-accent);
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 900;
    color: var(--gen-primary)
}

.gen-navlinks {
    display: flex;
    gap: 4px;
    list-style: none
}

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

.gen-navlinks a:hover {
    color: #fff;
    background: rgba(255, 255, 255, .12)
}

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

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

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

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

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

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

.gen-stat-pill:last-child {
    border-right: none
}

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

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

.gen-ranking {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.gen-card {
    background: var(--gen-surface);
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 14px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, .06);
    transition: box-shadow .15s, transform .15s
}

.gen-card:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, .1);
    transform: translateY(-1px)
}

.gen-card--first {
    border-top: 3px solid var(--gen-gold)
}

.gen-card__info {
    flex: 1;
    min-width: 0
}

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

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

.gen-card__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
}

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

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

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

.gen-card__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: 7px;
    white-space: nowrap;
    flex-shrink: 0;
    transition: background .15s
}

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

.gen-footer {
    background: linear-gradient(135deg, var(--gen-hero-from), var(--gen-hero-to));
    padding: 28px 0
}

.gen-footer__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap
}

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

.gen-footer-links {
    display: flex;
    gap: 16px;
    list-style: none
}

.gen-footer-links a {
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, .65)
}

.gen-footer-links a:hover {
    color: #fff
}

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

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

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

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

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

.gen-copy li {
    margin-bottom: 6px;
    line-height: 1.65
}

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

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