@import '_content/SP.Dev.Core/SP.Dev.Core.ln2hmvz770.bundle.scp.css';

/* /Components/Dialogs/PetigotchiInteractionDialog.razor.rz.scp.css */
.petigotchi-dialog-header[b-q7m9m4mdpa] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.petigotchi-dialog-header__icon[b-q7m9m4mdpa] {
    display: block;
    flex: 0 0 auto;
    width: 3.25rem;
    height: 3.25rem;
    padding: 0.45rem;
    border-radius: 1rem;
    background: #fff3e0;
}

.petigotchi-dialog-header h2[b-q7m9m4mdpa] {
    margin: 0;
    color: #3e2723;
    font-weight: 800;
}

.petigotchi-dialog-header p[b-q7m9m4mdpa] {
    color: #78665d;
}

.petigotchi-dialog-busy[b-q7m9m4mdpa] {
    display: grid;
    gap: 0.4rem;
    margin-bottom: 0.8rem;
    color: #6d4c41;
    font-size: 0.78rem;
    font-weight: 650;
}

.petigotchi-dialog-items[b-q7m9m4mdpa] {
    display: grid;
    max-height: min(60dvh, 34rem);
    padding: 0.15rem;
    overflow-y: auto;
    overscroll-behavior: contain;
    gap: 0.65rem;
}

@media (max-width: 600px) {
    [b-q7m9m4mdpa] .petigotchi-interaction-dialog {
        margin-top: auto;
        border-radius: 1.35rem 1.35rem 0 0;
        padding-bottom: env(safe-area-inset-bottom);
    }

    .petigotchi-dialog-items[b-q7m9m4mdpa] {
        max-height: 58dvh;
    }
}
/* /Components/Dialogs/PetigotchiNotificationDialog.razor.rz.scp.css */
.petigotchi-notification-heading[b-hxu9im0z6r] {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    gap: 0.8rem;
}

.petigotchi-notification-heading .mud-icon-root[b-hxu9im0z6r] {
    font-size: 2rem;
}

.petigotchi-install-steps[b-hxu9im0z6r] {
    margin: 0.6rem 0 0;
    padding-left: 1.2rem;
}

.petigotchi-notification-status-grid[b-hxu9im0z6r] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: 1rem;
    padding: 0.85rem;
    border: 1px solid rgba(93, 64, 55, 0.12);
    border-radius: 1rem;
    background: #fffaf3;
    font-size: 0.86rem;
    gap: 0.55rem 1rem;
}

.petigotchi-notification-status-grid span[b-hxu9im0z6r] {
    color: #6d4c41;
}

.petigotchi-notification-status-grid strong[b-hxu9im0z6r] {
    text-align: right;
}

.petigotchi-preference-list[b-hxu9im0z6r] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 0.5rem;
    gap: 0.25rem 0.75rem;
}

@media (max-width: 480px) {
    .petigotchi-preference-list[b-hxu9im0z6r] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Game/PetigotchiActionBar.razor.rz.scp.css */
.petigotchi-action-bar[b-hlrlgwsrq4] {
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 10;
    width: min(100%, 38rem);
    padding: 0.7rem 0.8rem max(0.8rem, env(safe-area-inset-bottom));
    border-top: 1px solid rgba(93, 64, 55, 0.1);
    background: rgba(255, 250, 245, 0.94);
    box-shadow: 0 -0.75rem 1.5rem rgba(93, 64, 55, 0.07);
    backdrop-filter: blur(14px);
    transform: translateX(-50%);
    -webkit-backdrop-filter: blur(14px);
}

.petigotchi-action-bar__busy[b-hlrlgwsrq4] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 1.75rem;
    margin-bottom: 0.45rem;
    color: #6d4c41;
    font-size: 0.76rem;
    font-weight: 650;
}

