/* ═══════════════════════════════════════════════════════
   DONATE PAGE  ·  v4  ·  equal columns  ·  direct colours
   ═══════════════════════════════════════════════════════ */

/* ── page chrome ── */
body:has(.dn-page) .countdown-wrap {
    display: none !important
}

body:has(.dn-page) .points {
    display: none !important
}

body:has(.dn-page) .streams {
    display: none !important
}

body:has(.dn-page) [data-streams-overlay] {
    display: none !important
}

/* ── scroll unlock ── */
body:has(.dn-page),
html:has(.dn-page) {
    overflow-y: auto !important;
    height: auto !important
}

body:has(.dn-page) .page {
    overflow: visible !important;
    height: auto !important;
    min-height: 100vh
}

/* ── font variables ── */
.dn-page {
    --dn-f0: "BeaufortforLOL", "Times New Roman", Times, serif;
    --dn-f1: "Intro", "Open Sans", Tahoma, Arial, sans-serif;
}

/* ════════════════════════════════════════
   PAGE BACKGROUND
════════════════════════════════════════ */
.dn-page {
    background: rgb(9, 12, 14) !important;
    background-color: rgb(9, 12, 14) !important;
    background-image: radial-gradient(ellipse 50% 80% at 8% 50%, rgba(223, 198, 131, .055), transparent 55%),
    radial-gradient(ellipse 40% 40% at 92% 20%, rgba(60, 80, 120, .12), transparent 50%) !important;
    position: relative !important;
    z-index: 5 !important;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.dn-shell {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 5.5rem 0 3rem;
    position: relative !important;
    z-index: 5 !important;
}

.dn-si {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: 90rem;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
    position: relative !important;
    z-index: 5 !important;
}

/* ════════════════════════════════════════
   TOPBAR
════════════════════════════════════════ */
.dn-topbar {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    padding: 0 0 2rem;
    border-bottom: 1px solid rgba(223, 198, 131, .13);
    position: relative;
    flex-shrink: 0;
}

.dn-topbar::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 10rem;
    height: 1px;
    background: rgb(223, 198, 131);
}

.dn-topbar__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(223, 198, 131, .35);
    background: rgba(223, 198, 131, .07);
    flex-shrink: 0;
    transform: rotate(45deg);
    overflow: hidden;
}

.dn-topbar__logo img {
    width: 1.75rem;
    height: 1.75rem;
    object-fit: contain;
    transform: rotate(-45deg);
}

.dn-topbar__titles {
    flex-grow: 1;
}

.dn-topbar__eyebrow {
    font-family: var(--dn-f1);
    font-size: .625rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(223, 198, 131, .55);
    display: block;
    margin-bottom: .25rem;
}

.dn-topbar__title {
    font-family: var(--dn-f0) !important;
    font-size: clamp(1.5rem, 3.5vw, 2.5rem) !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    color: rgb(255, 229, 159) !important;
    line-height: 1 !important;
    letter-spacing: .04em !important;
    margin: 0 !important;
}

.dn-topbar__meta {
    font-family: var(--dn-f1);
    font-size: .75rem;
    color: rgb(130, 116, 100);
    text-align: right;
    white-space: nowrap;
    line-height: 1.55;
}

.dn-topbar__meta-label {
    display: block;
}

.dn-topbar__meta-val {
    font-family: var(--dn-f0);
    font-size: 1rem;
    font-weight: 400;
    color: rgba(223, 198, 131, .8);
    letter-spacing: .03em;
}

/* ════════════════════════════════════════
   FORM GRID  — equal 1fr · 1fr columns
════════════════════════════════════════ */
.dn-form {
    display: flex;
    flex-direction: column;
    flex: 1;
}

@media (min-width: 900px) {
    .dn-form {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
        gap: 0;
    }
}

/* ── left column ── */
.dn-left {
    background: rgb(18, 24, 30) !important;
    background-color: rgb(18, 24, 30) !important;
    -webkit-backdrop-filter: brightness(.25) !important;
    backdrop-filter: brightness(.25) !important;
    border-right: 1px solid rgba(223, 198, 131, .1);
}

/* ── right column ── */
.dn-right {
    background: rgb(14, 18, 22) !important;
    background-color: rgb(14, 18, 22) !important;
    -webkit-backdrop-filter: brightness(.3) !important;
    backdrop-filter: brightness(.3) !important;
    min-height: 100%;
}

