/* VIP — rosa neón + negro (coherente con onii-chan). Solo /vip.html */

:root {
    --vip-bg: #140a22;
    --vip-pink: #ff6eb4;
    --vip-pink-soft: rgba(255, 110, 180, 0.55);
    --vip-pink-glow: rgba(255, 80, 160, 0.35);
    --vip-violet: #b139e7;
    --vip-violet-soft: rgba(177, 57, 231, 0.45);
    --vip-surface: rgba(22, 10, 36, 0.82);
    --vip-border: rgba(255, 140, 190, 0.18);
    --vip-text: #f3f7ff;
    --vip-muted: rgba(220, 210, 240, 0.78);
}

html.vip-site {
    background-color: var(--vip-bg);
}

html.vip-site::before {
    background-color: var(--vip-bg);
    background-image:
        radial-gradient(ellipse 90% 55% at 50% -8%, rgba(255, 80, 160, 0.22), transparent 55%),
        radial-gradient(ellipse 70% 45% at 100% 40%, rgba(177, 57, 231, 0.18), transparent 50%),
        radial-gradient(ellipse 60% 40% at 0% 70%, rgba(120, 40, 180, 0.14), transparent 48%),
        linear-gradient(165deg, rgba(18, 8, 32, 0.95) 0%, rgba(8, 4, 16, 0.98) 50%, #0a0514 100%);
    filter: none;
}

html.vip-site::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 0%, rgba(255, 110, 170, 0.08), transparent 40%),
        radial-gradient(circle at 80% 100%, rgba(177, 57, 231, 0.06), transparent 35%);
}

html.vip-site .oniichan-walker-track,
html.vip-site .oniichan-companion-fab {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

html.vip-site body {
    font-family: "Outfit", "Segoe UI", system-ui, sans-serif;
    text-shadow: none;
    color: var(--vip-text);
}

html.vip-site .vip-app-root {
    width: min(100%, 1020px);
    padding: 0 18px 72px;
    box-sizing: border-box;
}

/* ── Título estilo web ── */
html.vip-site .header {
    max-width: none;
    width: 100%;
    padding: 32px 0 10px;
}

html.vip-site .header .titulo {
    font-size: clamp(2rem, 6vw, 3rem);
    font-weight: 800;
    letter-spacing: 0.2em;
    padding-bottom: 20px;
    color: #fff;
    text-shadow:
        0 0 20px rgba(255, 140, 190, 0.55),
        0 0 42px rgba(180, 130, 255, 0.35),
        0 2px 3px rgba(40, 10, 30, 0.5);
}

html.vip-site .header .titulo::after {
    width: min(240px, 85%);
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 110, 170, 0.35) 10%,
        rgba(255, 140, 195, 1) 38%,
        rgba(200, 160, 255, 0.95) 62%,
        rgba(160, 120, 230, 0.35) 90%,
        transparent
    );
    box-shadow:
        0 0 18px rgba(255, 130, 180, 0.55),
        0 0 28px rgba(160, 100, 220, 0.35);
}

html.vip-site .header .titulo::before {
    display: block;
    width: min(280px, 92%);
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.45), transparent);
    opacity: 0.9;
}

html.vip-site .pagina-vip {
    width: 100%;
    max-width: none;
    padding-bottom: 28px;
}

