/* PUBG Mobile donate page — визуальные токены и блоки в духе donate-aion2.html */
:root {
    --bg-main: #f8fbff;
    --bg-card: #ffffff;
    --accent-blue: #007bff;
    --accent-teal: #00d28d;
    --text-main: #001a3d;
    --text-secondary: #7a869a;
    --glass-border: #e1e8f0;
    --focus-ring: rgba(0, 123, 255, 0.28);
    --shadow-sm: 0 2px 10px rgba(0, 26, 61, 0.06);
    --shadow-md: 0 8px 32px rgba(0, 26, 61, 0.08), 0 2px 8px rgba(0, 26, 61, 0.04);
    --gradient-cta: linear-gradient(90deg, #007bff 0%, #00d28d 100%);
    --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --page-pad: 20px;
    --game-banner-aspect: 1500 / 581;
    --game-sticky-cat-offset: 90px;
    --donate-back-margin-bottom: 10px;
    --hero-head-padding-top: 12px;
    --pubg-uid-input-bg: #edf1f7;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}

body {
    color: var(--text-main);
    font-family: var(--font-sans);
    margin: 0;
    padding-bottom: 120px;
    background: linear-gradient(180deg, #f8fbff 0%, #ffffff 42%, #ffffff 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app-container {
    width: 100%;
    max-width: 500px;
}

.donate-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: var(--donate-back-margin-bottom);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    color: var(--accent-blue);
    text-decoration: none;
}

.donate-back svg {
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.game-hero {
    padding: var(--hero-head-padding-top) var(--page-pad) 8px;
}

.game-hero-cover {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-sm);
    aspect-ratio: var(--game-banner-aspect);
    background: linear-gradient(145deg, #1a2744 0%, #0f1729 50%, #152238 100%);
    margin-bottom: 10px;
}

.game-hero-cover::before {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 46%;
    pointer-events: none;
    z-index: 1;
    background: linear-gradient(0deg, rgba(0, 26, 61, 0.55) 0%, rgba(0, 26, 61, 0.12) 52%, transparent 100%);
}

.game-hero-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
    display: block;
    opacity: 0.92;
}

.game-title-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
}

.game-hero-cover > .game-title-row {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 10px calc(12px + 34px + 10px) 10px 12px;
    margin: 0;
}

.game-hero-brand-h1 {
    margin: 0;
    font-size: inherit;
    font-weight: inherit;
    min-width: 0;
    flex: 1 1 auto;
}

.game-hero-brand-wrap {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: clamp(28px, 8vw, 40px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    white-space: nowrap;
}

.game-hero-brand-wrap .game-hero-brand-icon {
    height: 1em;
    width: auto;
    max-width: 1.1em;
    flex-shrink: 0;
    display: block;
    object-fit: contain;
    border-radius: 10px;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.5));
}

.game-hero-brand-text {
    font-size: 1em;
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.75), 0 0 20px rgba(0, 0, 0, 0.35);
}

.game-title-actions {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.game-hero-cover > .game-title-actions {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 3;
}

.game-title-icon-btn {
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-family: inherit;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.15s ease;
}

.game-title-icon-btn img {
    width: 17px;
    height: 17px;
    display: block;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.game-title-icon-btn:hover {
    background: rgba(255, 255, 255, 0.32);
}

.game-hero-cover > .game-hero-bottom-copy {
    position: absolute;
    bottom: 0;
    left: 0;
    right: auto;
    max-width: calc(100% - 24px);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 8px 12px 10px;
    margin: 0;
    pointer-events: none;
}

.game-hero-bottom-tagline {
    margin: 0;
    font-size: clamp(22px, 6.2vw, 30px);
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.12;
    color: #ffffff;
    text-shadow:
        0 1px 3px rgba(0, 26, 61, 0.92),
        0 0 26px rgba(0, 26, 61, 0.5);
}

.game-hero-bottom-sub {
    margin: 0;
    padding: 0;
    font-size: clamp(12px, 3.4vw, 14px);
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.3;
    color: rgba(255, 255, 255, 0.82);
    text-shadow:
        0 1px 3px rgba(0, 26, 61, 0.85),
        0 0 14px rgba(0, 26, 61, 0.35);
}

.game-cat-bar {
    position: sticky;
    top: 0;
    z-index: 30;
    background: linear-gradient(180deg, rgba(248, 251, 255, 0.97) 0%, rgba(248, 251, 255, 0.92) 100%);
    backdrop-filter: blur(8px);
    padding: 5px 0 6px;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(225, 232, 240, 0.8);
}

.game-cat-scroll {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding: 0 var(--page-pad);
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.game-cat-scroll::-webkit-scrollbar {
    display: none;
}

.game-cat-btn {
    flex: 0 0 auto;
    min-width: 88px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border: 1px solid var(--glass-border);
    border-radius: 10px;
    background: #ffffff;
    color: var(--text-main);
    padding: 5px 14px;
    font-family: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.02em;
    cursor: pointer;
    transition: background 0.15s ease;
}

.game-cat-btn.is-active {
    background: linear-gradient(180deg, #dbeafe 0%, #eff6ff 100%);
}

.game-cat-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px var(--focus-ring);
}

/* UID (как поле логина Steam, без заголовка и без иконки) */
.pubg-uid-section {
    padding: 4px var(--page-pad) 10px;
}

.pubg-uid-card {
    margin: 0;
    padding: 11px 12px;
    background: var(--bg-card);
    border: 1px solid rgba(225, 232, 240, 0.95);
    border-radius: 16px;
    box-shadow: var(--shadow-sm);
}

.pubg-uid-field {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    text-align: left;
}

.pubg-uid-input-shell {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--pubg-uid-input-bg);
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 0 12px;
    min-height: 40px;
}

.pubg-uid-input-shell:focus-within {
    border-color: var(--accent-blue);
    box-shadow: 0 0 0 3px var(--focus-ring);
}

.pubg-uid-input-shell.is-invalid {
    border-color: #e53935;
    box-shadow: 0 0 0 2px rgba(229, 57, 53, 0.22);
}

.pubg-uid-input-shell.is-invalid:focus-within {
    border-color: #e53935;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.28);
}

.pubg-uid-field-error {
    margin: 6px 0 0;
    padding: 0 2px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    color: #c62828;
}

.pubg-uid-field-error[hidden] {
    display: none !important;
}

.pubg-uid-input-shell input {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    color: var(--text-main);
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: -0.01em;
    outline: none;
    padding: 8px 0;
}

.pubg-uid-input-shell input::placeholder {
    color: var(--text-secondary);
    opacity: 1;
    font-size: 13px;
    font-weight: 600;
}

.pubg-uid-where-link {
    flex-shrink: 0;
    border: none;
    background: none;
    padding: 6px 0;
    font-family: inherit;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--text-secondary);
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 2px;
    -webkit-tap-highlight-color: transparent;
}

.pubg-uid-where-link:hover {
    color: var(--accent-blue);
}

.pubg-uid-confirm {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 7px;
    margin: 8px 0 0;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
}

.pubg-uid-confirm input[type='checkbox'] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 0;
    padding: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 6px;
    border: 1px solid rgba(0, 90, 170, 0.22);
    background: rgba(255, 255, 255, 0.82);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95);
    cursor: pointer;
    transition:
        background 0.15s ease,
        border-color 0.15s ease,
        box-shadow 0.15s ease,
        transform 0.12s ease;
}