/* ── right column — slightly bigger content ── */
.dn-right .dn-sect              { padding: 1.25rem 1.75rem; }
.dn-right .dn-rtitle            { font-size: 1.3rem !important; }
.dn-right .dn-sect-title        { font-size: 1.125rem !important; margin-bottom: 1rem !important; }
.dn-right .dn-rrate__val        { font-size: 1rem; }
.dn-right .dn-tier              { padding: .875rem 0 .875rem 1.25rem; }
.dn-right .dn-tier__amount      { font-size: .9375rem; }
.dn-right .dn-tier__amount strong { font-size: 1.0625rem; }
.dn-right .dn-tier__pct         { font-size: 1.0625rem; }
.dn-right .dn-disc-list li      { font-size: .93rem; }

/* ════════════════════════════════════════
   SECTION
════════════════════════════════════════ */
.dn-sect {
    padding: 1rem 1.5rem;
}

/* single divider: just the top border on subsequent sections — no shd bottom border */
.dn-sect + .dn-sect {
    border-top: 1px solid rgba(223, 198, 131, .07);
}

.dn-sect--action {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    align-items: stretch;
}

/* section header — NO bottom border (section separator handles it) */
.dn-shd {
    display: flex;
    align-items: center;
    gap: .625rem;
    margin-bottom: .875rem;
    /* border-bottom removed — avoids double borders */
}

.dn-shd--sm {
    margin-top: .875rem;
    margin-bottom: .5rem;
}

.dn-shd__ico {
    display: block;
    width: .5rem;
    height: .5rem;
    background: rgba(223, 198, 131, .55);
    transform: rotate(45deg);
    flex-shrink: 0;
    font-size: 0;
    font-style: normal;
}

.dn-shd > span,
.dn-shd--sm > span {
    font-family: var(--dn-f0);
    font-size: .9375rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: rgba(223, 198, 131, .72);
    font-weight: 400;
}

.dn-div {
    height: 1px;
    background: rgba(223, 198, 131, .07);
}
.dn-div--gap { margin: .875rem 0; }

/* ════════════════════════════════════════
   BONUS EXAMPLE BOX
════════════════════════════════════════ */
.dn-bonus-ex {
    background: rgba(0, 0, 0, .22);
    border-left: 2px solid rgba(223, 198, 131, .28);
    padding: .875rem 1rem .875rem 1.125rem;
    margin-bottom: 0;
    position: relative;
}
/* subtle top glow on the accent bar */
.dn-bonus-ex::before {
    content: "";
    position: absolute;
    left: -2px; top: 0;
    width: 2px; height: 2rem;
    background: linear-gradient(to bottom, rgba(255, 229, 159, .7), rgba(223, 198, 131, .28));
}
/* override list margin inside the box */
.dn-bonus-ex .dn-disc-list { margin-bottom: 0; }

/* ════════════════════════════════════════
   SUPPORT BLOCK  (Telegram CTA)
════════════════════════════════════════ */
.dn-support__text {
    font-family: var(--dn-f1);
    font-size: .95rem;
    color: rgba(255, 255, 255, .42);
    line-height: 1.65;
    margin: 0 0 1rem;
}
.dn-support__btn {
    display: inline-flex;
    align-items: center;
    gap: .5625rem;
    padding: .6875rem 1.25rem;
    background: rgba(223, 198, 131, .06);
    border: 1px solid rgba(223, 198, 131, .22);
    color: rgba(223, 198, 131, .82);
    font-family: var(--dn-f1);
    font-size: .875rem;
    text-decoration: none;
    letter-spacing: .03em;
    transition: background .2s, border-color .2s, color .2s, box-shadow .2s;
    position: relative;
    overflow: hidden;
}
.dn-support__btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(223, 198, 131, .06), transparent);
    opacity: 0;
    transition: opacity .2s;
}
.dn-support__btn:hover {
    background: rgba(223, 198, 131, .1);
    border-color: rgba(223, 198, 131, .48);
    color: rgb(255, 229, 159);
    box-shadow: 0 0 16px rgba(223, 198, 131, .1);
}
.dn-support__btn:hover::before { opacity: 1; }

/* ════════════════════════════════════════
   FORM CONTROLS
════════════════════════════════════════ */
.dn-field {
    margin-bottom: 1rem;
}

.dn-label {
    font-family: var(--dn-f1);
    font-size: 1rem;
    letter-spacing: .05em;
    color: rgba(223, 198, 131, .55);
    display: block;
    margin-bottom: .4rem;
}

.dn-input {
    width: 100%;
    background: rgba(0, 0, 0, .35) !important;
    border: 1px solid rgba(223, 198, 131, .18) !important;
    color: rgb(220, 200, 160) !important;
    font-family: var(--dn-f1) !important;
    font-size: .875rem !important;
    padding: .7rem 1rem !important;
    outline: none !important;
    box-sizing: border-box;
    border-radius: 0 !important;
    transition: border-color .2s;
}