/* ── Textos intro ── */
html.vip-site .vip-plans-wrap {
    padding: 26px 22px 30px;
    border-radius: 28px;
    background:
        radial-gradient(ellipse 90% 60% at 50% 0%, rgba(255, 110, 170, 0.1), transparent 55%),
        rgba(14, 6, 26, 0.72);
    border: 1px solid rgba(255, 140, 190, 0.14);
    box-shadow:
        0 0 48px rgba(255, 80, 160, 0.06),
        0 24px 56px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

html.vip-site .vip-lead {
    margin: 0 auto 12px;
    max-width: 40rem;
    padding: 0;
    font-size: 1.02rem;
    font-weight: 500;
    line-height: 1.55;
    text-align: center;
    color: rgba(255, 245, 252, 0.92);
    background: none;
    border: none;
    box-shadow: none;
}

html.vip-site .vip-payment-policy {
    margin: 0 auto 26px;
    max-width: 36rem;
    padding: 10px 16px;
    font-size: 0.82rem;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
    color: rgba(255, 200, 220, 0.92);
    background: rgba(255, 80, 140, 0.1);
    border: 1px solid rgba(255, 140, 190, 0.28);
    border-radius: 999px;
    box-shadow: 0 0 20px rgba(255, 80, 160, 0.08);
}

html.vip-site .vip-resell-notice,
html.vip-site .vip-checkout-notice,
html.vip-site .vip-checkout-rate-limit,
html.vip-site .vip-checkout-error,
html.vip-site .vip-checkout-paused {
    margin-bottom: 18px;
    padding: 12px 16px;
    border-radius: 14px;
    font-size: 0.88rem;
    line-height: 1.5;
    background: rgba(177, 57, 231, 0.12);
    border: 1px solid rgba(177, 57, 231, 0.35);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
}

html.vip-site .vip-plans-heading {
    margin: 0 0 18px;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 140, 195, 0.85);
    text-shadow: 0 0 16px rgba(255, 110, 170, 0.35);
}

/* ── Tarjetas ── */
html.vip-site .vip-plans {
    gap: 20px;
    margin-bottom: 28px;
}

@media (min-width: 768px) {
    html.vip-site .vip-plans {
        grid-template-columns: 1fr 1.06fr;
        gap: 22px;
        align-items: stretch;
    }
}

html.vip-site .vip-plan-card {
    position: relative;
    isolation: isolate;
    display: flex;
    flex-direction: column;
    padding: 24px 22px 22px;
    border-radius: 24px;
    overflow: visible;
    background:
        radial-gradient(ellipse 85% 55% at 50% -15%, rgba(177, 57, 231, 0.14), transparent 58%),
        linear-gradient(165deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%),
        var(--vip-surface);
    border: 1px solid rgba(255, 140, 190, 0.14);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.06) inset,
        0 18px 44px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Brillo redondo en esquina (sin líneas rectas) */
html.vip-site .vip-plan-card::before {
    content: "";
    position: absolute;
    top: -28px;
    right: -28px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(177, 57, 231, 0.22), transparent 68%);
    pointer-events: none;
    opacity: 0.75;
}

html.vip-site .vip-plan-card:not(.vip-plan-card-featured):hover {
    transform: translateY(-3px);
    border-color: rgba(255, 140, 190, 0.35);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.08) inset,
        0 0 24px rgba(177, 57, 231, 0.12),
        0 20px 44px rgba(0, 0, 0, 0.4);
}

html.vip-site .vip-plan-insignia {
    display: block;
    width: 72px;
    height: 72px;
    margin: 0 auto 14px;
    object-fit: contain;
    filter: drop-shadow(0 0 18px rgba(167, 139, 250, 0.55));
    pointer-events: none;
    user-select: none;
}

html.vip-site .vip-plan-card-featured .vip-plan-insignia {
    width: 80px;
    height: 80px;
    filter: drop-shadow(0 0 22px rgba(255, 110, 170, 0.65));
}

html.vip-site .vip-plan-card .vip-plan-name {
    margin: 0 0 4px;
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    color: #fff;
}

html.vip-site .vip-plan-tagline {
    margin: 0 0 16px;
    font-size: 0.88rem;
    text-align: center;
    color: var(--vip-muted);
}

html.vip-site .vip-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 14px;
    flex: 1;
    font-size: 0.9rem;
    line-height: 1.55;
    color: rgba(240, 235, 255, 0.9);
}

html.vip-site .vip-plan-features li {
    position: relative;
    margin-bottom: 9px;
    padding-left: 1.25rem;
}

html.vip-site .vip-plan-features li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.55em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(135deg, #ff6eb4, #b139e7);
    box-shadow: 0 0 8px rgba(255, 110, 170, 0.6);
}