.petigotchi-action-bar__grid[b-hlrlgwsrq4] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.55rem;
}
/* /Components/Game/PetigotchiActionButton.razor.rz.scp.css */
.petigotchi-action-button[b-rn3m0bwkp4] {
    position: relative;
    display: grid;
    min-width: 0;
    min-height: 4.9rem;
    padding: 0.55rem 0.35rem 0.5rem;
    border: 1px solid rgba(93, 64, 55, 0.12);
    border-radius: 1rem;
    color: #4e342e;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0.28rem 0.8rem rgba(93, 64, 55, 0.08);
    cursor: pointer;
    touch-action: manipulation;
    transition: transform 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
    place-items: center;
    -webkit-tap-highlight-color: transparent;
}

.petigotchi-action-button:not(:disabled):hover[b-rn3m0bwkp4],
.petigotchi-action-button:not(:disabled):focus-visible[b-rn3m0bwkp4] {
    border-color: rgba(239, 108, 0, 0.42);
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.14), 0 0.4rem 1rem rgba(93, 64, 55, 0.11);
}

.petigotchi-action-button:not(:disabled):active[b-rn3m0bwkp4] {
    transform: scale(0.97);
}

.petigotchi-action-button:disabled[b-rn3m0bwkp4] {
    color: #9e8f87;
    background: rgba(245, 241, 238, 0.82);
    box-shadow: none;
    cursor: not-allowed;
    filter: saturate(0.45);
}

.petigotchi-action-button__icon[b-rn3m0bwkp4] {
    position: relative;
    display: block;
    width: 2.35rem;
    height: 2.35rem;
}

.petigotchi-action-button__badge[b-rn3m0bwkp4] {
    position: absolute;
    top: -0.3rem;
    right: -0.45rem;
    display: grid;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0 0.2rem;
    border-radius: 999px;
    color: #ffffff;
    background: #ef6c00;
    font-size: 0.62rem;
    font-weight: 800;
    place-items: center;
}

.petigotchi-action-button__label[b-rn3m0bwkp4] {
    overflow: hidden;
    max-width: 100%;
    font-size: 0.75rem;
    font-weight: 750;
    line-height: 1.1;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
    .petigotchi-action-button[b-rn3m0bwkp4] {
        transition: none;
    }
}
/* /Components/Game/PetigotchiAssetImage.razor.rz.scp.css */
.petigotchi-asset-image[b-gmut2vx8nq],
.petigotchi-asset-fallback[b-gmut2vx8nq] {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
}

.petigotchi-asset-image[b-gmut2vx8nq] {
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.petigotchi-asset-fallback[b-gmut2vx8nq] {
    color: #5d4037;
}
/* /Components/Game/PetigotchiCompanion.razor.rz.scp.css */
.petigotchi-companion[b-27ktv772mv] {
    position: relative;
    z-index: 1;
    display: grid;
    width: 100%;
    max-width: 10.5rem;
    aspect-ratio: 1;
    place-items: center;
    pointer-events: none;
}

.petigotchi-companion-image[b-27ktv772mv] {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0.45rem 0.7rem rgba(62, 39, 35, 0.2));
    object-fit: contain;
}

.petigotchi-companion-fallback[b-27ktv772mv] {
    display: grid;
    width: 100%;
    height: 100%;
    padding: 0.45rem;
    border: 1px dashed rgba(93, 64, 55, 0.35);
    border-radius: 1rem;
    color: #795548;
    background: rgba(255, 253, 250, 0.88);
    place-items: center;
    text-align: center;
}

.petigotchi-companion-fallback span[b-27ktv772mv] {
    max-width: 100%;
    overflow: hidden;
    font-size: 0.65rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
    .petigotchi-companion[b-27ktv772mv],
    .petigotchi-companion-image[b-27ktv772mv] {
        animation: none !important;
        transition: none !important;
    }
}
/* /Components/Game/PetigotchiEmptyState.razor.rz.scp.css */
.petigotchi-empty-state[b-gzop6ls01f] {
    display: grid;
    justify-items: center;
    min-height: min(42rem, calc(100dvh - 2rem));
    padding: 1.25rem 1rem calc(1.5rem + env(safe-area-inset-bottom));
    color: #4e342e;
    text-align: center;
    place-content: center;
    gap: 0.85rem;
}