.pubg-uid-confirm input[type='checkbox']:checked {
    border-color: rgba(255, 255, 255, 0.55);
    background-color: #0d7ae8;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='1.85' stroke-linecap='round' stroke-linejoin='round' d='M2.5 6.2l2.6 2.6 4.4-5.6'/%3E%3C/svg%3E");
    background-size: 11px 11px;
    background-position: center;
    background-repeat: no-repeat;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.38);
}

.pubg-uid-confirm input[type='checkbox']:active {
    transform: scale(0.96);
}

.pubg-uid-confirm input[type='checkbox']:focus-visible {
    outline: 2px solid var(--accent-blue);
    outline-offset: 2px;
}

.pubg-uid-confirm-text {
    font-weight: 500;
    color: var(--text-main);
    line-height: 1.35;
    cursor: pointer;
}

#pubgUidHelpOverlay.checkout-overlay {
    z-index: 4300;
}

.pubg-uid-help-body {
    padding-bottom: 16px;
}

.pubg-uid-help-steps {
    margin: 0 0 12px;
    padding-left: 1.25em;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 400;
    color: var(--text-main);
}

.pubg-uid-help-steps li {
    margin-bottom: 6px;
}

.pubg-uid-help-steps li:last-child {
    margin-bottom: 0;
}

.pubg-uid-help-img-wrap {
    margin: 0;
    padding: 0;
    border: 1px solid rgba(225, 232, 240, 0.88);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(248, 251, 255, 0.65);
}

.pubg-uid-help-zoom-trigger {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: zoom-in;
    font: inherit;
    -webkit-tap-highlight-color: transparent;
}

.pubg-uid-help-zoom-trigger:focus-visible {
    outline: 2px solid var(--accent-blue);
    outline-offset: 2px;
}

.pubg-uid-help-img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
}

