/* /Components/Pages/Debug.razor.rz.scp.css */
.debug-page[b-taniq3s05z] {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.debug-header[b-taniq3s05z] {
    margin-bottom: 2rem;
}

.debug-header h1[b-taniq3s05z] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #212529;
    margin: 0;
}

.debug-content[b-taniq3s05z] {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
}

.debug-section[b-taniq3s05z] {
    margin-bottom: 2rem;
}

.debug-section:last-child[b-taniq3s05z] {
    margin-bottom: 0;
}

.debug-section h2[b-taniq3s05z] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
    margin-bottom: 1rem;
}

.debug-setting[b-taniq3s05z] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
    background-color: #f8f9fa;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.debug-setting-label[b-taniq3s05z] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 500;
    color: #212529;
}

.debug-setting-label .bi[b-taniq3s05z] {
    font-size: 1.25rem;
    color: #f26422;
}

.debug-setting-description[b-taniq3s05z] {
    font-size: 0.9rem;
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

.form-check-input:checked[b-taniq3s05z] {
    background-color: #f26422;
    border-color: #f26422;
}

.form-check-input:focus[b-taniq3s05z] {
    border-color: #f26422;
    box-shadow: 0 0 0 0.25rem rgba(242, 100, 34, 0.25);
}

/* /Components/Pages/Home.razor.rz.scp.css */
.home-landing[b-gbvp8mu9wm] {
    min-height: calc(100vh - 4rem);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
}

.home-loading[b-gbvp8mu9wm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    text-align: center;
}

.home-loading-spinner[b-gbvp8mu9wm] {
    width: 52px;
    height: 52px;
    border: 5px solid rgba(242, 100, 34, 0.2);
    border-top-color: #f26422;
    border-radius: 50%;
    animation: slwSpin-b-gbvp8mu9wm 0.9s linear infinite;
}

.home-loading-text[b-gbvp8mu9wm] {
    color: #6c757d;
    font-size: 1rem;
}

.home-empty[b-gbvp8mu9wm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
    max-width: 520px;
}

.home-empty-icon[b-gbvp8mu9wm] {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: rgba(242, 100, 34, 0.15);
    color: #f26422;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}

.home-empty-title[b-gbvp8mu9wm] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
}

.home-empty-subtitle[b-gbvp8mu9wm] {
    font-size: 0.95rem;
    color: #6c757d;
}

.home-empty-cta[b-gbvp8mu9wm] {
    margin-top: 0.75rem;
    background-color: #f26422;
    border-color: #f26422;
}

.home-empty-cta:disabled[b-gbvp8mu9wm] {
    opacity: 0.65;
}

@keyframes slwSpin-b-gbvp8mu9wm {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* /Components/Pages/Invites.razor.rz.scp.css */
.invites-page[b-t7tfewsq6d] {
    max-width: 960px;
    margin: 0 auto;
    padding: 1rem;
}

.invites-header[b-t7tfewsq6d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.invites-header-actions[b-t7tfewsq6d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.invites-confirm[b-t7tfewsq6d] {
    margin-bottom: 1rem;
}

.invites-body[b-t7tfewsq6d] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.invites-loading[b-t7tfewsq6d],
.invites-empty[b-t7tfewsq6d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
}

.invites-empty-icon[b-t7tfewsq6d] {
    font-size: 2rem;
    color: #adb5bd;
    margin-bottom: 0.5rem;
}

.invites-empty-title[b-t7tfewsq6d] {
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.invites-table-wrap[b-t7tfewsq6d] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.invites-table[b-t7tfewsq6d] {
    margin: 0;
    width: 100%;
}

.invites-table th[b-t7tfewsq6d],
.invites-table td[b-t7tfewsq6d] {
    white-space: nowrap;
    vertical-align: middle;
}

.invites-table td:last-child[b-t7tfewsq6d] {
    white-space: normal;
}

.invites-token[b-t7tfewsq6d] {
    font-size: 0.85em;
    padding: 0.15em 0.4em;
    background: #f1f3f4;
    border-radius: 4px;
}

.invites-divider[b-t7tfewsq6d] {
    margin: 1.5rem 0;
}

.invites-request[b-t7tfewsq6d] {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}

.invites-request-form[b-t7tfewsq6d] {
    max-width: 400px;
}
/* /Components/Pages/ListDetail.razor.rz.scp.css */
.list-detail-container[b-dbsxazru1h] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* List details nav bar - always light themed to match content area */
.list-details-nav[b-dbsxazru1h] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    flex-shrink: 0;
}

.list-details-back-btn[b-dbsxazru1h] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    border-radius: 50%;
    color: #212529;
    cursor: pointer;
    flex-shrink: 0;
}

.list-details-back-btn:hover[b-dbsxazru1h] {
    background-color: rgba(0, 0, 0, 0.06);
}

.list-details-back-btn .bi-chevron-left[b-dbsxazru1h] {
    font-size: 1.25rem;
}

.list-details-header-title[b-dbsxazru1h] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    margin-left: 4px;
    flex: 1;
    min-width: 0;
}

.list-details-header-icon[b-dbsxazru1h] {
    flex-shrink: 0;
}

.list-details-header-icon-circle[b-dbsxazru1h] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(108, 117, 125, 0.2);
    color: #6c757d;
    overflow: hidden;
}

.list-details-header-icon-circle img[b-dbsxazru1h] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-details-header-icon-text[b-dbsxazru1h] {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}

.list-details-header-icon-text.bi-list-ul[b-dbsxazru1h] {
    font-size: 1.25rem;
    color: #fff;
}

.list-details-header-text[b-dbsxazru1h] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.list-details-title[b-dbsxazru1h] {
    font-size: 1.125rem;
    font-weight: 700;
    color: #212529;
    margin: 0;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.list-details-member-count[b-dbsxazru1h] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #6c757d;
    margin: 0;
    line-height: 1.2;
}

.list-details-nav-actions[b-dbsxazru1h] {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.list-details-icon-btn[b-dbsxazru1h] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent;
    border-radius: 50%;
    color: #212529;
    cursor: pointer;
    text-decoration: none;
}

.list-details-icon-btn:hover[b-dbsxazru1h] {
    background-color: rgba(0, 0, 0, 0.06);
}

.list-details-icon-btn .bi[b-dbsxazru1h] {
    font-size: 1.25rem;
}

.list-project-context[b-dbsxazru1h] {
    padding: 6px 12px 8px;
    font-size: 0.875rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #fff;
}

[data-theme="dark"] .list-project-context[b-dbsxazru1h] {
    color: #adb5bd;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
}

.list-content[b-dbsxazru1h] {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.list-content-scrollable[b-dbsxazru1h] {
    flex: 1;
    overflow-y: auto;
    padding: 1.5rem;
}

.empty-state[b-dbsxazru1h] {
    text-align: center;
    padding: 3rem 1rem;
    color: #6c757d;
}

.tasks-list[b-dbsxazru1h] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.task-item[b-dbsxazru1h] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
}

.task-item:hover[b-dbsxazru1h] {
    background-color: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}


.task-content[b-dbsxazru1h] {
    flex: 1;
    min-width: 0;
}

.task-title[b-dbsxazru1h] {
    font-weight: 500;
    color: #212529;
    margin-bottom: 0.25rem;
}

.task-description[b-dbsxazru1h] {
    color: #6c757d;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.task-meta[b-dbsxazru1h] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.875rem;
    color: #6c757d;
}

.task-due-date[b-dbsxazru1h],
.task-assignees[b-dbsxazru1h] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.task-status-icon-wrapper[b-dbsxazru1h] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.5rem;
    position: relative;
}

.sortable-item-handle[b-dbsxazru1h] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    margin-left: 0.5rem;
    cursor: grab;
    opacity: 0;
    transition: opacity 0.2s;
}

.task-item:hover .sortable-item-handle[b-dbsxazru1h] {
    opacity: 1;
}

.sortable-item-handle:active[b-dbsxazru1h] {
    cursor: grabbing;
}

.sort-handle-lines[b-dbsxazru1h] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 16px;
    height: 12px;
    justify-content: center;
}

.sort-handle-lines span[b-dbsxazru1h] {
    width: 100%;
    height: 2px;
    background-color: #6c757d;
    border-radius: 1px;
}

.sortable-ghost[b-dbsxazru1h] {
    opacity: 0.4;
    background-color: #f0f0f0;
}

.sortable-chosen[b-dbsxazru1h] {
    cursor: grabbing;
}