.petigotchi-empty-state__sprite[b-gzop6ls01f] {
    width: min(72vw, 20rem);
}

.petigotchi-empty-state h1[b-gzop6ls01f] {
    max-width: 24rem;
    font-weight: 850;
    letter-spacing: -0.025em;
}

.petigotchi-empty-state p[b-gzop6ls01f] {
    max-width: 28rem;
    color: #78665d;
}

.petigotchi-empty-state .mud-button-root[b-gzop6ls01f] {
    min-width: 12rem;
    min-height: 3.25rem;
    margin-top: 0.35rem;
    border-radius: 1rem;
}
/* /Components/Game/PetigotchiErrorState.razor.rz.scp.css */
.petigotchi-error-state[b-g4my17rj7v] {
    display: grid;
    justify-items: center;
    min-height: 28rem;
    padding: 2rem 1.25rem;
    color: #4e342e;
    text-align: center;
    place-content: center;
    gap: 0.8rem;
}

.petigotchi-error-state p[b-g4my17rj7v] {
    max-width: 28rem;
    color: #78665d;
}

.petigotchi-error-state .mud-button-root[b-g4my17rj7v] {
    min-height: 3rem;
    border-radius: 0.9rem;
}
/* /Components/Game/PetigotchiHeader.razor.rz.scp.css */
.petigotchi-game-header[b-q7n5x9lgc0] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    padding: 1rem 1rem 0.75rem;
}

.petigotchi-brand-icon[b-q7n5x9lgc0] {
    flex: 0 0 auto;
    width: 3.4rem;
    height: 3.4rem;
    border: 2px solid rgba(93, 64, 55, 0.14);
    border-radius: 1rem;
    object-fit: cover;
    background: #f7eadb;
}

.petigotchi-header-copy[b-q7n5x9lgc0] {
    min-width: 0;
    flex: 1;
}

.petigotchi-notification-button[b-q7n5x9lgc0] {
    flex: 0 0 auto;
    border: 1px solid rgba(239, 108, 0, 0.18);
    background: rgba(255, 248, 237, 0.88);
}

.petigotchi-header-actions[b-q7n5x9lgc0] {
    display: grid;
    flex: 0 0 auto;
    justify-items: end;
    gap: 0.35rem;
}

.petigotchi-header-buttons[b-q7n5x9lgc0] {
    display: flex;
    gap: 0.3rem;
}

.petigotchi-shop-button[b-q7n5x9lgc0] {
    border: 1px solid rgba(239, 108, 0, 0.18);
    background: rgba(255, 248, 237, 0.88);
}

.petigotchi-points-balance[b-q7n5x9lgc0] {
    display: flex;
    align-items: center;
    min-height: 2rem;
    padding: 0.25rem 0.55rem;
    border: 1px solid rgba(245, 124, 0, 0.25);
    border-radius: 999px;
    color: #7a3e00;
    background: #fff3d6;
    gap: 0.25rem;
}

.petigotchi-points-balance strong[b-q7n5x9lgc0] { font-size: 0.9rem; }

.petigotchi-points-balance span[b-q7n5x9lgc0] {
    font-size: 0.65rem;
    font-weight: 700;
}

