/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-eymwvcxmba] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(79, 70, 229, 0.18), transparent 30%),
        linear-gradient(180deg, #f5f7fb 0%, #eef3f8 100%);
}

main[b-eymwvcxmba] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-eymwvcxmba] {
    background: linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: #f8fafc;
}

.top-row[b-eymwvcxmba] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem 0.5rem;
}

.top-row-label[b-eymwvcxmba] {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #5b6478;
}

.top-row-copy[b-eymwvcxmba] {
    color: #111827;
    font-weight: 600;
}

.top-row-link[b-eymwvcxmba] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.7rem 1rem;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.06);
    color: #0f172a;
    font-weight: 600;
    text-decoration: none;
}

.top-row-link:hover[b-eymwvcxmba] {
    background: rgba(15, 23, 42, 0.1);
}

.content-shell[b-eymwvcxmba] {
    flex: 1;
    padding: 0.5rem 1.5rem 1.5rem;
}

@media (max-width: 640.98px) {
    .top-row[b-eymwvcxmba] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (min-width: 641px) {
    .page[b-eymwvcxmba] {
        flex-direction: row;
    }

    .sidebar[b-eymwvcxmba] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
        border-right: 1px solid rgba(148, 163, 184, 0.14);
    }

    .top-row[b-eymwvcxmba] {
        position: sticky;
        top: 0;
        z-index: 1;
        backdrop-filter: blur(16px);
        background: rgba(245, 247, 251, 0.92);
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-lb1pft921n] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-lb1pft921n] {
    min-height: 4.5rem;
    background: transparent;
}

.navbar-brand[b-lb1pft921n] {
    font-size: 1.15rem;
    font-weight: 700;
}

.nav-item[b-lb1pft921n] {
    font-size: 0.98rem;
    padding-bottom: 0.75rem;
}

.nav-item:first-of-type[b-lb1pft921n] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-lb1pft921n] {
    padding-bottom: 1rem;
}

.nav-item[b-lb1pft921n]  a {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    min-height: 3.25rem;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    color: #d7d7d7;
    font-weight: 600;
    text-decoration: none;
}

.nav-item[b-lb1pft921n]  a.active {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.95), rgba(168, 85, 247, 0.9));
    color: white;
    box-shadow: 0 12px 24px rgba(76, 29, 149, 0.25);
}

.nav-item[b-lb1pft921n]  a:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
}

.nav-icon[b-lb1pft921n] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.nav-scrollable[b-lb1pft921n] {
    padding: 0.5rem 0 1.25rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-lb1pft921n] {
        display: none;
    }

    .collapse[b-lb1pft921n] {
        display: block;
    }

    .nav-scrollable[b-lb1pft921n] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/FolderViews/AssignmentDialog.razor.rz.scp.css */
/* AssignmentDialog.razor styling */

.assignment-dialog-overlay[b-tkdhw38xzg] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.assignment-dialog[b-tkdhw38xzg] {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    max-width: 500px;
    width: 90%;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dialog-header[b-tkdhw38xzg] {
    padding: 1.5rem;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dialog-header h3[b-tkdhw38xzg] {
    margin: 0;
    font-size: 1.25rem;
    color: #333;
}

.dialog-close[b-tkdhw38xzg] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dialog-close:hover[b-tkdhw38xzg] {
    color: #333;
}

.dialog-body[b-tkdhw38xzg] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.user-search[b-tkdhw38xzg] {
    margin-bottom: 1rem;
}

.user-search .inline-input[b-tkdhw38xzg] {
    width: 100%;
    padding: 0.75rem;
    font-size: 1rem;
}

.user-list[b-tkdhw38xzg] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.user-item[b-tkdhw38xzg] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    background-color: #f9f9f9;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s;
}

.user-item:hover[b-tkdhw38xzg] {
    background-color: #f0f0f0;
}

.user-item input[type="checkbox"][b-tkdhw38xzg] {
    cursor: pointer;
    width: 1.1rem;
    height: 1.1rem;
}

.user-item span[b-tkdhw38xzg] {
    flex: 1;
    font-size: 0.95rem;
}

.no-results[b-tkdhw38xzg] {
    text-align: center;
    color: #999;
    padding: 2rem 0;
    font-style: italic;
}

.dialog-footer[b-tkdhw38xzg] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
}

.dialog-footer .action-button-sm[b-tkdhw38xzg] {
    margin: 0;
}
/* /Pages/FolderViews/ItemEditPanel.razor.rz.scp.css */
/* ItemEditPanel.razor styling */

.item-edit-panel[b-9uy0qki0tm] {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-left: 1px solid #ddd;
    background-color: #fafafa;
    overflow-y: auto;
}

.edit-panel-header[b-9uy0qki0tm] {
    padding: 1.5rem;
    border-bottom: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: white;
    position: sticky;
    top: 0;
    z-index: 10;
}

.edit-panel-header h3[b-9uy0qki0tm] {
    margin: 0;
    font-size: 1.1rem;
    color: #333;
}

.btn-new[b-9uy0qki0tm] {
    padding: 0.5rem 1rem;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    transition: background-color 0.2s;
}

.btn-new:hover[b-9uy0qki0tm] {
    background-color: #218838;
}

.edit-panel-body[b-9uy0qki0tm] {
    flex: 1;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow-y: auto;
}

.edit-panel-body .inline-label[b-9uy0qki0tm] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #333;
    margin-top: 0.5rem;
}

.edit-panel-body .inline-input[b-9uy0qki0tm],
.edit-panel-body textarea[b-9uy0qki0tm] {
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.95rem;
    font-family: inherit;
}