.pubg-uid-help-zoom-overlay {
    position: fixed;
    inset: 0;
    z-index: 4400;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: max(12px, env(safe-area-inset-top)) max(12px, env(safe-area-inset-right))
        max(12px, env(safe-area-inset-bottom)) max(12px, env(safe-area-inset-left));
    box-sizing: border-box;
    background: rgba(0, 26, 61, 0.88);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.pubg-uid-help-zoom-overlay[hidden] {
    display: none !important;
}

.pubg-uid-help-zoom-panel {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.pubg-uid-help-zoom-close {
    position: absolute;
    top: -6px;
    right: -6px;
    z-index: 2;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: var(--text-secondary);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 4px 18px rgba(0, 26, 61, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}

.pubg-uid-help-zoom-close:focus-visible {
    outline: 2px solid var(--accent-blue);
    outline-offset: 2px;
}

.pubg-uid-help-zoom-scroller {
    max-height: min(92vh, 900px);
    max-width: min(96vw, 1200px);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 12px;
    background: #0d1117;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.45);
}

.pubg-uid-help-zoom-img {
    display: block;
    width: min(1200px, max(720px, 165vw));
    max-width: none;
    height: auto;
}

.game-section {
    padding: 10px var(--page-pad) 6px;
    scroll-margin-top: var(--game-sticky-cat-offset);
}

#passes {
    scroll-margin-bottom: calc(var(--uppay-tab-bar-clearance, 120px) + 16px);
}

.game-section-title {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.game-section-head-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px;
    min-width: 0;
}

.game-section-title--inline {
    margin: 0;
    flex: 0 1 auto;
    min-width: 0;
}

.pubg-passes-restriction-btn {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: none;
    background: linear-gradient(145deg, #ffb74d 0%, #ff9800 100%);
    color: #ffffff;
    font-size: 12px;
    font-weight: 900;
    font-family: inherit;
    line-height: 1;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 26, 61, 0.12);
    transition: transform 0.12s ease, filter 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.pubg-passes-restriction-btn:hover {
    filter: brightness(0.96);
}

.pubg-passes-restriction-btn:active {
    transform: scale(0.96);
    filter: brightness(0.92);
}

.pubg-passes-restriction-btn:focus-visible {
    outline: 2px solid var(--accent-blue);
    outline-offset: 2px;
}

.sub-detail-overlay.pubg-pass-detail-overlay .pubg-passes-restriction-text {
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: var(--text-secondary);
}

.game-products-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    align-items: stretch;
}

.game-products-row > .game-card {
    margin-bottom: 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.game-card {
    background: #ffffff;
    border: 1px solid var(--glass-border);
    border-radius: 14px;
    box-shadow: var(--shadow-sm);
}

.game-card-art {
    position: relative;
    aspect-ratio: 1 / 1;
    width: 100%;
    background: #eef2f8;
    flex-shrink: 0;
    container-type: inline-size;
}

.game-card-art > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.game-card-art > picture[data-uppay-thumb] {
    width: 100%;
    height: 100%;
    display: block;
}

.game-card-art > picture[data-uppay-thumb] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.game-card-inner {
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.game-card--subs .game-card-inner h3 {
    min-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
    line-height: 1.15;
    margin: 2px 0 0;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0;
}

.game-card--subs .game-subs-price-line {
    margin: 0;
    min-height: 22px;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
}

.game-card--subs .game-subs-price-line .game-price {
    text-align: left;
    font-size: 15px;
    font-weight: 800;
    color: var(--text-main);
    font-variant-numeric: tabular-nums;
}

.game-card--subs .game-subs-price-line .game-price-old {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-secondary);
    text-decoration: line-through;
    position: relative;
    top: -3px;
    white-space: nowrap;
}

/* Скрыть legacy-процент в строке цены: badge только на изображении (как Aion 2 subs). */
.game-card--subs .game-subs-price-line .game-discount {
    display: none !important;
}

/* Зелёный discount badge поверх изображения — те же правила, что у Aion 2 subs. */
.game-subs-discount-corner,
.game-quna-discount-corner {
    position: absolute;
    left: 0;
    bottom: calc(var(--subs-cart-stepper-height, 38px) * 2 / 3 + 7px);
    z-index: 2;
    font-size: 10px;
    font-weight: 700;
    color: #ffffff;
    background: #00d59a;
    padding: 2px 7px 2px 5px;
    border-radius: 0 999px 999px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
    box-shadow: 0 2px 8px rgba(0, 207, 143, 0.16);
    pointer-events: none;
}

/* NEW badge на карточках subs (как Aion 2). */
.game-products-row > .game-card--subs .game-card-art .game-badge {
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: 5;
    margin: 0;
    pointer-events: none;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
    min-height: 19px;
    padding: 1px 7px 1px 5px;
    font-size: clamp(10px, 2.65vw, 11px);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 11px;
    border: 1px solid rgba(22, 119, 255, 0.34);
    color: #00265c;
    background: linear-gradient(165deg, #ffffff 0%, #f5f9ff 48%, #eef3fb 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.75),
        0 3px 8px rgba(15, 64, 130, 0.12),
        0 0 10px rgba(22, 119, 255, 0.1);
    line-height: 1.2;
}

.game-products-row > .game-card--subs .game-card-art .game-badge::before {
    content: "";
    flex-shrink: 0;
    width: 1px;
    height: 9px;
    border-radius: 0.5px;
    background: linear-gradient(180deg, #4098ff 0%, #1677ff 100%);
}

/* Таймер акции — совместим с discount badge слева снизу. */
.game-card--subs .game-card-art .game-offer-timer {
    position: absolute;
    bottom: 8px;
    left: 0;
    top: auto;
    right: auto;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1px;
    box-sizing: border-box;
    min-height: 20px;
    width: max-content;
    max-width: calc(100% - 10px);
    padding: 2px 4px 2px 2px;
    font-size: clamp(9px, 2.55vw, 10px);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: #05294a;
    background:
        linear-gradient(165deg, rgba(255, 255, 255, 0.76) 0%, rgba(242, 249, 255, 0.64) 48%, rgba(238, 245, 252, 0.56) 100%),
        linear-gradient(90deg, rgba(0, 123, 255, 0.055) 0%, rgba(0, 210, 141, 0.035) 100%);
    border: 1px solid rgba(0, 123, 255, 0.2);
    border-radius: 0 999px 999px 0;
    backdrop-filter: blur(13px) saturate(1.05);
    -webkit-backdrop-filter: blur(13px) saturate(1.05);
    box-shadow: 0 2px 10px rgba(0, 26, 61, 0.05), 0 1px 0 rgba(255, 255, 255, 0.62) inset;
    pointer-events: none;
    line-height: 1.15;
    white-space: nowrap;
}

.game-card--subs .game-card-art .game-offer-timer-ico {
    width: 9px;
    height: 9px;
    flex-shrink: 0;
    display: block;
}

.game-card--subs {
    --subs-cart-fab-size: 38px;
    --subs-cart-stepper-height: var(--subs-cart-fab-size);
    --subs-cart-step-btn-size: 28px;
    --subs-cart-fab-border: 2px;
    --subs-cart-surface:
        linear-gradient(165deg, rgba(255, 255, 255, 0.74) 0%, rgba(242, 249, 255, 0.58) 48%, rgba(238, 245, 252, 0.5) 100%),
        linear-gradient(90deg, rgba(0, 123, 255, 0.06) 0%, rgba(0, 210, 141, 0.035) 100%);
    --subs-cart-surface-hover:
        linear-gradient(165deg, rgba(255, 255, 255, 0.82) 0%, rgba(246, 251, 255, 0.68) 48%, rgba(240, 248, 255, 0.58) 100%),
        linear-gradient(90deg, rgba(0, 123, 255, 0.07) 0%, rgba(0, 210, 141, 0.04) 100%);
    --subs-cart-border: rgba(0, 123, 255, 0.22);
    --subs-cart-shadow: 0 2px 10px rgba(0, 26, 61, 0.06), 0 1px 0 rgba(255, 255, 255, 0.55) inset;
}

.game-card--subs .game-card-inner {
    position: relative;
    z-index: 0;
    padding: calc(var(--subs-cart-fab-size) / 3 + 2px) 10px 8px;
}

.game-card--subs .game-card-art {
    z-index: 1;
}

.game-card-detail-btn {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 4;
    width: 27px;
    height: 27px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(205, 214, 255, 0.75);
    border-radius: 50%;
    background: linear-gradient(145deg, rgba(127, 111, 255, 0.46), rgba(120, 225, 255, 0.28));
    color: #5f4dff;
    cursor: pointer;
    box-shadow:
        0 6px 16px rgba(62, 53, 147, 0.26),
        inset 0 1px 0 rgba(255, 255, 255, 0.38);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    transition: background 0.15s ease, color 0.15s ease, opacity 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.game-card-detail-btn:hover {
    background: linear-gradient(145deg, rgba(138, 121, 255, 0.56), rgba(130, 232, 255, 0.34));
    color: #4f3dff;
}

.game-card-detail-btn:active {
    opacity: 0.92;
    background: linear-gradient(145deg, rgba(118, 101, 246, 0.58), rgba(111, 210, 238, 0.34));
    color: #4737e8;
}

.game-card-detail-btn:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px var(--focus-ring);
}

.game-card-detail-btn img {
    width: 21px;
    height: 21px;
    display: block;
    object-fit: contain;
    pointer-events: none;
}

.game-card-detail-btn--bottom {
    top: auto;
    bottom: 6px;
    right: 6px;
    width: 19px;
    height: 19px;
    z-index: 5;
    background: rgba(120, 138, 172, 0.42);
    border: 1px solid rgba(210, 223, 244, 0.74);
    box-shadow: none;
}

.game-card-detail-btn--bottom img {
    width: 11px;
    height: 11px;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.game-card-detail-btn--bottom:hover {
    background: rgba(110, 130, 168, 0.5);
    color: #ffffff;
}

.game-card-detail-btn--bottom:active {
    background: rgba(103, 123, 160, 0.56);
    opacity: 0.96;
}

.sub-detail-overlay.pubg-pass-detail-overlay {
    position: fixed;
    inset: 0;
    z-index: 3950;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right))
        max(24px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
    background: rgba(0, 26, 61, 0.28);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease, visibility 0.2s ease;
}

.sub-detail-overlay.pubg-pass-detail-overlay.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.sub-detail-overlay.pubg-pass-detail-overlay .sub-detail-sheet {
    width: 100%;
    max-width: 500px;
    max-height: min(72vh, 560px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border-radius: 18px 18px 14px 14px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(22px) saturate(1.12);
    -webkit-backdrop-filter: blur(22px) saturate(1.12);
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow: 0 -12px 40px rgba(0, 26, 61, 0.14);
    transform: translateY(14px);
    transition: transform 0.22s ease;
}

.sub-detail-overlay.pubg-pass-detail-overlay.is-open .sub-detail-sheet {
    transform: translateY(0);
}

.sub-detail-overlay.pubg-pass-detail-overlay .sub-detail-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    padding: 16px 16px 5px;
    flex-shrink: 0;
    border-bottom: 1px solid rgba(225, 232, 240, 0.9);
}

.sub-detail-overlay.pubg-pass-detail-overlay .sub-detail-head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text-main);
    line-height: 1.25;
}

.sub-detail-overlay.pubg-pass-detail-overlay .sub-detail-close {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 26, 61, 0.06);
    color: var(--text-secondary);
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s ease;
}

.sub-detail-overlay.pubg-pass-detail-overlay .sub-detail-close:hover {
    background: rgba(0, 26, 61, 0.11);
    color: var(--text-main);
}

.sub-detail-overlay.pubg-pass-detail-overlay .sub-detail-close:focus-visible {
    outline: 2px solid var(--accent-blue);
    outline-offset: 2px;
}

.sub-detail-overlay.pubg-pass-detail-overlay .sub-detail-body {
    padding: 5px 16px 16px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-secondary);
}

.sub-detail-overlay.pubg-pass-detail-overlay .sub-detail-body .sub-detail-lead {
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 13px;
    color: var(--text-main);
}

.game-subs-cart-fab {
    position: absolute;
    right: 10px;
    bottom: calc(var(--subs-cart-stepper-height) / -3);
    z-index: 4;
    width: var(--subs-cart-fab-size);
    height: var(--subs-cart-fab-size);
    border: var(--subs-cart-fab-border) solid var(--subs-cart-border);
    background: var(--subs-cart-surface);
    box-shadow: var(--subs-cart-shadow);
    border-radius: calc((var(--subs-cart-fab-size) - 2 * var(--subs-cart-fab-border)) * 0.25 + var(--subs-cart-fab-border));
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    cursor: pointer;
    padding: 0;
    transition: opacity 0.2s ease, transform 0.2s ease;
    backdrop-filter: blur(13px) saturate(1.05);
    -webkit-backdrop-filter: blur(13px) saturate(1.05);
}

.game-card--subs.is-subs-stepper-open .game-subs-cart-fab {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: scale(0.9);
}

.game-subs-cart-fab:hover {
    background: var(--subs-cart-surface-hover);
}

.game-subs-cart-fab-icon {
    width: 70% !important;
    height: 70% !important;
    margin: auto;
    display: block;
    object-fit: contain;
}

.game-subs-cart-badge {
    position: absolute;
    top: 2px;
    right: 2px;
    z-index: 1;
    min-width: 15px;
    height: 15px;
    padding: 0 3px;
    border-radius: 999px;
    background: #00cf8f;
    color: #ffffff;
    font-size: 9px;
    font-weight: 800;
    line-height: 15px;
    text-align: center;
    pointer-events: none;
    box-shadow: 0 2px 8px rgba(0, 207, 143, 0.35);
}

.game-subs-cart-badge[hidden] {
    display: none !important;
}

.game-subs-cart-stepper {
    position: absolute;
    right: 10px;
    bottom: calc(var(--subs-cart-stepper-height) / -3);
    z-index: 4;
    height: var(--subs-cart-stepper-height);
    width: var(--subs-cart-fab-size);
    max-width: 100px;
    display: flex;
    align-items: center;
    gap: 1px;
    padding: 0 2px;
    border-radius: calc((var(--subs-cart-fab-size) - 2 * var(--subs-cart-fab-border)) * 0.25 + var(--subs-cart-fab-border));
    border: var(--subs-cart-fab-border) solid var(--subs-cart-border);
    background: var(--subs-cart-surface);
    box-shadow: var(--subs-cart-shadow);
    backdrop-filter: blur(13px) saturate(1.05);
    -webkit-backdrop-filter: blur(13px) saturate(1.05);
    box-sizing: border-box;
    justify-content: space-between;
    opacity: 0;
    pointer-events: none;
    transform: scaleX(0.38);
    transition: width 0.22s ease, opacity 0.2s ease, transform 0.22s ease;
}

.game-subs-cart-stepper.is-active {
    --subs-cart-step-inner-min: calc(var(--subs-cart-step-btn-size) * 2 + 10px);
    width: min(100px, max(88px, var(--subs-cart-step-inner-min)));
    opacity: 1;
    pointer-events: auto;
    transform: scaleX(1);
}

.game-subs-cart-step-btn {
    flex: 0 0 var(--subs-cart-step-btn-size);
    width: var(--subs-cart-step-btn-size);
    height: var(--subs-cart-step-btn-size);
    border-radius: 8px;
    border: 1px solid rgba(0, 123, 255, 0.24);
    background: rgba(255, 255, 255, 0.9);
    color: #007bff;
    font-size: 14px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
}

.game-subs-cart-step-btn:disabled {
    opacity: 0.35;
    cursor: default;
}

.game-subs-cart-step-qty {
    flex: 1 1 auto;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #05294a;
    font-variant-numeric: tabular-nums;
}

.cart-sticky-btn__pay-sbp {
    filter: url(#cartSbpIconOutline);
}

.cart-toast {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: var(--uppay-float-above-nav, calc(98px));
    z-index: 2600;
    border-radius: 14px;
    border: 1px solid rgba(210, 222, 246, 0.36);
    background: linear-gradient(145deg, rgba(23, 29, 48, 0.62), rgba(36, 44, 69, 0.58));
    backdrop-filter: blur(10px) saturate(1.06);
    color: #eaf1ff;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 500;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s ease;
    pointer-events: none;
}

.cart-toast.is-visible {
    opacity: 1;
    visibility: visible;
}

.cart-toast.cart-toast--interactive {
    pointer-events: auto;
    max-width: min(340px, calc(100vw - 32px));
    text-align: left;
    line-height: 1.4;
}

.cart-toast-line {
    display: block;
}

.cart-toast-replace-btn {
    display: inline;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    color: #c8e0ff;
    font: inherit;
    font-size: inherit;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.cart-toast-replace-btn:hover {
    color: #ffffff;
}

.cart-toast-replace-btn:active {
    opacity: 0.9;
}

.checkout-overlay {
    position: fixed;
    inset: 0;
    z-index: 4100;
    background: rgba(0, 26, 61, 0.28);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    display: none;
    align-items: flex-end;
    justify-content: center;
    padding: max(8px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right))
        max(20px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
}

.checkout-overlay.is-open {
    display: flex;
}

.checkout-sheet {
    width: 100%;
    max-width: 500px;
    max-height: min(92vh, 780px);
    overflow: hidden;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid var(--glass-border);
    box-shadow: 0 -10px 36px rgba(0, 26, 61, 0.16);
    display: flex;
    flex-direction: column;
}

.checkout-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 14px 10px;
    border-bottom: 1px solid var(--glass-border);
}

.checkout-head h3 {
    margin: 0;
    font-size: 16px;
    font-weight: 800;
}

.checkout-close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 26, 61, 0.06);
    color: var(--text-secondary);
    font-size: 22px;
    cursor: pointer;
    line-height: 1;
}