.dn-input::placeholder {
    color: rgba(255, 255, 255, .2) !important;
}

.dn-input:focus {
    border-color: rgba(223, 198, 131, .45) !important;
}

.dn-select {
    width: 100%;
    background: rgba(0, 0, 0, .35) !important;
    border: 1px solid rgba(223, 198, 131, .18) !important;
    color: rgb(220, 200, 160) !important;
    font-family: var(--dn-f1) !important;
    font-size: .875rem !important;
    padding: .7rem 1rem !important;
    outline: none !important;
    cursor: pointer;
    margin-bottom: 1rem;
    box-sizing: border-box;
    border-radius: 0 !important;
    -webkit-appearance: none;
}

/* ════════════════════════════════════════
   COIN INPUT BOX
════════════════════════════════════════ */
.dn-coin-box {
    display: flex;
    align-items: center;
    gap: 1rem;
    background: rgba(0, 0, 0, .3);
    border: 1px solid rgba(223, 198, 131, .25);
    padding: .875rem 1.125rem;
    margin-bottom: .625rem;
}

.dn-coin-box__ico {
    width: 2.25rem;
    height: 2.25rem;
    object-fit: contain;
    flex-shrink: 0;
}

.dn-coin-box__input {
    flex: 1;
    background: none !important;
    border: none !important;
    outline: none !important;
    color: rgb(255, 229, 159) !important;
    font-family: var(--dn-f0) !important;
    font-size: 1.75rem !important;
    font-weight: 400 !important;
    letter-spacing: .04em;
    min-width: 0;
    -moz-appearance: textfield;
}

.dn-coin-box__input::-webkit-inner-spin-button,
.dn-coin-box__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.dn-coin-box__badge {
    font-family: var(--dn-f1);
    font-size: .8125rem;
    color: rgb(141, 216, 141);
    white-space: nowrap;
    padding: .25rem .625rem;
    background: rgba(141, 216, 141, .08);
    border: 1px solid rgba(141, 216, 141, .18);
}

/* character-name variant of coin-box */
.dn-coin-box__ico--char {
    width: 2.25rem;
    height: 2.25rem;
    flex-shrink: 0;
    color: rgba(223, 198, 131, .4);
    stroke: currentColor;
}

.dn-coin-box__input--char {
    font-family: var(--dn-f1) !important;
    font-size: 1.3125rem !important;
    letter-spacing: .02em !important;
    color: rgb(220, 200, 160) !important;
}

.dn-coin-box__input--char::placeholder {
    color: rgba(255, 255, 255, .22) !important;
    font-size: 1rem !important;
}

.dn-coin-rate {
    font-family: var(--dn-f1);
    font-size: .6875rem;
    color: rgba(223, 198, 131, .4);
    letter-spacing: .04em;
    margin-bottom: .875rem;
}

/* ════════════════════════════════════════
   PRESET CHIPS
════════════════════════════════════════ */
.dn-chips {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-bottom: .875rem;
}

.dn-chip {
    font-family: var(--dn-f0);
    font-size: .9375rem;
    font-weight: 400;
    padding: .375rem .875rem;
    background: rgba(223, 198, 131, .05);
    border: 1px solid rgba(223, 198, 131, .18);
    color: rgba(223, 198, 131, .6);
    cursor: pointer;
    transition: color .15s, border-color .15s;
    position: relative;
    overflow: hidden;
}

.dn-chip::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(223, 198, 131, .08);
    width: 0;
    transition: width .2s;
    z-index: 0;
}

.dn-chip:hover::before,
.dn-chip.active::before {
    width: 100%;
}

.dn-chip:hover,
.dn-chip.active {
    color: rgb(255, 229, 159);
    border-color: rgba(223, 198, 131, .5);
}

/* ════════════════════════════════════════
   ORDER SUMMARY
════════════════════════════════════════ */
.dn-order {
    display: flex;
    flex-direction: column;
}

.dn-order__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5625rem 0;
    border-bottom: 1px solid rgba(223, 198, 131, .05);
}

.dn-order__row:last-child {
    border-bottom: none;
}

.dn-order__row--total {
    padding-top: .75rem;
    margin-top: .125rem;
    border-top: 1px solid rgba(223, 198, 131, .12);
    border-bottom: none;
}

.dn-order__k {
    font-family: var(--dn-f1);
    font-size: 1rem;
    color: rgba(255, 255, 255, .45);
    letter-spacing: .03em;
}

