@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/iKinesis.Blazor/iKinesis.Blazor.ls3gevl49i.bundle.scp.css';
@import '_content/ReactorBlazorQRCodeScanner/ReactorBlazorQRCodeScanner.bundle.scp.css';

/* _content/HandyPet.Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-d3lxyr8ih1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-d3lxyr8ih1] {
    flex: 1;
}

.sidebar[b-d3lxyr8ih1] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-d3lxyr8ih1] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d3lxyr8ih1]  a, .top-row[b-d3lxyr8ih1]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-d3lxyr8ih1]  a:hover, .top-row[b-d3lxyr8ih1]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-d3lxyr8ih1]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-d3lxyr8ih1] {
        justify-content: space-between;
    }

    .top-row[b-d3lxyr8ih1]  a, .top-row[b-d3lxyr8ih1]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d3lxyr8ih1] {
        flex-direction: row;
    }

    .sidebar[b-d3lxyr8ih1] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d3lxyr8ih1] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-d3lxyr8ih1]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-d3lxyr8ih1], article[b-d3lxyr8ih1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-d3lxyr8ih1] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-d3lxyr8ih1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/HandyPet.Blazor/Components/Pages/PartyPage.razor.rz.scp.css */
/* Scoped CSS for PartyPage native photo gallery */

.photo-gallery[inherit-scope] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    outline: none;
}

.main-photo-wrapper[inherit-scope] {
    position: relative;
    width: 100%;
    aspect-ratio: 3 / 2;
    background: #f4f4f6;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-photo-wrapper:focus-visible[inherit-scope] {
    outline: 2px solid #1976d2;
}

.main-photo[inherit-scope] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.no-photo[inherit-scope] {
    font-size: 0.9rem;
    color: #666;
}

.nav-btn[inherit-scope] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.45);
    color: #fff;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background .2s;
}

.nav-btn:hover:not(:disabled)[inherit-scope] { background: rgba(0,0,0,0.6); }
.nav-btn:disabled[inherit-scope] { opacity: .35; cursor: default; }

.nav-btn.prev[inherit-scope] { left: 8px; }
.nav-btn.next[inherit-scope] { right: 8px; }

.thumb-strip[inherit-scope] {
    display: flex;
    flex-direction: row;
    gap: 6px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 4px 2px 6px 2px;
    scrollbar-width: thin;
    scrollbar-color: #b3b3b3 transparent;
    -webkit-overflow-scrolling: touch;
}

.thumb-strip[inherit-scope]::-webkit-scrollbar { height: 6px; }
.thumb-strip[inherit-scope]::-webkit-scrollbar-track { background: transparent; }
.thumb-strip[inherit-scope]::-webkit-scrollbar-thumb { background: #bdbdbd; border-radius: 3px; }
.thumb-strip[inherit-scope]::-webkit-scrollbar-thumb:hover { background: #9c9c9c; }

.thumb-btn[inherit-scope] {
    background: transparent;
    border: 2px solid transparent;
    padding: 0;
    margin: 0;
    border-radius: 6px;
    cursor: pointer;
    flex: 0 0 auto;
    position: relative;
    outline: none;
    transition: border-color .2s, transform .2s;
}

.thumb-btn img[inherit-scope] {
    display: block;
    width: 90px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
}

.thumb-btn:hover img[inherit-scope] { filter: brightness(1.05); }

.thumb-btn.active[inherit-scope] {
    border-color: #2196f3;
}

.thumb-btn.active img[inherit-scope] { outline: 2px solid #2196f3; outline-offset: -2px; }

@media (max-width: 600px) {
    .main-photo-wrapper[inherit-scope] { aspect-ratio: 3 / 2; }
    .thumb-btn img[inherit-scope] { width: 70px; height: 56px; }
}

@media (max-width: 430px) {
    .thumb-btn img[inherit-scope] { width: 62px; height: 50px; }
}