.checkout-close:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.checkout-body {
    padding: 8px 12px 12px;
    overflow-y: auto;
}

.checkout-uid-inline {
    margin: 0 0 10px;
}

.checkout-uid-inline[hidden] {
    display: none !important;
}

#pubgCheckoutUidInline .pubg-uid-input-shell input {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
}

#pubgCheckoutUidInline .pubg-uid-input-shell input::placeholder {
    font-size: 14px;
    font-weight: 400;
}

.checkout-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
}

.checkout-item {
    border: 1px solid var(--glass-border);
    border-radius: 8px;
    padding: 6px 8px;
    background: #fafcfe;
}

.checkout-item-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.checkout-item-thumb {
    width: 44px;
    height: 44px;
    border-radius: 5px;
    object-fit: cover;
    flex-shrink: 0;
    border: 1px solid rgba(225, 232, 240, 0.9);
    background: #ffffff;
}

.checkout-item-main {
    min-width: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.checkout-item-title {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.2;
}

.checkout-item-qty {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 6px;
    border: 1px solid var(--glass-border);
    border-radius: 8px;
    padding: 1px 6px;
    background: #ffffff;
}

.checkout-item-qty-btn {
    border: none;
    background: transparent;
    color: #00cf8f;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    width: 16px;
    height: 22px;
    padding: 0;
    cursor: pointer;
}

.checkout-item-qty-btn:disabled {
    opacity: 0.3;
    cursor: default;
}

.checkout-item-qty-val {
    min-width: 11px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-main);
}