.dn-order__v {
    font-family: var(--dn-f1);
    font-size: 1rem;
    color: rgba(255, 255, 255, .75);
    font-weight: 600;
}

.dn-order__v--green {
    color: rgb(141, 216, 141);
}

.dn-order__v--gold {
    color: rgb(255, 229, 159);
    font-family: var(--dn-f0);
    font-size: 1.125rem;
    font-weight: 400;
    letter-spacing: .04em;
}

/* ════════════════════════════════════════
   CURRENCY FLAG TABS
════════════════════════════════════════ */
.dn-currencies {
    display: flex;
    gap: .5rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.dn-cur {
    width: 10rem;
    background: transparent;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    overflow: hidden;
    opacity: .5;
    position: relative;
    transition: opacity .22s, transform .2s, filter .22s, box-shadow .22s;
}

/* gold bottom-line — hidden by default */
.dn-cur::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg,
        transparent 0%,
        rgba(223, 198, 131, .6) 20%,
        rgb(255, 229, 159) 50%,
        rgba(223, 198, 131, .6) 80%,
        transparent 100%);
    opacity: 0;
    transition: opacity .22s;
    z-index: 2;
}

.dn-cur img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transition: filter .22s, transform .2s;
}

.dn-cur:hover {
    opacity: 1;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .45);
    filter: brightness(1.08);
}
.dn-cur:hover img { transform: scale(1.03); }

.dn-cur.active {
    opacity: 1;
    transform: translateY(-3px);
    filter: brightness(1.12);
    box-shadow: 0 0 28px rgba(223, 198, 131, .2), 0 10px 28px rgba(0, 0, 0, .45);
}
.dn-cur.active img   { transform: scale(1.03); }
.dn-cur.active::after { opacity: 1; }

.dn-methods {
    margin-top: .25rem;
}

.hidden {
    display: none !important;
}

/* ════════════════════════════════════════
   PAYMENT METHOD LABELS  ×3 bigger
════════════════════════════════════════ */
.dn-pay-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(8.5rem, 1fr));
    gap: .625rem;
    margin-top: .625rem;
}

.dn-pay-label {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(223, 198, 131, .15);
    background: rgba(0, 0, 0, .25);
    overflow: hidden;
    opacity: .58;
    transition: border-color .22s, background .22s, box-shadow .22s, opacity .22s, transform .18s;
}

/* gold bottom-line indicator — hidden by default */
.dn-pay-label::after {
    content: "";
    position: absolute;
    bottom: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgb(223, 198, 131) 25%, rgb(255, 229, 159) 50%, rgb(223, 198, 131) 75%, transparent 100%);
    opacity: 0;
    transition: opacity .22s;
    z-index: 2;
}

.dn-pay-label:hover {
    border-color: rgba(223, 198, 131, .5);
    background: rgba(0, 0, 0, .35);
    box-shadow: 0 0 18px rgba(223, 198, 131, .13), 0 0 6px rgba(223, 198, 131, .08);
    opacity: 1;
    transform: translateY(-1px);
}

.dn-pay-label:has(.dn-pay-radio:checked) {
    border-color: rgb(223, 198, 131);
    background: rgba(223, 198, 131, .09);
    box-shadow:
        0 0 26px rgba(223, 198, 131, .22),
        0 4px 18px rgba(223, 198, 131, .12),
        inset 0 0 0 1px rgba(223, 198, 131, .2),
        inset 0 0 14px rgba(223, 198, 131, .05);
    opacity: 1;
    transform: translateY(-1px);
}

.dn-pay-label:has(.dn-pay-radio:checked)::after {
    opacity: 1;
}

.dn-pay-radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.dn-pay-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}

/* monobank mobile notice */
.mobile-mono-text {
    width: 100%;
    font-family: var(--dn-f1);
    font-size: .6875rem;
    color: rgba(223, 198, 131, .45);
    padding: .375rem 0 .25rem;
    letter-spacing: .03em;
    grid-column: 1 / -1;
}

.mobile-mono {
    display: none;
}

@media (max-width: 600px) {
    .mobile-mono {
        display: flex;
    }
}

/* ════════════════════════════════════════
   SUBMIT BUTTON
════════════════════════════════════════ */
.dn-sect--action {
    display: flex;
    flex-direction: column;
    gap: .875rem;
    align-items: stretch;
}

.dn-submit {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3.25rem;
    background: rgb(189, 155, 75);
    border: none;
    cursor: pointer;
    overflow: hidden;
    font-family: var(--dn-f0) !important;
    font-size: 1.0625rem !important;
    font-weight: 400 !important;
    letter-spacing: .14em !important;
    text-transform: uppercase !important;
    color: rgb(20, 15, 5) !important;
    transition: filter .2s;
}