.edit-panel-body textarea[b-9uy0qki0tm] {
    resize: vertical;
    min-height: 80px;
}

.edit-panel-body .inline-input:focus[b-9uy0qki0tm],
.edit-panel-body textarea:focus[b-9uy0qki0tm] {
    outline: none;
    border-color: #0066cc;
    box-shadow: 0 0 0 2px rgba(0, 102, 204, 0.1);
}

.edit-panel-footer[b-9uy0qki0tm] {
    padding: 1rem 1.5rem;
    border-top: 1px solid #ddd;
    display: flex;
    gap: 0.5rem;
    background-color: white;
    position: sticky;
    bottom: 0;
}

.edit-panel-footer .action-button-sm[b-9uy0qki0tm] {
    margin: 0;
}

.btn-cancel[b-9uy0qki0tm] {
    background-color: #6c757d !important;
}

.btn-cancel:hover:not(:disabled)[b-9uy0qki0tm] {
    background-color: #5a6268 !important;
}

.edit-panel-empty[b-9uy0qki0tm] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    text-align: center;
    padding: 2rem;
}

.edit-panel-empty p[b-9uy0qki0tm] {
    margin: 0;
    font-style: italic;
}

.inline-error[b-9uy0qki0tm] {
    background-color: #f8d7da;
    color: #721c24;
    padding: 0.75rem;
    border-radius: 4px;
    margin: 0;
    border: 1px solid #f5c6cb;
    font-size: 0.9rem;
}
/* /Pages/FolderViews/ItemMetadataEditor.razor.rz.scp.css */
/* ItemMetadataEditor.razor styling */

.item-metadata-editor[b-6nl6fyyv3o] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 4px;
    margin: 1rem 0;
}

.metadata-section[b-6nl6fyyv3o] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.metadata-section .inline-label[b-6nl6fyyv3o] {
    font-weight: 600;
    font-size: 0.9rem;
    color: #333;
}

.metadata-section .inline-input[b-6nl6fyyv3o],
.metadata-section select[b-6nl6fyyv3o] {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 0.9rem;
}

.metadata-section select[b-6nl6fyyv3o] {
    cursor: pointer;
}

/* Priority badges */
.priority-badge[b-6nl6fyyv3o] {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    font-size: 0.85rem;
    font-weight: 600;
}

.priority-critical[b-6nl6fyyv3o] {
    background-color: #ff4444;
    color: white;
}

.priority-high[b-6nl6fyyv3o] {
    background-color: #ff9900;
    color: white;
}

.priority-medium[b-6nl6fyyv3o] {
    background-color: #ffcc00;
    color: #333;
}

.priority-low[b-6nl6fyyv3o] {
    background-color: #cccccc;
    color: #333;
}

/* Lists */
.assignment-list[b-6nl6fyyv3o],
.attachment-list[b-6nl6fyyv3o],
.reminder-list[b-6nl6fyyv3o],
.comments-list[b-6nl6fyyv3o],
.links-list[b-6nl6fyyv3o] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.assignment-item[b-6nl6fyyv3o],
.attachment-item[b-6nl6fyyv3o],
.reminder-item[b-6nl6fyyv3o],
.comment-item[b-6nl6fyyv3o],
.link-item[b-6nl6fyyv3o] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 3px;
}

.assignment-item[b-6nl6fyyv3o],
.attachment-item[b-6nl6fyyv3o],
.reminder-item[b-6nl6fyyv3o],
.link-item[b-6nl6fyyv3o] {
    justify-content: space-between;
}

.attachment-thumbnail[b-6nl6fyyv3o] {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 3px;
}

.comment-item[b-6nl6fyyv3o] {
    flex-direction: column;
    align-items: flex-start;
    background-color: #fafafa;
}

.comment-meta[b-6nl6fyyv3o] {
    width: 100%;
    font-size: 0.85rem;
    color: #666;
    display: flex;
    gap: 0.5rem;
    align-items: baseline;
}

.comment-meta strong[b-6nl6fyyv3o] {
    color: #333;
}

.comment-meta small[b-6nl6fyyv3o] {
    font-style: italic;
}

.comment-item p[b-6nl6fyyv3o] {
    margin: 0.5rem 0 0 0;
    font-size: 0.95rem;
    line-height: 1.4;
}

.link-type[b-6nl6fyyv3o] {
    background-color: #e8f4f8;
    padding: 0.25rem 0.5rem;
    border-radius: 3px;
    font-size: 0.85rem;
    font-weight: 500;
    color: #0066cc;
}

/* Buttons */
.action-button-sm[b-6nl6fyyv3o] {
    padding: 0.4rem 0.8rem;
    background-color: #0066cc;
    color: white;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.85rem;
    font-weight: 500;
    transition: background-color 0.2s;
}

.action-button-sm:hover:not(:disabled)[b-6nl6fyyv3o] {
    background-color: #0052a3;
}

.action-button-sm:disabled[b-6nl6fyyv3o] {
    background-color: #ccc;
    cursor: not-allowed;
}

/* Form hints */
.form-hint[b-6nl6fyyv3o] {
    display: block;
    font-size: 0.8rem;
    color: #999;
    margin-top: 0.25rem;
}

/* Responsive */
@media (max-width: 640px) {
    .item-metadata-editor[b-6nl6fyyv3o] {
        padding: 0.75rem;
        gap: 1rem;
    }

    .assignment-item[b-6nl6fyyv3o],
    .attachment-item[b-6nl6fyyv3o],
    .reminder-item[b-6nl6fyyv3o],
    .link-item[b-6nl6fyyv3o] {
        flex-wrap: wrap;
    }
}
