/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-2ipf8thlt8] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    align-items: flex-start;
}

main[b-2ipf8thlt8] {
    flex: 1;
    min-width: 0;
}

.top-row[b-2ipf8thlt8] {
    background: linear-gradient(135deg, #CC0000 0%, #d61a1a 100%);
    border-bottom: 3px solid #FFCC00;
    justify-content: space-between;
    height: 3.5rem;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 12px rgba(204,0,0,0.25);
}

.top-nav[b-2ipf8thlt8] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.top-nav a[b-2ipf8thlt8] {
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    color: rgba(255,255,255,0.9);
    transition: color 150ms ease;
}

.top-nav a:hover[b-2ipf8thlt8] {
    color: #FFCC00;
}

/* Logo scales to the container height while preserving aspect ratio */
.top-row img.logo[b-2ipf8thlt8] {
    height: 100%;
    width: auto;
    max-height: 2.5rem;
    object-fit: contain;
    display: block;
    margin-right: 0.75rem;
}

.top-row .home-link[b-2ipf8thlt8] {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff;
    gap: 0.5rem;
}

.top-row .home-link h1[b-2ipf8thlt8] {
    font-size: 1.3rem;
    font-weight: 900;
    color: #fff;
    margin: 0;
    letter-spacing: -0.02em;
    text-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

.top-row .home-link:hover[b-2ipf8thlt8] {
    text-decoration: none;
    color: #FFCC00;
}

.top-row .home-link:hover h1[b-2ipf8thlt8] {
    color: #FFCC00;
}

    .top-row[b-2ipf8thlt8]  a, .top-row[b-2ipf8thlt8]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

        .top-row[b-2ipf8thlt8]  a:hover, .top-row[b-2ipf8thlt8]  .btn-link:hover {
            text-decoration: underline;
        }

        .top-row[b-2ipf8thlt8]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

@media (max-width: 640.98px) {
    .top-row[b-2ipf8thlt8] {
        justify-content: space-between;
    }

        .top-row[b-2ipf8thlt8]  a, .top-row[b-2ipf8thlt8]  .btn-link {
            margin-left: 0;
        }
}

@media (min-width: 641px) {
    .top-row[b-2ipf8thlt8] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-2ipf8thlt8], article[b-2ipf8thlt8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-2ipf8thlt8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-2ipf8thlt8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* ── Ad sidebars ─────────────────────────────────────────────────────────── */
.ad-sidebar[b-2ipf8thlt8] {
    display: none;
    width: 160px;
    min-width: 160px;
    padding-top: 3.5rem; /* align below the top-row header */
    align-self: flex-start;
    position: sticky;
    top: 3.5rem;
}

.ad-sidebar-left[b-2ipf8thlt8] {
    padding-left: 4px;
    padding-right: 4px;
}

.ad-sidebar-right[b-2ipf8thlt8] {
    padding-left: 4px;
    padding-right: 4px;
}

/* Only show sidebars on very wide screens so the main content is never squeezed */
@media (min-width: 1400px) {
    .ad-sidebar[b-2ipf8thlt8] {
        display: block;
    }
}

.ad-banner-wrap[b-2ipf8thlt8] {
    min-height: 600px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-hh59s3hwxo],
.components-reconnect-repeated-attempt-visible[b-hh59s3hwxo],
.components-reconnect-failed-visible[b-hh59s3hwxo],
.components-pause-visible[b-hh59s3hwxo],
.components-resume-failed-visible[b-hh59s3hwxo],
.components-rejoining-animation[b-hh59s3hwxo] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-hh59s3hwxo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-hh59s3hwxo],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-hh59s3hwxo],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-hh59s3hwxo],
#components-reconnect-modal.components-reconnect-retrying[b-hh59s3hwxo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-hh59s3hwxo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-hh59s3hwxo],
#components-reconnect-modal.components-reconnect-failed[b-hh59s3hwxo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-hh59s3hwxo] {
    display: block;
}


#components-reconnect-modal[b-hh59s3hwxo] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-hh59s3hwxo 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-hh59s3hwxo 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-hh59s3hwxo 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-hh59s3hwxo]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-hh59s3hwxo 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-hh59s3hwxo {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-hh59s3hwxo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-hh59s3hwxo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-hh59s3hwxo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-hh59s3hwxo] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-hh59s3hwxo] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-hh59s3hwxo] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-hh59s3hwxo] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-hh59s3hwxo] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-hh59s3hwxo] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-hh59s3hwxo 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-hh59s3hwxo] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-hh59s3hwxo {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.about-header[b-8he86ak6ky] {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 1rem;
}

