/* /Pages/Notifications/Detail.razor.rz.scp.css */
.thread-container[b-72pf9k79qg] {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
}

.thread-message[b-72pf9k79qg] {
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
}

    .thread-message:last-child[b-72pf9k79qg] {
        border-bottom: none;
    }

.thread-mine[b-72pf9k79qg] {
    background: #f8fbff;
}

.thread-meta[b-72pf9k79qg] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.thread-avatar[b-72pf9k79qg] {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0d6efd;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.avatar-mine[b-72pf9k79qg] {
    background: #198754;
}

.thread-body[b-72pf9k79qg] {
    font-size: 0.92rem;
    line-height: 1.6;
    white-space: pre-wrap;
    word-wrap: break-word;
    color: #212529;
    padding-left: 44px;
}

.thread-attachments[b-72pf9k79qg] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding-left: 44px;
    margin-top: 10px;
}

.attachment-chip[b-72pf9k79qg] {
    display: inline-flex;
    align-items: center;
    background: #f1f3f5;
    border: 1px solid #dee2e6;
    border-radius: 20px;
    padding: 4px 10px;
    font-size: 0.8rem;
    gap: 2px;
}

    .attachment-chip span[b-72pf9k79qg] {
        max-width: 180px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

/* ── Reply box ── */
.reply-box[b-72pf9k79qg] {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.reply-box-header[b-72pf9k79qg] {
    padding: 10px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    font-size: 0.875rem;
    font-weight: 600;
}

.reply-textarea[b-72pf9k79qg] {
    resize: none;
    border-radius: 0;
    font-size: 0.9rem;
    padding: 12px 16px;
}

    .reply-textarea:focus[b-72pf9k79qg] {
        box-shadow: none;
        border-color: #dee2e6;
    }

.reply-footer[b-72pf9k79qg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    border-top: 1px solid #dee2e6;
    background: #f8f9fa;
    flex-wrap: wrap;
    gap: 8px;
}
/* /Pages/Notifications/Index.razor.rz.scp.css */
.notif-list[b-84pxmj5yw0] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.notif-row[b-84pxmj5yw0] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.13s;
    background: #fff;
}

    .notif-row:last-child[b-84pxmj5yw0] {
        border-bottom: none;
    }

    .notif-row:hover[b-84pxmj5yw0] {
        background: #f8f9fa;
    }

.notif-unread[b-84pxmj5yw0] {
    background: #eff6ff !important;
}

    .notif-unread:hover[b-84pxmj5yw0] {
        background: #dbeafe !important;
    }

.notif-selected[b-84pxmj5yw0] {
    background: #fff8f0 !important;
}

    .notif-selected:hover[b-84pxmj5yw0] {
        background: #fef3e2 !important;
    }

.notif-dot-col[b-84pxmj5yw0] {
    width: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.notif-dot[b-84pxmj5yw0] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0d6efd;
    display: block;
}

.notif-content[b-84pxmj5yw0] {
    flex: 1;
    min-width: 0;
}

.notif-subject[b-84pxmj5yw0] {
    font-size: 0.92rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.notif-meta[b-84pxmj5yw0] {
    font-size: 0.78rem;
    margin-top: 2px;
}

.notif-date[b-84pxmj5yw0] {
    font-size: 0.78rem;
    white-space: nowrap;
    flex-shrink: 0;
}

.notif-arrow[b-84pxmj5yw0] {
    flex-shrink: 0;
    font-size: 0.8rem;
}

.notif-actions[b-84pxmj5yw0] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 2px;
    margin-right: 4px;
}

.btn-xs[b-84pxmj5yw0] {
    padding: 1px 6px;
    font-size: 0.75rem;
    line-height: 1.4;
    border-radius: 4px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* ── Desktop nav links in AppBar ─────────────────────────────────────────── */

.main-desktop-nav[b-8h6gz3d6na] {
    display: none;
}

@media (min-width: 960px) {
    .main-desktop-nav[b-8h6gz3d6na] {
        display: flex;
        align-items: center;
        margin-left: 20px;
        gap: 2px;
    }
}

.main-nav-link[b-8h6gz3d6na] {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 0.875rem;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
    white-space: nowrap;
}

.main-nav-link:hover[b-8h6gz3d6na] {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    text-decoration: none;
}

.main-nav-link.active[b-8h6gz3d6na] {
    background: rgba(230, 126, 34, 0.2);
    color: #e67e22;
}

/* ── Quick Links label — hide on very small phones ───────────────────────── */

@media (max-width: 420px) {
    .main-ql-label[b-8h6gz3d6na] {
        display: none;
    }
}

/* ── Bottom navigation — mobile only ────────────────────────────────────── */

.main-bottom-nav[b-8h6gz3d6na] {
    /* visible on mobile by default */
}

@media (min-width: 960px) {
    .main-bottom-nav[b-8h6gz3d6na] {
        display: none !important;
    }
}

/* MudBlazor bottom nav item colors on dark background */
.main-bottom-nav .mud-nav-item[b-8h6gz3d6na] {
    color: rgba(255, 255, 255, 0.6) !important;
}

.main-bottom-nav .mud-nav-item.active[b-8h6gz3d6na],
.main-bottom-nav .mud-bottom-nav-item--active[b-8h6gz3d6na] {
    color: #e67e22 !important;
}

/* ── Main content — pad bottom on mobile so content isn't behind bottom nav  */

@media (max-width: 959.98px) {
    .main-content-area[b-8h6gz3d6na] {
        padding-bottom: 70px !important;
    }
}

/* ── Profile dropdown ─────────────────────────────────────────────────────── */

.profile-dropdown[b-8h6gz3d6na] {
    min-width: 260px;
    border: 0;
    border-radius: 10px;
    overflow: hidden;
}

/* ── Avatar ───────────────────────────────────────────────────────────────── */

.user-avatar[b-8h6gz3d6na] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e67e22;
    color: #fff;
    font-weight: 700;
    font-size: .8rem;
    flex-shrink: 0;
    border: 2.5px solid #e67e22;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .35);
}

.user-avatar-lg[b-8h6gz3d6na] {
    width: 44px;
    height: 44px;
    font-size: .95rem;
    border: 2px solid #dee2e6;
}
