/* ——— RedNet Store (/donates) ——— */

body.page-donates {
    padding-bottom: env(safe-area-inset-bottom, 0);
    --rnc-store-grid: rgba(255, 255, 255, 0.035);
    --rnc-store-grid-fine: rgba(255, 255, 255, 0.025);
    --rnc-redstar: #F0264B;
    --rnc-redstar-deep: #c91d3d;
    --rnc-redstar-soft: rgba(240, 38, 75, 0.1);
    --rnc-redstar-glow: rgba(240, 38, 75, 0.16);
    --rnc-redstar-star: #ffd54f;
}

/* Craft grid — нейтральная, без красного залива */
.rnc-craft-grid {
    background-image:
        linear-gradient(var(--rnc-store-grid) 1px, transparent 1px),
        linear-gradient(90deg, var(--rnc-store-grid) 1px, transparent 1px);
    background-size: 14px 14px;
}

.rnc-store-page.left-block {
    gap: 0;
    border-radius: 14px;
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.09);
    overflow: visible;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}

body.page-donates .rnc-store-hero.contnet-block-a {
    position: relative;
    margin: 0;
    padding: clamp(20px, 3vw, 28px) clamp(18px, 3vw, 36px) 16px;
    border-radius: 14px 14px 0 0;
    border: none;
    box-shadow: none;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, transparent 55%),
        linear-gradient(var(--rnc-store-grid-fine) 1px, transparent 1px),
        linear-gradient(90deg, var(--rnc-store-grid-fine) 1px, transparent 1px),
        #161616;
    background-size: auto, 14px 14px, 14px 14px, auto;
    overflow: hidden;
}

body.page-donates .rnc-store-hero.contnet-block-a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14) 30%, rgba(255, 255, 255, 0.14) 70%, transparent);
}

.rnc-store-hero__eyebrow {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(210, 214, 222, 0.78);
}

.rnc-store-hero__title {
    margin: 0;
}

p.description-main-p.rnc-store-hero__text {
    margin-top: 12px;
    max-width: 720px;
    color: rgba(255, 255, 255, 0.72);
}

.block-info-donate {
    background: transparent;
    margin: 0;
    padding: 22px clamp(16px, 3vw, 36px);
    border-radius: 0;
}

/* ——— Tier sections tint ——— */