html.vip-site .vip-plan-price {
    margin: 0 0 16px;
    padding: 14px 18px;
    border-top: none;
    border-radius: 16px;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 140, 190, 0.12);
    text-shadow: 0 0 20px rgba(255, 140, 190, 0.25);
}

html.vip-site .vip-plan-cta {
    margin: 0;
    width: 100%;
    padding: 14px 16px;
    border-radius: 14px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid rgba(255, 140, 190, 0.35);
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: background 0.15s ease, box-shadow 0.15s ease, transform 0.15s ease;
}

html.vip-site .vip-plan-cta:hover,
html.vip-site .vip-plan-cta:focus {
    background: rgba(255, 140, 190, 0.12);
    box-shadow: 0 0 20px rgba(255, 110, 170, 0.2);
    transform: translateY(-1px);
}

/* VIP 2 — brillo neón en capa aparte (no se apaga al hover) */
html.vip-site .vip-plan-card-featured {
    border-color: rgba(255, 100, 160, 0.4);
    background:
        radial-gradient(ellipse 90% 60% at 50% -18%, rgba(255, 110, 170, 0.2), transparent 58%),
        linear-gradient(165deg, rgba(255, 80, 140, 0.12) 0%, rgba(22, 10, 36, 0.9) 55%, rgba(12, 6, 24, 0.94) 100%);
    box-shadow:
        0 0 0 1px rgba(255, 110, 170, 0.1) inset,
        0 22px 52px rgba(0, 0, 0, 0.38);
}

html.vip-site .vip-plan-card-featured::before {
    top: -32px;
    left: -32px;
    right: auto;
    width: 110px;
    height: 110px;
    background: radial-gradient(circle, rgba(255, 110, 170, 0.35), transparent 68%);
    opacity: 0.9;
}

html.vip-site .vip-plan-card-featured::after {
    content: "";
    position: absolute;
    inset: -4px;
    border-radius: 28px;
    z-index: -1;
    pointer-events: none;
    box-shadow:
        0 0 36px var(--vip-pink-glow),
        0 0 72px rgba(177, 57, 231, 0.2),
        0 0 100px rgba(255, 80, 160, 0.1);
    opacity: 0.88;
    transition: opacity 0.25s ease, box-shadow 0.25s ease;
}

html.vip-site .vip-plan-card-featured:hover {
    transform: translateY(-3px);
    border-color: rgba(255, 120, 180, 0.6);
}

html.vip-site .vip-plan-card-featured:hover::after {
    opacity: 1;
    box-shadow:
        0 0 48px rgba(255, 80, 160, 0.45),
        0 0 80px rgba(177, 57, 231, 0.28),
        0 0 120px rgba(255, 80, 160, 0.15);
}

html.vip-site .vip-plan-card-featured .vip-plan-name {
    padding-right: 0;
}

html.vip-site .vip-plan-card-featured .vip-plan-name::before {
    content: none;
}

