/* ═══════════════════════════════════════════════════════════════
   MM2 SUMMER THEME — Murder Mystery 2 · Summer Edition
   Light · Sky Blue · Summer Beach — matches the site background
   ═══════════════════════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@400;500;600;700&family=Luckiest+Guy&family=Nunito:wght@400;600;700;800;900&display=swap');

:root {
    --bg-light: #EAF6FF;
    --card: #FFFFFF;

    /* MM2 Summer Colors — Sky Blue / Ocean Teal / Sand */
    --mm2-red: #2B99E8;
    --mm2-red-dark: #1F7AC4;
    --mm2-red-light: #4FB3EC;
    --mm2-crimson: #2B99E8;
    --mm2-gold: #2EC4B6;    /* summer teal */
    --warm-gold: #2EC4B6;   /* summer teal */
    --mm2-dark-grey: #BBD9F0;
    --mm2-charcoal: #DCEBFA;

    /* Text — Deep Blue on Light Sky */
    --text: #12304A;
    --text-light: #1E4464;
    --text-muted: #3D5E7E;
    --text-dim: #52728F;

    /* Borders — Sky Blue Tones */
    --border: #A9CFEA;

    /* Shadows — Soft Blue Tint */
    --shadow-card: 0 4px 24px rgba(43, 153, 232, 0.18);

    /* Fonts */
    --font-display: 'Fredoka', sans-serif;
    --font-body: 'Nunito', sans-serif;
}

*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body { height: 100%; }

body {
    font-family: var(--font-body);
    background: #2B99E8; /* summer sky fallback */
    color: var(--text);
    line-height: 1.5;
    overflow-x: hidden;
}

img { max-width: 100%; display: block; }

/* ═══════════════ BACKGROUND — Summer Beach ═══════════════ */
.site-bg {
    position: fixed; inset: 0; z-index: 0; overflow: hidden;
}

.site-bg-image {
    position: absolute; inset: 0;
    background: linear-gradient(180deg,
        #2B99E8 0%,
        #4FB3EC 22%,
        #78A8FF 42%,
        #9FD4F5 58%,
        #F9E3B5 78%,
        #E7B47C 100%);
}

.site-bg-gradient {
    display: none;
}

.site-bg-grid {
    display: none;
}

.site-bg-orbs {
    position: absolute; inset: 0;
    pointer-events: none;
}

.orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.08;
    animation: orbFloat 12s ease-in-out infinite;
}

.orb-1 { width: 400px; height: 400px; background: #FFD93D; top: -10%; left: -10%; animation-delay: 0s; }  /* sun glow */
.orb-2 { width: 300px; height: 300px; background: #FFFFFF; top: 60%; right: -5%; animation-delay: -4s; }   /* soft cloud */
.orb-3 { width: 250px; height: 250px; background: #2EC4B6; bottom: -5%; left: 30%; animation-delay: -8s; } /* ocean teal */
.orb-4 { width: 200px; height: 200px; background: #FF9F43; top: 30%; right: 20%; animation-delay: -2s; }   /* sunset coral */
.orb-5 { width: 350px; height: 350px; background: #78A8FF; top: -15%; right: 30%; animation-delay: -6s; }  /* sky periwinkle */

@keyframes orbFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -20px) scale(1.05); }
    66% { transform: translate(-20px, 15px) scale(0.95); }
}

/* ═══════════════ LAYOUT ═══════════════ */
.main-container {
    min-height: 100vh;
    padding: 50px 16px 80px;
    position: relative; z-index: 1;
}

.container { max-width: 1020px; margin: 0 auto; }

/* ═══════════════ LANG SWITCHER ═══════════════ */
.lang-switcher {
    position: fixed; top: 16px; right: 16px; z-index: 99999;
    background: transparent; border: none; padding: 0;
}

.lang-button {
    background: #2B99E8;
    border: 2px solid #1F7AC4;
    border-radius: 10px;
    display: flex; align-items: center; gap: 6px;
    padding: 8px 14px;
    cursor: pointer;
    font-family: 'Luckiest Guy', 'Fredoka', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    -webkit-text-stroke: 0.5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 3px 0 #1F7AC4;
    transition: all 0.12s ease;
    white-space: nowrap;
}

.lang-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 0 #1F7AC4;
    background: #4FB3EC;
}

.lang-button:active {
    transform: translateY(2px);
    box-shadow: 0 1px 0 #1F7AC4;
    background: #1F7AC4;
}

.lang-select {
    border: none; background: transparent; cursor: pointer; outline: none;
    appearance: none; -webkit-appearance: none;
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%; opacity: 0; z-index: 10;
}

/* ═══════════════ HERO ═══════════════ */
.page-hero { text-align: center; margin-bottom: 40px; }

.hero-logo {
    width: clamp(110px, 22vw, 170px);
    margin: 0 auto 20px;
    border-radius: 16px;
    border: 3px solid #ffffff;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    animation: heroFloat 3s ease-in-out infinite;
}

@keyframes heroFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
}