.dn-submit:hover {
    filter: brightness(1.12);
}

.dn-submit::after {
    content: "";
    position: absolute;
    inset: 2px;
    border: 1px solid rgba(255, 255, 255, .22);
    pointer-events: none;
}

.dn-submit__shimmer {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .15), transparent);
    animation: dn-shimmer 2.8s ease-in-out infinite;
}

@keyframes dn-shimmer {
    0%, 35% {
        left: -100%;
    }
    65%, 100% {
        left: 120%;
    }
}

.dn-submit__text {
    position: relative;
    z-index: 1;
}

.dn-notify {
    font-family: var(--dn-f1);
    font-size: .6875rem;
    color: rgba(255, 255, 255, .35);
    text-align: center;
    line-height: 1.55;
    letter-spacing: .03em;
    margin: 0;
}

/* ════════════════════════════════════════
   RIGHT — EXCHANGE RATE WIDGET
════════════════════════════════════════ */
.dn-rate {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.dn-rate__ico-wrap {
    width: 3rem;
    height: 3rem;
    background: rgba(223, 198, 131, .07);
    border: 1px solid rgba(223, 198, 131, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    flex-shrink: 0;
}

.dn-rate__ico {
    width: 1.5rem;
    height: 1.5rem;
    object-fit: contain;
    transform: rotate(-45deg);
}

.dn-rate__label {
    font-family: var(--dn-f1);
    font-size: .625rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: rgb(130, 116, 100);
    margin-bottom: .3rem;
}

.dn-rate__val {
    font-family: var(--dn-f1);
    font-size: 1rem;
    color: rgba(255, 255, 255, .75);
}

.dn-rate__val strong {
    color: rgb(255, 229, 159);
    font-family: var(--dn-f0);
    font-size: 1.125rem;
    font-weight: 400;
}

/* ════════════════════════════════════════
   RIGHT — BONUS TIERS  (row list style)
════════════════════════════════════════ */
.dn-tiers {
    display: flex;
    flex-direction: column;
    gap: 0;
}

/* each tier = a horizontal row */
.dn-tier {
    display: flex;
    align-items: center;
    gap: 0;
    padding: .6875rem 0 .6875rem 1rem;
    border-bottom: 1px solid rgba(223, 198, 131, .05);
    position: relative;
    transition: background .15s;
    background: transparent;
    overflow: visible;
}

.dn-tier:last-child {
    border-bottom: none;
}

/* repurpose top-bar → left vertical accent */
.dn-tier__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: auto;
    width: 2px;
    height: auto;
    background: rgba(223, 198, 131, .1);
    transition: background .25s;
}

.dn-tier--on {
    background: rgba(223, 198, 131, .04) !important;
}

.dn-tier--on .dn-tier__top-bar {
    background: rgb(223, 198, 131) !important;
}

/* roman numeral — fixed width left */
.dn-tier__rank {
    font-family: var(--dn-f0);
    font-size: .875rem;
    color: rgba(223, 198, 131, .3);
    width: 2.25rem;
    flex-shrink: 0;
    letter-spacing: .06em;
    margin: 0;
}

/* percentage — fixed width, does NOT grow (amount owns flex:1) */
.dn-tier__pct {
    flex: 0 0 auto;
    font-family: var(--dn-f0);
    font-size: 1rem;
    font-weight: 400;
    color: rgb(141, 216, 141);
    line-height: 1;
    margin: 0;
    letter-spacing: .02em;
    padding-right: .5rem;
}

.dn-tier__pct--disc {
    color: rgb(255, 229, 159);
}

/* threshold — right-aligned */
.dn-tier__thresh {
    font-family: var(--dn-f1);
    font-size: .6875rem;
    color: rgba(255, 255, 255, .25);
    letter-spacing: .04em;
    padding-right: .25rem;
    margin: 0;
}

/* ════════════════════════════════════════
   RIGHT — PAYMENT HISTORY
════════════════════════════════════════ */
.dn-hist {
    display: flex;
    flex-direction: column;
    gap: .375rem;
    max-height: 16rem;
    overflow-y: auto;
}

.dn-hist::-webkit-scrollbar {
    width: 3px;
}

.dn-hist::-webkit-scrollbar-thumb {
    background: rgba(223, 198, 131, .15);
    border-radius: 2px;
}

.dn-hist::-webkit-scrollbar-track {
    background: transparent;
}

.dn-hist-row {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .5rem .75rem;
    background: rgba(0, 0, 0, .2);
    border-left: 2px solid rgba(223, 198, 131, .2);
}

.dn-hist-row__coins {
    flex: 1;
    color: rgb(255, 229, 159);
    font-family: var(--dn-f0);
    font-size: .9375rem;
    font-weight: 400;
}

.dn-hist-row__sum {
    font-family: var(--dn-f1);
    font-size: .75rem;
    color: rgba(255, 255, 255, .5);
}

.dn-hist-row__date {
    font-family: var(--dn-f1);
    font-size: .6875rem;
    color: rgba(255, 255, 255, .3);
}

/* ════════════════════════════════════════
   DISABLED STATE
════════════════════════════════════════ */
.dn-disabled {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5rem 1.5rem;
    background: rgb(18, 24, 30) !important;
    border: 1px solid rgba(223, 198, 131, .08);
    gap: 1rem;
    text-align: center;
}

.dn-disabled__ico {
    width: 3rem;
    height: 3rem;
    color: rgba(223, 198, 131, .25);
}

.dn-disabled__text {
    font-family: var(--dn-f1);
    font-size: .9375rem;
    color: rgba(255, 255, 255, .3);
    margin: 0;
    letter-spacing: .04em;
}

/* ════════════════════════════════════════
   BONUS ITEMS CONTAINER  (injected by JS)
════════════════════════════════════════ */
#bonus_items_container {
    display: flex;
    gap: .5rem;
    flex-wrap: wrap;
    margin-top: .5rem;
    min-height: 0;
}