html.vip-site .vip-plan-badge {
    top: 16px;
    right: 16px;
    padding: 5px 10px;
    font-size: 0.62rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #1a0812;
    background: linear-gradient(135deg, #ffe082, #ffb74d);
    border-radius: 999px;
    box-shadow: 0 0 14px rgba(255, 183, 77, 0.4);
}

html.vip-site .vip-plan-card-featured .vip-plan-price {
    color: #ffe6f0;
    text-shadow: 0 0 24px rgba(255, 110, 170, 0.35);
}

html.vip-site .vip-plan-cta-primary {
    border: none;
    color: #fff;
    background: linear-gradient(145deg, #f06292 0%, #c2185b 100%);
    box-shadow:
        0 8px 24px rgba(194, 24, 91, 0.45),
        0 0 20px rgba(255, 110, 170, 0.2);
}

html.vip-site .vip-plan-cta-primary:hover,
html.vip-site .vip-plan-cta-primary:focus {
    filter: brightness(1.08);
    background: linear-gradient(145deg, #f48fb1 0%, #d81b60 100%);
    box-shadow:
        0 10px 28px rgba(194, 24, 91, 0.5),
        0 0 28px rgba(255, 110, 170, 0.35);
}

/* ── Panel miembro VIP ── */
html.vip-site .vip-member-panel {
    max-width: 54rem;
    margin: 0 auto 28px;
    padding: 26px 24px 28px;
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(ellipse 80% 50% at 50% -20%, rgba(255, 110, 170, 0.12), transparent 55%),
        rgba(14, 6, 26, 0.88);
    border: 1px solid rgba(255, 140, 190, 0.2);
    box-shadow:
        0 0 36px rgba(255, 80, 160, 0.07),
        0 28px 60px rgba(0, 0, 0, 0.42);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

html.vip-site .vip-member-panel::before {
    content: none;
}

html.vip-site .vip-member-lead {
    margin: 0 0 8px;
    font-size: clamp(1.15rem, 3vw, 1.4rem);
    font-weight: 700;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 18px rgba(255, 140, 190, 0.35);
}

html.vip-site .vip-member-detail {
    margin: 0 0 22px;
    padding: 12px 16px;
    font-size: 0.92rem;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    color: rgba(255, 230, 245, 0.95);
    background: rgba(255, 80, 140, 0.1);
    border: 1px solid rgba(255, 140, 190, 0.28);
    border-radius: 14px;
    box-shadow: 0 0 20px rgba(255, 80, 160, 0.08);
}

html.vip-site .vip-member-guide {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
}

@media (min-width: 720px) {
    html.vip-site .vip-member-guide {
        grid-template-columns: 1fr 1fr;
    }

    html.vip-site .vip-member-guide-section:last-of-type {
        grid-column: 1 / -1;
    }
}

html.vip-site .vip-member-guide-section {
    padding: 16px 18px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 140, 190, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html.vip-site .vip-member-guide-title {
    margin: 0 0 10px;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 140, 195, 0.9);
}

html.vip-site .vip-member-guide-text,
html.vip-site .vip-member-guide-list {
    font-size: 0.86rem;
    line-height: 1.58;
    color: var(--vip-muted);
}

html.vip-site .vip-member-guide-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

html.vip-site .vip-member-guide-list li {
    position: relative;
    padding-left: 1rem;
    margin-bottom: 7px;
}

html.vip-site .vip-member-guide-list li::before {
    content: "›";
    position: absolute;
    left: 0;
    color: var(--vip-pink);
    font-weight: 700;
}

html.vip-site .vip-member-panel .vip-member-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-width: 210px;
    margin: 20px auto 0;
    padding: 13px 26px;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(145deg, #b139e7, #7a24bf);
    border-radius: 999px;
    box-shadow:
        0 6px 22px rgba(177, 57, 231, 0.4),
        0 0 18px rgba(177, 57, 231, 0.2);
}

html.vip-site .vip-member-panel .vip-member-link:hover,
html.vip-site .vip-member-panel .vip-member-link:focus {
    filter: brightness(1.08);
}

/* ── Sorteos ── */
html.vip-site .vip-raffles-section {
    margin-top: 10px;
    padding: 22px 20px;
    border-radius: 20px;
    border: 1px solid rgba(236, 214, 255, 0.2);
    background:
        linear-gradient(165deg, rgba(34, 18, 52, 0.55), rgba(16, 10, 30, 0.7)),
        rgba(14, 8, 24, 0.6);
    box-shadow: 0 16px 42px rgba(7, 2, 18, 0.4);
}

html.vip-site .vip-raffles-title {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    text-align: center;
    color: rgba(255, 140, 195, 0.85);
}

html.vip-site .vip-raffle-item {
    border-radius: 14px;
    border: 1px solid rgba(255, 140, 190, 0.15);
    background: rgba(255, 255, 255, 0.04);
}

html.vip-site .pagina-vip .volver-link {
    display: inline-flex;
    margin: 24px auto 0;
    padding: 10px 18px;
    font-size: 0.88rem;
    font-weight: 600;
    color: rgba(240, 235, 255, 0.8);
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid rgba(255, 140, 190, 0.2);
    background: rgba(255, 255, 255, 0.04);
    transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

html.vip-site .pagina-vip .volver-link:hover,
html.vip-site .pagina-vip .volver-link:focus {
    color: #fff;
    border-color: rgba(255, 140, 190, 0.4);
    background: rgba(255, 140, 190, 0.08);
}

/* ── Modal USDC (pago) — rosa neón premium ── */
html.vip-site .vip-usdc-overlay {
    background: rgba(8, 4, 18, 0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 16px;
}

html.vip-site .vip-usdc-modal {
    max-width: 28rem;
    padding: 28px 24px 24px;
    border-radius: 28px;
    color: rgba(248, 244, 255, 0.96);
    background:
        radial-gradient(ellipse 90% 55% at 50% -15%, rgba(255, 110, 170, 0.14), transparent 58%),
        radial-gradient(ellipse 60% 40% at 100% 100%, rgba(177, 57, 231, 0.1), transparent 50%),
        rgba(14, 6, 26, 0.96);
    border: 1px solid rgba(255, 140, 190, 0.22);
    box-shadow:
        0 0 0 1px rgba(255, 110, 170, 0.08) inset,
        0 0 48px rgba(255, 80, 160, 0.12),
        0 32px 80px rgba(0, 0, 0, 0.65);
}

html.vip-site .vip-usdc-modal::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 110, 170, 0.2), transparent 70%);
    pointer-events: none;
    z-index: 0;
}

html.vip-site .vip-usdc-modal > * {
    position: relative;
    z-index: 1;
}

html.vip-site .vip-usdc-x {
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    font-size: 1.35rem;
    color: rgba(255, 240, 248, 0.9);
    background: rgba(255, 140, 190, 0.1);
    border: 1px solid rgba(255, 140, 190, 0.22);
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
}

html.vip-site .vip-usdc-x:hover,
html.vip-site .vip-usdc-x:focus-visible {
    background: rgba(255, 140, 190, 0.18);
    border-color: rgba(255, 140, 190, 0.4);
    box-shadow: 0 0 16px rgba(255, 110, 170, 0.25);
}

html.vip-site .vip-usdc-title {
    margin: 0 0 18px;
    padding: 0 28px;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 20px rgba(255, 140, 190, 0.3);
}

html.vip-site .vip-usdc-loading {
    padding: 24px 0;
    color: rgba(220, 210, 240, 0.85);
}

html.vip-site .vip-usdc-warn {
    margin: 0 0 18px;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255, 80, 120, 0.1);
    border: 1px solid rgba(255, 140, 190, 0.28);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html.vip-site .vip-usdc-warn-title {
    margin: 0 0 8px;
    font-size: 0.88rem;
    font-weight: 700;
    color: rgba(255, 200, 210, 0.98);
}

html.vip-site .vip-usdc-warn-list {
    padding-left: 1.1rem;
    font-size: 0.82rem;
    line-height: 1.55;
    color: rgba(240, 225, 235, 0.88);
}

html.vip-site .vip-usdc-rows {
    gap: 12px;
    margin-bottom: 16px;
}

html.vip-site .vip-usdc-row {
    gap: 6px;
    padding: 14px 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 140, 190, 0.12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

html.vip-site .vip-usdc-row--amount,
html.vip-site .vip-usdc-row--addr {
    background: rgba(255, 110, 170, 0.06);
    border-color: rgba(255, 140, 190, 0.18);
}

html.vip-site .vip-usdc-k {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: rgba(255, 140, 195, 0.75);
}

html.vip-site .vip-usdc-v {
    font-size: 0.95rem;
    color: rgba(248, 244, 255, 0.94);
}

html.vip-site .vip-usdc-row--amount .vip-usdc-v code {
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffe082;
    text-shadow: 0 0 16px rgba(255, 224, 130, 0.35);
}

html.vip-site .vip-usdc-addr code {
    font-size: 0.8rem;
    line-height: 1.45;
    color: rgba(235, 228, 255, 0.9);
}

html.vip-site .vip-usdc-copy {
    border-radius: 999px;
    padding: 7px 14px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(145deg, #b139e7, #7a24bf);
    box-shadow: 0 4px 14px rgba(177, 57, 231, 0.3);
    transition: filter 0.15s ease, box-shadow 0.15s ease;
}

html.vip-site .vip-usdc-copy:hover,
html.vip-site .vip-usdc-copy:focus-visible {
    filter: brightness(1.08);
    box-shadow: 0 4px 18px rgba(177, 57, 231, 0.45);
}

html.vip-site .vip-usdc-copy--ok {
    background: linear-gradient(145deg, #66bb6a, #43a047);
    box-shadow: 0 4px 14px rgba(67, 160, 71, 0.35);
}

html.vip-site .vip-usdc-timer {
    margin: 6px 0 10px;
    padding: 10px 16px;
    border-radius: 999px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #ffe082;
    background: rgba(255, 224, 130, 0.08);
    border: 1px solid rgba(255, 224, 130, 0.2);
    text-shadow: 0 0 12px rgba(255, 224, 130, 0.25);
}

html.vip-site .vip-usdc-timer--expired {
    color: rgba(255, 160, 160, 0.95);
    background: rgba(255, 80, 80, 0.1);
    border-color: rgba(255, 120, 120, 0.25);
    text-shadow: none;
}

html.vip-site .vip-usdc-status {
    font-size: 0.86rem;
    line-height: 1.45;
    color: rgba(220, 210, 240, 0.82);
}

html.vip-site .vip-usdc-manual-note {
    margin: 14px 0 16px;
    padding: 12px 14px;
    border-radius: 14px;
    font-size: 0.82rem;
    line-height: 1.5;
    text-align: center;
    color: rgba(255, 210, 180, 0.9);
    background: rgba(255, 140, 190, 0.06);
    border: 1px solid rgba(255, 140, 190, 0.1);
}

html.vip-site .vip-usdc-err {
    color: rgba(255, 180, 180, 0.98);
}

html.vip-site .vip-usdc-err-detail {
    color: rgba(255, 200, 200, 0.82);
}

html.vip-site .vip-usdc-paid-title {
    color: #8ee08e;
    text-shadow: 0 0 16px rgba(142, 224, 142, 0.3);
}

html.vip-site .vip-usdc-btn {
    display: block;
    width: 100%;
    margin: 8px 0 0;
    padding: 14px 20px;
    border-radius: 14px;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-align: center;
    text-transform: uppercase;
    color: rgba(240, 235, 255, 0.9);
    border: 1px solid rgba(255, 140, 190, 0.2);
    background: rgba(255, 255, 255, 0.05);
    transition: background 0.15s ease, border-color 0.15s ease;
}

html.vip-site .vip-usdc-btn:hover,
html.vip-site .vip-usdc-btn:focus-visible {
    background: rgba(255, 140, 190, 0.1);
    border-color: rgba(255, 140, 190, 0.35);
}

html.vip-site .vip-usdc-btn--primary {
    border: none;
    color: #fff;
    background: linear-gradient(145deg, #f06292 0%, #c2185b 100%);
    box-shadow:
        0 8px 24px rgba(194, 24, 91, 0.4),
        0 0 20px rgba(255, 110, 170, 0.15);
}

html.vip-site .vip-usdc-btn--primary:hover,
html.vip-site .vip-usdc-btn--primary:focus-visible {
    filter: brightness(1.06);
    background: linear-gradient(145deg, #f48fb1 0%, #d81b60 100%);
}

html.vip-site .vip-usdc-btn--check {
    border-color: rgba(120, 180, 255, 0.3);
    background: rgba(60, 120, 200, 0.12);
}

@media (max-width: 767px) {
    html.vip-site .vip-plan-card-featured .vip-plan-name {
        padding-right: 0;
    }

    html.vip-site .vip-plan-badge {
        position: absolute;
        top: 16px;
        right: 16px;
        display: inline-block;
        margin: 0;
        width: fit-content;
    }
}

@media (prefers-reduced-motion: reduce) {
    html.vip-site .vip-plan-card,
    html.vip-site .vip-plan-cta,
    html.vip-site .vip-plan-card-featured::after {
        transition: none;
    }
}