.checkout-item-side {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 2px;
    min-width: 56px;
    padding: 1px 0;
}

.checkout-item-remove {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 26, 61, 0.08);
    color: var(--text-secondary);
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
}

.checkout-item-price {
    font-size: 13px;
    font-weight: 800;
    color: var(--text-main);
    white-space: nowrap;
}

.checkout-total {
    margin: 10px 0 8px;
    font-size: 14px;
    font-weight: 800;
    color: var(--text-main);
}

.checkout-total[hidden] {
    display: none !important;
}

.qb-promo-field {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 8px 10px;
    background: #fafcfe;
    margin-bottom: 10px;
}

.qb-promo-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    border-radius: 6px;
    background: linear-gradient(135deg, #007bff, #00d28d);
    opacity: 0.85;
}

.qb-promo {
    flex: 1;
    border: none;
    background: transparent;
    font-family: inherit;
    font-size: 14px;
    color: var(--text-main);
    outline: none;
    min-width: 0;
}

.checkout-pay {
    width: 100%;
    min-height: 44px;
    border: none;
    border-radius: 14px;
    background: #00cf8f;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    font-family: inherit;
    cursor: pointer;
    box-shadow: 0 6px 18px rgba(0, 207, 143, 0.28);
}

.checkout-pay:disabled {
    opacity: 0.52;
    cursor: not-allowed;
    box-shadow: none;
}