.petigotchi-title-row[b-q7n5x9lgc0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.petigotchi-title-row h1[b-q7n5x9lgc0] {
    overflow: hidden;
    margin: 0;
    font-weight: 800;
    letter-spacing: -0.035em;
    text-overflow: ellipsis;
}

.petigotchi-age[b-q7n5x9lgc0] {
    color: #6d5b52;
}

.petigotchi-primary-status[b-q7n5x9lgc0] {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-top: 0.2rem;
    color: #3e2723;
    font-size: 0.88rem;
    font-weight: 600;
}

.petigotchi-status-dot[b-q7n5x9lgc0] {
    width: 0.55rem;
    height: 0.55rem;
    border-radius: 50%;
    background: #43a047;
    box-shadow: 0 0 0 0.22rem rgba(67, 160, 71, 0.14);
}

@media (max-width: 380px) {
    .petigotchi-game-header[b-q7n5x9lgc0] {
        gap: 0.7rem;
        padding-inline: 0.8rem;
    }

    .petigotchi-brand-icon[b-q7n5x9lgc0] {
        width: 3rem;
        height: 3rem;
    }

    .petigotchi-points-balance span[b-q7n5x9lgc0] { display: none; }
}
/* /Components/Game/PetigotchiInteractionItemCard.razor.rz.scp.css */
.petigotchi-item-card[b-qbvok5or38] {
    display: grid;
    grid-template-columns: 3.4rem minmax(0, 1fr) auto;
    width: 100%;
    min-height: 5rem;
    padding: 0.7rem;
    border: 1px solid rgba(93, 64, 55, 0.12);
    border-radius: 1rem;
    color: #3e2723;
    text-align: left;
    background: #fffdfb;
    cursor: pointer;
    touch-action: manipulation;
    transition: border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
    align-items: center;
    gap: 0.75rem;
}

.petigotchi-item-card:not(:disabled):hover[b-qbvok5or38],
.petigotchi-item-card:not(:disabled):focus-visible[b-qbvok5or38] {
    border-color: rgba(239, 108, 0, 0.4);
    outline: none;
    box-shadow: 0 0 0 0.2rem rgba(255, 152, 0, 0.12);
}

.petigotchi-item-card:not(:disabled):active[b-qbvok5or38] {
    transform: scale(0.985);
}

.petigotchi-item-card:disabled[b-qbvok5or38] {
    opacity: 0.58;
    cursor: not-allowed;
}

.petigotchi-item-card__image[b-qbvok5or38] {
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    padding: 0.35rem;
    border-radius: 0.85rem;
    background: #fff3e0;
}

.petigotchi-item-card__content[b-qbvok5or38] {
    display: grid;
    min-width: 0;
    gap: 0.22rem;
}

.petigotchi-item-card__description[b-qbvok5or38] {
    overflow: hidden;
    color: #78665d;
    font-size: 0.78rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.petigotchi-item-card__effects[b-qbvok5or38] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.3rem;
    margin-top: 0.2rem;
}

.petigotchi-effect[b-qbvok5or38] {
    padding: 0.15rem 0.38rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 750;
}

.petigotchi-effect--positive[b-qbvok5or38] {
    color: #1b5e20;
    background: #e8f5e9;
}

.petigotchi-effect--negative[b-qbvok5or38] {
    color: #b71c1c;
    background: #ffebee;
}

@media (prefers-reduced-motion: reduce) {
    .petigotchi-item-card[b-qbvok5or38] {
        transition: none;
    }
}
/* /Components/Game/PetigotchiLoadingState.razor.rz.scp.css */
.petigotchi-loading-state[b-30v49m93p4] {
    display: grid;
    padding: 1rem;
    gap: 1rem;
}

.petigotchi-loading-header[b-30v49m93p4] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.petigotchi-loading-header > div:last-child[b-30v49m93p4] {
    display: grid;
    gap: 0.2rem;
}

.petigotchi-loading-sprite[b-30v49m93p4] {
    border-radius: 1.25rem;
}

.petigotchi-loading-grid[b-30v49m93p4] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

.petigotchi-sr-only[b-30v49m93p4] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
/* /Components/Game/PetigotchiSprite.razor.rz.scp.css */
.petigotchi-sprite-shell[b-ss9nolsifp] {
    width: min(72vw, 22rem);
    aspect-ratio: 1;
    contain: layout paint;
    user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.petigotchi-sprite-image[b-ss9nolsifp] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

@media (max-width: 380px) {
    .petigotchi-sprite-shell[b-ss9nolsifp] {
        width: min(80vw, 19rem);
    }
}
/* /Components/Game/PetigotchiStatusBar.razor.rz.scp.css */
.petigotchi-status-bar[b-gicz1ctuer] {
    min-width: 0;
    padding: 0.65rem 0.7rem;
    border: 1px solid rgba(93, 64, 55, 0.09);
    border-radius: 0.9rem;
    background: rgba(255, 255, 255, 0.72);
}

.petigotchi-status-bar--critical[b-gicz1ctuer] {
    border-color: rgba(211, 47, 47, 0.35);
    background: rgba(255, 235, 238, 0.82);
}

.petigotchi-status-bar--warning[b-gicz1ctuer] {
    border-color: rgba(245, 124, 0, 0.22);
    background: rgba(255, 248, 225, 0.72);
}

.petigotchi-status-bar__label[b-gicz1ctuer] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
    color: #4e342e;
    font-size: 0.78rem;
    font-weight: 650;
}

.petigotchi-status-bar--critical .petigotchi-status-bar__label[b-gicz1ctuer] {
    color: #b71c1c;
}

.petigotchi-status-bar__value[b-gicz1ctuer] {
    font-variant-numeric: tabular-nums;
    font-weight: 800;
}

.petigotchi-status-bar__track[b-gicz1ctuer] {
    position: relative;
    padding-right: 0;
}

.petigotchi-critical-marker[b-gicz1ctuer] {
    position: absolute;
    top: 50%;
    right: 0.25rem;
    display: grid;
    color: #ffffff;
    transform: translateY(-50%);
    place-items: center;
    animation: petigotchi-critical-pulse-b-gicz1ctuer 2.4s ease-in-out infinite;
}

@keyframes petigotchi-critical-pulse-b-gicz1ctuer {
    0%, 100% { opacity: 0.72; transform: translateY(-50%) scale(0.92); }
    50% { opacity: 1; transform: translateY(-50%) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
    .petigotchi-critical-marker[b-gicz1ctuer] {
        animation: none;
    }
}
/* /Components/Game/PetigotchiStatusPanel.razor.rz.scp.css */
.petigotchi-status-panel[b-nixytgwwki] {
    padding: 0.25rem 1rem 1rem;
}

.petigotchi-section-heading[b-nixytgwwki] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 0.6rem;
    color: #4e342e;
}

.petigotchi-section-heading h2[b-nixytgwwki] {
    font-weight: 800;
}

.petigotchi-status-grid[b-nixytgwwki] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
}

