/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-t36uaazg5t] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-t36uaazg5t] {
    flex: 1;
}

.sidebar[b-t36uaazg5t] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-t36uaazg5t] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-t36uaazg5t]  a, .top-row[b-t36uaazg5t]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-t36uaazg5t]  a:hover, .top-row[b-t36uaazg5t]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-t36uaazg5t]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-t36uaazg5t] {
        justify-content: space-between;
    }

    .top-row[b-t36uaazg5t]  a, .top-row[b-t36uaazg5t]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-t36uaazg5t] {
        flex-direction: row;
    }

    .sidebar[b-t36uaazg5t] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-t36uaazg5t] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-t36uaazg5t]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-t36uaazg5t], article[b-t36uaazg5t] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.bottom-app-nav[b-pmcgloeegp] {
    position: fixed;
    left: 0.75rem;
    right: 0.75rem;
    bottom: 0.9rem;
    height: 74px;
    z-index: 50;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 0.3rem;
    border-radius: 24px;
    padding: 0.55rem;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(148, 163, 184, 0.18);
    box-shadow: 0 18px 38px rgba(2, 6, 23, 0.45);
    backdrop-filter: blur(18px);
}

.bottom-app-nav[b-pmcgloeegp]  .nav-item {
    text-decoration: none;
    color: #94a3b8;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
    padding: 0.25rem 0;
    position: relative;
    transform: translateY(0);
    transition: color 0.25s ease, transform 0.25s ease, background-color 0.25s ease;
}

.bottom-app-nav[b-pmcgloeegp]  .nav-item .icon {
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom-app-nav[b-pmcgloeegp]  .nav-item .icon i {
    width: 1.3rem;
    height: 1.3rem;
}

.bottom-app-nav[b-pmcgloeegp]  .nav-item .label {
    font-size: 0.68rem;
    letter-spacing: 0.02em;
    margin-top: 0;
}

.bottom-app-nav[b-pmcgloeegp]  .nav-item::before {
    content: "";
    position: absolute;
    top: 4px;
    left: 16%;
    width: 68%;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #14b8a6, #3b82f6);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.24s ease;
}

.bottom-app-nav[b-pmcgloeegp]  .nav-item.active {
    color: #e2e8f0;
    transform: translateY(-3px);
    background: rgba(20, 184, 166, 0.12);
}

.bottom-app-nav[b-pmcgloeegp]  .nav-item.active::before {
    transform: scaleX(1);
}

.camera-fab[b-pmcgloeegp] {
    width: 58px;
    height: 58px;
    margin: 0 auto;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #14b8a6 0%, #3b82f6 100%);
    color: #f8fafc;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    display: grid;
    place-items: center;
    box-shadow: 0 10px 28px rgba(20, 184, 166, 0.45);
    transform: translateY(-16px);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
    padding: 0;
}

.camera-fab:hover[b-pmcgloeegp] {
    transform: translateY(-19px) scale(1.02);
    box-shadow: 0 14px 34px rgba(20, 184, 166, 0.5);
}

.logout-nav-item[b-pmcgloeegp] {
    background: none;
    border: none;
    cursor: pointer;
}

.detail-nav-item[b-pmcgloeegp] {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.logout-nav-item .icon i[b-pmcgloeegp] {
    color: #ef4444;
    transition: color 0.25s ease;
}

.logout-nav-item:hover .icon i[b-pmcgloeegp] {
    color: #dc2626;
}