.hero-title {
    font-family: 'Luckiest Guy', 'Fredoka', sans-serif;
    font-size: clamp(26px, 6vw, 48px);
    font-weight: 700;
    color: #FFD93D; /* fallback solid summer yellow */
    background: linear-gradient(180deg, #FFE066 0%, #FFB300 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent; /* only applies where background-clip:text is supported */
    -webkit-text-stroke: 1px #0B3D6E;
    line-height: 1.2;
    letter-spacing: 0.01em;
}

.hero-sub {
    font-family: 'Luckiest Guy', 'Fredoka', sans-serif;
    font-size: 15px;
    color: #ffffff;
    margin-top: 12px;
    font-weight: 400;
    -webkit-text-stroke: 1px #0B3D6E;
    line-height: 1.5;
}

.social-proof {
    margin-top: 22px;
    display: inline-flex; align-items: center; gap: 10px;
    padding: 10px 22px;
    background: rgba(255, 255, 255, 0.92);
    border: 2px solid var(--warm-gold);
    border-radius: 50px;
    font-family: 'Luckiest Guy', 'Fredoka', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #12304A;
    box-shadow: 0 3px 0 #147A70, inset 0 1px 0 rgba(46, 196, 182, 0.15);
}

.social-proof .dot {
    width: 10px; height: 10px; border-radius: 50%;
    background: var(--warm-gold);
    animation: pulse 1.5s ease-in-out infinite;
    box-shadow: 0 0 10px var(--warm-gold);
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.6; }
}

/* ═══════════════ SHOP ITEMS — CARD GRID (bhal ve.png) ═══════════════ */
.shop-items-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    max-width: 960px;
    margin: 0 auto;
}

/* Vertical Item Card */
.shop-item {
    display: flex; flex-direction: column;
    border-radius: 14px;
    background: #012773;
    border: 2px solid #0A3A8F;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.15s ease, box-shadow 0.15s ease, border-color 0.15s ease;
}

.shop-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
    border-color: #1F5BD4;
}

.shop-item:active {
    transform: translateY(0px);
}

/* Image Box — top of card */
.shop-item-img-box {
    aspect-ratio: 1 / 1;
    display: flex; align-items: center; justify-content: center;
    padding: 14px;
    background: #012773;
    border-bottom: 2px solid #0A3A8F;
}

.shop-item-img-box img {
    width: 82%;
    height: 82%;
    object-fit: contain;
    border-radius: 8px;
    transition: transform 0.25s ease;
}

.shop-item:hover .shop-item-img-box img { transform: scale(1.08); }