@media (max-width: 370px) {
    .petigotchi-status-grid[b-nixytgwwki] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.petigotchi-global-logout[b-84zppzzgf0] {
    position: fixed;
    z-index: 1200;
    top: max(.4rem, env(safe-area-inset-top));
    right: max(.4rem, env(safe-area-inset-right));
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(8px);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.petigotchi-page-shell[b-6cc043miir] {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    padding: max(0.75rem, env(safe-area-inset-top)) 0.75rem max(0.75rem, env(safe-area-inset-bottom));
    overflow-x: clip;
}

.petigotchi-game-surface[b-6cc043miir] {
    width: min(100%, 38rem);
    min-height: calc(100dvh - 1.5rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    margin: 0 auto;
    overflow: clip;
    border: 1px solid rgba(93, 64, 55, 0.12);
    border-radius: 1.5rem;
    background: rgba(255, 253, 250, 0.96);
    box-shadow: 0 1.1rem 3rem rgba(78, 52, 46, 0.13);
}

.petigotchi-game-surface--with-actions[b-6cc043miir] {
    padding-bottom: 11.5rem;
}

.petigotchi-game-stage[b-6cc043miir] {
    position: relative;
    display: grid;
    justify-items: center;
    margin: 0 0.8rem 0.75rem;
    padding: 0.5rem 0.5rem 0.75rem;
    overflow: hidden;
    border: 1px solid rgba(239, 108, 0, 0.08);
    border-radius: 1.3rem;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 224, 178, 0.7), transparent 56%),
        linear-gradient(180deg, rgba(255, 248, 238, 0.88), rgba(255, 255, 255, 0.96));
}

.petigotchi-game-stage--hatching[b-6cc043miir] {
    border-color: rgba(245, 124, 0, 0.36);
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 193, 7, 0.25), transparent 58%),
        linear-gradient(180deg, #fff8e1, #fffdf9);
}