.about-content[b-8he86ak6ky] {
    max-width: 860px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.about-card[b-8he86ak6ky] {
    background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(250,250,252,0.99));
    border-radius: 16px;
    border: 1px solid rgba(15,23,42,0.07);
    border-left: 4px solid var(--poke-red, #CC0000);
    box-shadow: 0 8px 24px rgba(15,23,42,0.07);
    padding: 1.5rem 1.75rem;
}

.about-card-icon[b-8he86ak6ky] {
    font-size: 1.75rem;
    margin-bottom: 0.6rem;
    line-height: 1;
}

.about-card h2[b-8he86ak6ky] {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--poke-dark, #1a1a2e);
    margin-bottom: 0.6rem;
}

.about-card p[b-8he86ak6ky] {
    color: #475569;
    line-height: 1.7;
    margin: 0 0 0.85rem;
}

.about-card p:last-child[b-8he86ak6ky] {
    margin-bottom: 0;
}

.back-btn[b-8he86ak6ky] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 1rem 0.45rem 0.75rem;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(15,23,42,0.1);
    border-radius: 999px;
    text-decoration: none;
    color: #1e293b;
    font-weight: 600;
    font-size: 0.875rem;
    box-shadow: 0 2px 8px rgba(15,23,42,0.06);
    transition: background 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.back-btn:hover[b-8he86ak6ky] {
    background: #fff;
    box-shadow: 0 4px 16px rgba(204,0,0,0.12);
    color: var(--poke-red, #CC0000);
    transform: translateX(-2px);
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-header[b-hv2oa3wzel] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem;
}

.contact-layout[b-hv2oa3wzel] {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 1rem 2rem;
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.5rem;
    align-items: start;
}

/* ── Info cards ─────────────────────────────────────────────────────────── */
.contact-info[b-hv2oa3wzel] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.contact-card[b-hv2oa3wzel] {
    background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(250,250,252,0.99));
    border-radius: 16px;
    border: 1px solid rgba(15,23,42,0.07);
    border-left: 4px solid var(--poke-red, #CC0000);
    box-shadow: 0 8px 24px rgba(15,23,42,0.07);
    padding: 1.25rem 1.5rem;
}

.contact-card-icon[b-hv2oa3wzel] {
    font-size: 1.6rem;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.contact-card h2[b-hv2oa3wzel] {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--poke-dark, #1a1a2e);
    margin-bottom: 0.4rem;
}

.contact-card p[b-hv2oa3wzel] {
    color: #475569;
    line-height: 1.65;
    margin: 0;
    font-size: 0.92rem;
}

/* ── Form ───────────────────────────────────────────────────────────────── */
.contact-form-wrap[b-hv2oa3wzel] {
    background: linear-gradient(180deg, rgba(255,255,255,0.97), rgba(250,250,252,0.99));
    border-radius: 16px;
    border: 1px solid rgba(15,23,42,0.07);
    box-shadow: 0 8px 24px rgba(15,23,42,0.07);
    padding: 1.75rem 2rem;
}

.contact-form[b-hv2oa3wzel] {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.contact-form .btn-poke[b-hv2oa3wzel] {
    margin-top: 0.5rem;
}

.form-group[b-hv2oa3wzel] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.form-group label[b-hv2oa3wzel] {
    font-weight: 700;
    font-size: 0.875rem;
    color: #1e293b;
}

.form-group .form-control[b-hv2oa3wzel] {
    border-radius: 10px;
    border: 1.5px solid rgba(15,23,42,0.13);
    padding: 0.6rem 0.875rem;
    font-size: 0.95rem;
    transition: border-color 150ms ease, box-shadow 150ms ease;
}

.form-group .form-control:focus[b-hv2oa3wzel] {
    border-color: var(--poke-red, #CC0000);
    box-shadow: 0 0 0 3px rgba(204,0,0,0.1);
    outline: none;
}

.form-group textarea.form-control[b-hv2oa3wzel] {
    resize: vertical;
    min-height: 120px;
}

/* ── Submit button ──────────────────────────────────────────────────────── */
.btn-poke[b-hv2oa3wzel] {
    align-self: flex-start;
    background: var(--poke-red, #CC0000);
    color: #fff;
    border: none;
    border-radius: 999px;
    padding: 0.6rem 1.75rem;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: background 150ms ease, transform 150ms ease, box-shadow 150ms ease;
    box-shadow: 0 4px 14px rgba(204,0,0,0.25);
}

.btn-poke:hover:not(:disabled)[b-hv2oa3wzel] {
    background: #b00000;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(204,0,0,0.32);
}

.btn-poke:disabled[b-hv2oa3wzel] {
    opacity: 0.65;
    cursor: not-allowed;
}

/* ── Success state ──────────────────────────────────────────────────────── */
.contact-success[b-hv2oa3wzel] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
    padding: 2rem 1rem;
}

.contact-success-icon[b-hv2oa3wzel] {
    font-size: 3rem;
    line-height: 1;
}

.contact-success h2[b-hv2oa3wzel] {
    font-size: 1.4rem;
    font-weight: 800;
    color: var(--poke-dark, #1a1a2e);
    margin: 0;
}

.contact-success p[b-hv2oa3wzel] {
    color: #475569;
    margin: 0;
}

/* ── Back button ────────────────────────────────────────────────────────── */
.back-btn[b-hv2oa3wzel] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 1rem 0.45rem 0.75rem;
    background: rgba(255,255,255,0.9);
    border: 1px solid rgba(15,23,42,0.1);
    border-radius: 999px;
    text-decoration: none;
    color: #1e293b;
    font-weight: 600;
    font-size: 0.875rem;
    box-shadow: 0 2px 8px rgba(15,23,42,0.06);
    transition: background 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.back-btn:hover[b-hv2oa3wzel] {
    background: #fff;
    box-shadow: 0 4px 16px rgba(204,0,0,0.12);
    color: var(--poke-red, #CC0000);
    transform: translateX(-2px);
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .contact-layout[b-hv2oa3wzel] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/EggGroupDetails.razor.rz.scp.css */
.egg-group-details[b-hms0n6mh9o] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem;
}

.egg-group-card[b-hms0n6mh9o] {
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,250,252,0.98));
    box-shadow: 0 18px 36px rgba(15,23,42,0.08);
    border: 1px solid rgba(15,23,42,0.04);
}

.pokemon-chip[b-hms0n6mh9o] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.6rem 0.25rem 0.25rem;
    border-radius: 20px;
    background: rgba(240, 248, 255, 0.6);
    border: 1px solid rgba(15, 23, 42, 0.08);
    text-decoration: none;
    color: inherit;
    font-size: 0.8rem;
    transition: background-color 200ms ease, box-shadow 200ms ease;
}

.pokemon-chip:hover[b-hms0n6mh9o] {
    background: rgba(204, 0, 0, 0.07);
    box-shadow: 0 2px 8px rgba(204, 0, 0, 0.1);
}

.chip-sprite[b-hms0n6mh9o] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

@media (max-width: 576px) {
    .egg-group-details[b-hms0n6mh9o] {
        padding: 0.5rem;
    }
}
/* /Components/Pages/GameGuide.razor.rz.scp.css */
.guide-page-header[b-s9cwrdb6x0] {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* ── Loading state ── */
.guide-loading[b-s9cwrdb6x0] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 4rem 1rem;
    text-align: center;
}

.guide-pokeball-wrap[b-s9cwrdb6x0] {
    width: 90px;
    height: 90px;
    animation: pokeball-spin-b-s9cwrdb6x0 1s linear infinite;
    filter: drop-shadow(0 4px 14px rgba(239, 68, 68, 0.35));
}

.guide-pokeball-wrap svg[b-s9cwrdb6x0] {
    width: 100%;
    height: 100%;
}

@keyframes pokeball-spin-b-s9cwrdb6x0 {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.guide-loading-label[b-s9cwrdb6x0] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}

.guide-loading-hint[b-s9cwrdb6x0] {
    font-size: 0.85rem;
    color: #64748b;
    margin: 0;
}

.guide-content[b-s9cwrdb6x0] {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* ── Battle card ── */
.battle-card[b-s9cwrdb6x0] {
    border-radius: 16px;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,250,252,0.98));
    box-shadow: 0 12px 30px rgba(15,23,42,0.07);
    border: 1px solid rgba(15,23,42,0.05);
}

.battle-header[b-s9cwrdb6x0] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.battle-title[b-s9cwrdb6x0] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0;
}

.battle-location[b-s9cwrdb6x0] {
    font-size: 0.82rem;
    color: #64748b;
}

/* ── Battle type badges ── */
.battle-type-badge[b-s9cwrdb6x0] {
    display: inline-block;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.badge-gym[b-s9cwrdb6x0]       { background: #dbeafe; color: #1d4ed8; }
.badge-elite[b-s9cwrdb6x0]     { background: #ede9fe; color: #6d28d9; }
.badge-champion[b-s9cwrdb6x0]  { background: #fef3c7; color: #b45309; }
.badge-rival[b-s9cwrdb6x0]     { background: #d1fae5; color: #065f46; }
.badge-titan[b-s9cwrdb6x0]     { background: #fef9c3; color: #854d0e; }
.badge-team-star[b-s9cwrdb6x0] { background: #fce7f3; color: #9d174d; }
.badge-default[b-s9cwrdb6x0]   { background: #f1f5f9; color: #475569; }

/* ── Pathway badges ── */
.battle-badges[b-s9cwrdb6x0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}

.pathway-badge[b-s9cwrdb6x0] {
    display: inline-block;
    padding: 0.2rem 0.7rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.pathway-victory[b-s9cwrdb6x0]  { background: #dbeafe; color: #1e40af; }
.pathway-legends[b-s9cwrdb6x0]  { background: #fef3c7; color: #92400e; }
.pathway-starfall[b-s9cwrdb6x0] { background: #fce7f3; color: #9d174d; }
.pathway-main[b-s9cwrdb6x0]     { background: #e0e7ff; color: #3730a3; }
.pathway-default[b-s9cwrdb6x0]  { background: #f1f5f9; color: #475569; }

.rec-level-badge[b-s9cwrdb6x0] {
    display: inline-block;
    padding: 0.2rem 0.6rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 700;
    background: #f1f5f9;
    color: #475569;
    white-space: nowrap;
}

/* ── Guide description ── */
.guide-description[b-s9cwrdb6x0] {
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.6;
    max-width: 700px;
}

/* ── Tera badge ── */
.tera-badge[b-s9cwrdb6x0] {
    display: inline-block;
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    background: linear-gradient(135deg, #e0e7ff, #ede9fe);
    color: #4338ca;
    text-transform: capitalize;
    white-space: nowrap;
}

/* ── Pokémon list within a battle ── */
.battle-pokemon-list[b-s9cwrdb6x0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.battle-pokemon[b-s9cwrdb6x0] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.5rem 0.75rem;
    border-radius: 10px;
    background: rgba(248, 250, 252, 0.8);
    border: 1px solid rgba(15, 23, 42, 0.06);
    min-width: 180px;
}

.battle-pokemon-sprite[b-s9cwrdb6x0] {
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.battle-pokemon-sprite img[b-s9cwrdb6x0] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    image-rendering: pixelated;
}

.battle-pokemon-name[b-s9cwrdb6x0] {
    font-weight: 700;
    font-size: 0.88rem;
    color: #1e293b;
}

.battle-pokemon-name:hover[b-s9cwrdb6x0] {
    color: var(--poke-red, #CC0000);
}

.battle-pokemon-level[b-s9cwrdb6x0] {
    font-size: 0.75rem;
    color: #64748b;
    font-weight: 600;
}

/* ── Counter types ── */
.counter-section[b-s9cwrdb6x0] {
    padding: 0.6rem 0.75rem;
    border-radius: 10px;
    background: rgba(236, 253, 245, 0.6);
    border: 1px solid rgba(16, 185, 129, 0.15);
    margin-bottom: 0.5rem;
}

.counter-label[b-s9cwrdb6x0] {
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #065f46;
    margin-bottom: 0.35rem;
}

/* ── Notes ── */
.battle-notes[b-s9cwrdb6x0] {
    font-size: 0.84rem;
    color: #475569;
    margin: 0;
    padding: 0.5rem 0.75rem;
    background: rgba(241, 245, 249, 0.6);
    border-radius: 8px;
    border-left: 3px solid #94a3b8;
}

.back-btn[b-s9cwrdb6x0] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 1rem 0.45rem 0.75rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    text-decoration: none;
    color: #1e293b;
    font-weight: 600;
    font-size: 0.875rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
    transition: background 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.back-btn:hover[b-s9cwrdb6x0] {
    background: #fff;
    box-shadow: 0 4px 16px rgba(204, 0, 0, 0.12);
    color: var(--poke-red, #CC0000);
    transform: translateX(-2px);
}

@media (max-width: 576px) {
    .guide-content[b-s9cwrdb6x0] { padding: 0 0.5rem; }
    .battle-card[b-s9cwrdb6x0] { padding: 1rem; border-radius: 12px; }
    .battle-pokemon[b-s9cwrdb6x0] { min-width: 100%; }
}
/* /Components/Pages/GameGuides.razor.rz.scp.css */
.guides-header[b-70a52yxhwu] {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1rem;
}

.guides-grid[b-70a52yxhwu] {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1.25rem;
}

.guide-group[b-70a52yxhwu] {
    display: flex;
    flex-direction: column;
}

.dlc-list[b-70a52yxhwu] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding-left: 1.5rem;
}

.dlc-card[b-70a52yxhwu] {
    display: flex;
    align-items: stretch;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(255,255,255,0.92), rgba(245,245,250,0.96));
    box-shadow: 0 4px 14px rgba(15,23,42,0.05);
    border: 1px solid rgba(15,23,42,0.06);
    border-left: 3px solid #64748b;
    transition: transform 200ms ease, box-shadow 200ms ease;
    color: #1e293b;
    overflow: hidden;
    text-decoration: none;
    position: relative;
}

.dlc-card:hover[b-70a52yxhwu] {
    transform: translateX(4px);
    box-shadow: 0 8px 24px rgba(100,116,139,0.13);
    color: #1e293b;
    border-left-color: var(--poke-yellow, #FFCC00);
}

.dlc-connector[b-70a52yxhwu] {
    position: absolute;
    left: -1.5rem;
    top: 50%;
    width: 1.25rem;
    height: 0;
    border-top: 2px solid #cbd5e1;
}

.dlc-card-body[b-70a52yxhwu] {
    padding: 0.85rem 1rem;
    flex: 1;
}

.dlc-title[b-70a52yxhwu] {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.guide-card[b-70a52yxhwu] {
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,250,252,0.98));
    box-shadow: 0 10px 28px rgba(15,23,42,0.07);
    border: 1px solid rgba(15,23,42,0.06);
    border-left: 4px solid var(--poke-red, #CC0000);
    transition: transform 200ms ease, box-shadow 200ms ease;
    color: #1e293b;
    overflow: hidden;
}

.guide-card:hover[b-70a52yxhwu] {
    transform: translateY(-4px);
    box-shadow: 0 16px 40px rgba(204,0,0,0.13);
    color: #1e293b;
    border-left-color: var(--poke-yellow, #FFCC00);
}

.guide-card-body[b-70a52yxhwu] {
    padding: 1.25rem;
}

.guide-title[b-70a52yxhwu] {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.guide-meta[b-70a52yxhwu] {
    display: flex;
    gap: 0.4rem;
    font-size: 0.82rem;
    color: #64748b;
}

.guide-battles-count[b-70a52yxhwu] {
    font-size: 0.85rem;
    color: #475569;
}

.back-btn[b-70a52yxhwu] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 1rem 0.45rem 0.75rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    text-decoration: none;
    color: #1e293b;
    font-weight: 600;
    font-size: 0.875rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
    transition: background 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.back-btn:hover[b-70a52yxhwu] {
    background: #fff;
    box-shadow: 0 4px 16px rgba(204, 0, 0, 0.12);
    color: var(--poke-red, #CC0000);
    transform: translateX(-2px);
}

@media (max-width: 576px) {
    .guides-grid[b-70a52yxhwu] { padding: 0 0.5rem; }
    .guide-card-body[b-70a52yxhwu] { padding: 1rem; }
    .dlc-list[b-70a52yxhwu] { padding-left: 1rem; }
    .dlc-connector[b-70a52yxhwu] { width: 0.75rem; left: -1rem; }
}
/* /Components/Pages/MoveDetails.razor.rz.scp.css */
.move-details[b-6w646omr44] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem;
}

.move-card[b-6w646omr44] {
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,250,252,0.98));
    box-shadow: 0 18px 36px rgba(15,23,42,0.08);
    border: 1px solid rgba(15,23,42,0.04);
}

.pokemon-chip[b-6w646omr44] {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.25rem 0.6rem 0.25rem 0.25rem;
    border-radius: 20px;
    background: rgba(240, 248, 255, 0.6);
    border: 1px solid rgba(15, 23, 42, 0.08);
    text-decoration: none;
    color: inherit;
    font-size: 0.8rem;
    transition: background-color 200ms ease, box-shadow 200ms ease;
}

.pokemon-chip:hover[b-6w646omr44] {
    background: rgba(204, 0, 0, 0.07);
    box-shadow: 0 2px 8px rgba(204, 0, 0, 0.1);
}

.chip-sprite[b-6w646omr44] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

@media (max-width: 576px) {
    .move-details[b-6w646omr44] {
        padding: 0.5rem;
    }
}
/* /Components/Pages/PokemonDetails.razor.rz.scp.css */
.pokemon-details[b-hho6gajtwn] {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

/* ── Page header ── */
.page-header[b-hho6gajtwn] {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1rem;
}

.back-btn[b-hho6gajtwn] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.45rem 1rem 0.45rem 0.75rem;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 999px;
    text-decoration: none;
    color: #1e293b;
    font-weight: 600;
    font-size: 0.875rem;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
    transition: background 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.back-btn:hover[b-hho6gajtwn] {
    background: #fff;
    box-shadow: 0 4px 16px rgba(204, 0, 0, 0.12);
    color: var(--poke-red, #CC0000);
    transform: translateX(-2px);
}

.page-title-row[b-hho6gajtwn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.6rem;
}

.pokeball-header[b-hho6gajtwn] {
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 6px rgba(239, 68, 68, 0.3));
}

/* ── Pokéball view toggle ── */
.pokeball-toggle-single[b-hho6gajtwn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.35rem 0.6rem;
    border-radius: 10px;
    transition: transform 200ms ease;
}

.pokeball-toggle-single:hover[b-hho6gajtwn] {
    transform: scale(1.1);
}

.pokeball-toggle-single:active[b-hho6gajtwn] {
    transform: scale(0.9);
}

.pokeball-anim-wrap[b-hho6gajtwn] {
    width: 38px;
    height: 38px;
    transition: filter 400ms ease;
}

.pokeball-anim-wrap svg[b-hho6gajtwn] {
    width: 100%;
    height: 100%;
    overflow: visible;
}

/* Top half hinges shut/open from the equator */
.pb-top[b-hho6gajtwn] {
    transform-box: fill-box;
    transform-origin: center bottom;
    transition: transform 420ms cubic-bezier(0.34, 1.4, 0.64, 1);
}

.pokeball-toggle-single.open .pb-top[b-hho6gajtwn] {
    transform: scaleY(0);
}

/* Centre button turns gold when open */
.pb-center[b-hho6gajtwn] {
    transition: fill 350ms ease;
}

.pokeball-toggle-single.open .pb-center[b-hho6gajtwn] {
    fill: #FBBF24;
}

/* Gold glow around the whole ball when open */
.pokeball-toggle-single.open .pokeball-anim-wrap[b-hho6gajtwn] {
    filter: drop-shadow(0 0 7px rgba(251, 191, 36, 0.65));
}

/* Label fades between states */
.pb-label[b-hho6gajtwn] {
    font-size: 0.68rem;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    min-width: 4.2em;
    text-align: center;
    transition: color 300ms ease;
}

.pokeball-toggle-single.open .pb-label[b-hho6gajtwn] {
    color: #1e293b;
}

/* Wiggle when hovering the closed ball */
.pokeball-toggle-single:not(.open):hover .pokeball-anim-wrap[b-hho6gajtwn] {
    animation: pokeball-wiggle-b-hho6gajtwn 500ms ease;
}

@keyframes pokeball-wiggle-b-hho6gajtwn {
    0%, 100% { transform: rotate(0deg);   }
    20%       { transform: rotate(-12deg); }
    45%       { transform: rotate(10deg);  }
    65%       { transform: rotate(-7deg);  }
    85%       { transform: rotate(5deg);   }
}

.pokemon-details-card[b-hho6gajtwn] {
    width: 100%;
    border-radius: 16px;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,250,252,0.98));
    box-shadow: 0 18px 36px rgba(15,23,42,0.08);
    border: 1px solid rgba(15,23,42,0.04);
}

.section-title[b-hho6gajtwn] {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.01em;
    border-bottom: 2px solid #e2e8f0;
    border-left: 4px solid var(--poke-red, #CC0000);
    padding-bottom: 0.4rem;
    padding-left: 0.6rem;
    margin-bottom: 0.75rem;
}

.section-subtitle[b-hho6gajtwn] {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
}

.gender-female[b-hho6gajtwn] {
    color: #e84393;
    font-weight: 600;
}

.gender-male[b-hho6gajtwn] {
    color: #0984e3;
    font-weight: 600;
}

.egg-group-pill[b-hho6gajtwn] {
    display: inline-flex;
    align-items: center;
    gap: 0.2rem;
    padding: 0.25rem 0.65rem;
    border-radius: 20px;
    background: rgba(232, 245, 233, 0.8);
    border: 1px solid rgba(76, 175, 80, 0.25);
    font-size: 0.8rem;
    font-weight: 600;
    color: #2e7d32;
    cursor: pointer;
    transition: background-color 200ms ease, box-shadow 200ms ease;
}

.egg-group-pill:hover[b-hho6gajtwn] {
    background: rgba(200, 230, 201, 1);
    box-shadow: 0 2px 8px rgba(76, 175, 80, 0.2);
    color: #1b5e20;
}

.variant-grid[b-hho6gajtwn] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 0.75rem;
}

.variant-card[b-hho6gajtwn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.75rem 0.5rem;
    border-radius: 12px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(248, 250, 252, 0.9);
    transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
    cursor: pointer;
    color: inherit;
}

.variant-card:hover[b-hho6gajtwn] {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.1);
    background: #fff;
    color: inherit;
}

.variant-image-wrapper[b-hho6gajtwn] {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.variant-image-wrapper img[b-hho6gajtwn] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    image-rendering: pixelated;
}

.variant-name[b-hho6gajtwn] {
    font-size: 0.8rem;
    font-weight: 600;
    text-align: center;
    margin-top: 0.35rem;
    color: #1e293b;
}

@media (max-width: 992px) {
    .pokemon-details[b-hho6gajtwn] { padding: 0.75rem; }
    .pokemon-details-card[b-hho6gajtwn] { padding: 1rem; }
}

@media (max-width: 768px) {
    .pokemon-details-card[b-hho6gajtwn] { padding: .9rem; }
}

@media (max-width: 576px) {
    .pokemon-details[b-hho6gajtwn] { padding: 0.5rem; }
    .pokemon-details-card[b-hho6gajtwn] { border-radius: 12px; padding: 0.75rem; }
}
/* /Components/Pages/PokemonSearch.razor.rz.scp.css */
/* Component-scoped styles for PokemonSearch - updated for fun modern theme */

.search-container[b-killipjkt8] {
    position: relative;
}

/* Grid of pokemon cards */
.pokemon-grid[b-killipjkt8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: 0.9rem;
    align-items: start;
    width: 100%;
}

@media (min-width: 576px) {
    .pokemon-grid[b-killipjkt8] {
        grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
        gap: 1rem;
    }
}

@media (min-width: 768px) {
    .pokemon-grid[b-killipjkt8] {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        gap: 1.25rem;
    }
}

@media (min-width: 1200px) {
    .pokemon-grid[b-killipjkt8] {
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    }
}

/* Card */
.pokemon-card[b-killipjkt8] {
    border-radius: 14px;
    overflow: hidden;
    padding: .6rem;
    background: linear-gradient(180deg, #ffffff, #fffdf7);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    border: 1px solid rgba(15,23,42,0.04);
    transition: transform 220ms cubic-bezier(.2,.9,.3,1), box-shadow 220ms;
    box-shadow: 0 8px 20px rgba(15,23,42,0.06);
}

/* Pokéball watermark in top-right corner */
.pokemon-card[b-killipjkt8]::before {
    content: '';
    position: absolute;
    top: -28px;
    right: -28px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background:
        /* centre white button */
        radial-gradient(circle at 50% 50%, #fff 0 14%, transparent 15%),
        /* dividing line */
        linear-gradient(180deg, transparent 46%, rgba(255,255,255,0.5) 46%, rgba(255,255,255,0.5) 54%, transparent 54%),
        /* top half red, bottom half light */
        linear-gradient(180deg, rgba(204,0,0,0.13) 50%, rgba(200,210,220,0.13) 50%);
    border: 6px solid rgba(0,0,0,0.05);
    pointer-events: none;
    z-index: 0;
}

.pokemon-card:hover[b-killipjkt8],
.pokemon-card:focus-visible[b-killipjkt8] {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 18px 34px rgba(204,0,0,0.13);
    outline: 2px solid var(--poke-red);
    outline-offset: 2px;
}

/* image wrapper */
.image-wrapper[b-killipjkt8] {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(240,248,255,0.9), rgba(255,251,240,0.9));
    border-radius: 10px;
    margin-bottom: .6rem;
    border: 1px dashed rgba(15,23,42,0.03);
}
.image-wrapper img[b-killipjkt8] { max-height: 120px; object-fit: contain; transform-origin: center; transition: transform 400ms ease; }
.pokemon-card:hover .image-wrapper img[b-killipjkt8] { transform: translateY(-6px) rotate(-3deg) scale(1.03); }

/* placeholder logo animation */
.placeholder-logo[b-killipjkt8] {
    width: 72px;
    height: 72px;
    opacity: 0.75;
    animation: pulse-b-killipjkt8 1.4s infinite ease-in-out;
}

/* name and footer */
.card-footer[b-killipjkt8] { padding: 0.25rem; display:flex; flex-direction:column; gap: .35rem; }
.card-footer .name[b-killipjkt8] { font-weight: 800; font-size: 1.05rem; color: var(--poke-dark); text-transform: capitalize; }
.types[b-killipjkt8] { margin-top: 0.25rem; display:flex; gap:.4rem; flex-wrap:wrap; align-items:center; }
.types .type-pill[b-killipjkt8] {
    display: inline-flex;
    align-items: center;
    gap: .2rem;
    padding: 0.15rem 0.75rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.1);
}

@media (max-width: 576px) {
    .image-wrapper[b-killipjkt8] { height: 110px; }
}

/* reuse subtle pulse keyframes */
@keyframes pulse-b-killipjkt8 {
    0% { transform: scale(1); opacity: 0.65 }
    50% { transform: scale(1.06); opacity: 1 }
    100% { transform: scale(1); opacity: 0.65 }
}

.scroll-sentinel[b-killipjkt8] { width: 100%; height: 1px; }
/* /Components/Pages/TypeDetails.razor.rz.scp.css */
.type-details[b-4jcbo82y8l] {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.type-details-card[b-4jcbo82y8l] {
    width: 100%;
    border-radius: 16px;
    padding: 1.25rem;
    background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(250,250,252,0.98));
    box-shadow: 0 18px 36px rgba(15,23,42,0.08);
    border: 1px solid rgba(15,23,42,0.04);
}

.section-title[b-4jcbo82y8l] {
    font-size: 1.2rem;
    font-weight: 800;
    color: #1a1a2e;
    letter-spacing: -0.01em;
    border-bottom: 2px solid #e2e8f0;
    border-left: 4px solid var(--poke-red, #CC0000);
    padding-bottom: 0.4rem;
    padding-left: 0.6rem;
    margin-bottom: 0.75rem;
}

.section-subtitle[b-4jcbo82y8l] {
    font-size: 0.92rem;
    font-weight: 700;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.5rem;
}

/* ── Damage relation rows ── */
.damage-row[b-4jcbo82y8l] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.35rem;
    min-height: 2rem;
    margin-bottom: 0.75rem;
}

.damage-label[b-4jcbo82y8l] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.6rem;
    padding: 0.2rem 0.4rem;
    border-radius: 6px;
    font-size: 0.82rem;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    margin-right: 0.25rem;
}

.multiplier-2x[b-4jcbo82y8l]   { background: #e53e3e; }
.multiplier-half[b-4jcbo82y8l] { background: #38a169; }
.multiplier-0x[b-4jcbo82y8l]   { background: #718096; }

/* ── Pokémon grid ── */
.type-pokemon-grid[b-4jcbo82y8l] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 0.75rem;
}

.type-pokemon-card[b-4jcbo82y8l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
    border-radius: 10px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: rgba(248, 250, 252, 0.9);
    transition: transform 150ms ease, box-shadow 150ms ease, background 150ms ease;
    color: #1e293b;
    font-size: 0.78rem;
    font-weight: 600;
    text-align: center;
}

.type-pokemon-card:hover[b-4jcbo82y8l] {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(15, 23, 42, 0.1);
    background: #fff;
    color: #1e293b;
}

.type-pokemon-card img[b-4jcbo82y8l] {
    width: 64px;
    height: 64px;
    object-fit: contain;
    image-rendering: pixelated;
    margin-bottom: 0.25rem;
}

@media (max-width: 576px) {
    .type-details[b-4jcbo82y8l] { padding: 0.5rem; }
    .type-details-card[b-4jcbo82y8l] { border-radius: 12px; padding: 0.75rem; }
}
/* /Components/Pokemon/AbilitiesCard.razor.rz.scp.css */
.ability-card[b-5b5tur02df] {
    padding: 0.6rem 0.75rem;
    border-radius: 10px;
    background: rgba(240, 248, 255, 0.5);
    border: 1px solid rgba(15, 23, 42, 0.06);
}
/* /Components/Pokemon/BaseStatsCard.razor.rz.scp.css */
.stat-row[b-6w841mhldz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
}

.stat-label[b-6w841mhldz] {
    min-width: 60px;
    font-size: 0.85rem;
    color: #495057;
}

.stat-value[b-6w841mhldz] {
    min-width: 32px;
    text-align: right;
    font-size: 0.85rem;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

.stat-bar-track[b-6w841mhldz] {
    flex: 1;
    height: 10px;
    background: #e9ecef;
    border-radius: 5px;
    overflow: hidden;
}

.stat-bar-fill[b-6w841mhldz] {
    height: 100%;
    border-radius: 5px;
    transition: width 600ms ease;
}

@media (max-width: 768px) {
    .stat-row[b-6w841mhldz] { flex-direction: row; align-items: center; }
    .stat-label[b-6w841mhldz] { min-width: 55px; font-size: .82rem; }
}
/* /Components/Pokemon/EvolutionChainCard.razor.rz.scp.css */
.evo-chain-display[b-9wq8hk7x7h] {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: wrap;
    padding: 1rem 0;
}

.evo-arrow-col[b-9wq8hk7x7h] {
    display: flex;
    align-items: center;
    padding-top: 2rem;
}

.evo-arrow-icon[b-9wq8hk7x7h] {
    font-size: 1.5rem;
    color: #6c757d;
    font-weight: bold;
}

.evo-stage-col[b-9wq8hk7x7h] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.evo-entry[b-9wq8hk7x7h] {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 100px;
    max-width: 120px;
    padding: 0.5rem;
    border-radius: 12px;
    transition: background-color 200ms ease;
}

.evo-entry:hover[b-9wq8hk7x7h] {
    background: rgba(240, 248, 255, 0.8);
}

.evo-current[b-9wq8hk7x7h] {
    background: rgba(59, 130, 246, 0.08);
    border: 2px solid rgba(59, 130, 246, 0.3);
}

.evo-link[b-9wq8hk7x7h] {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.evo-sprite[b-9wq8hk7x7h] {
    width: 80px;
    height: 80px;
    object-fit: contain;
}

.evo-name[b-9wq8hk7x7h] {
    font-size: 0.85rem;
    font-weight: 600;
    margin-top: 0.25rem;
}

.evo-condition[b-9wq8hk7x7h] {
    font-size: 0.72rem;
    color: #6c757d;
    margin-top: 0.25rem;
    text-align: center;
    max-width: 110px;
}

@media (max-width: 768px) {
    .evo-sprite[b-9wq8hk7x7h] { width: 64px; height: 64px; }
}

@media (max-width: 576px) {
    .evo-chain-display[b-9wq8hk7x7h] { gap: 0.25rem; }
    .evo-entry[b-9wq8hk7x7h] { min-width: 80px; max-width: 95px; }
    .evo-sprite[b-9wq8hk7x7h] { width: 56px; height: 56px; }
    .evo-arrow-icon[b-9wq8hk7x7h] { font-size: 1.2rem; }
}
/* /Components/Pokemon/SpriteGallery.razor.rz.scp.css */
/* ── Sprite thumbnails ── */
.sprite-thumb[b-7uydiinqg7] {
    width: 64px;
    height: 64px;
    object-fit: contain;
    border-radius: 8px;
    background: rgba(240, 248, 255, 0.6);
    border: 1px solid rgba(15, 23, 42, 0.06);
    transition: transform 200ms ease, box-shadow 200ms ease;
    cursor: pointer;
}
.sprite-thumb:hover[b-7uydiinqg7] {
    transform: scale(1.15);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.12);
}
.sprite-thumb:focus-visible[b-7uydiinqg7] {
    outline: 2px solid #3b82f6;
    outline-offset: 2px;
}

/* ── Collapsible wrapper ── */
.sprite-collapsible[b-7uydiinqg7] {
    position: relative;
    max-height: 170px;
    overflow: hidden;
    transition: max-height 400ms ease;
}

.sprite-collapsible.expanded[b-7uydiinqg7] {
    max-height: 4000px;
}

.sprite-fade[b-7uydiinqg7] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 72px;
    background: linear-gradient(to bottom, transparent, rgba(250, 250, 252, 0.98));
    pointer-events: none;
}

.sprite-toggle[b-7uydiinqg7] {
    background: none;
    border: none;
    padding: 0;
    font-size: 0.82rem;
    font-weight: 600;
    color: #3b82f6;
    cursor: pointer;
    transition: color 150ms ease;
}

.sprite-toggle:hover[b-7uydiinqg7] {
    color: #1d4ed8;
}

/* ── Lightbox ── */
.lightbox-overlay[b-7uydiinqg7] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.82);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    cursor: pointer;
    animation: lightbox-fade-in-b-7uydiinqg7 150ms ease;
}

@keyframes lightbox-fade-in-b-7uydiinqg7 {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.lightbox-close[b-7uydiinqg7] {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    opacity: 0.8;
    transition: opacity 150ms ease;
}
.lightbox-close:hover[b-7uydiinqg7] {
    opacity: 1;
}

.lightbox-img[b-7uydiinqg7] {
    max-width: 90vw;
    max-height: 75vh;
    object-fit: contain;
    cursor: default;
    border-radius: 12px;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    background: rgba(255, 255, 255, 0.05);
}

.lightbox-caption[b-7uydiinqg7] {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    margin: 0;
    text-align: center;
}
/* /Components/Pokemon/TypeEffectivenessCard.razor.rz.scp.css */
.matchup-row[b-8hysyxf82r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.matchup-cell[b-8hysyxf82r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
    min-width: 72px;
}