/* ════════════════════════════════════════
   ION RANGE SLIDER — gold skin  (skin: round)
════════════════════════════════════════ */

/* push slider down so tooltip has room above and doesn't overlap coin-box */
.dn-page .irs { margin-top: 1.5rem !important; }

/* track line */
.irs--round .irs-line {
    background: rgba(223, 198, 131, .14) !important;
    border-radius: 0 !important;
    height: 3px !important;
}
/* filled bar */
.irs--round .irs-bar {
    background: rgb(223, 198, 131) !important;
    border-radius: 0 !important;
    height: 3px !important;
}
/* handle circle */
.irs--round .irs-handle {
    border: 2px solid rgb(223, 198, 131) !important;
    background: rgb(9, 12, 14) !important;
    box-shadow: 0 0 10px rgba(223, 198, 131, .35) !important;
    width: 18px !important;
    height: 18px !important;
    top: 31px !important;
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    border-color: rgb(255, 229, 159) !important;
    box-shadow: 0 0 16px rgba(223, 198, 131, .55) !important;
}
/* tooltip bubble */
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
    background: rgb(189, 155, 75) !important;
    color: rgb(15, 10, 3) !important;
    font-family: var(--dn-f1) !important;
    font-size: .6875rem !important;
    font-weight: 700 !important;
    border-radius: 0 !important;
    padding: .25rem .5rem !important;
}
.irs--round .irs-from::before,
.irs--round .irs-to::before,
.irs--round .irs-single::before {
    border-top-color: rgb(189, 155, 75) !important;
}
/* min/max labels */
.irs--round .irs-min,
.irs--round .irs-max {
    background: rgba(255, 255, 255, .05) !important;
    color: rgba(255, 255, 255, .28) !important;
    font-family: var(--dn-f1) !important;
    font-size: .625rem !important;
    border-radius: 0 !important;
}
/* grid ticks + labels */
.irs--round .irs-grid-pol {
    background: rgba(223, 198, 131, .18) !important;
}
.irs--round .irs-grid-text {
    color: rgba(255, 255, 255, .3) !important;
    font-family: var(--dn-f1) !important;
    font-size: .625rem !important;
}

/* ════════════════════════════════════════
   SECTION TITLE  (readable heading above bullets/tiers)
════════════════════════════════════════ */
.dn-sect-title {
    font-family: var(--dn-f0) !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, .75) !important;
    letter-spacing: .03em !important;
    margin: 0 0 .875rem !important;
}

/* ════════════════════════════════════════
   PERSONAL DISCOUNT — current-bonus stat row
════════════════════════════════════════ */
.dn-disc-stat {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .4375rem 0 .75rem;
    border-bottom: 1px solid rgba(223, 198, 131, .07);
    margin-bottom: .75rem;
}

.dn-disc-stat__label {
    font-family: var(--dn-f1);
    font-size: .8125rem;
    color: rgba(255, 255, 255, .38);
}