.petigotchi-sprite-group[b-6cc043miir] {
    position: relative;
    display: grid;
    place-items: center;
}

.petigotchi-companion-layer[b-6cc043miir] {
    position: absolute;
    z-index: 3;
    right: -0.25rem;
    bottom: 0.25rem;
    left: -0.25rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 0.25rem;
    pointer-events: none;
}

.petigotchi-companion-slot[b-6cc043miir] {
    display: grid;
    min-width: 0;
    max-width: 9rem;
    flex: 1 1 0;
    place-items: end center;
}

.petigotchi-companion-slot:only-child[b-6cc043miir] {
    max-width: 10.5rem;
    margin-left: auto;
}

.petigotchi-point-feedback[b-6cc043miir] {
    position: absolute;
    z-index: 4;
    top: 12%;
    right: 8%;
    padding: 0.35rem 0.65rem;
    border: 1px solid rgba(245, 124, 0, 0.3);
    border-radius: 999px;
    color: #7a3e00;
    background: rgba(255, 248, 225, 0.96);
    box-shadow: 0 0.4rem 1.2rem rgba(121, 85, 72, 0.16);
    font-size: 0.85rem;
    font-weight: 800;
    animation: petigotchi-point-earned-b-6cc043miir 1.8s ease-out forwards;
}

@keyframes petigotchi-point-earned-b-6cc043miir {
    0% { opacity: 0; transform: translateY(0.8rem) scale(0.9); }
    20% { opacity: 1; transform: translateY(0) scale(1); }
    75% { opacity: 1; }
    100% { opacity: 0; transform: translateY(-1.2rem); }
}

@media (prefers-reduced-motion: reduce) {
    .petigotchi-point-feedback[b-6cc043miir] { animation: none; }
}

@media (max-width: 420px) {
    .petigotchi-companion-layer[b-6cc043miir] {
        right: -0.15rem;
        left: -0.15rem;
        gap: 0.1rem;
    }

    .petigotchi-companion-slot[b-6cc043miir] {
        max-width: 7.25rem;
    }
}