.checkout-uid-notice {
    margin: 0 0 10px;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    color: #8a3b12;
    background: rgba(255, 176, 120, 0.28);
    border: 1px solid rgba(232, 120, 60, 0.45);
}

.checkout-uid-notice[hidden] {
    display: none !important;
}

#pubgPostPaymentOverlay {
    z-index: 4200;
}

.post-payment-body {
    padding: 12px 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.post-payment-lead {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    color: var(--text-main);
}

.post-payment-total {
    margin: 0;
    font-size: 15px;
    font-weight: 800;
    color: var(--text-main);
}

.post-payment-lines {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 6px;
}

.post-payment-lines li {
    font-size: 13px;
    line-height: 1.35;
    color: var(--text-main);
    padding: 8px 10px;
    border-radius: 8px;
    border: 1px solid var(--glass-border);
    background: #fafcfe;
}

.post-payment-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 4px;
}

.post-payment-ok {
    width: 100%;
    min-height: 44px;
    border-radius: 14px;
    border: 1px solid rgba(0, 123, 255, 0.35);
    background: #ffffff;
    color: var(--accent-blue);
    font-size: 14px;
    font-weight: 700;
    font-family: inherit;
    cursor: pointer;
}

.sub-detail-lock {
    overflow: hidden;
}

.nav-wrapper {
    position: fixed;
    bottom: 15px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding-left: max(20px, env(safe-area-inset-left, 0px));
    padding-right: max(20px, env(safe-area-inset-right, 0px));
    box-sizing: border-box;
    z-index: 2000;
    pointer-events: none;
}