.dn-disc-stat__val {
    font-family: var(--dn-f0);
    font-size: .9375rem;
    font-weight: 400;
    color: rgba(255, 255, 255, .25);
    letter-spacing: .04em;
}

.dn-disc-stat__val--on {
    color: rgb(255, 229, 159);
    font-size: 1.125rem;
}

/* ════════════════════════════════════════
   BULLET DESCRIPTION LIST  (§2 conditions + §3 example)
════════════════════════════════════════ */
.dn-disc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 .875rem;
    display: flex;
    flex-direction: column;
    gap: .3125rem;
}

.dn-disc-list li {
    font-family: var(--dn-f1);
    font-size: .8125rem;
    color: rgba(255, 255, 255, .45);
    line-height: 1.6;
    padding-left: .9375rem;
    position: relative;
}

.dn-disc-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: rgba(223, 198, 131, .4);
    font-size: .6875rem;
    top: .15em;
}

/* bold tags inside translated strings */
.dn-disc-list b,
.dn-disc-list .discount-highlight {
    color: rgba(255, 255, 255, .72);
    font-weight: 600;
}

/* highlighted example rows */
.dn-disc-list__hl {
    color: rgba(223, 198, 131, .82) !important;
}

.dn-disc-list__hl--total {
    color: rgb(255, 229, 159) !important;
    font-size: .875rem !important;
}

/* ════════════════════════════════════════
   RIGHT — SECTION TITLE + INLINE RATE
════════════════════════════════════════ */
.dn-rtitle {
    font-family: var(--dn-f0) !important;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    letter-spacing: .07em !important;
    text-transform: uppercase !important;
    color: rgba(223, 198, 131, .72) !important;
    margin: 0 0 .75rem !important;
}

.dn-rrate {
    display: flex;
    align-items: center;
    gap: .625rem;
    flex-wrap: wrap;
}

.dn-rrate__label {
    font-family: var(--dn-f1);
    font-size: 1rem;
    letter-spacing: .05em;
    color: rgba(255, 255, 255, .35);
}

.dn-rrate__val {
    display: flex;
    align-items: center;
    gap: .375rem;
    font-family: var(--dn-f1);
    font-size: .875rem;
    color: rgba(223, 198, 131, .75);
}

.dn-rrate__ico {
    width: 1.25rem;
    height: 1.25rem;
    object-fit: contain;
    flex-shrink: 0;
}

/* ════════════════════════════════════════
   RIGHT — ACCORDION (personal discount)
════════════════════════════════════════ */
details.dn-acc {
    outline: none;
}

details.dn-acc > summary {
    list-style: none;
    outline: none;
}

details.dn-acc > summary::-webkit-details-marker {
    display: none;
}

.dn-acc-btn {
    display: flex;
    align-items: center;
    gap: .5rem;
    cursor: pointer;
    color: inherit;
    user-select: none;
}

.dn-acc-btn > span:nth-child(2) {
    font-family: var(--dn-f1);
    font-size: .5875rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: rgba(130, 116, 100, .85);
    flex: 1;
}

.dn-acc-arr {
    width: 1rem;
    height: 1rem;
    color: rgba(223, 198, 131, .3);
    transition: transform .22s ease;
    flex-shrink: 0;
}

details[open] .dn-acc-arr {
    transform: rotate(180deg);
}

.dn-acc-body {
    padding-top: .625rem;
}

/* ════════════════════════════════════════
   RIGHT — TIER ROW NEW ELEMENTS
   Layout: [bar] [ОТ] [ico+amount] [БОНУС:] [+X%]
════════════════════════════════════════ */
.dn-tier__from {
    font-family: var(--dn-f1);
    font-size: .6875rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .3);
    width: 1.75rem;
    flex-shrink: 0;
    text-align: right;
    margin-right: 1rem;
}

.dn-tier__amount {
    flex: 1;
    display: flex;
    align-items: center;
    gap: .375rem;
    font-family: var(--dn-f1);
    font-size: .8125rem;
    color: rgba(255, 255, 255, .5);
    min-width: 0;
}

.dn-tier__ico {
    width: 1.7rem;
    height: 1.7rem;
    object-fit: contain;
    flex-shrink: 0;
}

.dn-tier__amount strong {
    color: rgb(255, 229, 159);
    font-family: var(--dn-f0);
    font-size: .9375rem;
    font-weight: 400;
    letter-spacing: .03em;
}

.dn-tier__bl {
    font-family: var(--dn-f1);
    font-size: .6875rem;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .28);
    flex-shrink: 0;
    margin-right: .375rem;
}