.petigotchi-stage-caption[b-6cc043miir] {
    min-height: 1.6rem;
    padding: 0.28rem 0.7rem;
    border: 1px solid rgba(93, 64, 55, 0.12);
    border-radius: 999px;
    color: #6d4c41;
    background: rgba(255, 255, 255, 0.82);
    font-size: 0.72rem;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

.petigotchi-hatching-focus[b-6cc043miir] {
    display: grid;
    width: min(90%, 24rem);
    margin-top: 0.7rem;
    color: #8d4b00;
    text-align: center;
    gap: 0.25rem;
}

.petigotchi-hatching-focus span[b-6cc043miir] {
    font-size: 0.72rem;
}

.petigotchi-no-options-alert[b-6cc043miir] {
    margin: 0 1rem 0.75rem;
}

@media (max-width: 600px) {
    .petigotchi-page-shell[b-6cc043miir] {
        padding: env(safe-area-inset-top) 0 env(safe-area-inset-bottom);
    }

    .petigotchi-game-surface[b-6cc043miir] {
        min-height: 100dvh;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
        box-shadow: none;
    }
}

@media (max-width: 380px) {
    .petigotchi-game-stage[b-6cc043miir] {
        margin-inline: 0.55rem;
        padding-inline: 0.25rem;
    }
}
/* /Components/Pages/PetigotchiLogin.razor.rz.scp.css */
.petigotchi-login-page[b-q5ov4deb0n] {
    min-height: 100dvh;
    display: grid;
    place-items: center;
    padding: max(1rem, env(safe-area-inset-top)) 1rem max(1rem, env(safe-area-inset-bottom));
    background: radial-gradient(circle at top, #fff4d8 0, #fff8ed 48%, #f8eadc 100%);
}

.petigotchi-login-card[b-q5ov4deb0n] {
    width: min(100%, 25rem);
    padding: clamp(1.5rem, 6vw, 2.25rem);
    border-radius: 1.75rem;
    text-align: center;
}

.petigotchi-login-icon[b-q5ov4deb0n] {
    width: 5.5rem;
    height: 5.5rem;
    object-fit: contain;
    margin-bottom: .75rem;
}

.petigotchi-login-subtitle[b-q5ov4deb0n] { color: #6f6255; }
/* /Components/Pages/PetigotchiShop.razor.rz.scp.css */
.petigotchi-shop-page[b-izmwwmzs9a] {
    width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    padding: max(0.75rem, env(safe-area-inset-top)) 0.75rem max(0.75rem, env(safe-area-inset-bottom));
}

.petigotchi-shop-surface[b-izmwwmzs9a] {
    width: min(100%, 62rem);
    min-height: calc(100dvh - 1.5rem);
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(93, 64, 55, 0.12);
    border-radius: 1.5rem;
    background: rgba(255, 253, 250, 0.97);
    box-shadow: 0 1.1rem 3rem rgba(78, 52, 46, 0.13);
}

.petigotchi-shop-header[b-izmwwmzs9a] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    padding: 1rem;
    gap: 0.8rem;
}

.petigotchi-shop-header h1[b-izmwwmzs9a] { margin: 0; font-weight: 800; }

.petigotchi-shop-balance[b-izmwwmzs9a],
.petigotchi-product-price[b-izmwwmzs9a] {
    display: flex;
    align-items: center;
    color: #7a3e00;
    gap: 0.3rem;
}

.petigotchi-shop-balance[b-izmwwmzs9a] {
    padding: 0.45rem 0.7rem;
    border: 1px solid rgba(245, 124, 0, 0.25);
    border-radius: 999px;
    background: #fff3d6;
}

.petigotchi-shop-loading[b-izmwwmzs9a],
.petigotchi-shop-empty[b-izmwwmzs9a] {
    display: grid;
    min-height: 18rem;
    padding: 2rem 1rem;
    color: #6d4c41;
    place-items: center;
    align-content: center;
    text-align: center;
    gap: 0.6rem;
}

.petigotchi-shop-empty h2[b-izmwwmzs9a],
.petigotchi-shop-empty p[b-izmwwmzs9a] { margin: 0; }
.petigotchi-shop-empty p[b-izmwwmzs9a] { max-width: 30rem; }

.petigotchi-shop-tabs[b-izmwwmzs9a] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 1rem 0.75rem;
    padding: 0.25rem;
    border-radius: 0.9rem;
    background: #f5eee7;
    gap: 0.25rem;
}

.petigotchi-shop-tab[b-izmwwmzs9a],
.petigotchi-category-filter[b-izmwwmzs9a] {
    border: 0;
    color: #6d4c41;
    background: transparent;
    cursor: pointer;
    font-weight: 700;
}

.petigotchi-shop-tab[b-izmwwmzs9a] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    border-radius: 0.7rem;
    gap: 0.4rem;
}

.petigotchi-shop-tab.is-active[b-izmwwmzs9a],
.petigotchi-category-filter.is-active[b-izmwwmzs9a] {
    color: #7a3e00;
    background: #ffffff;
    box-shadow: 0 0.2rem 0.8rem rgba(93, 64, 55, 0.1);
}

.petigotchi-category-filters[b-izmwwmzs9a] {
    display: flex;
    padding: 0 1rem 0.8rem;
    overflow-x: auto;
    scrollbar-width: thin;
    gap: 0.4rem;
}