.bottom-nav {
    pointer-events: auto;
    width: 100%;
    max-width: 500px;
    height: 68px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid var(--glass-border);
    box-shadow: var(--shadow-md);
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--text-secondary);
    font-size: 11px;
    text-decoration: none;
    flex: 1;
    font-weight: 600;
}

.nav-item.active {
    color: var(--accent-blue);
}

.nav-icon {
    width: 22px;
    height: 22px;
    margin-bottom: 4px;
    fill: currentColor;
}

/* Чекаут как Aion 2: выбор оплаты + USDT (без блока QR) */
.checkout-sheet--checkout-wide {
    max-height: min(92vh, 780px);
}

.payment-methods {
    margin: 0 0 8px;
    border: 1px solid var(--glass-border);
    border-radius: 10px;
    background: #fafcfe;
    padding: 6px 8px;
}

.payment-methods-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.payment-methods-title {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    color: var(--text-main);
    line-height: 1.25;
    flex-shrink: 0;
}

.payment-methods .qb-promo-field {
    flex: 1 1 auto;
    min-width: 0;
    max-width: min(200px, 52%);
    display: flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    border: 1px solid var(--glass-border);
    border-radius: 12px;
    padding: 0 10px;
    min-height: 43px;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.payment-methods .qb-promo-field:focus-within {
    border-color: var(--accent-blue);
    box-shadow: 0 0 0 3px var(--focus-ring);
}

.payment-methods .qb-promo-field .qb-promo-icon {
    display: block;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    border-radius: 0;
    background: none;
    background-color: var(--text-secondary);
    opacity: 1;
    -webkit-mask-image: url('../icons/discount-coupon.png');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-image: url('../icons/discount-coupon.png');
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-type: alpha;
    -webkit-mask-type: alpha;
}

.payment-methods .qb-promo-field .qb-promo {
    flex: 1;
    min-width: 0;
    border: none;
    background: transparent;
    padding: 10px 0;
    margin: 0;
    outline: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--text-main);
}

.payment-methods .qb-promo-field .qb-promo::placeholder {
    color: var(--text-secondary);
    opacity: 1;
    font-size: 14px;
    font-weight: 400;
}

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