/* ════════════════════════════════════════
   RIGHT — BONUS SECTION INTRO LABEL
════════════════════════════════════════ */
.dn-bonus-intro {
    font-family: var(--dn-f0);
    font-size: .9375rem;
    letter-spacing: .07em;
    text-transform: uppercase;
    color: rgba(223, 198, 131, .72);
    font-weight: 400;
    margin: 0 0 .75rem;
}

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 899px) {
    .dn-shell {
        padding: 4rem 0 2rem;
    }

    .dn-left {
        border-right: none;
        border-bottom: 1px solid rgba(223, 198, 131, .1);
    }

    .dn-topbar__meta {
        display: none;
    }

    .dn-pay-list {
        grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
    }

    .dn-pay-label {
        height: 4.5rem;
    }
}

@media (max-width: 520px) {
    .dn-pay-list {
        grid-template-columns: repeat(auto-fill, minmax(6rem, 1fr));
    }

    .dn-pay-label {
        height: 3.75rem;
    }

    .dn-chips {
        gap: .3125rem;
    }

    .dn-tiers {
        grid-template-columns: repeat(auto-fill, minmax(4.5rem, 1fr));
    }
}

/* ════════════════════════════════════════
   TOAST NOTIFICATIONS
════════════════════════════════════════ */
.dn-toast-stack {
    position: fixed;
    top: 7rem;
    right: 1.75rem;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: .625rem;
    pointer-events: none;
    width: min(22rem, calc(100vw - 2rem));
}

.dn-toast {
    pointer-events: all;
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    padding: .875rem 2.25rem .875rem 1rem;
    background: rgb(12, 9, 5);
    border: 1px solid rgba(223, 198, 131, .13);
    border-left-width: 3px;
    overflow: hidden;
    transform: translateX(110%);
    opacity: 0;
    transition: transform .32s cubic-bezier(.22, .68, 0, 1.2), opacity .28s ease;
    will-change: transform, opacity;
}

.dn-toast--in {
    transform: translateX(0);
    opacity: 1;
}

.dn-toast--out {
    transform: translateX(110%);
    opacity: 0;
    transition: transform .28s ease-in, opacity .24s ease-in;
}

/* accent colours per type */
.dn-toast--error  { border-left-color: rgb(200, 60, 60); }
.dn-toast--success{ border-left-color: rgb(189, 155, 75); }
.dn-toast--info   { border-left-color: rgba(223, 198, 131, .5); }

/* icon circle */
.dn-toast__ico {
    flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .0625rem;
}

.dn-toast--error   .dn-toast__ico { background: rgba(200, 60, 60, .15); color: rgb(220, 90, 90); }
.dn-toast--success .dn-toast__ico { background: rgba(189, 155, 75, .14); color: rgb(223, 198, 131); }
.dn-toast--info    .dn-toast__ico { background: rgba(223, 198, 131, .08); color: rgba(223, 198, 131, .7); }

.dn-toast__ico svg { width: .875rem; height: .875rem; flex-shrink: 0; }

/* message body */
.dn-toast__body {
    flex: 1;
    min-width: 0;
}

.dn-toast__title {
    display: block;
    font-family: var(--dn-f0);
    font-size: .75rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: .1875rem;
}

.dn-toast--error   .dn-toast__title { color: rgb(220, 90, 90); }
.dn-toast--success .dn-toast__title { color: rgb(223, 198, 131); }
.dn-toast--info    .dn-toast__title { color: rgba(223, 198, 131, .65); }

.dn-toast__msg {
    display: block;
    font-family: var(--dn-f1);
    font-size: .95rem;
    color: rgba(255, 255, 255, .72);
    line-height: 1.55;
    word-break: break-word;
}

/* close button */
.dn-toast__close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, .3);
    font-size: 1rem;
    line-height: 1;
    transition: color .18s;
}

.dn-toast__close:hover { color: rgba(255, 255, 255, .7); }

/* progress bar */
.dn-toast__bar {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    transform-origin: left;
    transform: scaleX(1);
}

.dn-toast--error   .dn-toast__bar { background: rgba(200, 60, 60, .55); }
.dn-toast--success .dn-toast__bar { background: rgba(189, 155, 75, .55); }
.dn-toast--info    .dn-toast__bar { background: rgba(223, 198, 131, .3); }

.dn-toast__bar--run {
    animation: dn-toast-bar linear forwards;
}

@keyframes dn-toast-bar {
    from { transform: scaleX(1); }
    to   { transform: scaleX(0); }
}

@media (max-width: 520px) {
    .dn-toast-stack {
        top: 1rem;
        right: .75rem;
        left: .75rem;
        width: auto;
    }
}