.rnc-store-section--elite { --tier-accent: #e8b923; --tier-glow: rgba(232, 185, 35, 0.14); }
.rnc-store-section--master { --tier-accent: #94a8c9; --tier-glow: rgba(148, 168, 201, 0.14); }
.rnc-store-section--luminary { --tier-accent: #f5d58a; --tier-glow: rgba(245, 213, 138, 0.14); }
.rnc-store-section--regal { --tier-accent: #9b7ed9; --tier-glow: rgba(155, 126, 217, 0.14); }
.rnc-store-section--graunder { --tier-accent: #3daf82; --tier-glow: rgba(61, 175, 130, 0.14); }
.rnc-store-section--redstar { --tier-accent: var(--rnc-redstar); --tier-glow: var(--rnc-redstar-soft); }

.rnc-store-detail,
.rnc-store-kits {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.rnc-store-detail::before,
.rnc-store-kits::before {
    content: '';
    position: absolute;
    top: 0;
    left: clamp(16px, 3vw, 36px);
    right: clamp(16px, 3vw, 36px);
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, transparent, var(--tier-accent, #94a8c9), transparent);
    opacity: 0.45;
}

.rnc-store-detail,
.rnc-store-kits {
    background:
        radial-gradient(ellipse 80% 50% at 0% 0%, var(--tier-glow, rgba(148, 168, 201, 0.08)) 0%, transparent 70%),
        transparent;
}

/* ——— Tier cards ——— */

.rnc-store-tiers {
    padding-top: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.rnc-store-tiers__scroll {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    padding: 4px 2px 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
}

.rnc-tier-card {
    flex: 0 0 auto;
    min-width: 148px;
    max-width: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 14px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.22) 100%),
        #161616;
    color: #fff;
    font: inherit;
    cursor: pointer;
    position: relative;
    scroll-snap-align: start;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
    overflow: hidden;
}

.rnc-tier-card::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
    background-image:
        linear-gradient(var(--tier-glow, rgba(255, 255, 255, 0.06)) 1px, transparent 1px),
        linear-gradient(90deg, var(--tier-glow, rgba(255, 255, 255, 0.06)) 1px, transparent 1px);
    background-size: 10px 10px;
}

.rnc-tier-card--elite { --tier-accent: #e8b923; --tier-glow: rgba(232, 185, 35, 0.22); }
.rnc-tier-card--master { --tier-accent: #94a8c9; --tier-glow: rgba(148, 168, 201, 0.22); }
.rnc-tier-card--luminary { --tier-accent: #f5d58a; --tier-glow: rgba(245, 213, 138, 0.22); }
.rnc-tier-card--regal { --tier-accent: #9b7ed9; --tier-glow: rgba(155, 126, 217, 0.22); }
.rnc-tier-card--graunder { --tier-accent: #3daf82; --tier-glow: rgba(61, 175, 130, 0.22); }
.rnc-tier-card--redstar { --tier-accent: var(--rnc-redstar); --tier-glow: var(--rnc-redstar-glow); }

.rnc-tier-card--redstar:not(.is-active) {
    border-color: rgba(255, 255, 255, 0.09);
}

.rnc-tier-card:hover {
    border-color: color-mix(in srgb, var(--tier-accent) 45%, transparent);
    transform: translateY(-2px);
}

.rnc-tier-card.is-active {
    border-color: color-mix(in srgb, var(--tier-accent) 50%, transparent);
    box-shadow: 0 0 0 1px color-mix(in srgb, var(--tier-accent) 18%, transparent), 0 8px 24px color-mix(in srgb, var(--tier-accent) 12%, transparent);
    background:
        linear-gradient(180deg, color-mix(in srgb, var(--tier-accent) 10%, transparent) 0%, rgba(0, 0, 0, 0.25) 100%),
        #141414;
}

.rnc-tier-card.is-active::after {
    opacity: 0.65;
}

.rnc-tier-card--redstar.is-active::after {
    opacity: 0.45;
}

.rnc-tier-card.is-active .rnc-tier-card__name {
    color: #fff;
}

.rnc-tier-card.is-active .rnc-tier-card__price {
    color: color-mix(in srgb, var(--tier-accent) 70%, white);
}

.rnc-tier-card__badge {
    position: absolute;
    top: -9px;
    left: 50%;
    transform: translateX(-50%);
    padding: 3px 9px;
    border-radius: 999px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(180deg, #d4a832, #a67c1a);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #1a1608;
    white-space: nowrap;
    z-index: 1;
}

.rnc-tier-card__img {
    width: 52px;
    height: 52px;
    object-fit: contain;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
    position: relative;
    z-index: 1;
}

.rnc-tier-card__img[src$=".svg"] {
    filter: drop-shadow(0 4px 14px color-mix(in srgb, var(--tier-accent, #94a8c9) 35%, transparent));
}

.rnc-tier-card__name,
.rnc-tier-card__price {
    position: relative;
    z-index: 1;
}

.rnc-tier-card__name {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
}

.rnc-tier-card__price {
    font-size: 11px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.62);
    text-align: center;
    line-height: 1.35;
}

/* ——— Features section ——— */

.rnc-store-detail__head {
    margin-bottom: 18px;
}

.rnc-store-detail__title-row,
.rnc-store-kits__title-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.rnc-store-detail__title,
.rnc-store-kits__title {
    margin: 0;
    font-size: clamp(17px, 2.5vw, 22px);
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.rnc-store-detail__tier-name {
    color: var(--tier-accent, #94a8c9);
    font-weight: 600;
}

/* ——— Tier pills & badges ——— */

.rnc-tier-pill,
.rnc-tier-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    white-space: nowrap;
}

.rnc-tier-pill--elite, .rnc-tier-badge--elite { background: linear-gradient(135deg, #f0c94a, #c49214); }
.rnc-tier-pill--master, .rnc-tier-badge--master { background: linear-gradient(135deg, #a8b8d4, #6d84a8); }
.rnc-tier-pill--luminary, .rnc-tier-badge--luminary { background: linear-gradient(135deg, #ffe9a8, #d4a832); color: #2a2410 !important; }
.rnc-tier-pill--regal, .rnc-tier-badge--regal { background: linear-gradient(135deg, #b49aed, #6f52b8); }
.rnc-tier-pill--graunder, .rnc-tier-badge--graunder { background: linear-gradient(135deg, #4cc99a, #2a8f66); }
.rnc-tier-pill--redstar, .rnc-tier-badge--redstar {
    background: linear-gradient(135deg, #F0264B, #c91d3d);
    box-shadow: 0 0 12px rgba(240, 38, 75, 0.28);
}
.rnc-tier-pill--redstar::before,
.rnc-tier-badge--redstar::before {
    content: '★';
    margin-right: 4px;
    font-size: 10px;
    line-height: 1;
    color: var(--rnc-redstar-star);
}

.rnc-store-detail__hint,
.rnc-store-kits__sub {
    margin: 8px 0 0;
    font-size: 12px;
    color: rgba(200, 203, 210, 0.92);
    line-height: 1.45;
}

/* ——— Perks ——— */

.rnc-store-perks {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 0 0 16px;
    padding: 0;
    list-style: none;
}

.rnc-store-perks--elite .rnc-perk__command { color: #e8b923; }
.rnc-store-perks--master .rnc-perk__command { color: #a8b8d4; }
.rnc-store-perks--luminary .rnc-perk__command { color: #f5d58a; }
.rnc-store-perks--regal .rnc-perk__command { color: #b49aed; }
.rnc-store-perks--graunder .rnc-perk__command { color: #4cc99a; }
.rnc-store-perks--redstar .rnc-perk__command { color: #F0264B; }

.rnc-perk {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: border-color 0.2s ease, background 0.2s ease;
}

.rnc-perk:hover {
    background: rgba(255, 255, 255, 0.055);
}

.rnc-perk--locked {
    opacity: 0.62;
}

.rnc-perk__text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.rnc-perk__command {
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    overflow-wrap: break-word;
}

.rnc-perk__title {
    font-size: 11px;
    color: rgba(220, 223, 230, 0.72);
    line-height: 1.35;
    overflow-wrap: break-word;
}

.rnc-perk__status {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(46, 204, 113, 0.15);
    border: 1px solid rgba(46, 204, 113, 0.35);
    position: relative;
}

.rnc-perk__status--yes::after {
    content: '';
    position: absolute;
    left: 7px;
    top: 4px;
    width: 5px;
    height: 9px;
    border: solid #2ecc71;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.rnc-tier-badge {
    flex-shrink: 0;
    font-size: 9px;
}

.rnc-perk__value {
    flex-shrink: 0;
    max-width: 42%;
    font-size: 11px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.92);
    text-align: right;
    line-height: 1.3;
    overflow-wrap: break-word;
}

.rnc-perk--empty {
    grid-column: 1 / -1;
    justify-content: center;
    font-size: 12px;
    color: rgba(151, 154, 160, 0.9);
}

/* ——— Floating CTA dock ——— */

.rnc-store-cta-spacer {
    height: 0;
    pointer-events: none;
}

.rnc-store-cta-dock {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 950;
    display: flex;
    justify-content: center;
    padding: 8px 0 calc(8px + env(safe-area-inset-bottom, 0px));
    pointer-events: none;
    background: linear-gradient(180deg, transparent 0%, rgba(10, 10, 12, 0.82) 50%, rgba(10, 10, 12, 0.94) 100%);
    transform: translate3d(0, calc(-1 * var(--cta-dock-lift, 0px)), 0);
    transition:
        transform 0.42s cubic-bezier(0.33, 1, 0.68, 1),
        background 0.35s ease;
    will-change: transform;
}

.rnc-store-cta-dock.is-scroll-tracking {
    transition: background 0.35s ease;
}

.rnc-store-cta-dock.is-above-footer {
    background: linear-gradient(180deg, transparent 0%, rgba(10, 10, 12, 0.55) 40%, rgba(10, 10, 12, 0.72) 100%);
}

/* Совпадает с .border + .content-main — бар ровно под левой колонкой */
.rnc-store-cta-dock__wrap {
    width: 100%;
    max-width: 1419px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3vw, 32px);
    box-sizing: border-box;
    pointer-events: none;
}

.rnc-store-cta-dock__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 320px);
    gap: 14px;
    align-items: end;
}

.rnc-store-cta-dock__inner {
    grid-column: 1;
    min-width: 0;
    width: 100%;
    pointer-events: auto;
}

.rnc-store-cta-bar {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 58px;
    padding: 8px 10px 8px 12px;
    border-radius: 16px;
    background: rgba(14, 14, 18, 0.92);
    border: 1px solid color-mix(in srgb, var(--tier-accent, #94a8c9) 22%, rgba(255, 255, 255, 0.08));
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
    overflow: hidden;
}

.rnc-store-cta-bar__main {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.rnc-store-cta-bar__tier {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    min-width: 0;
    max-width: 120px;
    padding-right: 2px;
}

.rnc-store-cta-bar__tier-mark {
    width: 4px;
    height: 28px;
    border-radius: 3px;
    background: var(--tier-accent, #94a8c9);
    box-shadow: 0 0 10px color-mix(in srgb, var(--tier-accent, #94a8c9) 45%, transparent);
    flex-shrink: 0;
}

.rnc-store-cta-bar__tier-name {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.15;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rnc-store-cta-bar__tier--elite { --tier-accent: #e8b923; }
.rnc-store-cta-bar__tier--master { --tier-accent: #94a8c9; }
.rnc-store-cta-bar__tier--luminary { --tier-accent: #f5d58a; }
.rnc-store-cta-bar__tier--regal { --tier-accent: #9b7ed9; }
.rnc-store-cta-bar__tier--graunder { --tier-accent: #3daf82; }
.rnc-store-cta-bar__tier--redstar { --tier-accent: var(--rnc-redstar); }

.rnc-store-cta-bar__tier--redstar .rnc-store-cta-bar__tier-name::after {
    content: ' ★';
    color: var(--rnc-redstar-star, #ffd54f);
    font-size: 0.9em;
}

.rnc-store-cta-dock--elite { --tier-accent: #e8b923; }
.rnc-store-cta-dock--master { --tier-accent: #94a8c9; }
.rnc-store-cta-dock--luminary { --tier-accent: #f5d58a; }
.rnc-store-cta-dock--regal { --tier-accent: #9b7ed9; }
.rnc-store-cta-dock--graunder { --tier-accent: #3daf82; }
.rnc-store-cta-dock--redstar { --tier-accent: var(--rnc-redstar); }

.rnc-store-cta-bar--elite { --tier-accent: #e8b923; }
.rnc-store-cta-bar--master { --tier-accent: #94a8c9; }
.rnc-store-cta-bar--luminary { --tier-accent: #f5d58a; }
.rnc-store-cta-bar--regal { --tier-accent: #9b7ed9; }
.rnc-store-cta-bar--graunder { --tier-accent: #3daf82; }
.rnc-store-cta-bar--redstar { --tier-accent: var(--rnc-redstar); }

.rnc-store-cta-dock--redstar .rnc-store-cta-bar,
.rnc-store-cta-bar--redstar {
    border-color: color-mix(in srgb, var(--rnc-redstar) 35%, rgba(255, 255, 255, 0.08));
}

.rnc-store-periods {
    display: flex;
    flex: 1 1 auto;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    min-width: 0;
    padding: 4px;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.38);
    border: 1px solid rgba(255, 255, 255, 0.06);
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}

.rnc-store-periods::-webkit-scrollbar {
    display: none;
}

.rnc-store-period {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    flex: 0 0 auto;
    min-width: max-content;
    padding: 7px 11px;
    border-radius: 999px;
    border: none;
    background: transparent;
    color: rgba(220, 224, 232, 0.78);
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    cursor: pointer;
    transition: 0.15s ease;
    white-space: nowrap;
    line-height: 1.2;
}

.rnc-store-period:hover {
    color: #fff;
}

.rnc-store-period.is-active {
    color: #fff;
    background: color-mix(in srgb, var(--tier-accent, #94a8c9) 28%, rgba(255, 255, 255, 0.08));
    box-shadow: inset 0 0 0 1px color-mix(in srgb, var(--tier-accent) 35%, transparent);
}

.rnc-store-period--forever {
    position: relative;
}

.rnc-store-period--forever .rnc-store-period__label {
    position: relative;
    color: #c4a24e;
    font-weight: 700;
}

.rnc-store-period--forever .rnc-store-period__label::before {
    content: '∞';
    margin-right: 3px;
    font-size: 1.05em;
    line-height: 1;
    opacity: 0.9;
}

.rnc-store-period--forever.is-active {
    background:
        repeating-linear-gradient(
            -48deg,
            transparent,
            transparent 3px,
            rgba(196, 162, 78, 0.05) 3px,
            rgba(196, 162, 78, 0.05) 5px
        ),
        color-mix(in srgb, var(--tier-accent, #94a8c9) 14%, rgba(18, 16, 12, 0.92));
    box-shadow:
        inset 0 0 0 1px rgba(196, 162, 78, 0.28),
        inset 0 0 14px rgba(196, 162, 78, 0.1);
}

.rnc-store-period--forever.is-active .rnc-store-period__label {
    color: #f2dc8a;
    text-shadow: 0 0 12px rgba(196, 162, 78, 0.28);
}

.rnc-store-cta-bar--redstar .rnc-store-period--forever.is-active {
    background:
        repeating-linear-gradient(
            -48deg,
            transparent,
            transparent 3px,
            rgba(240, 38, 75, 0.06) 3px,
            rgba(240, 38, 75, 0.06) 5px
        ),
        color-mix(in srgb, var(--rnc-redstar) 16%, rgba(18, 10, 12, 0.94));
    box-shadow:
        inset 0 0 0 1px rgba(240, 38, 75, 0.32),
        inset 0 0 14px rgba(240, 38, 75, 0.12);
}

.rnc-store-cta-bar--redstar .rnc-store-period--forever.is-active .rnc-store-period__label {
    color: #ff8fa3;
    text-shadow: 0 0 12px rgba(240, 38, 75, 0.35);
}

.rnc-store-period__discount {
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    flex-shrink: 0;
}

.rnc-store-period:not(.is-active) .rnc-store-period__discount {
    display: none;
}

.rnc-store-period.is-active .rnc-store-period__discount {
    background: color-mix(in srgb, var(--tier-accent, #94a8c9) 75%, #000 25%);
}

.rnc-store-cta-bar__buy {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    margin-left: auto;
}

.rnc-store-cta-bar__price-wrap {
    display: flex;
    align-items: baseline;
    gap: 6px;
    min-width: 0;
}

.rnc-store-cta-bar__price-old {
    font-size: 11px;
    font-weight: 500;
    color: rgba(150, 154, 162, 0.9);
    text-decoration: line-through;
    line-height: 1;
    white-space: nowrap;
}

.rnc-store-cta-bar__price {
    font-size: clamp(16px, 2.2vw, 20px);
    font-weight: 700;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
}

a.rnc-store-buy-btn,
a.rnc-store-buy-btn:link,
a.rnc-store-buy-btn:visited,
a.rnc-store-buy-btn:hover,
a.rnc-store-buy-btn:active,
button.rnc-store-buy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 0;
    height: 40px;
    padding: 0 16px;
    border-radius: 11px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none !important;
    color: #fff !important;
    background: linear-gradient(180deg, var(--tier-accent, #94a8c9), color-mix(in srgb, var(--tier-accent, #6d84a8) 80%, #000));
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: none;
    transition: transform 0.15s ease, filter 0.2s ease;
    cursor: pointer;
    font-family: inherit;
}

button.rnc-store-buy-btn {
    appearance: none;
    -webkit-appearance: none;
}

a.rnc-store-buy-btn:hover,
button.rnc-store-buy-btn:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
}

.rnc-store-buy-btn--elite { --tier-accent: #e8b923; }
.rnc-store-buy-btn--master { --tier-accent: #94a8c9; }
.rnc-store-buy-btn--luminary { --tier-accent: #d4a832; --tier-btn-text: #1a160c; }
.rnc-store-buy-btn--regal { --tier-accent: #9b7ed9; }
.rnc-store-buy-btn--graunder { --tier-accent: #3daf82; }
.rnc-store-buy-btn--redstar { --tier-accent: #F0264B; }

a.rnc-store-buy-btn--luminary,
button.rnc-store-buy-btn--luminary { color: var(--tier-btn-text, #fff) !important; }

a.rnc-store-buy-btn--redstar,
button.rnc-store-buy-btn--redstar {
    background: linear-gradient(180deg, #F0264B, #c91d3d) !important;
    box-shadow: 0 4px 18px rgba(240, 38, 75, 0.32);
}

a.rnc-store-buy-btn--redstar:hover,
button.rnc-store-buy-btn--redstar:hover {
    box-shadow: 0 6px 24px rgba(240, 38, 75, 0.42);
}

.rnc-tier-card--redstar.is-active .rnc-tier-card__name::before {
    content: '★ ';
    color: var(--rnc-redstar-star);
    text-shadow: 0 0 8px rgba(255, 213, 79, 0.45);
}

.rnc-store-cta__note {
    margin: 10px 0 0;
    font-size: 11px;
    color: rgba(170, 174, 182, 0.92);
    line-height: 1.45;
}

.rnc-store-cta__note--inline {
    text-align: left;
    margin-bottom: 0;
}

/* ——— Kits ——— */

.rnc-store-kits__head {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}

.rnc-store-kits__server-wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 200px;
    max-width: 100%;
}

.rnc-store-kits__server-label {
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: rgba(190, 194, 202, 0.95);
}

.rnc-store-kits__server {
    width: 100%;
    height: 40px;
    padding: 0 36px 0 14px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background-color: #1a1a1e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23c8ccd4' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    color: #f2f4f8;
    font-size: 13px;
    font-weight: 600;
    appearance: none;
    cursor: pointer;
    color-scheme: dark;
}

.rnc-store-kits__server option {
    background: #1a1a1e;
    color: #f2f4f8;
}

.rnc-store-kits__server:focus {
    outline: none;
    border-color: color-mix(in srgb, var(--tier-accent, #94a8c9) 55%, white 10%);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--tier-accent, #94a8c9) 18%, transparent);
}

.rnc-store-kits__single {
    margin-top: 16px;
    width: 100%;
    max-width: 520px;
}

.rnc-store-kits--solo .rnc-store-kits__server-wrap {
    display: none;
}

.rnc-store-kits--solo .rnc-store-kits__single {
    width: min(520px, 100%);
    margin-left: auto;
    margin-right: auto;
}

.rnc-store-kits--solo .rnc-kit-card {
    width: 100%;
}

.rnc-store-kits--solo .rnc-store-kits__empty {
    text-align: center;
}

.rnc-store-kits__empty {
    margin: 0;
    font-size: 12px;
    color: rgba(170, 174, 182, 0.95);
}

.rnc-kit-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0%, rgba(0, 0, 0, 0.18) 100%),
        linear-gradient(var(--rnc-store-grid-fine) 1px, transparent 1px),
        linear-gradient(90deg, var(--rnc-store-grid-fine) 1px, transparent 1px);
    background-size: auto, 12px 12px, 12px 12px;
    min-width: 0;
}

.rnc-kit-card__server {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.rnc-kit-card__desc {
    margin: 0;
    font-size: 11px;
    color: rgba(200, 203, 210, 0.92);
    line-height: 1.45;
    overflow-wrap: break-word;
}

.rnc-kit-card__img {
    width: 100%;
    max-height: 180px;
    object-fit: contain;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

/* ——— Responsive ——— */

@media (max-width: 1175px) {
    .block-info-donate {
        padding: 18px 16px;
    }
}

@media (max-width: 1175px) {
    .rnc-store-cta-dock__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .rnc-store-perks {
        grid-template-columns: 1fr;
    }

    .rnc-store-cta-bar {
        flex-wrap: nowrap;
        gap: 8px;
        min-height: 54px;
        padding: 7px 8px 7px 10px;
    }

    .rnc-store-cta-bar__tier {
        max-width: 88px;
    }

    .rnc-store-cta-bar__tier-name {
        font-size: 11px;
    }

    .rnc-store-cta-bar__tier-mark {
        height: 24px;
    }

    .rnc-store-period {
        padding: 6px 9px;
        font-size: 10px;
    }

    .rnc-store-cta-bar__price {
        font-size: 15px;
    }

    a.rnc-store-buy-btn,
    button.rnc-store-buy-btn {
        height: 36px;
        padding: 0 14px;
        font-size: 10px;
    }

    .rnc-store-kits__single:not(.rnc-store-kits__single--solo) {
        max-width: none;
    }

    .rnc-store-kits--solo .rnc-store-kits__single {
        width: min(520px, 100%);
        margin-left: auto;
        margin-right: auto;
    }

    .rnc-perk__value {
        max-width: 36%;
    }
}

@media (max-width: 520px) {
    .rnc-store-cta-bar__price-old {
        display: none;
    }

    .rnc-tier-card {
        min-width: 132px;
    }
}