.payment-method-btn {
    border: 1.5px solid var(--glass-border);
    background: #ffffff;
    border-radius: 8px;
    padding: 4px 4px;
    cursor: pointer;
    text-align: center;
    font-family: inherit;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.payment-method-btn.is-active {
    border-color: #00cf8f;
    box-shadow: 0 0 0 2px rgba(0, 207, 143, 0.18);
    background: #f5fffb;
}

.payment-method-btn img {
    width: 100%;
    height: 30px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.crypto-usdt-panel {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(225, 232, 240, 0.95);
}

.crypto-usdt-lead {
    margin: 0 0 8px;
    font-size: 12px;
    font-weight: 600;
    color: var(--text-secondary);
    line-height: 1.35;
}

.crypto-usdt-route-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.crypto-route-btn {
    border: 1.5px solid var(--glass-border);
    background: #ffffff;
    border-radius: 10px;
    padding: 10px 8px;
    cursor: pointer;
    text-align: center;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-main);
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.crypto-route-btn.is-active {
    border-color: #00cf8f;
    box-shadow: 0 0 0 2px rgba(0, 207, 143, 0.18);
    background: #f5fffb;
}

.crypto-route-btn:disabled {
    opacity: 0.48;
    cursor: not-allowed;
}

.crypto-usdt-error {
    margin: 8px 0 0;
    font-size: 12px;
    font-weight: 600;
    color: #b83226;
}

.crypto-usdt-detail {
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid var(--glass-border);
}

.crypto-usdt-detail.crypto-usdt-detail--bybit-stack {
    padding: 0;
    border: none;
    background: transparent;
}

.crypto-usdt-detail.crypto-usdt-detail--bybit-stack[hidden] {
    display: none !important;
}

.crypto-bybit-combined-plate {
    padding: 10px;
    border-radius: 10px;
    background: #fafcfe;
    border: 1px dashed rgba(0, 123, 255, 0.22);
}

.crypto-bybit-section-gap {
    border: none;
    border-top: 1px solid var(--glass-border);
    margin: 12px 0;
}

.crypto-bybit-section-gap[hidden] {
    display: none !important;
}

.crypto-other-combined-plate {
    margin-top: 12px;
    padding: 10px;
    border-radius: 10px;
    background: #fafcfe;
    border: 1px dashed rgba(0, 123, 255, 0.22);
}

.crypto-other-addr-amount-divider {
    border: none;
    border-top: 1px solid var(--glass-border);
    margin: 12px 0;
}

.crypto-other-addr-amount-divider[hidden] {
    display: none !important;
}

.crypto-detail-label {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.35;
}

.crypto-detail-hint {
    margin: 0 0 8px;
    font-size: 11px;
    font-weight: 500;
    color: var(--text-secondary);
    line-height: 1.4;
}

.crypto-detail-value {
    margin: 0 0 8px;
    font-size: 13px;
    font-weight: 800;
    color: var(--text-main);
    font-family: ui-monospace, 'Cascadia Mono', 'Segoe UI Mono', monospace;
    word-break: break-all;
    line-height: 1.35;
}

.crypto-bybit-uid-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.crypto-detail-value--bybit-row {
    flex: 1;
    min-width: 0;
    margin: 0;
}

.crypto-copy-icon-btn {
    position: relative;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(0, 123, 255, 0.35);
    background: rgba(0, 123, 255, 0.06);
    border-radius: 8px;
    cursor: pointer;
    color: #0056b3;
    -webkit-tap-highlight-color: transparent;
}

.crypto-copy-icon-btn:active {
    opacity: 0.88;
}

.crypto-copy-icon-btn svg {
    width: 18px;
    height: 18px;
    display: block;
}

.copy-feedback-tip {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    padding: 4px 8px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.88);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    font-family: inherit;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.12s ease, visibility 0.12s;
    z-index: 5;
    pointer-events: none;
}

.copy-feedback-tip.is-visible {
    opacity: 1;
    visibility: visible;
}

.crypto-usdt-plate-divider {
    border: none;
    border-top: 1px solid var(--glass-border);
    margin: 8px 0;
}

.crypto-usdt-send-title {
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    font-family: inherit;
    line-height: 1.35;
    color: var(--text-main);
}

.crypto-usdt-send-title-muted {
    font-weight: 500;
    color: var(--text-secondary);
}

.crypto-usdt-send-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.crypto-usdt-send-amount-wrap {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.crypto-usdt-send-amount-wrap--inline {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 6px;
}

.crypto-usdt-send-amount {
    font-size: 13px;
    font-weight: 800;
    color: var(--text-main);
    font-family: ui-monospace, 'Cascadia Mono', 'Segoe UI Mono', monospace;
    font-variant-numeric: tabular-nums;
    line-height: 1.35;
    word-break: break-all;
}

.crypto-usdt-send-rub {
    font-size: 11px;
    font-weight: 600;
    color: var(--text-secondary);
    line-height: 1.25;
}

.crypto-usdt-send-block {
    margin-top: 12px;
    padding: 10px;
    border-radius: 10px;
    background: #fafcfe;
    border: 1px dashed rgba(0, 123, 255, 0.22);
}

.crypto-usdt-send-block--in-combined {
    margin-top: 0;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
}

.crypto-usdt-send-block[hidden] {
    display: none !important;
}

.crypto-net-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 6px;
    margin: 0;
}

.crypto-net-card {
    margin: 0;
    padding: 8px 3px 6px;
    min-width: 0;
    border: 1.5px solid var(--glass-border);
    background: #ffffff;
    border-radius: 12px;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    -webkit-tap-highlight-color: transparent;
}

.crypto-net-card.is-active {
    border-color: #00cf8f;
    box-shadow: 0 0 0 2px rgba(0, 207, 143, 0.18);
    background: #f5fffb;
}

.crypto-net-card-img {
    width: 36px;
    height: 36px;
    object-fit: contain;
    display: block;
    flex-shrink: 0;
    pointer-events: none;
}

.crypto-net-card-label {
    font-size: 9px;
    font-weight: 700;
    color: var(--text-main);
    text-align: center;
    line-height: 1.2;
    max-width: 100%;
    word-break: break-word;
    hyphens: auto;
}

.crypto-net-alert--standalone {
    margin-top: 10px;
}

.crypto-net-selected {
    margin-top: 12px;
    padding: 10px;
    border-radius: 10px;
    background: #fafcfe;
    border: 1px dashed rgba(0, 123, 255, 0.22);
    overflow: visible;
}

.crypto-net-selected--in-combined {
    margin-top: 0;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
}

.crypto-net-selected[hidden] {
    display: none !important;
}

.crypto-net-addr-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

.crypto-net-alert {
    padding: 5px 8px;
    background: #fff4e5;
    border: 1px solid #ffc107;
    border-radius: 8px;
}

.crypto-net-alert[hidden] {
    display: none !important;
}

.crypto-net-alert-text {
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    color: #5d4037;
    line-height: 1.35;
}

.crypto-net-addr {
    display: block;
    flex: 1;
    min-width: 0;
    font-size: 11px;
    font-weight: 600;
    font-family: ui-monospace, 'Cascadia Mono', 'Segoe UI Mono', monospace;
    word-break: break-all;
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.35;
}

.checkout-pay-legal {
    margin: 10px 0 0;
    font-size: 11px;
    font-weight: 500;
    color: var(--text-secondary);
    text-align: center;
    line-height: 1.35;
}

.checkout-pay-legal[hidden] {
    display: none !important;
}
