/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   DESIGN TOKENS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
:root {
    --bg: #0f1014;
    --surface: #18191e;
    --surface-2: #1f2028;
    --border: #2a2b33;
    --border-gold: #f5c518;
    --gold: #f5c518;
    --gold-dim: rgba(245, 197, 24, 0.12);
    --text-primary: #ffffff;
    --text-secondary: #c4c9d4;
    --text-muted: #8b939f;
    --text-subtle: #545c6a;
    --font: 'Inter', system-ui, sans-serif;
    --radius: 12px;
    --radius-sm: 10px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESET
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BASE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
body {
    background-color: var(--bg);
    font-family: var(--font);
    min-height: 100vh;
    padding: 28px 12px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-font-smoothing: antialiased;
}

.wrapper {
    width: 100%;
    max-width: 880px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   LOGO
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.logo-section {
    text-align: center;
    padding: 10px 0 4px;
}

.logo-section img {
    height: 86px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 16px rgba(245, 197, 24, 0.3));
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SOCIAL ICONS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.social-section {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 4px 0 6px;
}

.social-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
    cursor: pointer;
    flex-shrink: 0;
}

.social-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
}

.social-icon--youtube {
    background: #ff0000;
}

.social-icon--telegram {
    background: #229ed9;
}

.social-icon--bitcoin {
    background: #f7931a;
}

.social-icon--vip {
    background: #7c3aed;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   STAKE (SHARED BRANDING)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.brand-text {
    font-family: 'Dancing Script', cursive;
    font-size: 36px;
    font-weight: 700;
    color: var(--text-primary);
    line-height: 1.1;
}