/* Quick Add Footer - matching SLA design */
.quick-add-footer-new[b-dbsxazru1h] {
    background-color: rgba(246, 248, 246, 0.95);
    backdrop-filter: blur(16px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 8px 16px;
    padding-top: 8px;
    margin-top: auto;
}

.quick-add-input-container[b-dbsxazru1h] {
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
}

.quick-add-input-new[b-dbsxazru1h] {
    width: 100%;
    height: 48px;
    border-radius: 9999px;
    border: none;
    background-color: white;
    padding: 12px 48px 12px 16px;
    font-size: 16px;
    color: #1F2123;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.quick-add-input-new:focus[b-dbsxazru1h] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(242, 100, 34, 0.25);
}

.quick-add-input-new[b-dbsxazru1h]::placeholder {
    color: #667781;
}

.quick-add-input-new:disabled[b-dbsxazru1h] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.quick-add-button-new[b-dbsxazru1h] {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #f26422;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(-50%) scale(0.9);
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    z-index: 10;
}

.quick-add-button-new.visible[b-dbsxazru1h] {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.quick-add-button-new:hover:not(:disabled)[b-dbsxazru1h] {
    background-color: #d14a1f;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.quick-add-button-new:disabled[b-dbsxazru1h] {
    background-color: #6c757d;
    cursor: not-allowed;
    opacity: 0.6;
}

.quick-add-input-new.has-text + .quick-add-button-new[b-dbsxazru1h] {
    opacity: 1;
    transform: translateY(-50%) scale(1);
}

.quick-add-error[b-dbsxazru1h] {
    margin-top: 0.5rem;
    padding: 0.5rem;
    background-color: #f8d7da;
    border: 1px solid #f5c2c7;
    border-radius: 4px;
    color: #842029;
    font-size: 0.875rem;
}

/* List header stays light themed even in dark mode */
[data-theme="dark"] .list-details-nav[b-dbsxazru1h] {
    background-color: #f8f9fa;
    border-bottom-color: #dee2e6;
}

[data-theme="dark"] .list-details-back-btn[b-dbsxazru1h],
[data-theme="dark"] .list-details-icon-btn[b-dbsxazru1h] {
    color: #212529;
}

[data-theme="dark"] .list-details-back-btn:hover[b-dbsxazru1h],
[data-theme="dark"] .list-details-icon-btn:hover[b-dbsxazru1h] {
    background-color: rgba(0, 0, 0, 0.06);
}

[data-theme="dark"] .list-details-title[b-dbsxazru1h] {
    color: #212529;
}

[data-theme="dark"] .list-details-member-count[b-dbsxazru1h] {
    color: #6c757d;
}
/* /Components/Pages/Notifications.razor.rz.scp.css */
.notifications-page[b-mi7t5eq86r] {
    position: relative;
    max-width: 920px;
    margin: 0 auto;
    padding: 1rem;
    padding-bottom: 4rem;
}

.notifications-header[b-mi7t5eq86r] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.notifications-header-left[b-mi7t5eq86r] {
    display: flex;
    align-items: baseline;
    gap: 0.75rem;
    min-width: 0;
}

.notifications-count[b-mi7t5eq86r] {
    font-size: 0.9rem;
}

.notifications-header-actions[b-mi7t5eq86r] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.notifications-action-mark-all[b-mi7t5eq86r] {
    padding: 0 !important;
    font-weight: 600;
    color: #0d6efd !important;
    text-decoration: none !important;
}

.notifications-action-mark-all:hover:not(:disabled)[b-mi7t5eq86r] {
    color: #0a58ca !important;
}

.notifications-action-clear-all[b-mi7t5eq86r] {
    padding: 0 !important;
    font-weight: 500;
    color: #6c757d !important;
    text-decoration: none !important;
}

.notifications-action-clear-all:hover:not(:disabled)[b-mi7t5eq86r] {
    color: #dc3545 !important;
}

.notifications-body[b-mi7t5eq86r] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.notifications-loading[b-mi7t5eq86r],
.notifications-empty[b-mi7t5eq86r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
}

.notifications-empty-icon[b-mi7t5eq86r] {
    font-size: 2rem;
    color: #adb5bd;
    margin-bottom: 0.5rem;
}

.notifications-empty-title[b-mi7t5eq86r] {
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.notifications-list[b-mi7t5eq86r] {
    display: flex;
    flex-direction: column;
}

.notification-item[b-mi7t5eq86r] {
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.notification-item:hover[b-mi7t5eq86r] {
    background-color: #f8f9fa;
}

.notification-item.unread[b-mi7t5eq86r] {
    background-color: #fff5f2;
    border-left: 4px solid #F15A29;
}

.notification-item.read[b-mi7t5eq86r] {
    opacity: 0.85;
}

.notification-item-content[b-mi7t5eq86r] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.notification-user[b-mi7t5eq86r] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.notification-avatar[b-mi7t5eq86r],
.notification-avatar-circle[b-mi7t5eq86r] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
}

.notification-avatar[b-mi7t5eq86r] {
    object-fit: cover;
}

.notification-avatar-circle[b-mi7t5eq86r] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 0.875rem;
}

.notification-message[b-mi7t5eq86r] {
    font-size: 0.95rem;
    line-height: 1.35;
    color: #212529;
}

.notification-link[b-mi7t5eq86r] {
    color: #0d6efd;
    font-weight: 500;
}

.notification-field[b-mi7t5eq86r] {
    color: #6c757d;
    font-size: 0.85rem;
}

.notification-project[b-mi7t5eq86r] {
    font-size: 0.85rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.notification-meta[b-mi7t5eq86r] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.25rem;
    flex-wrap: wrap;
}

.notification-date[b-mi7t5eq86r] {
    flex: 1;
    min-width: 0;
}

.notification-item-actions[b-mi7t5eq86r] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: auto;
    flex-shrink: 0;
}

@media (hover: hover) and (pointer: fine) {
    .notification-item-actions[b-mi7t5eq86r] {
        opacity: 0;
        transition: opacity 0.15s ease;
    }

    .notification-item:hover .notification-item-actions[b-mi7t5eq86r] {
        opacity: 1;
    }
}

.notification-action-mark-read[b-mi7t5eq86r] {
    padding: 0 !important;
    font-size: 0.8rem !important;
    text-decoration: none !important;
}

.notification-action-clear[b-mi7t5eq86r] {
    padding: 0 !important;
    font-size: 0.8rem !important;
    color: #6c757d !important;
    text-decoration: none !important;
}

.notification-action-clear:hover[b-mi7t5eq86r] {
    color: #dc3545 !important;
}

.notifications-undo-toast[b-mi7t5eq86r] {
    position: fixed;
    left: 50%;
    bottom: 1.25rem;
    transform: translateX(-50%);
    z-index: 1080;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 1.1rem;
    background: #212529;
    color: #fff;
    border-radius: 8px;
    font-size: 0.9rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.notifications-undo-btn[b-mi7t5eq86r] {
    padding: 0 !important;
    color: #7dd3fc !important;
    font-weight: 600;
    text-decoration: none !important;
}

.notifications-undo-btn:hover[b-mi7t5eq86r] {
    color: #bae6fd !important;
}

@media (max-width: 640.98px) {
    .notifications-page[b-mi7t5eq86r] {
        padding: 0.75rem;
    }
}

/* /Components/Pages/Profile.razor.rz.scp.css */
.profile-page[b-yo52va2rrn] {
    max-width: 520px;
    margin: 0 auto;
    padding: 1rem;
}

.profile-header[b-yo52va2rrn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.profile-loading[b-yo52va2rrn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
}

.profile-body[b-yo52va2rrn] {
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 1.5rem;
}

.profile-avatar-section[b-yo52va2rrn] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.profile-avatar[b-yo52va2rrn] {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-avatar-placeholder[b-yo52va2rrn] {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-avatar-placeholder .bi-person[b-yo52va2rrn] {
    font-size: 2.5rem;
    color: #adb5bd;
}

.profile-form[b-yo52va2rrn] {
    margin-bottom: 0.5rem;
}

.profile-membership .card[b-yo52va2rrn] {
    border-radius: 8px;
}

.profile-change-password-form[b-yo52va2rrn] {
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 8px;
    border: 1px solid #dee2e6;
}
/* /Components/Pages/Settings.razor.rz.scp.css */
.settings-page[b-edio25tasj] {
    max-width: 560px;
    margin: 0 auto;
}

.settings-header[b-edio25tasj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}

.settings-container[b-edio25tasj] {
    padding-bottom: 2rem;
}

.settings-section-wrapper[b-edio25tasj] {
    margin-bottom: 1.5rem;
}

.settings-section-wrapper:last-child[b-edio25tasj] {
    margin-bottom: 0;
}

.settings-section-header[b-edio25tasj] {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 0.5rem;
    margin-top: 0;
    padding: 0 0.25rem;
    color: var(--bs-secondary);
}

.settings-card[b-edio25tasj] {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    background: var(--bs-body-bg);
    border: 1px solid var(--bs-border-color);
}

.settings-list[b-edio25tasj] {
    padding: 0;
    margin: 0;
    list-style: none;
}

.settings-list-item[b-edio25tasj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.875rem 1rem;
    gap: 0.75rem;
    background: transparent;
    border: none;
    border-radius: 0;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: background-color 0.2s;
    min-height: 52px;
    box-sizing: border-box;
}

.settings-list-item:hover[b-edio25tasj] {
    background: rgba(0, 0, 0, 0.04);
}

.settings-list-item:focus-visible[b-edio25tasj] {
    outline: 2px solid var(--bs-primary);
    outline-offset: -2px;
}

.settings-item-left[b-edio25tasj] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
    flex: 1;
}

.settings-item-icon[b-edio25tasj] {
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    flex-shrink: 0;
    color: var(--bs-secondary);
}

.settings-item-text[b-edio25tasj] {
    font-weight: 500;
    font-size: 1rem;
}

.settings-chevron[b-edio25tasj] {
    font-size: 1rem;
    color: var(--bs-secondary);
    opacity: 0.8;
    flex-shrink: 0;
}

.settings-divider[b-edio25tasj] {
    margin: 0 1rem;
    border: 0;
    border-top: 1px solid var(--bs-border-color);
}

.settings-logout-item:hover[b-edio25tasj] {
    background: rgba(220, 53, 69, 0.08);
}

.settings-logout-icon[b-edio25tasj],
.settings-logout-text[b-edio25tasj] {
    color: var(--bs-danger) !important;
}

.settings-item-value[b-edio25tasj] {
    font-size: 0.875rem;
    color: var(--bs-secondary);
    flex-shrink: 0;
}

.settings-list-item .form-check-input[b-edio25tasj] {
    cursor: pointer;
}
/* /Components/Pages/SpaceDetail.razor.rz.scp.css */
/* Fill workspace-host; extend to full content height so background covers entire scrollable area. */
.space-detail-container[b-ad9do7w5m0] {
    min-height: max(100%, var(--canvas-content-height, 400px));
    /* Must be at least as wide as .space-content-canvas min-width, or horizontal scroll reveals
       area outside this box and the viewport-fixed background disappears (white parent shows). */
    min-width: max(calc(100% + 3rem), var(--canvas-content-width, 800px));
    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
}

/* Full-bleed background: desktop */
@media (min-width: 992px) {
    .space-detail-container[b-ad9do7w5m0] {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        width: calc(100% + 3rem);
    }
}

/* Full-bleed background: small/narrow mode (cancel content px-4 so background fills viewport) */
@media (max-width: 991.98px) {
    .space-detail-container[b-ad9do7w5m0] {
        margin-left: -1.5rem;
        margin-right: -1.5rem;
        width: calc(100% + 3rem);
        box-sizing: border-box;
    }
}

/* Takes remaining height in container so canvas can use 100% of it. */
.space-content[b-ad9do7w5m0] {
    flex: 1;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: visible;
    position: relative;
    box-sizing: border-box;
}

/* Canvas auto-grows with tile extents; no nested scroll. Intentional tile inset only, no dead strip above. */
.space-content-canvas[b-ad9do7w5m0] {
    position: relative;
    width: 100%;
    min-width: max(100%, var(--canvas-content-width, 800px));
    min-height: 100%;
    height: max(var(--canvas-content-height, 400px), 100%);
    overflow: visible;
    background-color: transparent;
    padding: 24px;
    box-sizing: border-box;
}

.space-list-section[b-ad9do7w5m0] {
    background-color: rgba(255, 255, 255, 0.98);
    border: 1px solid #e2e6ea;
    border-radius: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.06);
    cursor: pointer;
    user-select: none;
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.space-list-section:hover[b-ad9do7w5m0] {
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.08);
    border-color: #dee2e6;
}

.space-list-section.dragging[b-ad9do7w5m0] {
    opacity: 0.6;
    cursor: grabbing;
}

.space-list-header[b-ad9do7w5m0] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1.15rem;
    padding-right: 4rem; /* leave room for drag handle + menu button */
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    cursor: pointer;
    transition: background-color 0.2s;
    position: relative;
}

.space-list-header:hover[b-ad9do7w5m0] {
    background-color: #f1f3f5;
}

.space-list-icon[b-ad9do7w5m0],
.space-list-icon-initials[b-ad9do7w5m0],
.space-list-icon-placeholder[b-ad9do7w5m0] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 600;
}

.space-list-icon[b-ad9do7w5m0] {
    object-fit: cover;
}

/* Match LHS list avatars (Planhive accent on project-colored circle). */
.space-list-icon-initials[b-ad9do7w5m0] {
    color: var(--slw-sidebar-accent, #F26522);
}

.space-list-icon-placeholder[b-ad9do7w5m0] {
    font-size: 1rem;
    color: var(--slw-sidebar-text-secondary, #6c757d);
}

.space-list-header-text[b-ad9do7w5m0] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.space-list-title[b-ad9do7w5m0] {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0;
    color: #212529;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.space-list-project[b-ad9do7w5m0] {
    color: #6c757d;
    margin: 0.15rem 0 0 0;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.space-list-content[b-ad9do7w5m0] {
    padding: 0.75rem 1.15rem;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}

/* Translucent label so the notice is readable on dark space backgrounds */
.empty-state[b-ad9do7w5m0] {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    text-align: center;
    padding: 0.75rem 1.25rem;
    background: rgba(255, 255, 255, 0.88);
    backdrop-filter: blur(6px);
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.empty-state-message[b-ad9do7w5m0] {
    margin: 0;
    color: #495057;
    font-size: 0.95rem;
}

.space-list-empty-tasks[b-ad9do7w5m0] {
    padding: 0.5rem 0;
    text-align: center;
}

.space-list-empty-tasks p[b-ad9do7w5m0] {
    margin: 0;
    font-size: 0.9rem;
}

.tasks-list[b-ad9do7w5m0] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.task-item[b-ad9do7w5m0] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 0.65rem 0.85rem;
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
}

.task-item:hover[b-ad9do7w5m0] {
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.task-content[b-ad9do7w5m0] {
    flex: 1;
    min-width: 0;
}

.task-title[b-ad9do7w5m0] {
    font-weight: 500;
    font-size: 0.9rem;
    color: #495057;
    margin-bottom: 0.15rem;
}

.task-description[b-ad9do7w5m0] {
    color: #6c757d;
    font-size: 0.8rem;
    margin-bottom: 0.35rem;
}

.task-meta[b-ad9do7w5m0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    font-size: 0.75rem;
    color: #868e96;
}

.task-due-date[b-ad9do7w5m0],
.task-assignees[b-ad9do7w5m0] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.task-status-icon-wrapper[b-ad9do7w5m0] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.25rem;
    position: relative;
}

.sortable-item-handle[b-ad9do7w5m0] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem;
    margin-left: 0.5rem;
    cursor: grab;
    opacity: 0;
    transition: opacity 0.2s;
}

.task-item:hover .sortable-item-handle[b-ad9do7w5m0] {
    opacity: 1;
}

.sortable-item-handle:active[b-ad9do7w5m0] {
    cursor: grabbing;
}

.sort-handle-lines[b-ad9do7w5m0] {
    display: flex;
    flex-direction: column;
    gap: 3px;
    width: 16px;
    height: 12px;
    justify-content: center;
}

.sort-handle-lines span[b-ad9do7w5m0] {
    width: 100%;
    height: 2px;
    background-color: #6c757d;
    border-radius: 1px;
}

.space-list-header-actions[b-ad9do7w5m0] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    z-index: 10;
}

.space-list-drag-handle[b-ad9do7w5m0] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
    opacity: 0.5;
    transition: opacity 0.2s;
}

.space-list-drag-handle:hover[b-ad9do7w5m0] {
    opacity: 0.8;
}

.space-list-drag-handle:active[b-ad9do7w5m0] {
    cursor: grabbing;
    opacity: 1;
}

.drag-handle-dots-vertical[b-ad9do7w5m0] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 2px;
    width: 12px;
    height: 16px;
}

