/* /Pages/AuthenticationPage.razor.rz.scp.css */
.auth-page[b-hhai1zwgu6] {
    position: fixed;
    inset: 0;
    background: var(--cust-background, #f2f2f2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.auth-card[b-hhai1zwgu6] {
    background: white;
    border-radius: 20px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 350px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.auth-logo[b-hhai1zwgu6] {
    width: 123px;
    height: 48px;
}

.auth-state[b-hhai1zwgu6] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    justify-content: center;
}

/* Spinner */
.auth-spinner[b-hhai1zwgu6] {
    width: 56px;
    height: 56px;
    border: 5px solid var(--cust-background, #f2f2f2);
    border-top-color: var(--rz-primary, #ef3b42);
    border-radius: 50%;
    animation: auth-spin-b-hhai1zwgu6 0.8s linear infinite;
}

@keyframes auth-spin-b-hhai1zwgu6 {
    to {
        transform: rotate(360deg);
    }
}

/* Typography */
.auth-title[b-hhai1zwgu6] {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--rz-secondary-light, #575656);
    margin: 0;
}

.auth-title--error[b-hhai1zwgu6] {
    color: var(--rz-primary, #ef3b42);
}

.auth-subtitle[b-hhai1zwgu6] {
    font-size: 0.875rem;
    color: var(--rz-secondary-lighter, #a5a5a5);
    max-width: 240px;
    line-height: 1.5;
    margin: 0;
}

/* Icons */
.auth-error-icon[b-hhai1zwgu6] {
    font-size: 2.75rem !important;
    color: var(--rz-primary, #ef3b42) !important;
}

.auth-success-icon[b-hhai1zwgu6] {
    font-size: 2.75rem !important;
    color: var(--rz-success, #22c55e) !important;
}

/* Action button */
.auth-action-btn[b-hhai1zwgu6] {
    margin-top: 0.5rem;
}

/* Footer */
.auth-footer[b-hhai1zwgu6] {
    font-size: 0.8rem;
    color: var(--rz-secondary-lighter, #a5a5a5);
}
/* /Pages/HomePage.razor.rz.scp.css */
/* /Shared/Components/NavigationEntry.razor.rz.scp.css */
/* /Shared/Dialogs/NotificationsDialog.razor.rz.scp.css */
.notifications-dialog-shell[b-4n4u698tzc] {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    overflow: hidden;
}

.notifications-header-block[b-4n4u698tzc] {
    padding: 15px 16px 12px;
    border-bottom: 1px solid #ececec;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.notifications-title-row[b-4n4u698tzc] {
    gap: 8px;
}

.notifications-title[b-4n4u698tzc] {
    color: #2f2f2f;
    font-size: 16px;
    font-weight: 700;
}

.notifications-count-badge[b-4n4u698tzc] {
    font-size: 10.5px;
    font-weight: 700;
    line-height: 1;
    padding: 1px 7px;
}

.notifications-spacer[b-4n4u698tzc] {
    flex: 1;
}

.notifications-close-button.rz-button[b-4n4u698tzc] {
    width: 28px;
    min-width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 8px;
}

.notifications-filter-bar .rz-button[b-4n4u698tzc] {
    border-radius: 999px;
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #5c5b5b;
    font-size: 11.5px;
    font-weight: 700;
    line-height: 1;
    min-height: 30px;
    padding-inline: 12px;
}

.notifications-filter-bar .rz-button.rz-state-active[b-4n4u698tzc] {
    background: #5c5b5b;
    border-color: #5c5b5b;
    color: #fff;
}

.notifications-bulk-actions .rz-button[b-4n4u698tzc] {
    min-height: 32px;
}

.notifications-search-row[b-4n4u698tzc] {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 36px;
    padding: 0 12px;
    border: 1px solid var(--rz-base-300);
    border-radius: 8px;
}

.notifications-search-icon[b-4n4u698tzc] {
    color: #8f8f8f;
    font-size: 16px;
}

.notifications-search-input[b-4n4u698tzc] {
    flex: 1;
}

.notifications-search-input.rz-textbox[b-4n4u698tzc] {
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
    height: 100%;
    min-width: 0;
    color: #2f2f2f;
    font-size: 12.5px;
}

.notifications-search-input.rz-textbox:focus[b-4n4u698tzc] {
    box-shadow: none;
}

.notifications-clear-search-button.rz-button[b-4n4u698tzc] {
    width: 26px;
    min-width: 26px;
    height: 26px;
    padding: 0;
    border-radius: 999px;
}

.notifications-list[b-4n4u698tzc] {
    flex: 1;
    overflow-y: auto;
}

.notifications-row[b-4n4u698tzc] {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    padding: 11px 16px 11px 13px;
    border-bottom: 1px solid #f4f4f4;
    cursor: pointer;
}

.notifications-row:hover[b-4n4u698tzc] {
    background: #fafafa !important;
}

.notifications-type-icon[b-4n4u698tzc] {
    margin-top: 2px;
    font-size: 16px;
}

.notifications-row-body[b-4n4u698tzc] {
    flex: 1;
    min-width: 0;
}

.notifications-row-top[b-4n4u698tzc] {
    display: flex;
    align-items: baseline;
    gap: 8px;
}

.notifications-row-title[b-4n4u698tzc] {
    color: #1f1f1f;
    font-size: 12.5px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notifications-row-time[b-4n4u698tzc] {
    margin-left: auto;
    color: #9a9999;
    font-size: 11px;
    white-space: nowrap;
}

.notifications-row-message[b-4n4u698tzc] {
    margin-top: 2px;
    color: #5c5b5b;
    font-size: 12px;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notifications-row-reference[b-4n4u698tzc] {
    margin-top: 3px;
    color: #9a9999;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 0.02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notifications-row-actions[b-4n4u698tzc] {
    display: flex;
    align-items: center;
    gap: 2px;
    flex-shrink: 0;
}

.notifications-row-icon-button.rz-button[b-4n4u698tzc] {
    width: 30px;
    min-width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 999px;
}

.notifications-empty-state[b-4n4u698tzc] {
    padding: 80px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
}

.notifications-empty-icon[b-4n4u698tzc] {
    font-size: 22px;
    color: #9a9999;
}

.notifications-empty-title[b-4n4u698tzc] {
    color: #5c5b5b;
    font-size: 15px;
    font-weight: 700;
}

.notifications-empty-text[b-4n4u698tzc] {
    max-width: 220px;
    color: #9a9999;
    font-size: 12px;
    line-height: 1.5;
}