.petigotchi-category-filter[b-izmwwmzs9a] {
    flex: 0 0 auto;
    min-height: 2.1rem;
    padding: 0.35rem 0.75rem;
    border: 1px solid rgba(93, 64, 55, 0.14);
    border-radius: 999px;
    background: #fffaf3;
    font-size: 0.78rem;
}

.petigotchi-product-grid[b-izmwwmzs9a] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
    padding: 0 1rem 1rem;
    gap: 0.85rem;
}

.petigotchi-product-card[b-izmwwmzs9a] {
    position: relative;
    display: grid;
    overflow: hidden;
    border: 1px solid rgba(93, 64, 55, 0.13);
    border-radius: 1.15rem;
    background: #ffffff;
    box-shadow: 0 0.45rem 1.2rem rgba(93, 64, 55, 0.08);
}

.petigotchi-product-image-shell[b-izmwwmzs9a] {
    position: relative;
    display: grid;
    min-height: 10rem;
    background: radial-gradient(circle, #fff3d6, #fffaf3 70%);
    place-items: center;
}

.petigotchi-product-image[b-izmwwmzs9a] {
    width: 100%;
    height: 11rem;
    padding: 0.65rem;
    object-fit: contain;
}

.petigotchi-product-image-fallback[b-izmwwmzs9a] {
    display: grid;
    width: 5rem;
    height: 5rem;
    border: 1px dashed rgba(93, 64, 55, 0.3);
    border-radius: 1.25rem;
    color: #8d6e63;
    background: rgba(255, 255, 255, 0.75);
    place-items: center;
}

.petigotchi-owned-badge[b-izmwwmzs9a],
.petigotchi-equipped-state[b-izmwwmzs9a] {
    display: flex;
    align-items: center;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    gap: 0.25rem;
}

.petigotchi-owned-badge[b-izmwwmzs9a] {
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
    padding: 0.3rem 0.55rem;
    color: #1b5e20;
    background: rgba(232, 245, 233, 0.95);
}

.petigotchi-product-copy[b-izmwwmzs9a] { padding: 0.8rem 0.9rem 0.35rem; }
.petigotchi-product-copy h2[b-izmwwmzs9a] { margin: 0.3rem 0; font-size: 1.05rem; }
.petigotchi-product-copy p[b-izmwwmzs9a] { margin: 0; color: #6d5b52; font-size: 0.82rem; }

.petigotchi-product-meta[b-izmwwmzs9a] {
    display: flex;
    color: #8d6e63;
    font-size: 0.68rem;
    font-weight: 700;
    gap: 0.55rem;
}

.petigotchi-product-actions[b-izmwwmzs9a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.7rem 0.9rem 0.9rem;
    gap: 0.75rem;
}

.petigotchi-insufficient-points[b-izmwwmzs9a] {
    margin: -0.25rem 0.9rem 0.8rem;
    color: #b45309;
    font-size: 0.72rem;
    font-weight: 700;
}

.petigotchi-equipped-state[b-izmwwmzs9a] {
    position: absolute;
    top: 0.6rem;
    left: 0.6rem;
    padding: 0.3rem 0.55rem;
    color: #0d47a1;
    background: rgba(227, 242, 253, 0.96);
}

@media (max-width: 600px) {
    .petigotchi-shop-page[b-izmwwmzs9a] { padding: env(safe-area-inset-top) 0 env(safe-area-inset-bottom); }
    .petigotchi-shop-surface[b-izmwwmzs9a] { min-height: 100dvh; border-right: 0; border-left: 0; border-radius: 0; box-shadow: none; }
    .petigotchi-shop-header[b-izmwwmzs9a] { padding-inline: 0.65rem; }
    .petigotchi-shop-balance span[b-izmwwmzs9a] { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .petigotchi-product-card[b-izmwwmzs9a],
    .petigotchi-shop-tab[b-izmwwmzs9a] { transition: none !important; }
}