.drag-handle-dots-vertical span[b-ad9do7w5m0] {
    width: 3px;
    height: 3px;
    background-color: #495057;
    border-radius: 50%;
}

.space-list-menu-button[b-ad9do7w5m0] {
    display: flex;
    color: #adb5bd;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 0.95rem;
    width: 22px;
    height: 22px;
    min-width: 22px;
    max-width: 22px;
    min-height: 22px;
    max-height: 22px;
    align-items: center;
    justify-content: center;
    transition: opacity 0.2s, color 0.2s;
    opacity: 0.65;
}

.space-list-menu-button:hover[b-ad9do7w5m0],
.space-list-menu-button.active[b-ad9do7w5m0] {
    opacity: 1;
    color: #212529;
}

/* Resize handle: condensed diagonal stripes (old Planhive style) */
.space-list-resize-handle[b-ad9do7w5m0] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 16px;
    cursor: nwse-resize;
    z-index: 10;
    background: repeating-linear-gradient(-45deg, transparent 0, transparent 2px, #6c757d 2px, #6c757d 3px);
    border-radius: 0 0 2px 0;
}

/* Add task box at foot of each list (old Planhive style) */
.space-list-add-task-footer[b-ad9do7w5m0] {
    flex-shrink: 0;
    padding: 0.5rem 1rem 0.75rem;
    border-top: 1px solid #e9ecef;
    background-color: rgba(248, 249, 250, 0.98);
}

.space-list-add-task-container[b-ad9do7w5m0] {
    position: relative;
    display: flex;
    align-items: center;
    height: 42px;
}

.space-list-add-task-input[b-ad9do7w5m0] {
    width: 100%;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #dee2e6;
    background-color: #fff;
    padding: 0.5rem 44px 0.5rem 1rem;
    font-size: 0.9rem;
    color: #212529;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    transition: border-color 0.2s, box-shadow 0.2s;
}

.space-list-add-task-input[b-ad9do7w5m0]::placeholder {
    color: #6c757d;
}

