/* /Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-7l86qqnh4j] {
    min-height: 100vh;
    width: 100%;
}
/* /Pages/AchievementsPage.razor.rz.scp.css */
.achievements[b-4j8mpcg1un] {
    max-width: 900px;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 4rem;
    color: #f3f0ff;
}

.ach-head[b-4j8mpcg1un] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}
.ach-head h1[b-4j8mpcg1un] {
    margin: 0;
    flex: 1 1 auto;
    text-align: center;
    font-size: clamp(1.6rem, 5vw, 2.4rem);
    background: linear-gradient(90deg, #ffd24a, #ff7eb6, #ffd24a);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer-b-4j8mpcg1un 4s linear infinite;
    filter: drop-shadow(0 2px 8px rgba(255, 210, 74, 0.5));
}
@keyframes shimmer-b-4j8mpcg1un { to { background-position: 200% 0; } }

.link-btn[b-4j8mpcg1un] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #c5b6ff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.45rem 0.9rem;
    border-radius: 10px;
    white-space: nowrap;
}
.link-btn:hover[b-4j8mpcg1un] { color: #fff; background: rgba(255, 255, 255, 0.15); }

.ach-loading[b-4j8mpcg1un] { text-align: center; color: #d9d0ff; }
.ach-summary[b-4j8mpcg1un] { text-align: center; color: #d9d0ff; margin-bottom: 1.2rem; }
.ach-summary strong[b-4j8mpcg1un] { color: #ffd24a; }

.ach-grid[b-4j8mpcg1un] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 0.7rem;
}
.ach-card[b-4j8mpcg1un] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.7rem 0.85rem;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.05);
}
.ach-card.got[b-4j8mpcg1un] {
    border-color: #ffd24a;
    background: linear-gradient(135deg, rgba(255,210,74,0.12), rgba(255,255,255,0.05));
    box-shadow: 0 0 16px rgba(255, 210, 74, 0.3);
}
.ach-card.locked[b-4j8mpcg1un] { opacity: 0.6; }
.ac-icon[b-4j8mpcg1un] { font-size: 1.9rem; flex: 0 0 auto; }
.ach-card.got .ac-icon[b-4j8mpcg1un] { filter: drop-shadow(0 0 8px rgba(255, 210, 74, 0.7)); }
.ac-body[b-4j8mpcg1un] { flex: 1 1 auto; min-width: 0; }
.ac-name[b-4j8mpcg1un] { font-weight: 800; font-size: 1rem; }
.ac-desc[b-4j8mpcg1un] { font-size: 0.82rem; color: #c9c2e0; }
.ac-reward[b-4j8mpcg1un] {
    flex: 0 0 auto;
    font-weight: 800;
    font-size: 0.9rem;
    color: #1a1040;
    background: linear-gradient(180deg, #ffe08a, #ffb02e);
    border-radius: 999px;
    padding: 0.15rem 0.6rem;
}
.ach-card.locked .ac-reward[b-4j8mpcg1un] { background: rgba(255,255,255,0.15); color: #d9d0ff; }
/* /Pages/Collection.razor.rz.scp.css */
.collection[b-4ij0wg7njn] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 1.25rem 1.25rem 4rem;
    color: #f3f0ff;
}

.coll-head[b-4ij0wg7njn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}
.coll-head h1[b-4ij0wg7njn] {
    margin: 0;
    font-size: clamp(1.6rem, 5vw, 2.4rem);
    text-align: center;
    flex: 1 1 auto;
    background: linear-gradient(90deg, #ff9f1c, #ffd24a, #ff7eb6, #ffd24a);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmer-b-4ij0wg7njn 4s linear infinite;
    filter: drop-shadow(0 2px 8px rgba(255, 210, 74, 0.5));
}
@keyframes shimmer-b-4ij0wg7njn { to { background-position: 200% 0; } }

.link-btn[b-4ij0wg7njn] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #c5b6ff;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.45rem 0.9rem;
    border-radius: 10px;
    white-space: nowrap;
}
.link-btn:hover[b-4ij0wg7njn] { color: #fff; background: rgba(255, 255, 255, 0.15); }

.coll-msg[b-4ij0wg7njn] { text-align: center; font-size: 1.05rem; color: #d9d0ff; }

.collection h2[b-4ij0wg7njn] {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: #c5b6ff;
    margin: 1.6rem 0 0.6rem;
    text-shadow: 0 0 12px rgba(139, 92, 246, 0.5);
}

/* ---- Stats: condensed top row ---- */
.stat-bar[b-4ij0wg7njn] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.4rem;
    margin: 0.25rem 0 0.75rem;
}
.stat-bar span[b-4ij0wg7njn] {
    font-weight: 700;
    font-size: 0.9rem;
    color: #ffe7a3;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    white-space: nowrap;
}

/* ---- Two-column body: kitties left, sticky Top-games sidebar right ---- */
.coll-body[b-4ij0wg7njn] {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
    margin-top: 0.5rem;
}
.coll-main[b-4ij0wg7njn] { flex: 1 1 auto; min-width: 0; }
.coll-side[b-4ij0wg7njn] {
    flex: 0 0 300px;
    width: 300px;
    position: sticky;
    top: 1rem;
    max-height: calc(100vh - 2rem);
    overflow-y: auto;
    padding: 0.6rem 0.8rem 0.8rem;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.coll-side h2[b-4ij0wg7njn] { margin-top: 0.4rem; }
.side-empty[b-4ij0wg7njn] { color: #b9add6; font-style: italic; font-size: 0.9rem; }

@media (max-width: 760px) {
    .coll-body[b-4ij0wg7njn] { flex-direction: column; } /* kitties first, Top games below */
    .coll-side[b-4ij0wg7njn] {
        position: static;
        width: 100%;
        flex: none;
        max-height: none;
    }
}

/* ---- Top games list ---- */
.top-list[b-4ij0wg7njn] { display: flex; flex-direction: column; gap: 0.3rem; }
.top-row[b-4ij0wg7njn] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.15rem 0.5rem;
    padding: 0.45rem 0.7rem;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid transparent;
    font-size: 0.9rem;
}
.top-row.won[b-4ij0wg7njn] { border-left-color: #ffd24a; }
.top-row.lost[b-4ij0wg7njn] { border-left-color: #fb7185; }
.tr-rank[b-4ij0wg7njn] { font-weight: 800; color: #8a82a6; min-width: 1.6rem; }
.tr-res[b-4ij0wg7njn] { font-size: 1.1rem; }
.tr-score[b-4ij0wg7njn] { font-weight: 800; color: #ffe08a; flex: 1; }
/* meta + date wrap onto their own lines inside the narrow sidebar */
.tr-meta[b-4ij0wg7njn] { flex: 1 1 100%; color: #d9d0ff; font-size: 0.78rem; }
.tr-date[b-4ij0wg7njn] { flex: 1 1 100%; color: #9a93b0; font-size: 0.72rem; }

/* ---- Empty state ---- */
.coll-empty[b-4ij0wg7njn] {
    text-align: center;
    padding: 3rem 1rem;
    color: #d9d0ff;
}
.empty-paw[b-4ij0wg7njn] { font-size: 4rem; }
.coll-empty .sub[b-4ij0wg7njn] { color: #b9add6; font-size: 0.95rem; max-width: 420px; margin: 0.3rem auto 1.5rem; }
.btn-big.play[b-4ij0wg7njn] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.15rem;
    padding: 0.8rem 1.8rem;
    border-radius: 14px;
    background: linear-gradient(180deg, #34d399, #059669);
    box-shadow: 0 6px 0 rgba(0,0,0,0.25), 0 10px 24px rgba(0,0,0,0.4);
}
.btn-big.play:hover[b-4ij0wg7njn] { filter: brightness(1.1); }

/* ---- Legendary grid ---- */
.legendary-grid[b-4ij0wg7njn] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
    margin-top: 1rem;
}

.leg-card[b-4ij0wg7njn] {
    position: relative;
    background: linear-gradient(180deg, #2b2150, #1c1438);
    border: 3px solid #ffd24a;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,0.5), 0 0 24px rgba(255, 210, 74, 0.6);
    animation: legGlow-b-4ij0wg7njn 2s ease-in-out infinite;
}
@keyframes legGlow-b-4ij0wg7njn {
    0%, 100% { box-shadow: 0 6px 18px rgba(0,0,0,0.5), 0 0 18px rgba(255, 210, 74, 0.5); }
    50% { box-shadow: 0 6px 18px rgba(0,0,0,0.5), 0 0 34px rgba(255, 210, 74, 0.95); }
}

.leg-img[b-4ij0wg7njn] {
    position: relative;
    width: 100%;
    height: 150px;
    background: repeating-linear-gradient(45deg, #241a45, #241a45 10px, #2c2150 10px, #2c2150 20px);
}
.leg-img img[b-4ij0wg7njn] { width: 100%; height: 100%; object-fit: cover; }
.leg-crown[b-4ij0wg7njn] {
    position: absolute;
    top: 6px;
    right: 8px;
    font-size: 1.5rem;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,0.8));
}

.leg-foot[b-4ij0wg7njn] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.45rem 0.6rem;
}
.leg-name[b-4ij0wg7njn] {
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.leg-power[b-4ij0wg7njn] {
    font-weight: 800;
    font-size: 1.2rem;
    color: #1a1040;
    background: linear-gradient(180deg, #ffe08a, #ffb02e);
    border-radius: 9px;
    padding: 0 0.5rem;
    box-shadow: 0 2px 6px rgba(255, 176, 46, 0.6);
}
.leg-date[b-4ij0wg7njn] {
    display: block;
    text-align: center;
    font-size: 0.7rem;
    color: #b9add6;
    padding-bottom: 0.4rem;
}

/* ---- Section headings / hints ---- */
.h-sub[b-4ij0wg7njn] { font-size: 0.75rem; font-weight: 600; color: #9a93b0; letter-spacing: 0.04em; text-transform: none; }
.hint[b-4ij0wg7njn] { font-size: 0.85rem; color: #b9add6; margin: -0.2rem 0 0.6rem; }
.coll-empty-line[b-4ij0wg7njn] { color: #b9add6; font-style: italic; font-size: 0.9rem; }

/* ---- Keepsakes ---- */
.keep-grid[b-4ij0wg7njn] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 0.9rem;
    margin-bottom: 0.5rem;
}
.keep-card[b-4ij0wg7njn] {
    background: linear-gradient(180deg, #14302e, #0d211f);
    border: 3px solid #2dd4bf;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,0.5), 0 0 14px rgba(45,212,191,0.35);
}
.keep-card.in-loadout[b-4ij0wg7njn] {
    border-color: #ffd24a;
    box-shadow: 0 6px 16px rgba(0,0,0,0.5), 0 0 22px rgba(255,210,74,0.8);
}
.keep-img[b-4ij0wg7njn] { position: relative; height: 110px; background: #0a1a19; }
.keep-img img[b-4ij0wg7njn] { width: 100%; height: 100%; object-fit: cover; }
.keep-badge[b-4ij0wg7njn] { position: absolute; top: 5px; right: 7px; font-size: 1.1rem; filter: drop-shadow(0 1px 2px rgba(0,0,0,0.7)); }
.keep-img .keep-power[b-4ij0wg7njn] {
    position: absolute; bottom: 5px; left: 6px;
    font-weight: 800; color: #04201c;
    background: linear-gradient(180deg, #5eead4, #2dd4bf);
    border-radius: 8px; padding: 0 0.4rem; font-size: 1rem;
}
.keep-name[b-4ij0wg7njn] { font-weight: 700; font-size: 0.9rem; padding: 0.35rem 0.5rem 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.keep-traits[b-4ij0wg7njn] { display: flex; flex-direction: column; gap: 0.1rem; padding: 0.25rem 0.5rem; font-size: 0.72rem; font-weight: 600; }
.keep-traits .t.lucky[b-4ij0wg7njn] { color: #5cffb1; }
.keep-traits .t.naughty[b-4ij0wg7njn] { color: #ff9bb0; }
.keep-traits .t.chaos[b-4ij0wg7njn] { color: #e0a3ff; }
.keep-toggle[b-4ij0wg7njn] {
    width: 100%;
    border: none;
    padding: 0.45rem;
    font-family: inherit;
    font-weight: 700;
    font-size: 0.82rem;
    cursor: var(--paw-cursor);
    background: rgba(255,255,255,0.1);
    color: #c8fff5;
    border-top: 1px solid rgba(255,255,255,0.12);
}
.keep-toggle.on[b-4ij0wg7njn] { background: linear-gradient(180deg, #ffd24a, #ffb02e); color: #1a1040; }
.keep-toggle:disabled[b-4ij0wg7njn] { opacity: 0.4; cursor: not-allowed; }

/* ---- Fusion Lab ---- */
.btn-forge[b-4ij0wg7njn] {
    border: none;
    border-radius: 12px;
    padding: 0.6rem 1.3rem;
    font-family: inherit;
    font-weight: 700;
    font-size: 1rem;
    cursor: var(--paw-cursor);
    color: #fff;
    background: linear-gradient(180deg, #fb7185, #be123c);
    box-shadow: 0 4px 0 rgba(0,0,0,0.25), 0 6px 14px rgba(0,0,0,0.35);
}
.btn-forge:disabled[b-4ij0wg7njn] { opacity: 0.4; cursor: not-allowed; box-shadow: none; }
.forge-result[b-4ij0wg7njn] {
    margin-top: 0.6rem;
    font-size: 0.95rem;
    color: #c8fff5;
    background: rgba(45,212,191,0.12);
    border-left: 3px solid #2dd4bf;
    padding: 0.5rem 0.7rem;
    border-radius: 8px;
}

/* ---- Selectable legendaries ---- */
.leg-card[b-4ij0wg7njn] { cursor: var(--paw-cursor); transition: transform 0.12s ease; }
.leg-card:hover[b-4ij0wg7njn] { transform: translateY(-3px); }
.leg-card.selected[b-4ij0wg7njn] {
    outline: 3px solid #fb7185;
    outline-offset: 2px;
}
.leg-check[b-4ij0wg7njn] {
    position: absolute;
    top: 6px;
    left: 8px;
    background: #fb7185;
    color: #fff;
    font-weight: 800;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    box-shadow: 0 0 10px rgba(251,113,133,0.9);
}

/* Difficulty-won badge on Legendary cards */
.leg-diff[b-4ij0wg7njn] {
    position: absolute;
    bottom: 6px;
    left: 8px;
    font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 8px;
    padding: 0.05rem 0.3rem;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.8));
}

/* ---------- Cozy Shelter panel ---------- */
.shelter[b-4ij0wg7njn] {
    position: relative;
    margin: 1.2rem 0 1.6rem;
    padding: 1.1rem 1.1rem 1.3rem;
    border-radius: 18px;
    background:
        radial-gradient(circle at 12% 0%, rgba(255, 255, 255, 0.08), transparent 42%),
        radial-gradient(circle at 88% 4%, rgba(255, 255, 255, 0.05), transparent 40%),
        repeating-linear-gradient(45deg, rgba(255,255,255,0.018) 0 14px, rgba(0,0,0,0.05) 14px 28px),
        var(--env-base, linear-gradient(180deg, #2c2017, #1b130d));
    border: 1px solid var(--env-border, rgba(255, 200, 120, 0.28));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 10px 26px rgba(0, 0, 0, 0.45);
    overflow: hidden;
}
/* roof accent across the top — themed */
.shelter-roof[b-4ij0wg7njn] {
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 5px;
    background: var(--env-roof, linear-gradient(90deg, #ffb347, #ff7eb6, #ffb347));
    background-size: 200% 100%;
    animation: shimmer-b-4ij0wg7njn 5s linear infinite;
}
.shelter-head[b-4ij0wg7njn] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.shelter-head h2[b-4ij0wg7njn] {
    margin: 0.5rem 0 0.2rem;
    color: #ffcf99;
    text-shadow: 0 0 14px rgba(255, 160, 60, 0.55);
}
.shelter-tag[b-4ij0wg7njn] {
    font-size: 0.82rem;
    font-weight: 700;
    color: #1a1040;
    background: linear-gradient(180deg, #ffe08a, #ffb02e);
    border-radius: 999px;
    padding: 0.2rem 0.7rem;
}
.shelter .hint[b-4ij0wg7njn] { color: #e8c9a3; }

.shelter-empty[b-4ij0wg7njn] {
    text-align: center;
    padding: 1.8rem 1rem 1.2rem;
    color: #e8c9a3;
}
.shelter-empty .se-paw[b-4ij0wg7njn] { font-size: 2.6rem; display: block; opacity: 0.8; }
.shelter-empty p[b-4ij0wg7njn] { margin: 0.3rem 0 0; }
.shelter-empty .se-sub[b-4ij0wg7njn] { font-size: 0.85rem; color: #c9a987; }

/* Kitten cards: flashier + hover */
.keep-card[b-4ij0wg7njn] {
    transition: transform 0.13s ease, box-shadow 0.13s ease;
}
.keep-card:hover[b-4ij0wg7njn] {
    transform: translateY(-5px);
    box-shadow: 0 10px 22px rgba(0,0,0,0.55), 0 0 22px rgba(45,212,191,0.6);
}
.keep-ribbon[b-4ij0wg7njn] {
    position: absolute;
    top: 8px;
    left: -26px;
    transform: rotate(-38deg);
    background: linear-gradient(180deg, #ffd24a, #ffb02e);
    color: #1a1040;
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    padding: 0.12rem 2rem;
    box-shadow: 0 2px 6px rgba(0,0,0,0.5);
}

/* ---------- Top games ticker (auto-scrolling marquee) ---------- */
.ticker[b-4ij0wg7njn] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0.25rem 0 1.1rem;
    padding: 0.4rem 0.7rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
}
.ticker-label[b-4ij0wg7njn] {
    flex: 0 0 auto;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c5b6ff;
    white-space: nowrap;
}
.ticker-viewport[b-4ij0wg7njn] { flex: 1 1 auto; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.ticker-track[b-4ij0wg7njn] {
    display: flex;
    gap: 0.55rem;
    width: max-content;
    animation: ticker-b-4ij0wg7njn 64s linear infinite;
}
.ticker:hover .ticker-track[b-4ij0wg7njn] { animation-play-state: paused; }
@keyframes ticker-b-4ij0wg7njn {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.ticker-item[b-4ij0wg7njn] {
    white-space: nowrap;
    font-size: 0.82rem;
    font-weight: 600;
    color: #d9d0ff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    border-left: 3px solid transparent;
}
.ticker-item.won[b-4ij0wg7njn] { border-left-color: #ffd24a; }
.ticker-item.lost[b-4ij0wg7njn] { border-left-color: #fb7185; }
.ti-rank[b-4ij0wg7njn] { color: #8a82a6; font-weight: 800; }
.ti-score[b-4ij0wg7njn] { color: #ffe08a; font-weight: 800; }

/* ---------- Shelter environments (themes via CSS vars) ---------- */
.theme-box[b-4ij0wg7njn]         { --env-base: linear-gradient(180deg, #3a2a18, #241a10); --env-border: #a9824a; --env-roof: linear-gradient(90deg, #c9a25a, #e6c178, #c9a25a); }
.theme-cozy[b-4ij0wg7njn]        { --env-base: linear-gradient(180deg, #2c2017, #1b130d); --env-border: #e0a060; --env-roof: linear-gradient(90deg, #ffb347, #ff7eb6, #ffb347); }
.theme-windowsill[b-4ij0wg7njn]  { --env-base: linear-gradient(180deg, #3a3416, #221d0c); --env-border: #e8c34a; --env-roof: linear-gradient(90deg, #ffe08a, #ffd24a, #ffe08a); }
.theme-garden[b-4ij0wg7njn]      { --env-base: linear-gradient(180deg, #16301c, #0c1c11); --env-border: #3fae63; --env-roof: linear-gradient(90deg, #34d399, #a7f3d0, #34d399); }
.theme-library[b-4ij0wg7njn]     { --env-base: linear-gradient(180deg, #28211a, #161210); --env-border: #b08a5a; --env-roof: linear-gradient(90deg, #b08a5a, #d8b27a, #b08a5a); }
.theme-beach[b-4ij0wg7njn]       { --env-base: linear-gradient(180deg, #14302f, #0e2230); --env-border: #38bdf8; --env-roof: linear-gradient(90deg, #38bdf8, #ffe08a, #38bdf8); }
.theme-neon[b-4ij0wg7njn]        { --env-base: linear-gradient(180deg, #241038, #140826); --env-border: #d500f9; --env-roof: linear-gradient(90deg, #ff004d, #d500f9, #00b0ff); }
.theme-chalet[b-4ij0wg7njn]      { --env-base: linear-gradient(180deg, #16263a, #0c1726); --env-border: #7fc6ff; --env-roof: linear-gradient(90deg, #bae6fd, #7dd3fc, #bae6fd); }
.theme-royal[b-4ij0wg7njn]       { --env-base: linear-gradient(180deg, #2a163a, #1a0f2a); --env-border: #ffd24a; --env-roof: linear-gradient(90deg, #ffd24a, #a855f7, #ffd24a); }
.theme-observatory[b-4ij0wg7njn] { --env-base: linear-gradient(180deg, #0e1430, #060a1c); --env-border: #6d8bff; --env-roof: linear-gradient(90deg, #6d8bff, #c084fc, #6d8bff); }
.theme-cyber[b-4ij0wg7njn]       { --env-base: linear-gradient(180deg, #07261f, #041714); --env-border: #00e676; --env-roof: linear-gradient(90deg, #00e676, #00b0ff, #00e676); }
.theme-palace[b-4ij0wg7njn]      { --env-base: linear-gradient(180deg, #2a1f3a, #170f26); --env-border: #ffd700; --env-roof: linear-gradient(90deg, #ff004d, #ffd700, #d500f9, #ffd700, #ff004d); }

/* ---------- Theme picker ---------- */
.shelter-controls[b-4ij0wg7njn] { display: flex; align-items: center; gap: 0.5rem; }
.theme-btn[b-4ij0wg7njn] {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    font-size: 1rem;
    line-height: 1;
    padding: 0.3rem 0.5rem;
    cursor: var(--paw-cursor);
}
.theme-btn:hover[b-4ij0wg7njn] { background: rgba(0, 0, 0, 0.5); }

.theme-picker[b-4ij0wg7njn] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(132px, 1fr));
    gap: 0.5rem;
    margin: 0.6rem 0 0.2rem;
    padding: 0.7rem;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.swatch[b-4ij0wg7njn] {
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    padding: 0.4rem;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.04);
    cursor: var(--paw-cursor);
    font-family: inherit;
    color: #f3f0ff;
    text-align: left;
}
.swatch:hover:not(:disabled)[b-4ij0wg7njn] { border-color: rgba(255, 255, 255, 0.4); }
.swatch.active[b-4ij0wg7njn] { border-color: #ffd24a; box-shadow: 0 0 14px rgba(255, 210, 74, 0.7); }
.swatch.locked[b-4ij0wg7njn] { opacity: 0.55; cursor: not-allowed; }
.sw-preview[b-4ij0wg7njn] {
    height: 40px;
    border-radius: 7px;
    background: var(--env-base);
    border: 2px solid var(--env-border);
}
.sw-name[b-4ij0wg7njn] { font-size: 0.74rem; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sw-tag[b-4ij0wg7njn] { font-size: 0.68rem; font-weight: 700; color: #ffd24a; }
.sw-tag.locked[b-4ij0wg7njn] { color: #b9add6; }

/* Achievements link in stat bar + breed achievement note */
.stat-link[b-4ij0wg7njn] {
    font-weight: 700;
    font-size: 0.9rem;
    color: #ffd24a;
    background: rgba(255, 210, 74, 0.12);
    border: 1px solid rgba(255, 210, 74, 0.5);
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    text-decoration: none;
    white-space: nowrap;
}
.stat-link:hover[b-4ij0wg7njn] { background: rgba(255, 210, 74, 0.25); }
.forge-result.ach[b-4ij0wg7njn] { background: rgba(255, 210, 74, 0.12); border-left-color: #ffd24a; color: #ffe7a3; }

/* ---------- Account / cloud sync ---------- */
.acct-banner[b-4ij0wg7njn] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 0.9rem;
    padding: 0.6rem 0.9rem;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(52,211,153,0.18), rgba(139,92,246,0.18));
    border: 1px solid rgba(52, 211, 153, 0.5);
    box-shadow: 0 0 18px rgba(52, 211, 153, 0.22);
}
.acct-banner.signed[b-4ij0wg7njn] { background: rgba(52, 211, 153, 0.12); }
.ab-text[b-4ij0wg7njn] { font-size: 0.95rem; color: #eafff5; }
.ab-cta[b-4ij0wg7njn] {
    border: none;
    border-radius: 10px;
    padding: 0.4rem 0.95rem;
    font-family: inherit;
    font-weight: 800;
    font-size: 0.88rem;
    color: #04201c;
    background: linear-gradient(180deg, #5eead4, #34d399);
    cursor: var(--paw-cursor);
    white-space: nowrap;
}
.ab-cta:hover[b-4ij0wg7njn] { filter: brightness(1.08); }
.ab-cta.ghost[b-4ij0wg7njn] { background: rgba(255,255,255,0.12); color: #d9d0ff; }
.ab-cta.ghost:hover[b-4ij0wg7njn] { background: rgba(255,255,255,0.22); color: #fff; }

.acct-overlay[b-4ij0wg7njn] {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(12, 8, 30, 0.72);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.acct-modal[b-4ij0wg7njn] {
    background: linear-gradient(180deg, #2b2150, #190f38);
    border: 1px solid rgba(255,255,255,0.15);
    border-top: 6px solid #34d399;
    border-radius: 20px;
    padding: 1.5rem 1.6rem 1.4rem;
    width: min(92vw, 380px);
    box-shadow: 0 24px 60px rgba(0,0,0,0.55);
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}
.acct-tabs[b-4ij0wg7njn] { display: flex; gap: 0.3rem; margin-bottom: 0.3rem; }
.acct-tabs button[b-4ij0wg7njn] {
    flex: 1;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.05);
    color: #c5b6ff;
    font-family: inherit;
    font-weight: 700;
    font-size: 0.85rem;
    padding: 0.4rem;
    border-radius: 9px;
    cursor: var(--paw-cursor);
}
.acct-tabs button.on[b-4ij0wg7njn] { background: linear-gradient(180deg, #34d399, #059669); color: #04201c; border-color: transparent; }
.acct-note[b-4ij0wg7njn] { font-size: 0.82rem; color: #b9add6; margin: 0; }
.acct-input[b-4ij0wg7njn] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.3);
    color: #f3f0ff;
    border-radius: 10px;
    padding: 0.6rem 0.75rem;
    font-family: inherit;
    font-size: 0.95rem;
}
.acct-input[b-4ij0wg7njn]::placeholder { color: #9a93b0; }
.acct-err[b-4ij0wg7njn] { color: #ff9bb0; font-size: 0.85rem; font-weight: 600; margin: 0; }
.btn-submit[b-4ij0wg7njn] {
    border: none;
    border-radius: 12px;
    padding: 0.6rem;
    font-family: inherit;
    font-weight: 800;
    font-size: 1rem;
    color: #04201c;
    background: linear-gradient(180deg, #5eead4, #34d399);
    cursor: var(--paw-cursor);
    margin-top: 0.2rem;
}
.btn-submit:disabled[b-4ij0wg7njn] { opacity: 0.5; cursor: not-allowed; }
.acct-cancel[b-4ij0wg7njn] {
    border: none;
    background: none;
    color: #b9add6;
    font-family: inherit;
    font-size: 0.85rem;
    cursor: var(--paw-cursor);
}
.acct-cancel:hover[b-4ij0wg7njn] { color: #fff; }
/* /Pages/Home.razor.rz.scp.css */
.game[b-dy7sggwo6x] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 1rem 1.25rem 4rem;
    color: #f3f0ff;
}

/* ---------- HUD ---------- */
.hud[b-dy7sggwo6x] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.6rem 1rem;
    margin-bottom: 0.5rem;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.35);
}

.hud h1[b-dy7sggwo6x] {
    margin: 0;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #ffd24a, #ff7eb6, #8b5cf6, #38bdf8, #ffd24a);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 2px 6px rgba(255, 126, 182, 0.45));
    animation: shimmerText-b-dy7sggwo6x 6s linear infinite;
}

@keyframes shimmerText-b-dy7sggwo6x {
    to { background-position: 300% 0; }
}

.stats[b-dy7sggwo6x] {
    display: flex;
    gap: 0.6rem;
    align-items: center;
    flex-wrap: wrap;
}

.stat[b-dy7sggwo6x] {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    padding: 0.35rem 0.85rem;
    font-weight: 600;
    font-size: 1rem;
    white-space: nowrap;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.health .heart[b-dy7sggwo6x] {
    font-size: 1rem;
    letter-spacing: -2px;
    filter: drop-shadow(0 0 4px rgba(255, 60, 90, 0.7));
    animation: heartbeat-b-dy7sggwo6x 1.6s ease-in-out infinite;
}

.stat.combo[b-dy7sggwo6x] {
    background: linear-gradient(90deg, #ff7a18, #ffb02e);
    color: #2a1259;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 16px rgba(255, 138, 0, 0.7);
    animation: comboPulse-b-dy7sggwo6x 0.9s ease-in-out infinite;
}

@keyframes comboPulse-b-dy7sggwo6x {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.08); }
}

@keyframes heartbeat-b-dy7sggwo6x {
    0%, 70%, 100% { transform: scale(1); }
    35% { transform: scale(1.18); }
}

.message[b-dy7sggwo6x] {
    margin: 0.6rem 0 0.25rem;
    min-height: 1.4rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: #ffe7a3;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

/* ---------- Zones ---------- */
.zone h2[b-dy7sggwo6x] {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #c5b6ff;
    margin: 1.1rem 0 0.6rem;
    text-shadow: 0 0 12px rgba(139, 92, 246, 0.6);
}

.card-row[b-dy7sggwo6x] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.9rem;
    padding: 0.85rem;
    border-radius: 18px;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.08);
    min-height: 60px;
}

.empty[b-dy7sggwo6x] {
    color: #b9add6;
    font-size: 0.95rem;
    font-style: italic;
    margin: 0;
    text-align: center;
}

/* ---------- Discard shake + red flash ---------- */
.shake-a[b-dy7sggwo6x] { animation: shakeA-b-dy7sggwo6x 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97); }
.shake-b[b-dy7sggwo6x] { animation: shakeB-b-dy7sggwo6x 0.45s cubic-bezier(0.36, 0.07, 0.19, 0.97); }

@keyframes shakeA-b-dy7sggwo6x {
    10%, 90% { transform: translateX(-2px); }
    20%, 80% { transform: translateX(4px); }
    30%, 50%, 70% { transform: translateX(-8px); }
    40%, 60% { transform: translateX(8px); }
}
@keyframes shakeB-b-dy7sggwo6x {
    10%, 90% { transform: translateX(-2px); }
    20%, 80% { transform: translateX(4px); }
    30%, 50%, 70% { transform: translateX(-8px); }
    40%, 60% { transform: translateX(8px); }
}

.flash[b-dy7sggwo6x] {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 20;
    background: radial-gradient(circle at center, transparent 35%, rgba(255, 30, 60, 0.55) 100%);
    animation: flashOut-b-dy7sggwo6x 0.5s ease-out forwards;
}

@keyframes flashOut-b-dy7sggwo6x {
    0% { opacity: 0; }
    20% { opacity: 1; }
    100% { opacity: 0; }
}

/* ---------- Floating acquire popup ---------- */
.popup[b-dy7sggwo6x] {
    position: fixed;
    left: 50%;
    top: 42%;
    transform: translateX(-50%);
    z-index: 25;
    pointer-events: none;
    font-size: 2.2rem;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 12px #38ef7b, 0 2px 6px rgba(0, 0, 0, 0.7);
    white-space: nowrap;
    animation: floatUp-b-dy7sggwo6x 1.1s ease-out forwards;
}

@keyframes floatUp-b-dy7sggwo6x {
    0% { opacity: 0; transform: translate(-50%, 20px) scale(0.7); }
    20% { opacity: 1; transform: translate(-50%, 0) scale(1.1); }
    100% { opacity: 0; transform: translate(-50%, -90px) scale(1); }
}

/* ---------- Cards ---------- */
.card-slot[b-dy7sggwo6x] {
    cursor: var(--paw-cursor);
    border-radius: 16px;
    perspective: 800px;
    transition: transform 0.15s ease, filter 0.15s ease;
}

.card-slot:hover[b-dy7sggwo6x] {
    transform: translateY(-6px) scale(1.03);
    z-index: 2;
}

/* Other pool cards are locked while one is flipped (no peeking). */
.card-slot.locked[b-dy7sggwo6x] {
    cursor: default;
    filter: brightness(0.62) saturate(0.7);
}
.card-slot.locked:hover[b-dy7sggwo6x] {
    transform: none;
}

/* Quick 3D flip when a pool card is revealed. */
.flip-reveal[b-dy7sggwo6x] {
    transform-style: preserve-3d;
    animation: flipIn-b-dy7sggwo6x 0.4s ease backwards;
}

@keyframes flipIn-b-dy7sggwo6x {
    0% { transform: rotateY(-90deg); opacity: 0; }
    60% { opacity: 1; }
    100% { transform: rotateY(0deg); opacity: 1; }
}

/* Cards sliding into the hand (newly @key'd elements animate on mount). */
.hand-card[b-dy7sggwo6x] {
    animation: dealIn-b-dy7sggwo6x 0.4s cubic-bezier(0.18, 1.3, 0.45, 1) backwards;
}

@keyframes dealIn-b-dy7sggwo6x {
    0% { transform: translateY(-60px) scale(0.55) rotate(-8deg); opacity: 0; }
    100% { transform: translateY(0) scale(1) rotate(0); opacity: 1; }
}

/* Cats scattered to the wind by the Chaos Kitty. */
.hand-card.scatter[b-dy7sggwo6x] {
    animation: scatterAway-b-dy7sggwo6x 0.55s ease-in forwards;
    pointer-events: none;
}
.hand-card.scatter:nth-child(even)[b-dy7sggwo6x] { animation-name: scatterAwayAlt-b-dy7sggwo6x; }

@keyframes scatterAway-b-dy7sggwo6x {
    0% { transform: translate(0, 0) rotate(0) scale(1); opacity: 1; }
    100% { transform: translate(-140px, -180px) rotate(-200deg) scale(0.3); opacity: 0; }
}
@keyframes scatterAwayAlt-b-dy7sggwo6x {
    0% { transform: translate(0, 0) rotate(0) scale(1); opacity: 1; }
    100% { transform: translate(160px, -200px) rotate(220deg) scale(0.3); opacity: 0; }
}

.card-slot.active[b-dy7sggwo6x] {
    transform: translateY(-8px) scale(1.05);
    animation: activePulse-b-dy7sggwo6x 1.3s ease-in-out infinite;
}

@keyframes activePulse-b-dy7sggwo6x {
    0%, 100% { filter: drop-shadow(0 0 8px #ffb02e); }
    50% { filter: drop-shadow(0 0 22px #ffd24a); }
}

.card-slot.selectable .card[b-dy7sggwo6x] {
    outline: 2px dashed rgba(185, 174, 232, 0.8);
    outline-offset: 2px;
}

.card-slot.selected[b-dy7sggwo6x] {
    transform: translateY(-10px) scale(1.05);
    filter: drop-shadow(0 0 16px #38ef7b);
}

.card[b-dy7sggwo6x] {
    position: relative;
    width: 138px;
    background: linear-gradient(180deg, #2b2150, #1c1438);
    border-radius: 16px;
    overflow: hidden;
    border: 3px solid #555;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

/* ---- Face-down card back ---- */
.card-back[b-dy7sggwo6x] {
    height: 178px;
    border-color: #ff9ecb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    background:
        radial-gradient(circle at 22% 24%, rgba(255, 255, 255, 0.22) 0 5px, transparent 6px),
        radial-gradient(circle at 74% 32%, rgba(255, 255, 255, 0.16) 0 4px, transparent 5px),
        radial-gradient(circle at 32% 72%, rgba(255, 255, 255, 0.16) 0 4px, transparent 5px),
        radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.20) 0 5px, transparent 6px),
        repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0 11px, rgba(0, 0, 0, 0.05) 11px 22px),
        linear-gradient(160deg, #9b5cf6 0%, #ec4899 60%, #ff8fb1 100%);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5), inset 0 0 22px rgba(0, 0, 0, 0.18);
}

.back-medallion[b-dy7sggwo6x] {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: 3px solid rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.45), inset 0 0 14px rgba(0, 0, 0, 0.18);
    animation: medallionBob-b-dy7sggwo6x 2.4s ease-in-out infinite;
}

@keyframes medallionBob-b-dy7sggwo6x {
    0%, 100% { transform: translateY(0) rotate(-4deg); }
    50% { transform: translateY(-4px) rotate(4deg); }
}

.back-paw[b-dy7sggwo6x] {
    font-size: 2.5rem;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.45));
}

.back-label[b-dy7sggwo6x] {
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #fff;
    font-size: 0.85rem;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
}

.card-img[b-dy7sggwo6x] {
    position: relative;
    width: 100%;
    height: 118px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.05), rgba(255,255,255,0)) ,
        repeating-linear-gradient(45deg, #241a45, #241a45 10px, #2c2150 10px, #2c2150 20px);
}

.card-img img[b-dy7sggwo6x] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.paw[b-dy7sggwo6x] {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 1.3rem;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.8));
    animation: pawWiggle-b-dy7sggwo6x 1s ease-in-out infinite;
}

@keyframes pawWiggle-b-dy7sggwo6x {
    0%, 100% { transform: rotate(-12deg); }
    50% { transform: rotate(12deg); }
}

.card-foot[b-dy7sggwo6x] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0.55rem;
}

.card-name[b-dy7sggwo6x] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #f3f0ff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-power[b-dy7sggwo6x] {
    font-weight: 700;
    font-size: 1.2rem;
    color: #1a1040;
    background: linear-gradient(180deg, #ffe08a, #ffb02e);
    border-radius: 10px;
    padding: 0.05rem 0.5rem;
    min-width: 1.6rem;
    text-align: center;
    box-shadow: 0 2px 6px rgba(255, 176, 46, 0.6);
}

.card-tier[b-dy7sggwo6x] {
    display: block;
    text-align: center;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #fff;
    padding: 0.2rem 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Tier colors + glow */
.tier-common[b-dy7sggwo6x] { border-color: #9aa0ac; }
.tier-common .card-tier[b-dy7sggwo6x] { background: linear-gradient(90deg, #7d8593, #aab0bc); }

.tier-uncommon[b-dy7sggwo6x] { border-color: #38ef7b; box-shadow: 0 6px 16px rgba(0,0,0,0.5), 0 0 14px rgba(56,239,123,0.35); }
.tier-uncommon .card-tier[b-dy7sggwo6x] { background: linear-gradient(90deg, #11998e, #38ef7b); }

.tier-rare[b-dy7sggwo6x] { border-color: #38bdf8; box-shadow: 0 6px 16px rgba(0,0,0,0.5), 0 0 16px rgba(56,189,248,0.45); }
.tier-rare .card-tier[b-dy7sggwo6x] { background: linear-gradient(90deg, #2563eb, #38bdf8); }

.tier-epic[b-dy7sggwo6x] { border-color: #c084fc; box-shadow: 0 6px 16px rgba(0,0,0,0.5), 0 0 18px rgba(192,132,252,0.55); }
.tier-epic .card-tier[b-dy7sggwo6x] { background: linear-gradient(90deg, #7c3aed, #c084fc); }

.tier-naughty[b-dy7sggwo6x] {
    border-color: #ff2d55;
    background: linear-gradient(180deg, #1a0008, #2a0010);
    box-shadow: 0 6px 18px rgba(0,0,0,0.6), 0 0 26px rgba(255, 45, 85, 0.7);
    animation: naughtyGlow-b-dy7sggwo6x 1.1s ease-in-out infinite;
}
.tier-naughty .card-tier[b-dy7sggwo6x] { background: linear-gradient(90deg, #7a0019, #ff2d55); }
.tier-naughty .card-img[b-dy7sggwo6x] {
    background: radial-gradient(circle at center, #3a0014, #0a0004);
}
/* Spooky tint over the cat gif. */
.tier-naughty .card-img img[b-dy7sggwo6x] {
    filter: grayscale(0.35) contrast(1.25) brightness(0.78) saturate(1.4) hue-rotate(-18deg);
}
.tier-naughty .card-img[b-dy7sggwo6x]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 30%, rgba(120, 0, 20, 0.55) 100%);
    mix-blend-mode: multiply;
    pointer-events: none;
}
.tier-naughty .card-name[b-dy7sggwo6x] { color: #ff9bb0; }
.tier-naughty .card-power[b-dy7sggwo6x] { background: linear-gradient(180deg, #ff5470, #b00020); color: #fff; }
.naughty-badge[b-dy7sggwo6x] {
    position: absolute;
    top: 5px;
    left: 7px;
    font-size: 1.6rem;
    z-index: 1;
    filter: drop-shadow(0 0 8px rgba(255, 45, 85, 0.95));
    animation: naughtyShake-b-dy7sggwo6x 0.4s ease-in-out infinite;
}

@keyframes naughtyGlow-b-dy7sggwo6x {
    0%, 100% { box-shadow: 0 6px 18px rgba(0,0,0,0.6), 0 0 22px rgba(255, 45, 85, 0.6); }
    50% { box-shadow: 0 6px 18px rgba(0,0,0,0.6), 0 0 40px rgba(255, 45, 85, 1); }
}
@keyframes naughtyShake-b-dy7sggwo6x {
    0%, 100% { transform: rotate(-6deg); }
    50% { transform: rotate(6deg); }
}

/* ---- Chaos Kitty (wild rainbow trap) ---- */
.tier-chaos[b-dy7sggwo6x] {
    border-color: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,0.5), 0 0 28px rgba(255, 0, 200, 0.7);
    animation: chaosBorder-b-dy7sggwo6x 0.7s linear infinite, chaosJitter-b-dy7sggwo6x 0.18s steps(2) infinite;
}
.tier-chaos .card-tier[b-dy7sggwo6x] {
    background: linear-gradient(90deg, #ff004d, #ff7a00, #ffe600, #00e676, #00b0ff, #d500f9, #ff004d);
    background-size: 300% 100%;
    animation: shimmerText-b-dy7sggwo6x 1.5s linear infinite;
}
.tier-chaos .card-img img[b-dy7sggwo6x] {
    animation: chaosHue-b-dy7sggwo6x 0.8s linear infinite;
}
.tier-chaos .card-name[b-dy7sggwo6x] { color: #ffd6f5; }
.tier-chaos .card-power[b-dy7sggwo6x] { background: linear-gradient(180deg, #ff7a00, #d500f9); color: #fff; }
.chaos-badge[b-dy7sggwo6x] {
    position: absolute;
    top: 5px;
    left: 7px;
    font-size: 1.7rem;
    z-index: 1;
    filter: drop-shadow(0 0 8px rgba(255, 0, 200, 0.95));
    animation: chaosSpin-b-dy7sggwo6x 0.9s linear infinite;
}

@keyframes chaosBorder-b-dy7sggwo6x {
    0% { border-color: #ff004d; }
    25% { border-color: #ffe600; }
    50% { border-color: #00e676; }
    75% { border-color: #00b0ff; }
    100% { border-color: #ff004d; }
}
@keyframes chaosJitter-b-dy7sggwo6x {
    0% { transform: translate(0, 0); }
    50% { transform: translate(-1px, 1px); }
    100% { transform: translate(1px, -1px); }
}
@keyframes chaosHue-b-dy7sggwo6x {
    0% { filter: hue-rotate(0deg) saturate(1.6); }
    100% { filter: hue-rotate(360deg) saturate(1.6); }
}
@keyframes chaosSpin-b-dy7sggwo6x {
    0% { transform: rotate(0deg) scale(1); }
    50% { transform: rotate(180deg) scale(1.2); }
    100% { transform: rotate(360deg) scale(1); }
}

/* ---- Lucky Kitty (golden/clover blessing) ---- */
.tier-lucky[b-dy7sggwo6x] {
    border-color: #ffe066;
    box-shadow: 0 6px 18px rgba(0,0,0,0.5), 0 0 28px rgba(120, 230, 120, 0.8);
    animation: luckyGlow-b-dy7sggwo6x 1.3s ease-in-out infinite;
}
.tier-lucky .card-tier[b-dy7sggwo6x] { background: linear-gradient(90deg, #2e7d32, #ffd700); }
.tier-lucky .card-img img[b-dy7sggwo6x] { filter: saturate(1.25) brightness(1.05); }
.tier-lucky .card-img[b-dy7sggwo6x]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 200, 0.5) 50%, transparent 70%);
    background-size: 250% 250%;
    animation: sheen-b-dy7sggwo6x 2s linear infinite;
    pointer-events: none;
}
.tier-lucky .card-name[b-dy7sggwo6x] { color: #d4ffce; }
.tier-lucky .card-power[b-dy7sggwo6x] { background: linear-gradient(180deg, #ffe066, #2e9b3f); color: #1a1040; }
.lucky-badge[b-dy7sggwo6x] {
    position: absolute;
    top: 5px;
    left: 7px;
    font-size: 1.7rem;
    z-index: 1;
    filter: drop-shadow(0 0 8px rgba(120, 230, 120, 0.95));
    animation: luckyBounce-b-dy7sggwo6x 0.8s ease-in-out infinite;
}

@keyframes luckyGlow-b-dy7sggwo6x {
    0%, 100% { box-shadow: 0 6px 18px rgba(0,0,0,0.5), 0 0 22px rgba(120, 230, 120, 0.6); }
    50% { box-shadow: 0 6px 18px rgba(0,0,0,0.5), 0 0 40px rgba(255, 224, 102, 1); }
}
@keyframes luckyBounce-b-dy7sggwo6x {
    0%, 100% { transform: translateY(0) rotate(-8deg); }
    50% { transform: translateY(-4px) rotate(8deg); }
}

.tier-legendary[b-dy7sggwo6x] {
    border-color: #ffd24a;
    box-shadow: 0 6px 18px rgba(0,0,0,0.5), 0 0 26px rgba(255, 210, 74, 0.75);
    animation: legendGlow-b-dy7sggwo6x 1.6s ease-in-out infinite;
}
.tier-legendary .card-tier[b-dy7sggwo6x] {
    background: linear-gradient(90deg, #ff9f1c, #ffd24a, #ff7eb6, #ffd24a);
    background-size: 200% 100%;
    animation: shimmerText-b-dy7sggwo6x 3s linear infinite;
}
.tier-legendary .card-img[b-dy7sggwo6x]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.45) 50%, transparent 70%);
    background-size: 250% 250%;
    animation: sheen-b-dy7sggwo6x 2.5s linear infinite;
    pointer-events: none;
}

@keyframes legendGlow-b-dy7sggwo6x {
    0%, 100% { box-shadow: 0 6px 18px rgba(0,0,0,0.5), 0 0 22px rgba(255, 210, 74, 0.65); }
    50% { box-shadow: 0 6px 18px rgba(0,0,0,0.5), 0 0 40px rgba(255, 210, 74, 1); }
}
@keyframes sheen-b-dy7sggwo6x {
    0% { background-position: 150% 0; }
    100% { background-position: -50% 0; }
}

/* ---------- Action bar ---------- */
.action-bar[b-dy7sggwo6x] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.7rem;
    margin: 1rem 0;
    padding: 0.95rem 1.1rem;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.4);
    animation: barIn-b-dy7sggwo6x 0.25s ease;
}

@keyframes barIn-b-dy7sggwo6x {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.prompt[b-dy7sggwo6x] {
    flex: 1 1 260px;
    font-size: 1rem;
}

.prompt .ok[b-dy7sggwo6x] { color: #5cffb1; text-shadow: 0 0 10px rgba(56, 239, 123, 0.8); }
.prompt .short[b-dy7sggwo6x] { color: #ff7b8a; }

.btn[b-dy7sggwo6x] {
    border: none;
    border-radius: 12px;
    padding: 0.6rem 1.25rem;
    font-family: inherit;
    font-weight: 700;
    font-size: 1rem;
    cursor: var(--paw-cursor);
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.25), 0 6px 14px rgba(0, 0, 0, 0.35);
    transition: transform 0.08s ease, filter 0.1s ease, box-shadow 0.08s ease;
}

.btn:hover:not(:disabled)[b-dy7sggwo6x] { filter: brightness(1.12); }
.btn:active:not(:disabled)[b-dy7sggwo6x] {
    transform: translateY(3px);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25), 0 3px 8px rgba(0, 0, 0, 0.35);
}
.btn:disabled[b-dy7sggwo6x] { opacity: 0.4; cursor: not-allowed; box-shadow: none; }

.btn.take[b-dy7sggwo6x], .btn.confirm[b-dy7sggwo6x] { background: linear-gradient(180deg, #34d399, #059669); }
.btn.discard[b-dy7sggwo6x] { background: linear-gradient(180deg, #fb7185, #e11d48); }
.btn.cancel[b-dy7sggwo6x] { background: linear-gradient(180deg, #94a3b8, #64748b); }

/* ---------- Overlay ---------- */
.overlay[b-dy7sggwo6x] {
    position: fixed;
    inset: 0;
    background: rgba(12, 8, 30, 0.7);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    animation: barIn-b-dy7sggwo6x 0.2s ease;
}

.overlay-box[b-dy7sggwo6x] {
    background: linear-gradient(180deg, #2b2150, #190f38);
    border-radius: 22px;
    padding: 2rem 2.6rem;
    text-align: center;
    max-width: 440px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.55);
    animation: popIn-b-dy7sggwo6x 0.35s cubic-bezier(0.18, 1.4, 0.4, 1);
}

@keyframes popIn-b-dy7sggwo6x {
    from { opacity: 0; transform: scale(0.7); }
    to { opacity: 1; transform: scale(1); }
}

.overlay-box h2[b-dy7sggwo6x] {
    margin-top: 0;
    font-size: 2.3rem;
    font-weight: 700;
}
.overlay-box p[b-dy7sggwo6x] { color: #d9d0ff; font-size: 1.05rem; }
.overlay-box.won[b-dy7sggwo6x] { border-top: 6px solid #ffd24a; box-shadow: 0 24px 60px rgba(0,0,0,0.55), 0 0 50px rgba(255,210,74,0.5); }
.overlay-box.won h2[b-dy7sggwo6x] { color: #ffd24a; text-shadow: 0 0 18px rgba(255, 210, 74, 0.8); }
.overlay-box.lost[b-dy7sggwo6x] { border-top: 6px solid #fb7185; }
.overlay-box.lost h2[b-dy7sggwo6x] { color: #fb7185; }
.overlay-box .btn[b-dy7sggwo6x] { margin-top: 0.75rem; }

.overlay-actions[b-dy7sggwo6x] {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    flex-wrap: wrap;
}

/* ---- Difficulty menu ---- */
.overlay-box.menu[b-dy7sggwo6x] { border-top: 6px solid #8b5cf6; max-width: 480px; max-height: 90vh; overflow-y: auto; }
.overlay-box.menu .pick[b-dy7sggwo6x] {
    font-weight: 700;
    color: #c5b6ff;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 0.6rem;
}

.difficulties[b-dy7sggwo6x] {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.btn.diff[b-dy7sggwo6x] {
    background: linear-gradient(180deg, #7c3aed, #5b21b6);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    padding: 0.55rem 0.9rem;
}
.btn.diff:nth-child(1)[b-dy7sggwo6x] { background: linear-gradient(180deg, #34d399, #059669); } /* Kitten */
.btn.diff:nth-child(4)[b-dy7sggwo6x] { background: linear-gradient(180deg, #fb923c, #c2410c); } /* Feral */
.btn.diff:nth-child(5)[b-dy7sggwo6x] { background: linear-gradient(180deg, #ef4444, #7f1d1d); } /* Apex */

.diff-name[b-dy7sggwo6x] { font-size: 1.2rem; font-weight: 800; letter-spacing: 0.02em; }
.diff-detail[b-dy7sggwo6x] { font-size: 0.8rem; font-weight: 500; opacity: 0.85; }

.overlay-box.menu .legend[b-dy7sggwo6x] {
    font-size: 0.78rem;
    color: #b9add6;
    opacity: 0.85;
    margin: -0.2rem 0 0.6rem;
}

.diff-head[b-dy7sggwo6x] {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
}
.diff-lives[b-dy7sggwo6x] { font-size: 0.85rem; font-weight: 600; opacity: 0.9; }
.diff-mult[b-dy7sggwo6x] {
    font-size: 0.8rem;
    font-weight: 800;
    color: #1a1040;
    background: linear-gradient(180deg, #ffe08a, #ffb02e);
    border-radius: 7px;
    padding: 0 0.4rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.diff-rates[b-dy7sggwo6x] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.3rem;
    width: 100%;
    margin-top: 0.4rem;
}
.rate[b-dy7sggwo6x] {
    font-size: 0.78rem;
    font-weight: 600;
    padding: 0.18rem 0.4rem;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.28);
    border-left: 3px solid transparent;
    text-align: left;
    white-space: nowrap;
}
.rate.naughty[b-dy7sggwo6x] { border-left-color: #ff2d55; }
.rate.chaos[b-dy7sggwo6x]   { border-left-color: #d500f9; }
.rate.lucky[b-dy7sggwo6x]   { border-left-color: #38ef7b; }

/* ---------- Lucky Kitty carousel overlay ---------- */
.spin-overlay[b-dy7sggwo6x] {
    position: fixed;
    inset: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    background: rgba(10, 4, 24, 0.82);
    backdrop-filter: blur(8px);
    animation: barIn-b-dy7sggwo6x 0.2s ease;
}

.spin-banner[b-dy7sggwo6x] {
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #ffe066, #38ef7b, #ffd700, #2e9b3f, #ffe066);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shimmerText-b-dy7sggwo6x 1.6s linear infinite;
    filter: drop-shadow(0 2px 10px rgba(120, 230, 120, 0.6));
}

.spin-viewport[b-dy7sggwo6x] {
    position: relative;
    width: min(92vw, 760px);
    height: 200px;
    overflow: hidden;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.6), 0 0 30px rgba(56, 239, 123, 0.4);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent);
}

/* Center marker the carousel lands under. */
.spin-frame[b-dy7sggwo6x] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 146px;
    transform: translateX(-50%);
    border-left: 3px solid rgba(255, 255, 255, 0.8);
    border-right: 3px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 22px rgba(255, 230, 0, 0.7);
    z-index: 2;
    pointer-events: none;
}

.spin-reel[b-dy7sggwo6x] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: left center;
    display: flex;
    gap: 14px;
    margin-top: -89px; /* half card height to vertically center */
    will-change: transform;
}

.spin-cell[b-dy7sggwo6x] {
    width: 138px;
    flex: 0 0 138px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spin-emoji[b-dy7sggwo6x] {
    width: 138px;
    height: 178px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 4rem;
    border: 3px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.5);
}

.spin-mystery[b-dy7sggwo6x] {
    width: 138px;
    height: 178px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 5rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(180deg, #2b2150, #14092e);
    border: 3px solid #ffe600;
    box-shadow: 0 0 26px rgba(255, 230, 0, 0.8);
    animation: comboPulse-b-dy7sggwo6x 0.5s ease-in-out infinite;
}

.spin-sub[b-dy7sggwo6x] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffe7a3;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
}

/* ---------- Scoring + stats ---------- */
.stat.score[b-dy7sggwo6x] {
    background: linear-gradient(90deg, #8b5cf6, #c084fc);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

.score-breakdown[b-dy7sggwo6x] {
    margin: 0.75rem auto;
    max-width: 280px;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.sb-row[b-dy7sggwo6x] {
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0.6rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 1rem;
}
.sb-row span:last-child[b-dy7sggwo6x] { font-weight: 700; }
.sb-row.final[b-dy7sggwo6x] {
    background: linear-gradient(90deg, #34d399, #059669);
    font-size: 1.2rem;
    font-weight: 700;
}

.alltime[b-dy7sggwo6x] { font-size: 0.95rem; color: #d9d0ff; margin: 0.5rem 0; }

.btn.stats-btn[b-dy7sggwo6x] { background: linear-gradient(180deg, #8b5cf6, #6d28d9); }

.link-btn[b-dy7sggwo6x] {
    background: none;
    border: none;
    color: #c5b6ff;
    text-decoration: underline;
    cursor: var(--paw-cursor);
    font-family: inherit;
    font-size: 0.9rem;
    padding: 0 0.3rem;
}
.link-btn:hover[b-dy7sggwo6x] { color: #fff; }

/* Stats overlay */
.overlay-box.stats-box[b-dy7sggwo6x] {
    max-width: 560px;
    width: 92vw;
    max-height: 86vh;
    overflow-y: auto;
    text-align: left;
}
.overlay-box.stats-box h2[b-dy7sggwo6x] { text-align: center; }
.overlay-box.stats-box h3[b-dy7sggwo6x] {
    margin: 1rem 0 0.4rem;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #c5b6ff;
}

.stat-summary[b-dy7sggwo6x] {
    display: flex;
    justify-content: space-around;
    gap: 0.6rem;
    flex-wrap: wrap;
    padding: 0.6rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.06);
    font-size: 0.95rem;
}
.stat-summary strong[b-dy7sggwo6x] { color: #ffd24a; font-size: 1.1rem; }

.stat-empty[b-dy7sggwo6x] { color: #b9add6; font-style: italic; font-size: 0.9rem; }

.stat-list[b-dy7sggwo6x] { display: flex; flex-direction: column; gap: 0.3rem; }

.rec-row[b-dy7sggwo6x] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.35rem 0.6rem;
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.05);
    border-left: 3px solid transparent;
    font-size: 0.85rem;
}
.rec-row.won[b-dy7sggwo6x] { border-left-color: #ffd24a; }
.rec-row.lost[b-dy7sggwo6x] { border-left-color: #fb7185; }

.rec-rank[b-dy7sggwo6x] { font-weight: 700; color: #8a82a6; min-width: 1.8rem; }
.rec-res[b-dy7sggwo6x] { font-size: 1.1rem; }
.rec-score[b-dy7sggwo6x] {
    font-weight: 800;
    color: #ffe08a;
    min-width: 3.5rem;
    font-size: 1rem;
}
.rec-meta[b-dy7sggwo6x] { flex: 1; color: #d9d0ff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.rec-date[b-dy7sggwo6x] { color: #9a93b0; font-size: 0.78rem; white-space: nowrap; }

/* ---------- Small screens: keep cards on one row by scaling them down ---------- */
@media (max-width: 600px) {
    .game[b-dy7sggwo6x] { padding: 0.75rem 0.5rem 3rem; }
    .card-row[b-dy7sggwo6x] { gap: 0.45rem; padding: 0.5rem; }
    .card[b-dy7sggwo6x] { width: 96px; }
    .card-back[b-dy7sggwo6x] { height: 130px; gap: 0.4rem; }
    .card-img[b-dy7sggwo6x] { height: 80px; }
    .back-medallion[b-dy7sggwo6x] { width: 52px; height: 52px; }
    .back-paw[b-dy7sggwo6x] { font-size: 1.7rem; }
    .back-label[b-dy7sggwo6x] { font-size: 0.7rem; letter-spacing: 0.15em; }
    .card-name[b-dy7sggwo6x] { font-size: 0.72rem; }
    .card-power[b-dy7sggwo6x] { font-size: 0.95rem; min-width: 1.3rem; padding: 0.05rem 0.35rem; }
    .card-tier[b-dy7sggwo6x] { font-size: 0.58rem; }
    .naughty-badge[b-dy7sggwo6x], .chaos-badge[b-dy7sggwo6x], .lucky-badge[b-dy7sggwo6x], .paw[b-dy7sggwo6x] { font-size: 1.2rem; }
    .hud h1[b-dy7sggwo6x] { font-size: 1.4rem; }
    .stat[b-dy7sggwo6x] { font-size: 0.82rem; padding: 0.25rem 0.6rem; }
}

@media (max-width: 400px) {
    .card-row[b-dy7sggwo6x] { gap: 0.3rem; padding: 0.4rem; }
    .card[b-dy7sggwo6x] { width: 80px; }
    .card-back[b-dy7sggwo6x] { height: 112px; }
    .card-img[b-dy7sggwo6x] { height: 66px; }
    .back-medallion[b-dy7sggwo6x] { width: 44px; height: 44px; }
    .back-paw[b-dy7sggwo6x] { font-size: 1.4rem; }
    .card-name[b-dy7sggwo6x] { font-size: 0.66rem; }
    .card-power[b-dy7sggwo6x] { font-size: 0.85rem; }
}

/* Start-menu nav links (Home / Collection) */
.menu-nav[b-dy7sggwo6x] {
    display: flex;
    justify-content: center;
    gap: 1.25rem;
    margin-top: 1rem;
}
.menu-nav .link-btn[b-dy7sggwo6x] { font-size: 0.95rem; }

/* ---------- Keepsake (forged) cards ---------- */
.tier-crafted[b-dy7sggwo6x] {
    border-color: #2dd4bf;
    box-shadow: 0 6px 16px rgba(0,0,0,0.5), 0 0 18px rgba(45, 212, 191, 0.55);
}
.tier-crafted .card-tier[b-dy7sggwo6x] { background: linear-gradient(90deg, #0d9488, #2dd4bf); }
.tier-crafted .card-name[b-dy7sggwo6x] { color: #c8fff5; }

.craft-badge[b-dy7sggwo6x] {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 1.2rem;
    filter: drop-shadow(0 1px 3px rgba(0,0,0,0.7));
}
.craft-traits[b-dy7sggwo6x] {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    font-size: 0.6rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: #fff;
    background: rgba(13, 148, 136, 0.85);
    padding: 0.12rem 0;
    white-space: nowrap;
}

.stat.buffs[b-dy7sggwo6x] {
    background: linear-gradient(90deg, #0d9488, #2dd4bf);
    color: #04201c;
    border-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 14px rgba(45, 212, 191, 0.6);
    font-size: 0.9rem;
}

/* ---------- Achievement toasts ---------- */
.ach-toasts[b-dy7sggwo6x] {
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 40;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    pointer-events: none;
}
.ach-toast[b-dy7sggwo6x] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 230px;
    max-width: 300px;
    padding: 0.6rem 0.85rem;
    border-radius: 14px;
    background: linear-gradient(135deg, #2b2150, #14092e);
    border: 2px solid #ffd24a;
    box-shadow: 0 8px 26px rgba(0, 0, 0, 0.5), 0 0 24px rgba(255, 210, 74, 0.6);
    animation: achIn-b-dy7sggwo6x 0.4s cubic-bezier(0.18, 1.4, 0.4, 1);
}
@keyframes achIn-b-dy7sggwo6x {
    from { opacity: 0; transform: translateX(60px) scale(0.85); }
    to   { opacity: 1; transform: translateX(0) scale(1); }
}
.at-icon[b-dy7sggwo6x] { font-size: 2rem; filter: drop-shadow(0 0 8px rgba(255, 210, 74, 0.8)); }
.at-body[b-dy7sggwo6x] { display: flex; flex-direction: column; line-height: 1.2; }
.at-title[b-dy7sggwo6x] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #ffd24a;
}
.at-name[b-dy7sggwo6x] { font-size: 1rem; font-weight: 800; color: #fff; }
.at-reward[b-dy7sggwo6x] { font-size: 0.8rem; font-weight: 700; color: #5cffb1; }

/* In-game quit-to-home button */
.quit-btn[b-dy7sggwo6x] {
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: linear-gradient(180deg, #fb7185, #e11d48);
    color: #fff;
    font-family: inherit;
    font-weight: 700;
    font-size: 0.85rem;
    border-radius: 999px;
    padding: 0.3rem 0.8rem;
    cursor: var(--paw-cursor);
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}
.quit-btn:hover[b-dy7sggwo6x] { filter: brightness(1.1); }
/* /Pages/Landing.razor.rz.scp.css */
.landing[b-9c718f2qet] {
    position: relative;
    max-width: 980px;
    margin: 0 auto;
    padding: 2rem 1.25rem 4rem;
    color: #f3f0ff;
    text-align: center;
    overflow: hidden;
}

/* ---- Drifting background cats ---- */
.floaters[b-9c718f2qet] { position: absolute; inset: 0; pointer-events: none; z-index: 0; overflow: hidden; }
.floaters span[b-9c718f2qet] {
    position: absolute;
    bottom: -10%;
    opacity: 0.12;
    animation: drift-b-9c718f2qet 18s linear infinite;
}
@keyframes drift-b-9c718f2qet {
    0%   { transform: translateY(0) rotate(0deg); opacity: 0; }
    10%  { opacity: 0.14; }
    90%  { opacity: 0.14; }
    100% { transform: translateY(-115vh) rotate(220deg); opacity: 0; }
}

.landing > *:not(.floaters)[b-9c718f2qet] { position: relative; z-index: 1; }

/* ---- Special-card strip (top) ---- */
.special-strip[b-9c718f2qet] {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 0.5rem 0 0.25rem;
}
.special-strip .ss[b-9c718f2qet] {
    font-weight: 700;
    font-size: 0.95rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid transparent;
}
.special-strip .ss.naughty[b-9c718f2qet] { border-color: #ff2d55; box-shadow: 0 0 14px rgba(255,45,85,0.45); }
.special-strip .ss.chaos[b-9c718f2qet] { border-color: #d500f9; box-shadow: 0 0 14px rgba(213,0,249,0.45); }
.special-strip .ss.lucky[b-9c718f2qet] { border-color: #38ef7b; box-shadow: 0 0 14px rgba(56,239,123,0.45); }

/* ---- Hero ---- */
.hero[b-9c718f2qet] { position: relative; padding: 1.5rem 0 2rem; }
.hero-paws[b-9c718f2qet] { font-size: 3.5rem; animation: bob-b-9c718f2qet 2.4s ease-in-out infinite; }
@keyframes bob-b-9c718f2qet {
    0%, 100% { transform: translateY(0) rotate(-6deg); }
    50% { transform: translateY(-10px) rotate(6deg); }
}

.hero h1[b-9c718f2qet] {
    font-size: clamp(2.6rem, 8vw, 4.5rem);
    margin: 0.3rem 0;
    font-weight: 700;
    background: linear-gradient(90deg, #ffd24a, #ff7eb6, #8b5cf6, #38bdf8, #ffd24a);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 3px 12px rgba(255, 126, 182, 0.45));
    animation: shimmer-b-9c718f2qet 6s linear infinite;
}
@keyframes shimmer-b-9c718f2qet { to { background-position: 300% 0; } }

.tagline[b-9c718f2qet] { font-size: 1.3rem; font-weight: 600; color: #ffe7a3; margin: 0.2rem 0 1rem; }
.lede[b-9c718f2qet] { max-width: 620px; margin: 0 auto 1.5rem; font-size: 1.05rem; line-height: 1.6; color: #d9d0ff; }

.scroll-hint[b-9c718f2qet] {
    margin-top: 1.5rem;
    font-size: 0.9rem;
    color: #b9add6;
    animation: nudge-b-9c718f2qet 1.8s ease-in-out infinite;
}
@keyframes nudge-b-9c718f2qet { 0%, 100% { transform: translateY(0); opacity: 0.7; } 50% { transform: translateY(6px); opacity: 1; } }

/* Faded fanned-out hand behind the hero — gently swaying. */
.card-fan[b-9c718f2qet] {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    opacity: 0.22;
    filter: blur(0.4px);
    animation: fanSway-b-9c718f2qet 7s ease-in-out infinite;
}
@keyframes fanSway-b-9c718f2qet {
    0%, 100% { transform: translateY(0) rotate(-1.5deg); }
    50% { transform: translateY(-8px) rotate(1.5deg); }
}
.hero > *:not(.card-fan)[b-9c718f2qet] { position: relative; z-index: 1; }

.fan-card[b-9c718f2qet] {
    position: absolute;
    width: 120px;
    height: 168px;
    border-radius: 14px;
    border: 3px solid #888;
    background: linear-gradient(180deg, #2b2150, #14092e);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.5);
}
.fc-emoji[b-9c718f2qet] { font-size: 2.6rem; }
.fc-pow[b-9c718f2qet] { font-weight: 800; font-size: 1.3rem; color: #1a1040; background: #cfcfcf; border-radius: 8px; padding: 0 0.5rem; }
.fc-tier[b-9c718f2qet] { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #fff; }

.fan-card.t-common[b-9c718f2qet]    { transform: translate(-200px, 22px) rotate(-22deg); }
.fan-card.t-uncommon[b-9c718f2qet]  { transform: translate(-100px, 6px) rotate(-11deg); }
.fan-card.t-rare[b-9c718f2qet]      { transform: translate(0, 0) rotate(0deg); }
.fan-card.t-epic[b-9c718f2qet]      { transform: translate(100px, 6px) rotate(11deg); }
.fan-card.t-legendary[b-9c718f2qet] { transform: translate(200px, 22px) rotate(22deg); }

/* shared tier colors */
.t-common[b-9c718f2qet]    { border-color: #9aa0ac; }
.t-uncommon[b-9c718f2qet]  { border-color: #38ef7b; } .t-uncommon .fc-pow[b-9c718f2qet]  { background: #38ef7b; }
.t-rare[b-9c718f2qet]      { border-color: #38bdf8; } .t-rare .fc-pow[b-9c718f2qet]      { background: #38bdf8; }
.t-epic[b-9c718f2qet]      { border-color: #c084fc; } .t-epic .fc-pow[b-9c718f2qet]      { background: #c084fc; }
.t-legendary[b-9c718f2qet] { border-color: #ffd24a; } .t-legendary .fc-pow[b-9c718f2qet] { background: #ffd24a; }
.t-feral[b-9c718f2qet]     { border-color: #fb923c; }
.t-apex[b-9c718f2qet]      { border-color: #ef4444; }

@media (max-width: 640px) {
    .card-fan[b-9c718f2qet] { opacity: 0.13; }
    .fan-card[b-9c718f2qet] { width: 92px; height: 130px; }
    .fan-card.t-common[b-9c718f2qet]    { transform: translate(-130px, 16px) rotate(-22deg); }
    .fan-card.t-uncommon[b-9c718f2qet]  { transform: translate(-66px, 4px) rotate(-11deg); }
    .fan-card.t-epic[b-9c718f2qet]      { transform: translate(66px, 4px) rotate(11deg); }
    .fan-card.t-legendary[b-9c718f2qet] { transform: translate(130px, 16px) rotate(22deg); }
}

/* ---- Buttons ---- */
.cta[b-9c718f2qet] { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin: 1.5rem 0; }
.btn-big[b-9c718f2qet] {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    font-size: 1.2rem;
    padding: 0.85rem 2rem;
    border-radius: 14px;
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0.25), 0 10px 24px rgba(0, 0, 0, 0.4);
    transition: transform 0.1s ease, filter 0.1s ease;
}
.btn-big:hover[b-9c718f2qet] { filter: brightness(1.12); transform: translateY(-2px); }
.btn-big:active[b-9c718f2qet] { transform: translateY(3px); box-shadow: 0 2px 0 rgba(0,0,0,0.25); }
.btn-big.play[b-9c718f2qet] { background: linear-gradient(180deg, #34d399, #059669); animation: pulse-b-9c718f2qet 2.2s ease-in-out infinite; }
.btn-big.collection[b-9c718f2qet] { background: linear-gradient(180deg, #8b5cf6, #6d28d9); }
@keyframes pulse-b-9c718f2qet {
    0%, 100% { box-shadow: 0 6px 0 rgba(0,0,0,0.25), 0 10px 24px rgba(0,0,0,0.4), 0 0 0 rgba(52,211,153,0); }
    50% { box-shadow: 0 6px 0 rgba(0,0,0,0.25), 0 10px 24px rgba(0,0,0,0.4), 0 0 26px rgba(52,211,153,0.8); }
}

/* ---- Sections ---- */
.landing section[b-9c718f2qet] { margin: 3rem 0; }
.landing h2[b-9c718f2qet] {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #c5b6ff;
    margin-bottom: 0.6rem;
    text-shadow: 0 0 14px rgba(139, 92, 246, 0.5);
}
.section-lede[b-9c718f2qet] { max-width: 640px; margin: 0 auto 1.3rem; color: #d9d0ff; line-height: 1.5; }

/* reveal-on-scroll */
.reveal[b-9c718f2qet] { opacity: 0; transform: translateY(34px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.in[b-9c718f2qet] { opacity: 1; transform: none; }

/* ---- Tier marquee (moving cards) ---- */
.tier-marquee[b-9c718f2qet] {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
    mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}
.tm-track[b-9c718f2qet] { display: flex; gap: 1rem; width: max-content; animation: tmScroll-b-9c718f2qet 28s linear infinite; padding: 0.5rem 0; }
.tier-marquee:hover .tm-track[b-9c718f2qet] { animation-play-state: paused; }
@keyframes tmScroll-b-9c718f2qet { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.show-card[b-9c718f2qet] {
    flex: 0 0 auto;
    width: 110px;
    height: 150px;
    border-radius: 14px;
    border: 3px solid #888;
    background: linear-gradient(180deg, #2b2150, #14092e);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.5);
    transition: transform 0.15s ease;
}
.show-card:hover[b-9c718f2qet] { transform: translateY(-8px) scale(1.05); }
.show-card .fc-emoji[b-9c718f2qet] { font-size: 2.3rem; }

/* ---- How it works ---- */
.steps[b-9c718f2qet] { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; text-align: left; }
.step[b-9c718f2qet] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 1rem;
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.step:hover[b-9c718f2qet] { transform: translateY(-4px); box-shadow: 0 8px 20px rgba(0,0,0,0.4); }
.step p[b-9c718f2qet] { margin: 0; font-size: 0.95rem; color: #e6e0ff; line-height: 1.45; }
.step-n[b-9c718f2qet] {
    flex: 0 0 auto; width: 2rem; height: 2rem; border-radius: 50%;
    display: grid; place-items: center; font-weight: 800;
    background: linear-gradient(180deg, #ffd24a, #ffb02e); color: #1a1040;
}

/* ---- Specials ---- */
.special-grid[b-9c718f2qet] { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.special[b-9c718f2qet] {
    border-radius: 16px;
    padding: 1.25rem;
    border: 2px solid;
    background: rgba(0, 0, 0, 0.25);
    transition: transform 0.15s ease;
}
.special:hover[b-9c718f2qet] { transform: translateY(-6px) scale(1.02); }
.special-emoji[b-9c718f2qet] { font-size: 2.5rem; display: inline-block; }
.special.naughty .special-emoji[b-9c718f2qet] { animation: jitter-b-9c718f2qet 0.5s ease-in-out infinite; }
.special.chaos .special-emoji[b-9c718f2qet] { animation: spin360-b-9c718f2qet 1.4s linear infinite; }
.special.lucky .special-emoji[b-9c718f2qet] { animation: bob-b-9c718f2qet 1.6s ease-in-out infinite; }
@keyframes jitter-b-9c718f2qet { 0%,100% { transform: rotate(-8deg); } 50% { transform: rotate(8deg); } }
@keyframes spin360-b-9c718f2qet { to { transform: rotate(360deg); } }
.special h3[b-9c718f2qet] { margin: 0.4rem 0; font-size: 1.15rem; }
.special p[b-9c718f2qet] { margin: 0; font-size: 0.9rem; color: #d9d0ff; }
.special.naughty[b-9c718f2qet] { border-color: #ff2d55; box-shadow: 0 0 22px rgba(255,45,85,0.4); }
.special.chaos[b-9c718f2qet] { border-color: #d500f9; box-shadow: 0 0 22px rgba(213,0,249,0.4); }
.special.lucky[b-9c718f2qet] { border-color: #38ef7b; box-shadow: 0 0 22px rgba(56,239,123,0.4); }

/* ---- Shelter feature ---- */
.feature-row[b-9c718f2qet] { display: flex; gap: 1.5rem; align-items: center; justify-content: center; flex-wrap: wrap; text-align: left; }
.feature-text[b-9c718f2qet] { max-width: 460px; }
.feature-text p[b-9c718f2qet] { margin: 0 0 0.7rem; color: #e6e0ff; line-height: 1.5; }

.flip-demo[b-9c718f2qet] { width: 130px; height: 180px; perspective: 800px; flex: 0 0 auto; }
.fd-inner[b-9c718f2qet] { position: relative; width: 100%; height: 100%; transform-style: preserve-3d; animation: flipLoop-b-9c718f2qet 5s ease-in-out infinite; }
@keyframes flipLoop-b-9c718f2qet {
    0%, 40% { transform: rotateY(0deg); }
    60%, 90% { transform: rotateY(180deg); }
    100% { transform: rotateY(360deg); }
}
.fd-face[b-9c718f2qet] {
    position: absolute; inset: 0; backface-visibility: hidden;
    border-radius: 16px; border: 3px solid;
    display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 0.3rem;
    box-shadow: 0 8px 22px rgba(0,0,0,0.5);
}
.fd-front[b-9c718f2qet] { background: linear-gradient(180deg, #2b2150, #14092e); }
.fd-back[b-9c718f2qet] {
    transform: rotateY(180deg);
    background:
        radial-gradient(circle at 30% 30%, rgba(255,255,255,0.2) 0 5px, transparent 6px),
        linear-gradient(160deg, #9b5cf6, #ec4899);
    border-color: #ff9ecb;
}
.fd-paw[b-9c718f2qet] { font-size: 2.6rem; }
.fd-label[b-9c718f2qet] { font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: #fff; font-size: 0.8rem; }

/* ---- Info grid ---- */
.info-grid[b-9c718f2qet] { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; }
.info-card[b-9c718f2qet] {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 1.2rem;
    transition: transform 0.15s ease;
}
.info-card:hover[b-9c718f2qet] { transform: translateY(-5px); }
.ic-emoji[b-9c718f2qet] { font-size: 2.2rem; }
.info-card h3[b-9c718f2qet] { margin: 0.4rem 0; font-size: 1.1rem; color: #ffd24a; }
.info-card p[b-9c718f2qet] { margin: 0; font-size: 0.9rem; color: #d9d0ff; line-height: 1.45; }

/* ---- Difficulty cards ---- */
.diff-cards[b-9c718f2qet] { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }
.dc[b-9c718f2qet] {
    width: 120px;
    border-radius: 14px;
    border: 3px solid #888;
    background: linear-gradient(180deg, #2b2150, #14092e);
    padding: 0.9rem 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.dc:hover[b-9c718f2qet] { transform: translateY(-6px) scale(1.04); box-shadow: 0 10px 24px rgba(0,0,0,0.5); }
.dc-emoji[b-9c718f2qet] { font-size: 2.1rem; }
.dc-name[b-9c718f2qet] { font-weight: 800; font-size: 1rem; }
.dc-lives[b-9c718f2qet] { font-size: 0.85rem; color: #ffb3c0; }
.dc-mult[b-9c718f2qet] {
    font-weight: 800; font-size: 0.9rem; color: #1a1040;
    background: linear-gradient(180deg, #ffe08a, #ffb02e);
    border-radius: 999px; padding: 0.1rem 0.6rem; margin-top: 0.2rem;
}

.landing-foot[b-9c718f2qet] { margin-top: 3rem; font-size: 0.85rem; color: #9a93b0; }
.landing-foot a[b-9c718f2qet] { color: #c5b6ff; }

/* ---- Create-account banner ---- */
.acct-banner[b-9c718f2qet] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 0.75rem;
    padding: 0.6rem 0.9rem;
    border-radius: 12px;
    background: linear-gradient(90deg, rgba(52,211,153,0.18), rgba(139,92,246,0.18));
    border: 1px solid rgba(52, 211, 153, 0.5);
    box-shadow: 0 0 18px rgba(52, 211, 153, 0.25);
    animation: bannerIn-b-9c718f2qet 0.5s ease;
}
@keyframes bannerIn-b-9c718f2qet { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }
.ab-text[b-9c718f2qet] { font-size: 0.95rem; color: #eafff5; }
.ab-cta[b-9c718f2qet] {
    border: none;
    border-radius: 10px;
    padding: 0.45rem 1rem;
    font-family: inherit;
    font-weight: 800;
    font-size: 0.9rem;
    color: #04201c;
    background: linear-gradient(180deg, #5eead4, #34d399);
    cursor: pointer;
    white-space: nowrap;
}
.ab-cta:hover[b-9c718f2qet] { filter: brightness(1.08); }
.ab-x[b-9c718f2qet] {
    border: none;
    background: rgba(255,255,255,0.12);
    color: #d9d0ff;
    border-radius: 8px;
    width: 1.7rem;
    height: 1.7rem;
    cursor: pointer;
    font-weight: 700;
}
.ab-x:hover[b-9c718f2qet] { background: rgba(255,255,255,0.25); color: #fff; }

/* ---- Account modal ---- */
.acct-overlay[b-9c718f2qet] {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(12, 8, 30, 0.7);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.acct-modal[b-9c718f2qet] {
    background: linear-gradient(180deg, #2b2150, #190f38);
    border: 1px solid rgba(255,255,255,0.15);
    border-top: 6px solid #34d399;
    border-radius: 20px;
    padding: 2rem 2.2rem;
    max-width: 420px;
    text-align: center;
    box-shadow: 0 24px 60px rgba(0,0,0,0.55);
    animation: bannerIn-b-9c718f2qet 0.3s ease;
}
.acct-modal h2[b-9c718f2qet] { margin-top: 0; color: #5eead4; }
.acct-modal p[b-9c718f2qet] { color: #d9d0ff; line-height: 1.5; }
.acct-soon[b-9c718f2qet] { color: #ffe7a3; font-weight: 600; }

/* ---- Global leaderboard — identical to the shelter's Top games bar ---- */
.ticker[b-9c718f2qet] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0.25rem auto 1.1rem;
    max-width: 760px;
    padding: 0.4rem 0.7rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    overflow: hidden;
}
.ticker-label[b-9c718f2qet] {
    flex: 0 0 auto;
    font-weight: 800;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #c5b6ff;
    white-space: nowrap;
}
.ticker-viewport[b-9c718f2qet] { flex: 1 1 auto; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent); }
.ticker-track[b-9c718f2qet] {
    display: flex;
    gap: 0.55rem;
    width: max-content;
    animation: ticker-b-9c718f2qet 64s linear infinite;
}
.ticker:hover .ticker-track[b-9c718f2qet] { animation-play-state: paused; }
@keyframes ticker-b-9c718f2qet {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
.ticker-item[b-9c718f2qet] {
    white-space: nowrap;
    font-size: 0.82rem;
    font-weight: 600;
    color: #d9d0ff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    border-left: 3px solid transparent;
}
.ticker-item.won[b-9c718f2qet] { border-left-color: #ffd24a; }
.ti-rank[b-9c718f2qet] { color: #8a82a6; font-weight: 800; }
.ti-score[b-9c718f2qet] { color: #ffe08a; font-weight: 800; }

.ticker-track.static[b-9c718f2qet] { animation: none; }
