/* /Components/Layout/AccountLayout.razor.rz.scp.css */
.page[b-d8xeaygpfz] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-d8xeaygpfz] {
    flex: 1;
}

.sidebar[b-d8xeaygpfz] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-d8xeaygpfz] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-d8xeaygpfz]  a, .top-row[b-d8xeaygpfz]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-d8xeaygpfz]  a:hover, .top-row[b-d8xeaygpfz]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-d8xeaygpfz]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-d8xeaygpfz] {
        justify-content: space-between;
    }

    .top-row[b-d8xeaygpfz]  a, .top-row[b-d8xeaygpfz]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-d8xeaygpfz] {
        flex-direction: row;
    }

    .sidebar[b-d8xeaygpfz] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-d8xeaygpfz] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-d8xeaygpfz]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-d8xeaygpfz], article[b-d8xeaygpfz] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-d8xeaygpfz] {
    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-d8xeaygpfz] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3cyv6397o9] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3cyv6397o9] {
    flex: 1;
}

.sidebar[b-3cyv6397o9] {
    background-color: #ffffff;
    border-right: 1px solid #e2e8f0;
}

.top-row[b-3cyv6397o9] {
    display: none;
}

    .top-row[b-3cyv6397o9]  a, .top-row[b-3cyv6397o9]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-3cyv6397o9]  a:hover, .top-row[b-3cyv6397o9]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-3cyv6397o9]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-3cyv6397o9] {
        justify-content: space-between;
    }

    .top-row[b-3cyv6397o9]  a, .top-row[b-3cyv6397o9]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3cyv6397o9] {
        flex-direction: row;
    }

    .sidebar[b-3cyv6397o9] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3cyv6397o9] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-3cyv6397o9]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-3cyv6397o9], article[b-3cyv6397o9] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-3cyv6397o9] {
    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-3cyv6397o9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* -- Sidebar header -- */
.sidebar-header[b-6tuxe1v92x] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 1.25rem 1.5rem;
}

.sidebar-logo[b-6tuxe1v92x] {
    width: 2.25rem;
    height: 2.25rem;
    background-color: #2563eb;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-size: 1rem;
}

.sidebar-title[b-6tuxe1v92x] {
    font-weight: 700;
    font-size: 1rem;
    color: #0f172a;
    white-space: nowrap;
}

/* -- Section labels -- */
.nav-section-label[b-6tuxe1v92x] {
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #94a3b8;
    padding: 1rem 1.25rem 0.4rem;
    text-transform: uppercase;
}

/* -- Nav items -- */
.nav-item[b-6tuxe1v92x] {
    font-size: 0.9rem;
    padding-bottom: 0.1rem;
}

.nav-item[b-6tuxe1v92x]  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #475569;
    background: none;
    border: none;
    border-radius: 0.5rem;
    height: 2.6rem;
    padding: 0 0.75rem;
    width: 100%;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
}

.nav-item[b-6tuxe1v92x]  a.active {
    background-color: #eff6ff;
    color: #2563eb;
}

.nav-item[b-6tuxe1v92x]  a.active .nav-icon {
    color: #2563eb;
}

.nav-item[b-6tuxe1v92x]  .nav-link:hover {
    background-color: #f1f5f9;
    color: #1e293b;
}

.nav-icon[b-6tuxe1v92x] {
    font-size: 1rem;
    width: 1.1rem;
    text-align: center;
    color: #64748b;
    flex-shrink: 0;
}

/* -- Mobile toggler -- */
.navbar-toggler[b-6tuxe1v92x] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 0.375rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2871,85,105,0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem #fff;
}

.navbar-toggler:checked[b-6tuxe1v92x] {
    background-color: #e2e8f0;
}

.nav-scrollable[b-6tuxe1v92x] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-6tuxe1v92x] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-6tuxe1v92x] {
        display: none;
    }

    .nav-scrollable[b-6tuxe1v92x] {
        display: block;
        height: calc(100vh - 5rem);
        overflow-y: auto;
    }
}
/* /Components/Shared/Header.razor.rz.scp.css */
.app-header[b-y1krtm1gib] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 3.5rem;
    padding: 0 1.5rem;
    background-color: #ffffff;
    border-bottom: 1px solid #e2e8f0;
}

.header-spacer[b-y1krtm1gib] {
    flex: 1;
}

.header-actions[b-y1krtm1gib] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

/* Icon buttons */
.header-icon-btn[b-y1krtm1gib] {
    position: relative;
    width: 2.25rem;
    height: 2.25rem;
    border: none;
    background: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.15s, color 0.15s;
}

.header-icon-btn:hover[b-y1krtm1gib] {
    background-color: #f1f5f9;
    color: #1e293b;
}

.badge-dot[b-y1krtm1gib] {
    position: absolute;
    top: 0.35rem;
    right: 0.35rem;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #ef4444;
    border-radius: 50%;
    border: 2px solid #ffffff;
}

/* Divider */
.header-divider[b-y1krtm1gib] {
    width: 1px;
    height: 1.75rem;
    background-color: #e2e8f0;
    margin: 0 0.5rem;
}

/* Profile section */
.header-profile[b-y1krtm1gib] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
    transition: background 0.15s;
}

.header-profile:hover[b-y1krtm1gib] {
    background-color: #f1f5f9;
}

.avatar[b-y1krtm1gib] {
    width: 2.1rem;
    height: 2.1rem;
    border-radius: 50%;
    background-color: #2563eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
    letter-spacing: 0.02em;
}

.profile-info[b-y1krtm1gib] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.profile-name[b-y1krtm1gib] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #0f172a;
    white-space: nowrap;
}

.profile-email[b-y1krtm1gib] {
    font-size: 0.72rem;
    color: #94a3b8;
    white-space: nowrap;
}