/* Name Banner — magenta, chunky rounded text bhal l'picture (ve.png) */
.shop-item-name {
    font-family: 'Luckiest Guy', 'Fredoka', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding: 10px 8px;
    background: linear-gradient(180deg, #F118F4 0%, #D812DA 100%);
    color: #ffffff;
    -webkit-text-stroke: 0.5px #000000;
    line-height: 1.3;
}

/* Claim Button — flat blue, sharp corners, chunky rounded text bhal l'picture */
.roblox-claim-btn {
    font-family: 'Luckiest Guy', 'Fredoka', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 8px;
    width: calc(100% - 16px);
    padding: 9px 0;
    border-radius: 0;
    border: none;
    background: #4C89E8;
    color: #ffffff;
    -webkit-text-stroke: 0.5px #000000;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
    transition: background 0.12s ease, transform 0.12s ease;
}

.roblox-claim-btn:hover {
    background: #5F9BF0;
    transform: translateY(-2px);
}

.roblox-claim-btn:active {
    background: #3D78D4;
    transform: translateY(0px);
}

/* Tablet — 3 cards per row */
@media (max-width: 900px) {
    .shop-items-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile — 2 cards per row */
@media (max-width: 640px) {
    .shop-items-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .shop-item-name { font-size: 14px; padding: 8px 4px; }
    .roblox-claim-btn { font-size: 14px; margin: 6px; width: calc(100% - 12px); padding: 8px 0; }
}

/* ═══════════════ FOOTER ═══════════════ */
.site-footer {
    margin-top: 60px; padding: 24px 16px;
    border-top: 2px solid rgba(255, 255, 255, 0.6);
    text-align: center;
}

.footer-keywords {
    font-family: 'Luckiest Guy', 'Fredoka', sans-serif;
    font-size: 14px; color: #12304A;
    font-weight: 400; line-height: 1.9;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* ═══════════════════════════════════════════════════════════════
   GENERATOR MODAL — Light Summer Theme
   ═══════════════════════════════════════════════════════════════ */
.gen-modal {
    display: none; position: fixed; inset: 0;
    z-index: 99999; align-items: center; justify-content: center; padding: 16px;
}
.gen-modal.open { display: flex; }

.gen-backdrop {
    position: absolute; inset: 0;
    background: rgba(18, 48, 74, 0.55);
    backdrop-filter: blur(10px);
}

.gen-box {
    position: relative; z-index: 1;
    background: #FFFFFF;
    border: 2px solid #4FB3EC;
    border-radius: 16px;
    color: var(--text);
    width: 100%; max-width: 420px;
    box-shadow: 0 12px 48px rgba(18, 48, 74, 0.35), 0 0 24px rgba(46, 196, 182, 0.15);
    overflow: hidden;
    animation: modalPop 0.3s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

@keyframes modalPop {
    from { opacity: 0; transform: scale(0.9) translateY(20px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

/* ═══════════════ MODAL HEADER ═══════════════ */
.gen-header {
    background: linear-gradient(180deg, #4FB3EC 0%, #2B99E8 100%);
    padding: 14px 16px;
    display: flex; align-items: center; justify-content: space-between;
    border-bottom: 2px solid var(--warm-gold);
}

.gen-close {
    background: #E63946;
    border: 2px solid #B3121F;
    border-radius: 8px;
    width: 32px; height: 32px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 3px 0 #B3121F;
    transition: all 0.12s ease;
}

.gen-close:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 0 #B3121F;
    background: #FF5A66;
}

.gen-close:active {
    transform: translateY(2px);
    box-shadow: 0 1px 0 #B3121F;
}

.gen-logo-row { display: flex; align-items: center; gap: 12px; }

.gen-logo-img {
    width: 38px; height: 38px;
    border-radius: 10px;
    border: 2px solid #ffffff;
    object-fit: cover;
    background: #fff;
}

.gen-label {
    font-family: var(--font-display);
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

/* ═══════════════ MODAL SCREENS ═══════════════ */
.gen-screen {
    display: none; padding: 20px 16px;
    flex-direction: column; gap: 16px;
}
.gen-screen.active { display: flex; }

/* Screen 1 */
.gen-item-preview {
    display: flex; align-items: center; gap: 14px;
    background: #EAF6FF;
    border-radius: 12px;
    border: 2px solid #C7E0F5;
    padding: 12px;
}

.gen-item-thumb {
    width: 64px; height: 64px;
    object-fit: contain;
    border-radius: 10px;
    background: #FFFFFF;
    border: 2px solid #A9CFEA;
    padding: 4px; flex-shrink: 0;
}

.gen-item-details { flex: 1; min-width: 0; }

.gen-item-name {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
}

.gen-item-badge {
    display: inline-block; margin-top: 5px;
    font-family: var(--font-display);
    font-size: 10px;
    font-weight: 700;
    background: linear-gradient(180deg, var(--warm-gold) 0%, #1FA89B 100%);
    border: 1px solid #147A70;
    color: #062B27;
    padding: 3px 10px;
    border-radius: 6px;
    box-shadow: 0 2px 0 #147A70;
}

.gen-desc {
    font-size: 13px;
    color: var(--text-muted);
    text-align: center; font-weight: 600;
}

/* Username input */
.gen-input-wrap {
    display: flex; align-items: center; gap: 12px;
    border: 2px solid #A9CFEA;
    border-radius: 10px;
    padding: 0 12px;
    background: #F4FAFF;
    transition: all 0.15s ease;
}

.gen-input-wrap:focus-within {
    border-color: #2B99E8;
    box-shadow: 0 0 0 2px rgba(43, 153, 232, 0.2);
}

.gen-input {
    flex: 1; border: none; background: transparent;
    padding: 12px 0; font-size: 14px;
    font-family: var(--font-body);
    color: var(--text); outline: none; font-weight: 600;
}

.gen-input::placeholder { color: var(--text-dim); }

.gen-error-msg {
    color: #E63946;
    font-size: 12px; font-weight: 700;
    min-height: 16px;
}

/* Claim button — teal ocean gradient */
.gen-btn-primary {
    width: 100%;
    background: linear-gradient(180deg, #2EC4B6 0%, #1FA89B 100%);
    color: #ffffff;
    border: 2px solid #147A70;
    border-radius: 10px;
    padding: 14px;
    font-family: var(--font-display);
    font-size: 17px;
    font-weight: 700;
    cursor: pointer;
    text-shadow: none;
    box-shadow: 0 4px 0 #147A70;
    transition: all 0.12s ease;
}

.gen-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 0 #147A70;
    background: linear-gradient(180deg, #3BD0C2 0%, #27B3A5 100%);
}

.gen-btn-primary:active {
    transform: translateY(2px);
    box-shadow: 0 1px 0 #147A70;
    background: linear-gradient(180deg, #1FA89B 0%, #179B8F 100%);
}

.gen-security-row {
    display: flex; align-items: center; justify-content: center;
    gap: 8px; color: var(--text-dim);
    font-size: 11px; font-weight: 600;
}

.gen-security-dot {
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--warm-gold);
    box-shadow: 0 0 8px var(--warm-gold);
    border: none;
}

/* ═══════════════ SCREEN 2: PROGRESS ═══════════════ */
.gen-progress-header {
    display: flex; flex-direction: column;
    align-items: center; gap: 12px; padding-bottom: 8px;
}

.avatar-scanner-container {
    width: 90px; height: 90px;
    border-radius: 50%;
    background: #F4FAFF;
    border: 3px solid #A9CFEA;
    position: relative; overflow: hidden;
    margin: 8px auto;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 16px rgba(43, 153, 232, 0.2);
    transition: all 0.3s ease;
}

.avatar-scanner-container.scanning {
    border-color: #E63946;
    box-shadow: 0 4px 20px rgba(230, 57, 70, 0.25);
}

.scanner-avatar-img {
    width: 64px; height: 64px;
    object-fit: cover; border-radius: 50%;
    opacity: 0.4; transition: opacity 0.5s;
}

.avatar-scanner-container.scanning .scanner-avatar-img { opacity: 0.8; }

.scanner-laser {
    position: absolute; width: 100%; height: 3px;
    background: #E63946;
    box-shadow: 0 0 10px #FF5A66;
    top: 0; left: 0; opacity: 0;
}

.avatar-scanner-container.scanning .scanner-laser {
    opacity: 1;
    animation: laser-sweep 1.5s ease-in-out infinite;
}

@keyframes laser-sweep {
    0%, 100% { top: 0%; }
    50% { top: 100%; }
}

.gen-progress-label {
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 600;
    color: #1FA89B;
    text-align: center;
}

/* Steps */
.gen-steps { display: flex; flex-direction: column; gap: 6px; }

.gen-step {
    display: flex; align-items: center; gap: 12px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #EAF6FF;
    border: 2px solid #C7E0F5;
    transition: all 0.2s ease;
}

.gen-step.active {
    background: #F0FAF9;
    border-color: var(--warm-gold);
    box-shadow: 0 2px 10px rgba(46, 196, 182, 0.2);
}

.gen-step.done {
    background: #EDF9ED;
    border-color: #7CD37C;
}

.gen-step-icon {
    width: 28px; height: 28px;
    border-radius: 6px;
    background: #FFFFFF;
    border: 2px solid #A9CFEA;
    color: var(--text-dim);
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 700;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.gen-step.active .gen-step-icon {
    background: var(--warm-gold);
    border-color: #147A70;
    color: #062B27;
    box-shadow: 0 2px 0 #147A70;
}

.gen-step.done .gen-step-icon {
    background: #4CAF50;
    border-color: #2E7D32;
    color: #fff;
    box-shadow: 0 2px 0 #2E7D32;
}

.gen-step-title {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
}

.gen-step-sub {
    font-size: 11px;
    color: var(--text-dim);
    margin-top: 2px;
    font-weight: 600;
}

.gen-step.done .gen-step-sub { color: #4CAF50; }

/* Progress bar */
.gen-progress-bar-wrap {
    background: #EAF6FF;
    height: 10px; overflow: hidden;
    border-radius: 8px;
    border: 2px solid #C7E0F5;
}

.gen-progress-bar {
    height: 100%; width: 0%;
    background: linear-gradient(90deg, var(--warm-gold), #5CE1D4);
    border-radius: 8px;
    transition: width 0.5s ease;
    box-shadow: 0 0 10px rgba(46, 196, 182, 0.35);
}

/* ═══════════════ SCREEN 3: CLAIM ═══════════════ */
.gen-transfer-panel {
    display: flex; align-items: center; justify-content: space-between;
    background: #EAF6FF;
    border-radius: 12px;
    border: 2px solid #C7E0F5;
    padding: 16px;
    margin-bottom: 12px;
}

.transfer-node {
    display: flex; flex-direction: column;
    align-items: center; gap: 6px; flex: 1;
}

.transfer-avatar-wrap, .transfer-item-wrap { position: relative; }

.transfer-avatar-img, .transfer-item-img {
    width: 50px; height: 50px;
    border-radius: 10px;
    border: 2px solid #A9CFEA;
    background: #FFFFFF;
    object-fit: contain;
}

.transfer-status-indicator {
    position: absolute; bottom: -3px; right: -3px;
    width: 14px; height: 14px;
    border-radius: 50%; border: 2px solid #FFFFFF;
}

.transfer-status-indicator.online {
    background: #4CAF50;
    box-shadow: 0 0 6px #4CAF50;
}

.transfer-status-indicator.pending {
    background: var(--mm2-gold);
    box-shadow: 0 0 6px var(--mm2-gold);
    animation: pulse 1.5s ease-in-out infinite;
}

.transfer-username, .transfer-item-name {
    font-family: var(--font-display);
    font-size: 12px;
    font-weight: 600;
    color: var(--text);
}

.transfer-badge {
    font-family: var(--font-display);
    font-size: 9px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
}

.online-badge {
    background: #EDF9ED;
    border: 1px solid #7CD37C;
    color: #2E7D32;
}

.pending-badge {
    background: #F0FAF9;
    border: 1px solid #5CE1D4;
    color: #1FA89B;
}

.transfer-path {
    flex: 0 0 40px; height: 2px;
    background: #A9CFEA;
    border-radius: 10px;
    position: relative;
}

.transfer-pulse {
    position: absolute; top: -4px; left: 0;
    width: 10px; height: 10px;
    border-radius: 50%;
    background: #E63946;
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 6px #FF5A66;
    animation: transferPulse 1.5s ease-in-out infinite;
}

@keyframes transferPulse {
    0% { left: 0%; }
    50% { left: 75%; }
    100% { left: 0%; }
}

.gen-success-sub {
    text-align: center; font-size: 12px;
    color: var(--text-muted); font-weight: 600; line-height: 1.6;
}

/* ═══════════════ OFFERS ═══════════════ */
.offers-loading {
    text-align: center; color: var(--text-dim);
    font-size: 12px; font-weight: 600;
    display: none; margin: 12px 0;
}

.spinner {
    width: 24px; height: 24px;
    border: 2px solid #C7E0F5;
    border-top-color: #2B99E8;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto 8px;
}
@keyframes spin { 100% { transform: rotate(360deg); } }

.offer-card {
    display: flex; align-items: center; justify-content: space-between;
    background: #FFFFFF;
    border: 2px solid #C7E0F5;
    border-radius: 10px;
    padding: 10px 12px;
    text-decoration: none;
    transition: all 0.12s ease;
    margin-bottom: 6px;
}

.offer-card:hover {
    border-color: #2B99E8;
    box-shadow: 0 3px 10px rgba(43, 153, 232, 0.15);
    transform: translateY(-2px);
}

.offer-info {
    display: flex; flex-direction: column;
    gap: 3px; text-align: left;
}

.offer-title {
    font-family: var(--font-display);
    font-size: 13px;
    font-weight: 600;
    color: var(--text);
}

.offer-desc {
    font-size: 10px; color: var(--text-dim);
    font-weight: 600;
}

.offer-action {
    font-family: var(--font-display);
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #147A70;
    padding: 6px 12px;
    border-radius: 6px;
    background: linear-gradient(180deg, #2EC4B6 0%, #1FA89B 100%);
    box-shadow: 0 3px 0 #147A70;
    transition: all 0.12s ease;
}

.offer-card:hover .offer-action {
    background: linear-gradient(180deg, #3BD0C2 0%, #27B3A5 100%);
}

.cpa-modal-footer {
    margin-top: 12px; padding-top: 12px;
    border-top: 2px solid #C7E0F5;
    display: flex; flex-direction: column;
    gap: 6px; align-items: center;
}

.secure-footer-line {
    display: flex; align-items: center; gap: 8px;
}

.status-dot {
    width: 8px; height: 8px;
    border-radius: 50%; background: var(--warm-gold);
    border: none;
    box-shadow: 0 0 8px var(--warm-gold);
}

.status-dot.pulsing { animation: pulse 1.5s ease-in-out infinite; }

#cpaStatusText {
    font-size: 11px; color: var(--text-dim);
    font-weight: 600;
}

.gen-expire-note {
    font-size: 12px; color: #1FA89B;
    font-weight: 600;
}

.success-message-box {
    text-align: center; padding: 14px;
    border-radius: 10px;
    border: 2px solid #7CD37C;
    background: #EDF9ED;
    font-family: var(--font-display);
    font-size: 13px; color: #2E7D32;
    font-weight: 600; line-height: 1.7;
}

/* ═══════════════ iOS POPUP ═══════════════ */
.ios-popup {
    position: fixed; inset: 0; z-index: 999999;
    display: flex; align-items: center; justify-content: center;
}

.ios-popup-background {
    position: absolute; inset: 0;
    background: rgba(18, 48, 74, 0.6);
    backdrop-filter: blur(10px);
}

.ios-popup-content {
    position: relative; z-index: 1;
    background: #FFFFFF;
    border: 2px solid #4FB3EC;
    border-radius: 16px;
    padding: 24px; max-width: 380px;
    text-align: center;
    box-shadow: 0 12px 48px rgba(18, 48, 74, 0.35);
}

.ios-gif-container { margin-bottom: 16px; }

.ios-instruction-gif {
    width: 100%; max-width: 300px;
    border-radius: 12px;
    border: 2px solid #C7E0F5;
}

.ios-instruction-text h3 {
    font-family: var(--font-display);
    font-size: 18px;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 10px;
}

.ios-instruction-text p {
    font-size: 13px; color: var(--text-muted);
    line-height: 1.6; font-weight: 600;
}

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width: 600px) {
    .hero-title { font-size: 26px; }
    .gen-box { max-width: 100%; border-radius: 14px; }
    .gen-transfer-panel { flex-direction: row; gap: 8px; }
    .transfer-path { flex: 0 0 30px; height: 2px; width: auto; }
    .transfer-avatar-img, .transfer-item-img { width: 40px; height: 40px; }
    .transfer-username, .transfer-item-name { font-size: 11px; }
    .verify-btn { font-size: 15px; padding: 14px; max-width: 240px; }
    .page-hero { margin-bottom: 28px; }
}

@media (max-width: 380px) {
    .hero-title { font-size: 22px; }
    .main-container { padding: 30px 10px 60px; }
}

@media (prefers-reduced-motion: reduce) {
    * { animation: none !important; transition: none !important; }
}