.space-list-add-task-input:focus[b-ad9do7w5m0] {
    outline: none;
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.space-list-add-task-input:disabled[b-ad9do7w5m0] {
    background-color: #e9ecef;
    cursor: not-allowed;
}

.space-list-add-task-btn[b-ad9do7w5m0] {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #0d6efd;
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.2s, background-color 0.2s;
    font-size: 1rem;
    z-index: 1;
}

.space-list-add-task-btn.visible[b-ad9do7w5m0],
.space-list-add-task-input.has-text + .space-list-add-task-btn[b-ad9do7w5m0] {
    opacity: 1;
}

.space-list-add-task-btn:hover:not(:disabled)[b-ad9do7w5m0] {
    background-color: #0b5ed7;
}

.space-list-add-task-btn:disabled[b-ad9do7w5m0] {
    background-color: #6c757d;
    cursor: not-allowed;
    opacity: 0.6;
}

.space-list-add-task-error[b-ad9do7w5m0] {
    margin-top: 0.25rem;
    font-size: 0.8rem;
}

.space-list-resize-handle:hover[b-ad9do7w5m0] {
    background: repeating-linear-gradient(-45deg, transparent 0, transparent 2px, #495057 2px, #495057 3px);
}

.space-list-section.resizing[b-ad9do7w5m0] {
    user-select: none;
}

/* /Components/Shared/AddPeopleModal.razor.rz.scp.css */
.add-people-modal-backdrop[b-gcdzdbgrkj] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.add-people-modal[b-gcdzdbgrkj] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.add-people-modal-content[b-gcdzdbgrkj] {
    background: var(--bs-body-bg, #fff);
    border-radius: 12px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    min-width: 480px;
    max-width: 640px;
    width: 100%;
    min-height: 280px;
    max-height: 85vh;
    display: flex;
    flex-direction: column;
}

.add-people-modal-header[b-gcdzdbgrkj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    flex-shrink: 0;
}

.add-people-modal-title[b-gcdzdbgrkj] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.add-people-modal-actions[b-gcdzdbgrkj] {
    display: flex;
    gap: 0.5rem;
}

.add-people-modal-body[b-gcdzdbgrkj] {
    padding: 1rem 1.25rem 1.25rem;
    overflow-y: auto;
    flex: 1;
}

.add-people-input-wrap[b-gcdzdbgrkj] {
    position: relative;
}

/* Inline chips + input: [ chip chip | cursor ] */
.add-people-input-inner[b-gcdzdbgrkj] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.35rem;
    min-height: 44px;
    padding: 0.35rem 0.6rem;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 8px;
    background: var(--bs-body-bg, #fff);
}

.add-people-input-inner:focus-within[b-gcdzdbgrkj] {
    border-color: var(--bs-primary);
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.add-people-input[b-gcdzdbgrkj] {
    flex: 1;
    min-width: 120px;
    border: none;
    outline: none;
    padding: 0.35rem 0.25rem;
    font-size: inherit;
    background: transparent;
}

.add-people-input[b-gcdzdbgrkj]::placeholder {
    color: var(--bs-secondary-color, #6c757d);
}

.add-people-suggestions[b-gcdzdbgrkj] {
    margin: 0.25rem 0 0 0;
    padding: 0.2rem 0;
    list-style: none;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.add-people-suggestion-row[b-gcdzdbgrkj] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0.75rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.add-people-suggestion-row:hover:not(.disabled)[b-gcdzdbgrkj] {
    background-color: var(--bs-tertiary-bg, #f8f9fa);
}

.add-people-suggestion-row.disabled[b-gcdzdbgrkj] {
    opacity: 0.7;
    cursor: not-allowed;
}

.add-people-suggestion-name[b-gcdzdbgrkj] {
    font-weight: 500;
    min-width: 0;
}

.add-people-suggestion-email[b-gcdzdbgrkj] {
    font-size: 0.875rem;
    color: var(--bs-secondary-color, #6c757d);
    min-width: 0;
}

.add-people-suggestion-hint[b-gcdzdbgrkj] {
    font-size: 0.75rem;
    color: var(--bs-secondary-color, #6c757d);
    margin-left: auto;
}

.add-people-suggestion-empty[b-gcdzdbgrkj] {
    cursor: default;
    color: var(--bs-secondary-color);
}

/* Pill/chip for each added person */
.add-people-chip[b-gcdzdbgrkj] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.2rem 0.5rem;
    background: var(--bs-tertiary-bg, #e9ecef);
    border-radius: 9999px;
    font-size: 0.8125rem;
    border: 1px solid var(--bs-border-color, rgba(0, 0, 0, 0.08));
}

.add-people-chip-completed[b-gcdzdbgrkj] {
    opacity: 0.8;
}

.add-people-chip-label[b-gcdzdbgrkj] {
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.add-people-chip-status[b-gcdzdbgrkj] {
    font-size: 0.65rem;
}

.add-people-chip-remove[b-gcdzdbgrkj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 1.1rem;
    padding: 0;
    border: none;
    background: transparent;
    color: var(--bs-secondary-color);
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    border-radius: 50%;
}

.add-people-chip-remove:hover[b-gcdzdbgrkj] {
    background: rgba(0, 0, 0, 0.1);
    color: var(--bs-body-color);
}

.add-people-result-summary[b-gcdzdbgrkj] {
    font-weight: 500;
}

.add-people-error[b-gcdzdbgrkj] {
    word-break: break-word;
}

.add-people-invalid[b-gcdzdbgrkj] {
    word-break: break-all;
}

[data-theme="dark"] .add-people-modal-content[b-gcdzdbgrkj] {
    background: var(--bs-body-bg);
}

[data-theme="dark"] .add-people-suggestion-row:hover:not(.disabled)[b-gcdzdbgrkj] {
    background-color: rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .add-people-chip[b-gcdzdbgrkj] {
    background: rgba(255, 255, 255, 0.1);
}
/* /Components/Shared/ListDetailsPanel.razor.rz.scp.css */
.list-details-overlay[b-0g7a6beuj0] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.list-details-panel[b-0g7a6beuj0] {
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    max-width: 600px;
    min-width: 400px;
    height: 100vh;
    background-color: var(--bs-body-bg, #fff);
    color: var(--bs-body-color, #212529);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}

.list-details-panel-inner[b-0g7a6beuj0] {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

/* Header: same pattern as space details – back + title + close */
.list-details-header[b-0g7a6beuj0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background-color: var(--bs-body-bg, #fff);
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    flex-shrink: 0;
    min-height: 52px;
}

.list-details-header-left[b-0g7a6beuj0] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
}

.list-details-back[b-0g7a6beuj0],
.list-details-close[b-0g7a6beuj0] {
    color: var(--bs-body-color, #212529);
    padding: 0.25rem 0.5rem;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1.1rem;
}

.list-details-back:hover[b-0g7a6beuj0],
.list-details-close:hover[b-0g7a6beuj0] {
    background-color: var(--bs-tertiary-bg, rgba(0, 0, 0, 0.06));
    border-radius: 4px;
}

.list-details-header-title[b-0g7a6beuj0] {
    font-weight: 500;
    font-size: 1rem;
    color: var(--bs-body-color, #212529);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-details-content[b-0g7a6beuj0] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}
/* /Components/Shared/ListFetchDebugPanel.razor.rz.scp.css */
/* In-flow nav section in LHS panel - self-contained contrast for readability */
.list-fetch-debug-panel[b-sja9xwsa9n] {
    display: flex;
    flex-direction: column;
    font-family: ui-monospace, monospace;
    font-size: 12px;
    flex-shrink: 0;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    color: #1e293b;
}

.list-fetch-debug-header[b-sja9xwsa9n] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-bottom: 1px solid #e2e8f0;
}

.list-fetch-debug-header .nav-section-title[b-sja9xwsa9n] {
    font-weight: 600;
    color: #1e293b;
}

.list-fetch-debug-header .bi[b-sja9xwsa9n] {
    color: #0ea5e9;
}

.list-fetch-debug-clear[b-sja9xwsa9n] {
    margin-left: auto;
    color: #475569;
    padding: 0 6px;
    font-size: 11px;
}

.list-fetch-debug-clear:hover[b-sja9xwsa9n] {
    color: #0f172a;
}

.list-fetch-debug-copy[b-sja9xwsa9n] {
    color: #475569;
    padding: 0 6px;
    font-size: 11px;
}

.list-fetch-debug-copy:hover:not(:disabled)[b-sja9xwsa9n] {
    color: #0f172a;
}

.list-fetch-debug-body[b-sja9xwsa9n] {
    overflow-y: auto;
    padding: 0 12px 8px;
    max-height: 200px;
}

.list-fetch-debug-empty[b-sja9xwsa9n] {
    color: #64748b;
    padding: 8px 0;
    font-size: 11px;
}

.list-fetch-debug-list[b-sja9xwsa9n] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-fetch-debug-row[b-sja9xwsa9n] {
    display: grid;
    gap: 6px;
    align-items: center;
    padding: 4px 6px;
    border-radius: 4px;
    margin-bottom: 2px;
    font-size: 11px;
}

.list-fetch-time[b-sja9xwsa9n] {
    color: #475569;
}

.list-fetch-debug-body[b-sja9xwsa9n]::-webkit-scrollbar {
    width: 6px;
}

.list-fetch-debug-body[b-sja9xwsa9n]::-webkit-scrollbar-track {
    background: #e2e8f0;
    border-radius: 3px;
}

.list-fetch-debug-body[b-sja9xwsa9n]::-webkit-scrollbar-thumb {
    background: #94a3b8;
    border-radius: 3px;
}

/* API call rows: time, method, url */
.api-call-debug-list[b-sja9xwsa9n] {
    max-height: 200px;
    overflow-y: auto;
}

.list-fetch-debug-row.api-call-row[b-sja9xwsa9n] {
    grid-template-columns: 72px 42px 1fr;
    background: rgba(14, 165, 233, 0.1);
    color: #1e293b;
    border: 1px solid rgba(14, 165, 233, 0.2);
}

.api-call-method[b-sja9xwsa9n] {
    font-size: 10px;
    padding: 1px 4px;
    border-radius: 3px;
    background: #0ea5e9;
    color: #fff;
    font-weight: 600;
}

.api-call-url[b-sja9xwsa9n] {
    color: #1e293b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/Shared/ListSettingsPanel.razor.rz.scp.css */
/* List info page - single scrollable layout */
.list-info-page[b-5dgd4a2lix] {
    max-width: 480px;
    margin: 0 auto;
    padding: 1rem 0;
}

.list-info-header[b-5dgd4a2lix] {
    margin-bottom: 0.75rem;
}

.list-info-back[b-5dgd4a2lix] {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--bs-body-color);
    font-size: 0.9375rem;
}

.list-info-back:hover[b-5dgd4a2lix] {
    color: var(--bs-primary);
}

.list-info-scroll[b-5dgd4a2lix] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* List icon section – hover overlay + pencil, click opens popover */
.list-info-avatar-section[b-5dgd4a2lix] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0.5rem;
}

.list-info-avatar-click-wrap[b-5dgd4a2lix] {
    position: relative;
    cursor: pointer;
    border-radius: 50%;
    outline: none;
}

.list-info-avatar-click-wrap:focus-visible[b-5dgd4a2lix] {
    outline: 2px solid var(--bs-primary, #0d6efd);
    outline-offset: 2px;
}

.list-info-avatar-wrapper[b-5dgd4a2lix] {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Subtle dark overlay on entire badge (5–8%), hover only */
.list-info-avatar-overlay[b-5dgd4a2lix] {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.06);
    opacity: 0;
    transition: opacity 180ms ease;
    pointer-events: none;
}

.list-info-avatar-click-wrap:hover .list-info-avatar-overlay[b-5dgd4a2lix] {
    opacity: 1;
}

/* Edit chip: inside badge, bottom-right, hover only. White chip with pencil for contrast. */
.list-info-avatar-edit-chip[b-5dgd4a2lix] {
    position: absolute;
    right: 6px;
    bottom: 6px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 180ms ease;
    pointer-events: none;
}

.list-info-avatar-click-wrap:hover .list-info-avatar-edit-chip[b-5dgd4a2lix] {
    opacity: 1;
}

.list-info-avatar-edit-chip .bi[b-5dgd4a2lix] {
    font-size: 12px;
    color: #495057;
}

[data-theme="dark"] .list-info-avatar-edit-chip[b-5dgd4a2lix] {
    background: #f8f9fa;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.35);
}

[data-theme="dark"] .list-info-avatar-edit-chip .bi[b-5dgd4a2lix] {
    color: #495057;
}

.list-info-avatar-img[b-5dgd4a2lix] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.list-info-avatar-initials[b-5dgd4a2lix],
.list-info-avatar-placeholder[b-5dgd4a2lix] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: white;
    font-size: 2rem;
}

.list-info-avatar-placeholder .bi[b-5dgd4a2lix] {
    font-size: 2.25rem;
}

/* Icon picker popover – Option A: Upload as header action */
.list-info-icon-popover-backdrop[b-5dgd4a2lix] {
    position: fixed;
    inset: 0;
    z-index: 1040;
    background: transparent;
}

.icon-picker[b-5dgd4a2lix] {
    position: absolute;
    left: 50%;
    top: calc(96px + 8px);
    transform: translateX(-50%);
    z-index: 1050;
    width: 360px;
    max-width: 90vw;
    padding: 16px;
    border-radius: 12px;
    background: var(--bs-body-bg, #fff);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid #e5e7eb;
}

.icon-picker:focus[b-5dgd4a2lix] {
    outline: none;
}

.icon-picker__header[b-5dgd4a2lix] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.icon-picker__title[b-5dgd4a2lix] {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: var(--bs-body-color);
}

.icon-picker__actions[b-5dgd4a2lix] {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Ghost button: Upload… – subtle, not primary */
.icon-picker__upload-btn[b-5dgd4a2lix] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 8px;
    border: none;
    background: transparent;
    font-size: 13px;
    color: #6b7280;
    cursor: pointer;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
}

.icon-picker__upload-btn:hover[b-5dgd4a2lix] {
    background: rgba(0, 0, 0, 0.06);
    color: var(--bs-body-color);
}

.icon-picker__close-btn[b-5dgd4a2lix] {
    border: none;
    background: transparent;
    font-size: 16px;
    color: #6b7280;
    cursor: pointer;
    padding: 4px;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s;
}

.icon-picker__close-btn:hover[b-5dgd4a2lix] {
    background: rgba(0, 0, 0, 0.06);
    color: var(--bs-body-color);
}

/* Hidden file input – no visible row; never show "Choose file" / "No file chosen". Visually hidden but focusable so label[for] opens the dialog. */
.icon-picker__file-input-wrap[b-5dgd4a2lix] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
    border: 0;
}

.icon-picker[b-5dgd4a2lix]  input[type="file"] {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    clip-path: inset(50%) !important;
    opacity: 0 !important;
    border: none !important;
    font-size: 0 !important;
}

.icon-picker__grid[b-5dgd4a2lix] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    margin-bottom: 12px;
}

.icon-tile[b-5dgd4a2lix] {
    height: 48px;
    border: none;
    border-radius: 10px;
    background: #f3f4f6;
    font-size: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.15s, border-color 0.15s;
}

.icon-tile:hover[b-5dgd4a2lix] {
    background: #e5e7eb;
}

.icon-tile--default[b-5dgd4a2lix] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #fff;
    background: #6c757d;
}

.icon-tile--selected[b-5dgd4a2lix] {
    border: 2px solid var(--bs-primary, #0d6efd);
    background: rgba(13, 110, 253, 0.1);
}

.icon-picker__colours[b-5dgd4a2lix] {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.icon-picker__colour-swatch[b-5dgd4a2lix] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid transparent;
    cursor: pointer;
    padding: 0;
    transition: transform 0.1s, border-color 0.15s;
}

.icon-picker__colour-swatch:hover[b-5dgd4a2lix] {
    transform: scale(1.1);
}

.icon-picker__colour-swatch--selected[b-5dgd4a2lix] {
    border-color: var(--bs-body-color, #212529);
    box-shadow: 0 0 0 1px var(--bs-body-bg, #fff);
}

.icon-picker__error[b-5dgd4a2lix] {
    font-size: 0.8125rem;
    color: var(--bs-danger, #dc3545);
    margin-bottom: 8px;
}

.icon-picker__divider[b-5dgd4a2lix] {
    border: none;
    height: 1px;
    background: #eee;
    margin: 12px 0;
}

/* Reset – subtle text, not destructive/red */
.icon-picker__reset[b-5dgd4a2lix] {
    background: transparent;
    border: none;
    font-size: 13px;
    color: #6b7280;
    cursor: pointer;
    padding: 0;
    transition: color 0.15s;
}

.icon-picker__reset:hover:not(:disabled)[b-5dgd4a2lix] {
    color: var(--bs-body-color);
    text-decoration: underline;
}

.icon-picker__reset:disabled[b-5dgd4a2lix] {
    opacity: 0.7;
    cursor: not-allowed;
}

[data-theme="dark"] .icon-picker[b-5dgd4a2lix] {
    background: var(--bs-body-bg);
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

[data-theme="dark"] .icon-picker__upload-btn[b-5dgd4a2lix] {
    color: #adb5bd;
}

[data-theme="dark"] .icon-picker__upload-btn:hover[b-5dgd4a2lix] {
    background: rgba(255, 255, 255, 0.08);
    color: #f8f9fa;
}

[data-theme="dark"] .icon-picker__close-btn[b-5dgd4a2lix] {
    color: #adb5bd;
}

[data-theme="dark"] .icon-picker__close-btn:hover[b-5dgd4a2lix] {
    background: rgba(255, 255, 255, 0.08);
    color: #f8f9fa;
}

[data-theme="dark"] .icon-tile[b-5dgd4a2lix] {
    background: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .icon-tile:hover[b-5dgd4a2lix] {
    background: rgba(255, 255, 255, 0.12);
}

[data-theme="dark"] .icon-picker__colour-swatch--selected[b-5dgd4a2lix] {
    border-color: #f8f9fa;
    box-shadow: 0 0 0 1px var(--bs-body-bg);
}

[data-theme="dark"] .icon-picker__divider[b-5dgd4a2lix] {
    background: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .icon-picker__reset[b-5dgd4a2lix] {
    color: #adb5bd;
}

[data-theme="dark"] .icon-picker__reset:hover:not(:disabled)[b-5dgd4a2lix] {
    color: #f8f9fa;
}

/* List name section – inline rename (desktop) */
.list-info-name-section[b-5dgd4a2lix] {
    margin-bottom: 0.25rem;
}

/* Read mode: [ List Name                    ✏ ] – pencil on hover only */
.list-info-name-read-container[b-5dgd4a2lix] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 8px 12px;
    min-height: 2.5rem;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 180ms ease;
}

.list-info-name-read-container:hover[b-5dgd4a2lix] {
    background-color: rgba(0, 0, 0, 0.03);
}

.list-info-name-read-container:focus[b-5dgd4a2lix] {
    outline: none;
}

.list-info-name-read-container:focus-visible[b-5dgd4a2lix] {
    outline: 2px solid var(--bs-primary, #0d6efd);
    outline-offset: 2px;
}

.list-info-name-heading[b-5dgd4a2lix] {
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--bs-body-color);
    flex: 1;
    min-width: 0;
    text-align: left;
}

.list-info-name-pencil[b-5dgd4a2lix] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6c757d;
    opacity: 0;
    transition: opacity 180ms ease;
}

.list-info-name-read-container:hover .list-info-name-pencil[b-5dgd4a2lix] {
    opacity: 1;
}

.list-info-name-pencil .bi[b-5dgd4a2lix] {
    font-size: 16px;
}

/* Edit mode: inline rename feel (Notion/Trello), not form field */
.list-info-name-edit-row[b-5dgd4a2lix] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    width: 100%;
}

.list-info-name-edit-row .list-info-name-input[b-5dgd4a2lix] {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
}

.list-info-name-input[b-5dgd4a2lix] {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.4;
    height: auto;
    padding: 6px 0;
    border: none;
    border-bottom: 1px solid #dee2e6;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
    transition: border-color 0.15s ease;
}

.list-info-name-input[b-5dgd4a2lix]::placeholder {
    color: #adb5bd;
}

.list-info-name-input:focus[b-5dgd4a2lix] {
    border-bottom-color: #adb5bd;
    box-shadow: none;
    outline: none;
}

.list-info-name-input.is-invalid[b-5dgd4a2lix] {
    border-bottom-color: var(--bs-danger, #dc3545);
}

.list-info-name-save-btn[b-5dgd4a2lix],
.list-info-name-cancel-btn[b-5dgd4a2lix] {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: var(--bs-body-bg, #fff);
    color: var(--bs-success, #198754);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: background-color 0.15s, border-color 0.15s;
}

.list-info-name-save-btn:hover[b-5dgd4a2lix] {
    background: rgba(25, 135, 84, 0.1);
    border-color: var(--bs-success, #198754);
}

.list-info-name-cancel-btn[b-5dgd4a2lix] {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: var(--bs-body-bg, #fff);
    color: #6c757d;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: background-color 0.15s, border-color 0.15s, color 0.15s;
}

.list-info-name-cancel-btn:hover[b-5dgd4a2lix] {
    background: rgba(0, 0, 0, 0.04);
    border-color: #adb5bd;
    color: var(--bs-body-color);
}

.list-info-name-error[b-5dgd4a2lix],
.list-info-name-success[b-5dgd4a2lix] {
    margin-top: 0.25rem;
}

.list-info-member-count[b-5dgd4a2lix] {
    font-size: 0.875rem;
    color: #6c757d;
    margin-top: 0.25rem;
    margin-bottom: 0.15rem;
}

/* Sections */
.list-info-section[b-5dgd4a2lix] {
    padding: 0;
}

.list-info-section-title[b-5dgd4a2lix] {
    font-size: 0.9375rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: var(--bs-body-color);
}

.list-info-section-head[b-5dgd4a2lix] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    margin-bottom: 0.35rem;
}

.list-info-members-section[b-5dgd4a2lix] {
    margin-top: 0.5rem;
}

.list-info-members-section .list-info-section-title[b-5dgd4a2lix] {
    margin: 0;
}

/* Add people: part of members section header */
.list-info-add-inline[b-5dgd4a2lix] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0;
    font-size: 0.875rem;
    color: var(--bs-primary);
    background: none;
    border: none;
    cursor: pointer;
}

.list-info-add-inline:hover[b-5dgd4a2lix] {
    text-decoration: underline;
}

/* Members list */
.list-info-members[b-5dgd4a2lix] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-info-member[b-5dgd4a2lix] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    min-height: 40px;
}

.list-info-member-avatar[b-5dgd4a2lix] {
    width: 36px;
    height: 36px;
    min-width: 36px;
    min-height: 36px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: white;
    flex-shrink: 0;
    background-color: #6c757d;
}

.list-info-member-avatar-img[b-5dgd4a2lix] {
    display: block;
    width: 36px;
    height: 36px;
    object-fit: cover;
    background: var(--bs-tertiary-bg, #e9ecef);
}

.list-info-member-info[b-5dgd4a2lix] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
}

.list-info-member-name[b-5dgd4a2lix] {
    font-size: 0.9375rem;
}

.list-info-member-owner-label[b-5dgd4a2lix] {
    font-size: 0.6875rem;
    font-weight: 500;
    color: #868e96;
    letter-spacing: 0.02em;
}

.list-info-member-menu-wrap[b-5dgd4a2lix] {
    position: relative;
    flex-shrink: 0;
}

.list-info-member-menu-btn[b-5dgd4a2lix] {
    padding: 0.25rem 0.35rem;
    border: none;
    background: transparent;
    color: #6c757d;
    border-radius: 4px;
    cursor: pointer;
}

.list-info-member-menu-btn:hover[b-5dgd4a2lix] {
    background: rgba(0, 0, 0, 0.06);
    color: var(--bs-body-color);
}

.list-info-member-dropdown[b-5dgd4a2lix] {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 2px;
    background: var(--bs-body-bg, #fff);
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 100;
    min-width: 180px;
    padding: 0.25rem 0;
}

.list-info-member-dropdown-email[b-5dgd4a2lix] {
    font-size: 0.75rem;
    color: #6c757d;
    padding: 0.35rem 1rem 0.25rem;
    word-break: break-all;
    pointer-events: none;
}

.list-info-member-dropdown-divider[b-5dgd4a2lix] {
    height: 1px;
    background: #dee2e6;
    margin: 0 0.25rem;
}

.list-info-member-dropdown-item[b-5dgd4a2lix] {
    display: block;
    width: 100%;
    padding: 0.4rem 1rem;
    text-align: left;
    border: none;
    background: none;
    font-size: 0.875rem;
    cursor: pointer;
}

.list-info-member-dropdown-item:hover[b-5dgd4a2lix] {
    background: rgba(0, 0, 0, 0.05);
}

.list-info-menu-backdrop[b-5dgd4a2lix] {
    position: fixed;
    inset: 0;
    z-index: 99;
    background: transparent;
}

/* Pending invites */
.list-info-pending[b-5dgd4a2lix] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-info-invites-section[b-5dgd4a2lix] {
    margin-top: 0.25rem;
}

.list-info-invites-title[b-5dgd4a2lix] {
    font-weight: 600;
    font-size: 0.9375rem;
}

.list-info-pending-item[b-5dgd4a2lix] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0;
    flex-wrap: wrap;
}

.list-info-pending-avatar[b-5dgd4a2lix] {
    flex-shrink: 0;
}

.list-info-pending-email[b-5dgd4a2lix] {
    flex: 1;
    min-width: 0;
    font-size: 0.9375rem;
}

.list-info-pending-badge[b-5dgd4a2lix] {
    font-size: 0.75rem;
    padding: 0.2rem 0.45rem;
    background: transparent;
    color: #6c757d;
    border-radius: 4px;
    font-weight: 500;
    margin-right: 0.5rem;
}

.list-info-pending-cancel[b-5dgd4a2lix] {
    font-size: 0.8125rem;
    color: #6c757d;
    padding: 0 0 0 0.35rem;
    margin-left: 0.25rem;
    background: none;
    border: none;
    cursor: pointer;
    text-decoration: none;
}

.list-info-pending-cancel:hover[b-5dgd4a2lix] {
    color: var(--bs-body-color);
    text-decoration: underline;
}

.list-info-empty[b-5dgd4a2lix] {
    font-size: 0.875rem;
    color: #6c757d;
    margin: 0.25rem 0 0 0;
}

/* Leave / Delete */
.list-info-actions[b-5dgd4a2lix] {
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    border-top: 1px solid #dee2e6;
}

.list-info-leave-btn[b-5dgd4a2lix] {
    font-size: 0.875rem;
}

/* DELETE LIST button (SLA-style: full-width, solid red) */
.list-info-delete-list-btn[b-5dgd4a2lix] {
    display: block;
    width: 100%;
    padding: 0.6rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #fff;
    background-color: #dc3545;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.list-info-delete-list-btn:hover:not(:disabled)[b-5dgd4a2lix] {
    background-color: #bb2d3b;
    color: #fff;
}

.list-info-delete-list-btn:disabled[b-5dgd4a2lix] {
    opacity: 0.65;
    cursor: not-allowed;
}

[data-theme="dark"] .list-info-delete-list-btn[b-5dgd4a2lix] {
    background-color: #dc3545;
}

[data-theme="dark"] .list-info-delete-list-btn:hover:not(:disabled)[b-5dgd4a2lix] {
    background-color: #bb2d3b;
}

[data-theme="dark"] .list-info-label[b-5dgd4a2lix] {
    color: #adb5bd;
}

[data-theme="dark"] .list-info-name-save-btn[b-5dgd4a2lix] {
    background: var(--bs-body-bg);
    border-color: rgba(255, 255, 255, 0.2);
    color: #75b798;
}

[data-theme="dark"] .list-info-name-save-btn:hover[b-5dgd4a2lix] {
    background: rgba(25, 135, 84, 0.2);
    border-color: #75b798;
}

[data-theme="dark"] .list-info-name-read-container:hover[b-5dgd4a2lix] {
    background-color: rgba(255, 255, 255, 0.04);
}

[data-theme="dark"] .list-info-name-input[b-5dgd4a2lix] {
    background: transparent;
    border-bottom-color: rgba(255, 255, 255, 0.2);
    color: var(--bs-body-color);
}

[data-theme="dark"] .list-info-name-input:focus[b-5dgd4a2lix] {
    border-bottom-color: rgba(255, 255, 255, 0.4);
}

[data-theme="dark"] .list-info-name-input[b-5dgd4a2lix]::placeholder {
    color: #868e96;
}

[data-theme="dark"] .list-info-name-pencil[b-5dgd4a2lix] {
    color: #adb5bd;
}

[data-theme="dark"] .list-info-name-cancel-btn[b-5dgd4a2lix] {
    border-color: rgba(255, 255, 255, 0.2);
    color: #adb5bd;
}

[data-theme="dark"] .list-info-name-cancel-btn:hover[b-5dgd4a2lix] {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.3);
    color: #f8f9fa;
}

.list-info-transfer-hint[b-5dgd4a2lix] {
    font-size: 0.8125rem;
    color: #6c757d;
    margin: 0 0 0.5rem 0;
}

/* Confirm dialogs (shared) */
.list-settings-confirm-backdrop[b-5dgd4a2lix] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1040;
}

.list-settings-confirm[b-5dgd4a2lix] {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: var(--bs-body-bg, #fff);
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    z-index: 1050;
    min-width: 280px;
    max-width: 90vw;
}

.list-settings-confirm-title[b-5dgd4a2lix] {
    margin: 0 0 0.5rem 0;
    font-weight: 600;
    font-size: 1rem;
}

.list-settings-confirm-body[b-5dgd4a2lix] {
    margin: 0 0 1rem 0;
    font-size: 0.9375rem;
}

/* Dark theme */
[data-theme="dark"] .list-info-member-count[b-5dgd4a2lix],
[data-theme="dark"] .list-info-empty[b-5dgd4a2lix] {
    color: #adb5bd;
}

[data-theme="dark"] .list-info-member-owner-label[b-5dgd4a2lix] {
    color: #adb5bd;
}

[data-theme="dark"] .list-info-member-menu-btn[b-5dgd4a2lix] {
    color: #adb5bd;
}

[data-theme="dark"] .list-info-member-menu-btn:hover[b-5dgd4a2lix] {
    background: rgba(255, 255, 255, 0.1);
    color: #f8f9fa;
}

[data-theme="dark"] .list-info-member-dropdown[b-5dgd4a2lix] {
    background: var(--bs-body-bg);
    border-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .list-info-member-dropdown-item:hover[b-5dgd4a2lix] {
    background: rgba(255, 255, 255, 0.08);
}

[data-theme="dark"] .list-info-pending-badge[b-5dgd4a2lix] {
    background: transparent;
    color: #adb5bd;
}

[data-theme="dark"] .list-info-actions[b-5dgd4a2lix] {
    border-top-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .list-info-pending-cancel[b-5dgd4a2lix] {
    color: #adb5bd;
}

[data-theme="dark"] .list-info-pending-cancel:hover[b-5dgd4a2lix] {
    color: #f8f9fa;
}

[data-theme="dark"] .list-info-transfer-hint[b-5dgd4a2lix] {
    color: #adb5bd;
}

/* /Components/Shared/NotificationPanel.razor.rz.scp.css */
.notification-panel-overlay[b-v9i764jwzn] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.notification-panel[b-v9i764jwzn] {
    position: fixed;
    top: 3.5rem;
    right: 1rem;
    width: 400px;
    max-height: calc(100vh - 4.5rem);
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.notification-panel-header[b-v9i764jwzn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

.notification-panel-title[b-v9i764jwzn] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    flex: 0 0 auto;
    min-width: 0;
}

.notification-panel-header-right[b-v9i764jwzn] {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex-shrink: 0;
}

.notification-panel-header-actions[b-v9i764jwzn] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.notification-header-action-mark-all[b-v9i764jwzn] {
    padding: 0 !important;
    font-weight: 600;
    color: #0d6efd !important;
    text-decoration: none !important;
}

.notification-header-action-mark-all:hover[b-v9i764jwzn] {
    color: #0a58ca !important;
}

.notification-header-action-clear-all[b-v9i764jwzn] {
    padding: 0 !important;
    font-weight: 500;
    color: #6c757d !important;
    text-decoration: none !important;
}

.notification-header-action-clear-all:hover[b-v9i764jwzn] {
    color: #dc3545 !important;
}

.notification-panel-close[b-v9i764jwzn] {
    padding: 0.25rem;
    margin-left: 0;
}

.notification-panel-content[b-v9i764jwzn] {
    flex: 1;
    overflow-y: auto;
    max-height: calc(100vh - 12rem);
}

.notification-panel-loading[b-v9i764jwzn],
.notification-panel-empty[b-v9i764jwzn] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    text-align: center;
    color: #6c757d;
}

.notification-panel-empty p[b-v9i764jwzn] {
    margin: 0.5rem 0;
}

.notification-panel-list[b-v9i764jwzn] {
    display: flex;
    flex-direction: column;
}

.notification-panel-more[b-v9i764jwzn] {
    border-top: 1px solid #f0f0f0;
}

.notification-panel-item[b-v9i764jwzn] {
    padding: 1rem;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
    transition: background-color 0.2s;
}

.notification-panel-item:hover[b-v9i764jwzn] {
    background-color: #f8f9fa;
}

.notification-panel-item.unread[b-v9i764jwzn] {
    background-color: #fff5f2;
    border-left: 4px solid #F15A29;
}

.notification-panel-item.read[b-v9i764jwzn] {
    opacity: 0.8;
}

.notification-panel-item-content[b-v9i764jwzn] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.notification-panel-user[b-v9i764jwzn] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.notification-panel-avatar[b-v9i764jwzn],
.notification-panel-avatar-circle[b-v9i764jwzn] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
}

.notification-panel-avatar[b-v9i764jwzn] {
    object-fit: cover;
}

.notification-panel-avatar-circle[b-v9i764jwzn] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
}

.notification-panel-initials[b-v9i764jwzn] {
    color: white;
}

.notification-panel-message[b-v9i764jwzn] {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #212529;
}

.notification-panel-link[b-v9i764jwzn] {
    color: #0d6efd;
    font-weight: 500;
}

.notification-panel-field[b-v9i764jwzn] {
    color: #6c757d;
    font-size: 0.85rem;
}

.notification-panel-project[b-v9i764jwzn] {
    font-size: 0.85rem;
    color: #6c757d;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.notification-panel-meta[b-v9i764jwzn] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #6c757d;
    margin-top: 0.25rem;
    flex-wrap: wrap;
}

.notification-panel-date[b-v9i764jwzn] {
    flex: 1;
    min-width: 0;
}

.notification-panel-item-actions[b-v9i764jwzn] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    margin-left: auto;
    flex-shrink: 0;
}

@media (hover: hover) and (pointer: fine) {
    .notification-panel-item-actions[b-v9i764jwzn] {
        opacity: 0;
        transition: opacity 0.15s ease;
    }

    .notification-panel-item:hover .notification-panel-item-actions[b-v9i764jwzn] {
        opacity: 1;
    }
}

.notification-action-mark-read[b-v9i764jwzn] {
    padding: 0 !important;
    font-size: 0.8rem !important;
    text-decoration: none !important;
}

.notification-action-clear[b-v9i764jwzn] {
    padding: 0 !important;
    font-size: 0.8rem !important;
    color: #6c757d !important;
    text-decoration: none !important;
}

.notification-action-clear:hover[b-v9i764jwzn] {
    color: #dc3545 !important;
}

.notification-panel-undo-toast[b-v9i764jwzn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.6rem 1rem;
    margin: 0 0.75rem 0.5rem;
    background: #212529;
    color: #fff;
    border-radius: 6px;
    font-size: 0.875rem;
}

.notification-panel-undo-btn[b-v9i764jwzn] {
    padding: 0 !important;
    color: #7dd3fc !important;
    font-weight: 600;
    text-decoration: none !important;
}

.notification-panel-undo-btn:hover[b-v9i764jwzn] {
    color: #bae6fd !important;
}

.notification-panel-footer[b-v9i764jwzn] {
    padding: 0.75rem 1rem;
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
}

@media (max-width: 640.98px) {
    .notification-panel[b-v9i764jwzn] {
        right: 0.5rem;
        left: 0.5rem;
        width: auto;
        max-height: calc(100vh - 5rem);
    }
}
/* /Components/Shared/SelectUsersModal.razor.rz.scp.css */
.select-users-modal-backdrop[b-fd1gq7ojw5] {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.select-users-modal[b-fd1gq7ojw5] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}

.select-users-modal-content[b-fd1gq7ojw5] {
    background: var(--bs-body-bg, #fff);
    border-radius: 12px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    max-width: 480px;
    width: 100%;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
}

.select-users-modal-header[b-fd1gq7ojw5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    flex-shrink: 0;
}

.select-users-modal-title[b-fd1gq7ojw5] {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
}

.select-users-modal-actions[b-fd1gq7ojw5] {
    display: flex;
    gap: 0.5rem;
}

.select-users-modal-body[b-fd1gq7ojw5] {
    padding: 1rem 1.25rem;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.select-users-section[b-fd1gq7ojw5] {
    margin-bottom: 1.25rem;
}

.select-users-section:last-child[b-fd1gq7ojw5] {
    margin-bottom: 0;
}

.select-users-section-title[b-fd1gq7ojw5] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--bs-secondary-color, #6c757d);
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

.select-users-list[b-fd1gq7ojw5] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.select-users-list-add[b-fd1gq7ojw5] {
    max-height: 240px;
    overflow-y: auto;
}

.select-users-member-row[b-fd1gq7ojw5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.select-users-member-row:hover[b-fd1gq7ojw5] {
    background-color: var(--bs-tertiary-bg, #f8f9fa);
}

.select-users-member-row.selected[b-fd1gq7ojw5] {
    background-color: rgba(13, 110, 253, 0.08);
}

.select-users-avatar[b-fd1gq7ojw5] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.875rem;
    font-weight: 600;
    color: white;
    flex-shrink: 0;
}

.select-users-member-name[b-fd1gq7ojw5] {
    font-size: 0.9375rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select-users-member-badge[b-fd1gq7ojw5] {
    flex-shrink: 0;
}

.select-users-remove[b-fd1gq7ojw5] {
    font-size: 1.25rem;
}

[data-theme="dark"] .select-users-modal-content[b-fd1gq7ojw5] {
    background: var(--bs-body-bg);
}

[data-theme="dark"] .select-users-member-row:hover[b-fd1gq7ojw5] {
    background-color: rgba(255, 255, 255, 0.06);
}

[data-theme="dark"] .select-users-member-row.selected[b-fd1gq7ojw5] {
    background-color: rgba(13, 110, 253, 0.2);
}
/* /Components/Shared/SignalRDebugPanel.razor.rz.scp.css */
.signalr-debug-panel[b-o1v0x3bdv8] {
    background-color: rgba(0, 0, 0, 0.6) !important;
    border-radius: 4px;
    margin: 0.75rem;
    padding: 0.75rem;
    font-size: 0.85rem;
    color: #d7d7d7 !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    min-height: 100px;
    max-width: 100%;
    overflow: hidden;
    flex-shrink: 0;
}

.debug-panel-header[b-o1v0x3bdv8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.debug-panel-title[b-o1v0x3bdv8] {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    color: #d7d7d7;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.debug-panel-content[b-o1v0x3bdv8] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    max-height: 400px;
    overflow-y: auto;
}

.debug-section[b-o1v0x3bdv8] {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    padding: 0.5rem;
}

.debug-section-header[b-o1v0x3bdv8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    margin-bottom: 0.5rem;
    color: #d7d7d7;
}

.debug-section-body[b-o1v0x3bdv8] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.8rem;
}

.debug-item[b-o1v0x3bdv8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.25rem 0;
}

.debug-label[b-o1v0x3bdv8] {
    font-weight: 500;
    color: #b0b0b0;
}

.debug-value[b-o1v0x3bdv8] {
    color: #d7d7d7;
    font-family: monospace;
    font-size: 0.75rem;
    word-break: break-all;
}

.debug-messages[b-o1v0x3bdv8] {
    max-height: 200px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.debug-message[b-o1v0x3bdv8] {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 0.5rem;
    border-left: 3px solid #6c757d;
}

.debug-message.ListUpdate[b-o1v0x3bdv8] {
    border-left-color: #0d6efd;
}

.debug-message.ProjectUpdate[b-o1v0x3bdv8] {
    border-left-color: #0dcaf0;
}

.debug-message.Notification[b-o1v0x3bdv8] {
    border-left-color: #198754;
}

.debug-message-header[b-o1v0x3bdv8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.debug-copy-btn[b-o1v0x3bdv8] {
    font-size: 0.7rem;
    opacity: 0.5;
}

.debug-copy-btn:hover[b-o1v0x3bdv8] {
    opacity: 1;
}

.debug-message-time[b-o1v0x3bdv8] {
    font-size: 0.7rem;
    color: #888;
    font-family: monospace;
}

.debug-message-body[b-o1v0x3bdv8] {
    font-size: 0.75rem;
    color: #d7d7d7;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
}

.badge[b-o1v0x3bdv8] {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
}

/* Scrollbar styling for debug messages */
.debug-messages[b-o1v0x3bdv8]::-webkit-scrollbar {
    width: 6px;
}

.debug-messages[b-o1v0x3bdv8]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.debug-messages[b-o1v0x3bdv8]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.debug-messages[b-o1v0x3bdv8]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}

.debug-panel-content[b-o1v0x3bdv8]::-webkit-scrollbar {
    width: 6px;
}

.debug-panel-content[b-o1v0x3bdv8]::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.debug-panel-content[b-o1v0x3bdv8]::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.debug-panel-content[b-o1v0x3bdv8]::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.5);
}
/* /Components/Shared/SpaceDetailsPanel.razor.rz.scp.css */
.space-details-overlay[b-x9jxfh6lf2] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.space-details-panel[b-x9jxfh6lf2] {
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    max-width: 600px;
    min-width: 400px;
    height: 100vh;
    background-color: var(--bs-body-bg, #fff);
    color: var(--bs-body-color, #212529);
    z-index: 1001;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}

.space-details-panel-inner[b-x9jxfh6lf2] {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

/* Header: single solid surface, no blur, strong contrast for editing */
.space-details-header[b-x9jxfh6lf2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0.75rem;
    background-color: var(--bs-body-bg, #fff);
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    flex-shrink: 0;
    min-height: 52px;
}

.space-details-header-left[b-x9jxfh6lf2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
}

.space-details-back[b-x9jxfh6lf2],
.space-details-close[b-x9jxfh6lf2] {
    color: var(--bs-body-color, #212529);
    padding: 0.25rem 0.5rem;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1.1rem;
}

.space-details-back:hover[b-x9jxfh6lf2],
.space-details-close:hover[b-x9jxfh6lf2] {
    background-color: var(--bs-tertiary-bg, rgba(0, 0, 0, 0.06));
    border-radius: 4px;
}

.space-details-header-name-wrap[b-x9jxfh6lf2] {
    flex: 1;
    min-width: 0;
    position: relative;
    display: flex;
    align-items: center;
}

.space-details-header-name-input[b-x9jxfh6lf2] {
    flex: 1;
    min-width: 0;
    width: 100%;
    background-color: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    color: var(--bs-body-color, #212529);
    font-size: 1rem;
    font-weight: 500;
    padding: 0.4rem 0.6rem;
    border-radius: 6px;
    box-sizing: border-box;
}

.space-details-header-name-input.has-actions[b-x9jxfh6lf2] {
    padding-right: 4.5rem;
}

.space-details-header-name-input:focus[b-x9jxfh6lf2] {
    outline: none;
    border-color: var(--bs-primary, #0d6efd);
}

.space-details-header-name-input[b-x9jxfh6lf2]::placeholder {
    color: var(--bs-secondary-color, #6c757d);
}

.space-details-header-name-actions[b-x9jxfh6lf2] {
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.space-details-header-name-btn[b-x9jxfh6lf2] {
    padding: 0.2rem 0.35rem;
    border: none;
    background: transparent;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    line-height: 1;
    color: var(--bs-secondary-color, #6c757d);
}

.space-details-header-name-btn:hover[b-x9jxfh6lf2] {
    background: var(--bs-tertiary-bg, rgba(0, 0, 0, 0.06));
}

.space-details-header-name-confirm:hover[b-x9jxfh6lf2] {
    color: var(--bs-success, #198754);
}

.space-details-header-name-cancel:hover[b-x9jxfh6lf2] {
    color: var(--bs-body-color, #212529);
}

.space-details-header-actions[b-x9jxfh6lf2] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    flex-shrink: 0;
}

.space-details-menu-wrapper[b-x9jxfh6lf2] {
    position: relative;
    z-index: 1;
}

.space-details-menu[b-x9jxfh6lf2] {
    color: var(--bs-body-color, #212529);
    padding: 0.2rem;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 1.1rem;
    border-radius: 4px;
    opacity: 0.85;
}

.space-details-menu:hover[b-x9jxfh6lf2] {
    background-color: rgba(0, 0, 0, 0.08);
    opacity: 1;
}

.space-details-menu-overlay[b-x9jxfh6lf2] {
    position: fixed;
    inset: 0;
    z-index: 1100;
    background: transparent;
}

.space-details-menu-popover[b-x9jxfh6lf2] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 1101;
    min-width: 180px;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 0.25rem 0;
    overflow: hidden;
}

.space-details-menu-item[b-x9jxfh6lf2] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border: none;
    background: transparent;
    color: var(--bs-body-color, #212529);
    font-size: 0.95rem;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s;
}

.space-details-menu-item:hover[b-x9jxfh6lf2] {
    background-color: var(--bs-tertiary-bg, rgba(0, 0, 0, 0.06));
}

.space-details-menu-item-danger[b-x9jxfh6lf2] {
    color: var(--bs-danger, #dc3545);
}

.space-details-menu-item-danger:hover[b-x9jxfh6lf2] {
    background-color: rgba(220, 53, 69, 0.1);
    color: var(--bs-danger, #dc3545);
}

.space-details-menu-item .bi[b-x9jxfh6lf2] {
    width: 18px;
    display: inline-flex;
    justify-content: center;
    font-size: 1rem;
}

.space-details-content[b-x9jxfh6lf2] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem;
    position: relative;
    min-width: 0;
}

.space-details-form[b-x9jxfh6lf2] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

.space-details-field[b-x9jxfh6lf2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

.space-details-label[b-x9jxfh6lf2] {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--bs-secondary-color, #6c757d);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Background: preview card with ghost "Change" button */
.space-details-background-card[b-x9jxfh6lf2] {
    width: 100%;
    max-width: 100%;
    height: 130px;
    border-radius: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    border: 1px solid rgba(0, 0, 0, 0.08);
    overflow: visible;
    position: relative;
    box-sizing: border-box;
}

.space-details-background-action[b-x9jxfh6lf2] {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    padding: 0.3rem 0.6rem;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    border: none;
    background: transparent;
    color: var(--bs-body-color, #212529);
    cursor: pointer;
    z-index: 10;
    opacity: 0.9;
}

.space-details-background-action:hover:not(:disabled)[b-x9jxfh6lf2] {
    background: rgba(255, 255, 255, 0.25);
    opacity: 1;
}

.space-details-background-action:disabled[b-x9jxfh6lf2] {
    opacity: 0.6;
    cursor: not-allowed;
}

.space-details-chooser-overlay[b-x9jxfh6lf2] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    background: transparent;
}

.space-details-background-chooser[b-x9jxfh6lf2] {
    position: absolute;
    top: 4.5rem;
    right: 1rem;
    z-index: 1051;
    min-width: 180px;
    background: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
    padding: 0.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}

.space-details-chooser-item[b-x9jxfh6lf2] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border: none;
    border-radius: 6px;
    background: transparent;
    color: var(--bs-body-color, #212529);
    font-size: 0.9rem;
    text-align: left;
    cursor: pointer;
    width: 100%;
}

.space-details-chooser-item:hover:not(:disabled)[b-x9jxfh6lf2] {
    background: var(--bs-tertiary-bg, rgba(0, 0, 0, 0.06));
}

.space-details-chooser-item .bi[b-x9jxfh6lf2] {
    font-size: 1rem;
    opacity: 0.9;
}

.space-details-lists[b-x9jxfh6lf2] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.space-details-empty[b-x9jxfh6lf2] {
    color: var(--bs-secondary-color, #6c757d);
    font-size: 0.9rem;
    padding: 1rem;
    text-align: center;
    background-color: var(--bs-tertiary-bg, #f8f9fa);
    border-radius: 8px;
}

.space-details-list-card[b-x9jxfh6lf2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.6rem 0.8rem;
    background: var(--bs-tertiary-bg, #f8f9fa);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    gap: 0.5rem;
    transition: background 0.2s, border-color 0.2s;
}

.space-details-list-card:hover[b-x9jxfh6lf2] {
    background: var(--bs-secondary-bg, #e9ecef);
    border-color: rgba(0, 0, 0, 0.08);
}

.space-details-list-name[b-x9jxfh6lf2] {
    flex: 1;
    color: var(--bs-body-color, #212529);
    font-size: 0.9rem;
    min-width: 0;
}

.space-details-list-remove[b-x9jxfh6lf2] {
    color: var(--bs-secondary-color, #6c757d);
    padding: 0.25rem 0.4rem;
    border: none;
    background: transparent;
    cursor: pointer;
    border-radius: 4px;
    font-size: 0.85rem;
    opacity: 0;
    transition: opacity 0.2s, color 0.2s, background 0.2s;
}

.space-details-list-card:hover .space-details-list-remove[b-x9jxfh6lf2] {
    opacity: 1;
}

.space-details-list-remove:hover[b-x9jxfh6lf2] {
    color: var(--bs-body-color, #212529);
    background: var(--bs-tertiary-bg, rgba(0, 0, 0, 0.06));
}

.space-details-add-list[b-x9jxfh6lf2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    background: transparent;
    color: var(--bs-secondary-color, #6c757d);
    font-size: 0.9rem;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
}

.space-details-add-list:hover[b-x9jxfh6lf2] {
    border-color: rgba(13, 110, 253, 0.35);
    color: var(--bs-primary, #0d6efd);
    background: rgba(13, 110, 253, 0.04);
}

/* Toast (replaces footer save/delete messages) - positioned at bottom of panel */
.space-details-toast[b-x9jxfh6lf2] {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-size: 0.85rem;
    z-index: 1100;
    text-align: center;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

.space-details-toast-success[b-x9jxfh6lf2] {
    background: var(--bs-success-bg-subtle, #d1e7dd);
    color: var(--bs-success-text-emphasis, #0f5132);
}

.space-details-toast-error[b-x9jxfh6lf2] {
    background: var(--bs-danger-bg-subtle, #f8d7da);
    color: var(--bs-danger-text-emphasis, #842029);
}

/* Unsplash choose-background dialog */
.unsplash-dialog-overlay[b-x9jxfh6lf2] {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2000;
}

.unsplash-dialog[b-x9jxfh6lf2] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 560px;
    max-height: 85vh;
    background-color: var(--bs-body-bg, #fff);
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    z-index: 2001;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.unsplash-dialog-header[b-x9jxfh6lf2] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background-color: var(--bs-secondary-bg, #e9ecef);
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    flex-shrink: 0;
}

.unsplash-dialog-title[b-x9jxfh6lf2] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--bs-body-color, #212529);
}

.unsplash-dialog-close[b-x9jxfh6lf2] {
    padding: 0.25rem 0.5rem;
    border: none;
    background: none;
    color: var(--bs-body-color, #212529);
    cursor: pointer;
    font-size: 1.1rem;
    border-radius: 4px;
}

.unsplash-dialog-close:hover[b-x9jxfh6lf2] {
    background-color: var(--bs-tertiary-bg, rgba(0, 0, 0, 0.06));
}

.unsplash-dialog-search[b-x9jxfh6lf2] {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--bs-border-color, #dee2e6);
    flex-shrink: 0;
}

.unsplash-dialog-input[b-x9jxfh6lf2] {
    flex: 1;
    min-width: 0;
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--bs-border-color, #dee2e6);
    border-radius: 6px;
    background-color: var(--bs-body-bg, #fff);
    color: var(--bs-body-color, #212529);
    font-size: 0.9rem;
}

.unsplash-dialog-input:focus[b-x9jxfh6lf2] {
    outline: none;
    border-color: var(--bs-primary, #0d6efd);
}

.unsplash-dialog-search-btn[b-x9jxfh6lf2] {
    padding: 0.5rem 1rem;
    border-radius: 6px;
    border: 1px solid var(--bs-border-color, #dee2e6);
    background-color: var(--bs-secondary-bg, #e9ecef);
    color: var(--bs-body-color, #212529);
    font-size: 0.9rem;
    cursor: pointer;
    white-space: nowrap;
}

.unsplash-dialog-search-btn:hover:not(:disabled)[b-x9jxfh6lf2] {
    background-color: var(--bs-tertiary-bg, #dee2e6);
}

.unsplash-dialog-search-btn:disabled[b-x9jxfh6lf2] {
    opacity: 0.7;
    cursor: not-allowed;
}

.unsplash-dialog-grid-wrap[b-x9jxfh6lf2] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    min-height: 200px;
}

.unsplash-dialog-loading[b-x9jxfh6lf2],
.unsplash-dialog-empty[b-x9jxfh6lf2] {
    color: var(--bs-secondary-color, #6c757d);
    font-size: 0.9rem;
    text-align: center;
    padding: 2rem 1rem;
}

.unsplash-dialog-grid[b-x9jxfh6lf2] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 0.5rem;
}

.unsplash-dialog-cell[b-x9jxfh6lf2] {
    position: relative;
    padding: 0;
    border: 2px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    aspect-ratio: 1;
    background-color: var(--bs-tertiary-bg, #f8f9fa);
}

.unsplash-dialog-cell:hover[b-x9jxfh6lf2] {
    border-color: var(--bs-border-color, #dee2e6);
}

.unsplash-dialog-cell-selected[b-x9jxfh6lf2] {
    border-color: var(--bs-primary, #0d6efd);
    box-shadow: 0 0 0 2px rgba(13, 110, 253, 0.25);
}

.unsplash-dialog-cell-bg[b-x9jxfh6lf2] {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.unsplash-dialog-footer[b-x9jxfh6lf2] {
    display: flex;
    gap: 0.5rem;
    justify-content: flex-end;
    padding: 0.75rem 1rem;
    background-color: var(--bs-secondary-bg, #e9ecef);
    border-top: 1px solid var(--bs-border-color, #dee2e6);
    flex-shrink: 0;
}

.unsplash-dialog-apply[b-x9jxfh6lf2] {
    min-width: 100px;
}

@media (max-width: 768px) {
    .space-details-panel[b-x9jxfh6lf2] {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}
/* /Components/Shared/TaskDetailsPanel.razor.rz.scp.css */
.task-details-overlay[b-h3q9r7qg7a] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.task-details-panel[b-h3q9r7qg7a] {
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    max-width: 600px;
    min-width: 400px;
    height: 100vh;
    background-color: #2d2d2d;
    color: #e0e0e0;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.3);
}

.task-details-header[b-h3q9r7qg7a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background-color: #1f1f1f;
    border-bottom: 1px solid #404040;
    flex-shrink: 0;
}

.task-details-header-left[b-h3q9r7qg7a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 1;
    min-width: 0;
}

.task-details-back[b-h3q9r7qg7a],
.task-details-close[b-h3q9r7qg7a] {
    color: #e0e0e0;
    padding: 0.25rem 0.5rem;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1.1rem;
}

.task-details-back:hover[b-h3q9r7qg7a],
.task-details-close:hover[b-h3q9r7qg7a] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.task-details-header-title[b-h3q9r7qg7a] {
    color: #e0e0e0;
    font-size: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.task-details-title-section[b-h3q9r7qg7a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: #353535;
    border-bottom: 1px solid #404040;
    flex-shrink: 0;
}

.task-details-tabs[b-h3q9r7qg7a] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background-color: #2a2a2a;
    border-bottom: 1px solid #404040;
    flex-shrink: 0;
}

.task-details-tab[b-h3q9r7qg7a] {
    border: 1px solid transparent;
    background: transparent;
    color: #b0b0b0;
    padding: 0.35rem 0.65rem;
    border-radius: 6px;
    font-size: 0.9rem;
    cursor: pointer;
}

.task-details-tab:hover[b-h3q9r7qg7a] {
    color: #e0e0e0;
    background-color: rgba(255,255,255,0.06);
}

.task-details-tab.active[b-h3q9r7qg7a] {
    color: #e0e0e0;
    border-color: #555;
    background-color: rgba(255,255,255,0.08);
}

.task-details-title-content[b-h3q9r7qg7a] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
    position: relative;
}

.task-details-status-icon-wrapper[b-h3q9r7qg7a] {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.task-details-icon[b-h3q9r7qg7a],
.task-details-icon-circle[b-h3q9r7qg7a],
.task-details-icon-placeholder[b-h3q9r7qg7a] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: white;
    font-weight: 600;
    border: 2px solid #404040;
}

.task-details-icon[b-h3q9r7qg7a] {
    object-fit: cover;
}

.task-details-icon-placeholder[b-h3q9r7qg7a] {
    font-size: 1.5rem;
}

.task-details-item-name[b-h3q9r7qg7a] {
    font-size: 1.1rem;
    font-weight: 500;
    color: #e0e0e0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.task-details-item-name-input[b-h3q9r7qg7a] {
    flex: 1;
    background-color: transparent;
    border: none;
    color: #e0e0e0;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    min-width: 0;
}

.task-details-item-name-input:focus[b-h3q9r7qg7a] {
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}

.task-details-menu-wrapper[b-h3q9r7qg7a] {
    position: relative;
}

.task-details-menu[b-h3q9r7qg7a] {
    color: #e0e0e0;
    padding: 0.25rem;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1.2rem;
}

.task-details-menu:hover[b-h3q9r7qg7a] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
}

.task-details-menu-overlay[b-h3q9r7qg7a] {
    position: fixed;
    inset: 0;
    z-index: 1100;
    background: transparent;
}

.task-details-menu-popover[b-h3q9r7qg7a] {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 0;
    z-index: 1101;
    min-width: 180px;
    background: #1f1f1f;
    border: 1px solid #404040;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
    padding: 0.25rem 0;
    overflow: hidden;
}

.task-details-menu-item[b-h3q9r7qg7a] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    border: none;
    background: transparent;
    color: #e0e0e0;
    font-size: 0.95rem;
    text-align: left;
    cursor: pointer;
    transition: background-color 0.2s;
}

.task-details-menu-item:hover[b-h3q9r7qg7a] {
    background-color: rgba(255, 255, 255, 0.1);
}

.task-details-menu-item-danger[b-h3q9r7qg7a] {
    color: #ff6b6b;
}

.task-details-menu-item-danger:hover[b-h3q9r7qg7a] {
    background-color: rgba(255, 107, 107, 0.15);
    color: #ff5252;
}

.task-details-menu-item .bi[b-h3q9r7qg7a] {
    width: 18px;
    display: inline-flex;
    justify-content: center;
    font-size: 1rem;
}

.task-details-content[b-h3q9r7qg7a] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    position: relative;
}

.task-comments-content[b-h3q9r7qg7a] {
    padding: 0.75rem 1rem;
}

.task-comments-list[b-h3q9r7qg7a] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.task-comments-empty[b-h3q9r7qg7a] {
    text-align: center;
    padding: 2rem 1rem;
}

.task-comment-row[b-h3q9r7qg7a] {
    display: flex;
    align-items: flex-end;
    gap: 0.6rem;
}

.task-comment-row.own[b-h3q9r7qg7a] {
    justify-content: flex-end;
}

.task-comment-avatar[b-h3q9r7qg7a] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.task-comment-avatar-fallback[b-h3q9r7qg7a] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 700;
    font-size: 0.75rem;
    border: 1px solid rgba(255,255,255,0.15);
}

.task-comment-bubble[b-h3q9r7qg7a] {
    max-width: 78%;
    background-color: #353535;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 0.6rem 0.75rem;
}

.task-comment-bubble.own[b-h3q9r7qg7a] {
    background-color: rgba(13, 110, 253, 0.16);
    border-color: rgba(13, 110, 253, 0.35);
}

.task-comment-header[b-h3q9r7qg7a] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.25rem;
}

.task-comment-author[b-h3q9r7qg7a] {
    font-weight: 600;
    color: #e0e0e0;
    font-size: 0.85rem;
}

.task-comment-time[b-h3q9r7qg7a] {
    color: #9aa0a6;
    font-size: 0.75rem;
    white-space: nowrap;
}

.task-comment-body[b-h3q9r7qg7a] {
    color: #e0e0e0;
    font-size: 0.9rem;
    white-space: pre-wrap;
    word-break: break-word;
}

.task-comments-footer[b-h3q9r7qg7a] {
    gap: 0.75rem;
}

[b-h3q9r7qg7a] .task-comments-input {
    width: 100%;
    min-height: 64px;
    resize: vertical;
    background-color: #404040;
    border: 1px solid #555;
    color: #e0e0e0;
    padding: 0.6rem;
    border-radius: 6px;
    font-size: 0.95rem;
}

[b-h3q9r7qg7a] .task-comments-input:focus {
    outline: none;
    border-color: #0d6efd;
    background-color: #4a4a4a;
}

[b-h3q9r7qg7a] .mention-input-container {
    width: 100%;
}

.task-comments-footer-actions[b-h3q9r7qg7a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.task-comments-send-controls[b-h3q9r7qg7a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
}

.task-comments-send[b-h3q9r7qg7a] {
    white-space: nowrap;
}

.task-comments-send-error[b-h3q9r7qg7a] {
    font-size: 0.85rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.task-details-form[b-h3q9r7qg7a] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.task-details-field[b-h3q9r7qg7a] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.task-details-label[b-h3q9r7qg7a] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #b0b0b0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.task-details-textarea[b-h3q9r7qg7a],
.task-details-input[b-h3q9r7qg7a],
.task-details-select[b-h3q9r7qg7a] {
    background-color: #404040;
    border: 1px solid #555;
    color: #e0e0e0;
    padding: 0.5rem;
    border-radius: 4px;
    font-size: 0.9rem;
}

.task-details-textarea:focus[b-h3q9r7qg7a],
.task-details-input:focus[b-h3q9r7qg7a],
.task-details-select:focus[b-h3q9r7qg7a] {
    outline: none;
    border-color: #0d6efd;
    background-color: #4a4a4a;
}

.task-details-textarea[b-h3q9r7qg7a] {
    min-height: 80px;
    resize: vertical;
}

.task-details-user-options[b-h3q9r7qg7a] {
    display: flex;
    gap: 0.5rem;
}

.task-user-picker[b-h3q9r7qg7a] {
    position: relative;
}

.task-user-picker-button[b-h3q9r7qg7a] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    text-align: left;
}

.task-user-picker-caret[b-h3q9r7qg7a] {
    opacity: 0.85;
}

.task-user-picker-overlay[b-h3q9r7qg7a] {
    position: absolute;
    inset: 0;
    z-index: 1100;
    background: transparent;
}

.task-user-picker-popover[b-h3q9r7qg7a] {
    position: absolute;
    top: calc(100% + 0.25rem);
    left: 0;
    right: 0;
    z-index: 1101;
    max-height: 260px;
    overflow-y: auto;
    background-color: #2a2a2a;
    border: 1px solid #555;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.35);
    padding: 0.35rem 0;
}

.task-user-picker-item[b-h3q9r7qg7a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem 0.75rem;
    cursor: pointer;
    user-select: none;
}

.task-user-picker-item:hover[b-h3q9r7qg7a] {
    background-color: rgba(255,255,255,0.06);
}

.task-user-picker-item.disabled[b-h3q9r7qg7a] {
    opacity: 0.6;
    cursor: not-allowed;
}

.task-user-picker-item input[type="checkbox"][b-h3q9r7qg7a] {
    accent-color: #f26422;
}

.task-user-picker-name[b-h3q9r7qg7a] {
    flex: 1;
    color: #e0e0e0;
    font-size: 0.9rem;
}

.task-details-locations[b-h3q9r7qg7a] {
    background-color: #2a2a2a;
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 1.5rem;
}

.task-details-locations-title[b-h3q9r7qg7a] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #e0e0e0;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.task-details-location-item[b-h3q9r7qg7a] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    color: #b0b0b0;
    font-size: 0.9rem;
}

.task-details-location-label[b-h3q9r7qg7a] {
    font-weight: 500;
}

.task-details-activity[b-h3q9r7qg7a] {
    background-color: #2a2a2a;
    padding: 1rem;
    border-radius: 4px;
}

.task-details-activity-title[b-h3q9r7qg7a] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #e0e0e0;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.task-details-activity-empty[b-h3q9r7qg7a] {
    text-align: center;
    padding: 2rem 1rem;
    color: #6c757d;
}

.task-details-activity-list[b-h3q9r7qg7a] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.task-details-activity-item[b-h3q9r7qg7a] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: #353535;
    border-radius: 4px;
}

.task-details-activity-avatar[b-h3q9r7qg7a],
.task-details-activity-avatar-circle[b-h3q9r7qg7a] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
}

.task-details-activity-avatar[b-h3q9r7qg7a] {
    object-fit: cover;
}

.task-details-activity-avatar-circle[b-h3q9r7qg7a] {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 0.75rem;
}

.task-details-activity-content[b-h3q9r7qg7a] {
    flex: 1;
    min-width: 0;
}

.task-details-activity-message[b-h3q9r7qg7a] {
    color: #e0e0e0;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
}

.task-details-activity-time[b-h3q9r7qg7a] {
    color: #6c757d;
    font-size: 0.8rem;
}

.task-details-activity-revert[b-h3q9r7qg7a] {
    color: #6c757d;
    padding: 0.25rem;
    font-size: 0.9rem;
}

.task-details-activity-revert:hover[b-h3q9r7qg7a] {
    color: #e0e0e0;
}

.task-details-footer[b-h3q9r7qg7a] {
    padding: 1rem;
    background-color: #1f1f1f;
    border-top: 1px solid #404040;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.task-details-save-btn[b-h3q9r7qg7a] {
    width: 100%;
    padding: 0.75rem;
    font-weight: 500;
}

.task-details-save-message[b-h3q9r7qg7a] {
    font-size: 0.85rem;
    text-align: center;
    padding: 0.25rem;
}

@media (max-width: 768px) {
    .task-details-panel[b-h3q9r7qg7a] {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
    }
}
/* /Components/Shared/TaskStatusIcon.razor.rz.scp.css */
.task-status-icon-container[b-g3iv22rbka] {
    position: relative;
    display: inline-flex;
}

.task-status-icon[b-g3iv22rbka] {
    font-size: 1.25rem;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    text-align: center;
    min-width: 2rem;
    min-height: 2rem;
    box-sizing: border-box;
}

.task-status-icon-clickable[b-g3iv22rbka] {
    cursor: pointer;
    transition: opacity 0.2s;
}

.task-status-icon-clickable:hover[b-g3iv22rbka] {
    opacity: 0.7;
}

/* Status popup overlay */
.status-popup-overlay[b-g3iv22rbka] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: transparent;
}

/* Status popup - positioned fixed to escape container overflow */
.status-popup[b-g3iv22rbka] {
    position: fixed;
    z-index: 1001;
    background-color: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    min-width: 200px;
    max-width: 300px;
    max-height: 400px;
    overflow-y: auto;
}

.status-popup-list[b-g3iv22rbka] {
    display: flex;
    flex-direction: column;
    padding: 0.5rem;
}

.status-popup-item[b-g3iv22rbka] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.status-popup-item:hover[b-g3iv22rbka] {
    background-color: #f8f9fa;
}

.status-popup-item-selected[b-g3iv22rbka] {
    background-color: rgba(242, 100, 34, 0.1);
    color: #f26422;
}

.status-popup-item-icon[b-g3iv22rbka] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    flex-shrink: 0;
    width: 1.5rem;
}

.status-popup-item-text[b-g3iv22rbka] {
    flex: 1;
    font-size: 0.9rem;
    color: #212529;
}

.status-popup-item-text-selected[b-g3iv22rbka] {
    font-weight: 600;
    color: #f26422;
}