.brand-text__sub {
    font-size: 11px;
    font-weight: 600;
    color: var(--gold);
    letter-spacing: 2px;
    text-transform: uppercase;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PAGE â€” SPONSOR (FULL WIDTH 1-COL)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.page-sponsor {
    background: var(--surface);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

.page-sponsor:hover {
    border-color: var(--border-gold);
    background: var(--surface-2);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PAGE â€” BANNER (GIF AREA)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.page-banner {
    width: 100%;
    border-radius: var(--radius);
    overflow: hidden;
    cursor: pointer;
    display: block;
    text-decoration: none;
}

.page-banner__inner {
    width: 100%;
    min-height: 110px;
    border-radius: var(--radius);
    border: 1px dashed #2e3140;
    background: var(--surface);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 24px 16px;
    transition: border-color 0.2s;
}

.page-banner:hover .page-banner__inner {
    border-color: var(--border-gold);
}

.page-banner__icon {
    font-size: 26px;
    opacity: 0.18;
}

.page-banner__label {
    font-size: 11px;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.page-banner__sub {
    font-size: 9px;
    font-weight: 500;
    color: var(--text-subtle);
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PAGE â€” GRIDS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.page-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.page-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PAGE â€” CARD
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.page-card {
    background: var(--surface);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    padding: 16px 10px 14px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    text-decoration: none;
    min-height: 88px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s, transform 0.2s, background 0.2s;
}

.page-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--radius);
    background: var(--gold-dim);
    opacity: 0;
    transition: opacity 0.2s;
}

.page-card:hover {
    border-color: var(--border-gold);
    transform: translateY(-2px);
    background: var(--surface-2);
}

.page-card:hover::before {
    opacity: 1;
}

.page-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 2px;
    background: var(--border-gold);
    border-radius: 2px;
    transition: transform 0.2s;
}

.page-card:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.page-card img {
    max-height: 34px;
    max-width: 130px;
    width: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transition: filter 0.2s;
}

.page-card:hover img {
    filter: brightness(1.15);
}

.page-card__label {
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.page-card__h1 {
    color: #6ded1c;
    /* MSI KÄ±rmÄ±zÄ±sÄ± */
    opacity: 0.95;
    font-weight: 800;
    /* KÄ±rmÄ±zÄ± rengin koyu temada daha tok durmasÄ± iÃ§in font kalÄ±nlÄ±ÄŸÄ±nÄ± artÄ±rdÄ±k */
}

.page-card__bonus {
    color: var(--gold);
    opacity: 0.75;
}

.page-card--sm img {
    max-height: 30px;
    max-width: 100px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   SITE FOOTER
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.site-footer {
    margin-top: 18px;
    padding: 16px 0 6px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-top: 1px solid var(--border);
}

.footer-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #1a1b22 0%, #22232d 100%);
    border: 1px solid rgba(245, 197, 24, 0.25);
    border-radius: 20px;
    padding: 5px 12px 5px 6px;
    text-decoration: none;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.15s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.footer-badge:hover {
    border-color: rgba(245, 197, 24, 0.6);
    box-shadow: 0 4px 18px rgba(245, 197, 24, 0.12);
    transform: translateY(-1px);
}

.footer-badge__logo {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.footer-badge__text {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    text-align: left;
}

.footer-badge__label {
    font-size: 8px;
    font-weight: 500;
    color: var(--text-secondary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer-badge__name {
    font-size: 11px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.3px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   PAGE â€” MOBILE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 640px) {
    body {
        padding: 20px 10px 16px;
    }

    .logo-section img {
        height: 68px;
    }

    .social-icon {
        width: 40px;
        height: 40px;
        font-size: 17px;
    }

    .brand-text {
        font-size: 30px;
    }

    .page-banner__inner {
        min-height: 90px;
        padding: 20px 12px;
    }

    .page-banner__label {
        font-size: 10px;
        letter-spacing: 2px;
    }

    .mob-card-xs {
        gap: 6px;
    }

    .mob-card-xs .page-card {
        min-height: 72px;
        padding: 10px 6px;
        gap: 5px;
        border-radius: var(--radius-sm);
    }

    .mob-card-xs .page-card img {
        max-height: 26px;
        max-width: 80px;
    }

    .mob-card-xs .page-card__label {
        font-size: 7.5px;
        letter-spacing: 0;
        line-height: 1.3;
    }

    .mob-card-sm {
        gap: 6px;
    }

    .mob-card-sm .page-card {
        min-height: 78px;
        padding: 12px 8px;
        gap: 6px;
        border-radius: var(--radius-sm);
    }

    .mob-card-sm .page-card img {
        max-height: 28px;
        max-width: 90px;
    }

    .mob-card-sm .page-card__label {
        font-size: 8px;
        line-height: 1.3;
    }

    .site-footer {
        margin-top: 14px;
    }

    .footer-badge {
        padding: 4px 10px 4px 5px;
        gap: 5px;
    }

    .footer-badge__logo {
        width: 18px;
        height: 18px;
    }

    .footer-badge__name {
        font-size: 10px;
    }

    .footer-badge__label {
        font-size: 7px;
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP â€” BACKDROP
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.popup-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 9000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP â€” WRAP
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.popup-wrap {
    position: fixed;
    inset: 0;
    z-index: 9001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s ease, visibility 0.35s ease;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP â€” OPEN STATE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
#bonus-popup.is-open .popup-backdrop {
    opacity: 1;
    visibility: visible;
}

#bonus-popup.is-open .popup-wrap {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

#bonus-popup.is-open .popup-panel {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP â€” PANEL
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.popup-panel {
    background: linear-gradient(160deg, #1a1b22 0%, #15161c 100%);
    border: 1px solid rgba(245, 197, 24, 0.18);
    border-radius: 20px;
    width: 100%;
    max-width: 520px;
    box-shadow:
        0 32px 80px rgba(0, 0, 0, 0.7),
        0 0 0 1px rgba(245, 197, 24, 0.06),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    transform: translateY(24px) scale(0.97);
    opacity: 0;
    transition: transform 0.38s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.38s ease;
    position: relative;
}

.popup-panel::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 120px;
    background: radial-gradient(ellipse, rgba(245, 197, 24, 0.08) 0%, transparent 70%);
    pointer-events: none;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP â€” CLOSE BTN
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.popup-close-btn {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid var(--border);
    background: var(--surface-2);
    color: var(--text-secondary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 13px;
    z-index: 10;
    transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.15s;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.popup-close-btn:hover {
    background: rgba(245, 197, 24, 0.12);
    border-color: rgba(245, 197, 24, 0.5);
    color: var(--gold);
    transform: rotate(90deg);
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP â€” BODY
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.popup-body {
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP â€” GRIDS
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.popup-grid-1 {
    display: grid;
    grid-template-columns: 1fr;
}

.popup-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
}

.popup-grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP â€” CARD (base)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.popup-card {
    background: var(--surface);
    border-radius: var(--radius);
    border: 1px solid var(--border);
    padding: 14px 8px 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    cursor: pointer;
    text-decoration: none;
    min-height: 82px;
    position: relative;
    overflow: hidden;
    transition: border-color 0.2s, transform 0.2s, background 0.2s;
}

.popup-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: var(--radius);
    background: var(--gold-dim);
    opacity: 0;
    transition: opacity 0.2s;
}

.popup-card:hover {
    border-color: var(--border-gold);
    transform: translateY(-2px);
    background: var(--surface-2);
}

.popup-card:hover::before {
    opacity: 1;
}

.popup-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 2px;
    background: var(--border-gold);
    border-radius: 2px;
    transition: transform 0.2s;
}

.popup-card:hover::after {
    transform: translateX(-50%) scaleX(1);
}

.popup-card img {
    max-height: 30px;
    max-width: 110px;
    width: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
    transition: filter 0.2s;
}

.popup-card:hover img {
    filter: brightness(1.18);
}

.popup-card__label {
    font-size: 8.5px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 0.4px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    opacity: 0.75;
    line-height: 1.3;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP â€” CARD FULL (1-col Stake)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.popup-card--full {
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    min-height: 58px;
    padding: 14px 20px;
    border-color: rgba(245, 197, 24, 0.2);
    background: linear-gradient(135deg, #1e1f28 0%, #1a1b22 100%);
}

.popup-card--full .brand-text {
    font-size: 26px;
}

.popup-card--full .popup-card__label {
    opacity: 1;
    font-size: 10px;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP â€” LIVE CARD
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.popup-live-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 62px;
    border-radius: var(--radius);
    border: 1px solid rgba(255, 100, 0, 0.35);
    background: linear-gradient(135deg, #18100a 0%, #1c1208 50%, #18100a 100%);
    box-shadow:
        0 0 0 1px rgba(255, 80, 0, 0.08),
        0 8px 32px rgba(255, 60, 0, 0.18),
        inset 0 1px 0 rgba(255, 180, 0, 0.06);
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.popup-live-card:hover {
    border-color: rgba(255, 120, 0, 0.6);
    box-shadow:
        0 0 0 1px rgba(255, 100, 0, 0.12),
        0 12px 40px rgba(255, 80, 0, 0.28),
        inset 0 1px 0 rgba(255, 200, 0, 0.08);
    transform: translateY(-1px);
}

.popup-live-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(255, 100, 0, 0.06) 0%, transparent 70%);
    pointer-events: none;
}

.popup-live-card__body {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 16px 12px;
}

.popup-live-card__badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(220, 30, 30, 0.18);
    border: 1px solid rgba(220, 30, 30, 0.45);
    border-radius: 20px;
    padding: 3px 10px 3px 7px;
    font-size: 8.5px;
    font-weight: 800;
    color: #ff5555;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.popup-live-card__pulse {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff3333;
    box-shadow: 0 0 0 0 rgba(255, 50, 50, 0.5);
    animation: live-pulse 1.6s ease-out infinite;
}

@keyframes live-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 50, 50, 0.6);
    }

    70% {
        box-shadow: 0 0 0 6px rgba(255, 50, 50, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 50, 50, 0);
    }
}

.popup-live-card__text {
    font-size: 13px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    line-height: 1.45;
    letter-spacing: -0.2px;
    text-shadow: 0 1px 8px rgba(255, 100, 0, 0.4);
}

.popup-live-card__btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: linear-gradient(135deg, #ff5500 0%, #ff8c00 100%);
    border-radius: 8px;
    padding: 7px 18px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.4px;
    box-shadow: 0 4px 14px rgba(255, 80, 0, 0.4);
    transition: filter 0.2s, box-shadow 0.2s;
}

.popup-live-card:hover .popup-live-card__btn {
    filter: brightness(1.1);
    box-shadow: 0 6px 20px rgba(255, 100, 0, 0.55);
}

.popup-live-card__btn .fas {
    font-size: 10px;
    transition: transform 0.2s;
}

.popup-live-card:hover .popup-live-card__btn .fas {
    transform: translateX(3px);
}

@media (max-width: 560px) {
    .popup-live-card {
        min-height: 54px;
    }

    .popup-live-card__text {
        font-size: 11px;
    }

    .popup-live-card__btn {
        font-size: 10px;
        padding: 5px 12px;
    }
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP â€” CARD SM (grid-4 compact)
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.popup-card--sm {
    min-height: 68px;
    padding: 10px 6px 9px;
    gap: 5px;
    border-radius: var(--radius-sm);
}

.popup-card--sm img {
    max-height: 24px;
    max-width: 86px;
}

.popup-card--sm .popup-card__label {
    font-size: 7px;
    letter-spacing: 0;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP â€” BANNER
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.popup-banner {
    display: block;
    width: 100%;
    text-decoration: none;
    border-radius: var(--radius-sm);
    overflow: hidden;
}

.popup-banner__inner {
    width: 100%;
    min-height: 68px;
    border-radius: var(--radius-sm);
    border: 1px dashed #2e3140;
    background: var(--surface);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 16px;
    transition: border-color 0.2s;
}

.popup-banner:hover .popup-banner__inner {
    border-color: var(--border-gold);
}

.popup-banner__icon {
    font-size: 18px;
    opacity: 0.18;
}

.popup-banner__label {
    font-size: 10px;
    font-weight: 700;
    color: var(--text-muted);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.popup-banner__sub {
    font-size: 8px;
    font-weight: 500;
    color: var(--text-subtle);
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   BODY LOCK
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
body.popup-active {
    overflow: hidden;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   POPUP â€” MOBILE
â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
@media (max-width: 560px) {
    .popup-wrap {
        align-items: center;
        padding: 20px 14px;
    }

    .popup-panel {
        max-width: 100%;
    }

    .popup-close-btn {
        top: -12px;
        right: -10px;
        width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .popup-body {
        padding: 16px 12px;
        gap: 6px;
    }

    .popup-grid-3 {
        gap: 6px;
    }

    .popup-grid-3 .popup-card {
        min-height: 70px;
        padding: 10px 6px 9px;
        gap: 5px;
        border-radius: var(--radius-sm);
    }

    .popup-grid-3 .popup-card img {
        max-height: 22px;
        max-width: 76px;
    }

    .popup-grid-3 .popup-card__label {
        font-size: 7px;
        letter-spacing: 0;
    }

    .popup-grid-4 {
        grid-template-columns: repeat(4, 1fr);
        gap: 5px;
    }

    .popup-card--sm {
        min-height: 60px;
        padding: 8px 4px 7px;
    }

    .popup-card--sm img {
        max-height: 20px;
        max-width: 64px;
    }

    .popup-card--sm .popup-card__label {
        font-size: 6.5px;
    }

    .popup-banner__inner {
        min-height: 54px;
        padding: 10px 12px;
    }

    .popup-banner__label {
        font-size: 9px;
        letter-spacing: 1.5px;
    }

    .popup-banner__sub {
        font-size: 7px;
    }

    .popup-card--full {
        min-height: 50px;
        padding: 12px 16px;
    }

    .popup-card--full .brand-text {
        font-size: 22px;
    }
}