/* _content/AquipCompliance/Components/Layout/MainLayout.razor.rz.scp.css */
/* _content/AquipCompliance/Components/Pages/Admin.razor.rz.scp.css */
/* 极简扁平风格 Admin 页面样式，主色为紫色 #a78bfa */
.admin-container[b-k8zisitee2] {
    min-height: calc(100vh - 120px);
    background: #fafbfc;
}

.admin-header[b-k8zisitee2] {
    background: #fff;
    color: #1e1e1e;
    padding: 2.5rem 2rem 1.5rem 2rem;
    text-align: center;
    border-bottom: 1px solid #ececec;
}

.admin-title[b-k8zisitee2] {
    max-width: 900px;
    margin: 0 auto;
}

.admin-icon[b-k8zisitee2] {
    width: 60px;
    height: 60px;
    background: #f3e8ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}
.admin-icon i[b-k8zisitee2] {
    font-size: 2rem;
    color: #a78bfa;
}

.admin-header h1[b-k8zisitee2] {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}
.admin-subtitle[b-k8zisitee2] {
    font-size: 1.1rem;
    opacity: 0.85;
    margin: 0 0 2rem 0;
    font-weight: 400;
}
.admin-stats[b-k8zisitee2] {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    margin-top: 1.5rem;
}
.stat-item[b-k8zisitee2] {
    text-align: center;
    background: #f6f6fa;
    padding: 1rem 1.5rem;
    border-radius: 10px;
    border: 1px solid #ececec;
}
.stat-number[b-k8zisitee2] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #a78bfa;
}
.stat-label[b-k8zisitee2] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #888;
}

/* Tabs */
.admin-tabs[b-k8zisitee2] {
    background: #fff;
    border-bottom: 1.5px solid #ececec;
    padding: 0 2rem;
    display: flex;
    gap: 0;
}
.tab-item[b-k8zisitee2] {
    padding: 1.1rem 2rem 1rem 2rem;
    font-size: 1rem;
    font-weight: 500;
    color: #888;
    cursor: pointer;
    border: none;
    background: none;
    outline: none;
    border-bottom: 2.5px solid transparent;
    transition: color 0.2s, border-bottom 0.2s;
}
.tab-item.active[b-k8zisitee2] {
    color: #a78bfa;
    font-weight: 700;
    border-bottom: 2.5px solid #a78bfa;
    background: none;
}
.tab-item i[b-k8zisitee2] {
    font-size: 1.1rem;
    margin-right: 0.5rem;
}

.admin-content[b-k8zisitee2] {
    padding: 2rem 1rem;
    max-width: 1200px;
    margin: 0 auto;
}
.section-header[b-k8zisitee2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #ececec;
}
.section-header h2[b-k8zisitee2] {
    color: #a78bfa;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 600;
}

/* 表格极简风格 */
.admin-table[b-k8zisitee2] {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    font-size: 1rem;
    margin-bottom: 2rem;
    box-shadow: none;
}
.admin-table thead[b-k8zisitee2] {
    background: #222;
    color: #fff;
}
.admin-table th[b-k8zisitee2] {
    padding: 1rem 1.2rem;
    text-align: left;
    font-weight: 600;
    font-size: 0.98rem;
    border-bottom: 2px solid #ececec;
    background: #222;
    color: #fff;
}
.admin-table td[b-k8zisitee2] {
    padding: 0.85rem 1.2rem;
    border-bottom: 1px solid #ececec;
    background: #fff;
    color: #222;
    vertical-align: middle;
}
.admin-table tbody tr:nth-child(even) td[b-k8zisitee2] {
    background: #f6f6fa;
}
.admin-table tbody tr:hover td[b-k8zisitee2] {
    background: #ede9fe;
}

.framework-name[b-k8zisitee2], .document-name[b-k8zisitee2] {
    font-weight: 600;
    color: #222;
}
.framework-description[b-k8zisitee2] {
    color: #666;
    font-size: 0.97rem;
    line-height: 1.4;
}
.category-badge[b-k8zisitee2] {
    background: #ede9fe;
    color: #7c3aed;
    padding: 0.25rem 0.9rem;
    border-radius: 10px;
    font-size: 0.93rem;
    font-weight: 600;
    border: none;
    display: inline-block;
}
.document-count[b-k8zisitee2] {
    background: #a78bfa;
    color: #fff;
    border-radius: 10px;
    padding: 0.25rem 0.9rem;
    font-size: 0.93rem;
    font-weight: 600;
    border: none;
    display: inline-block;
}

.document-link[b-k8zisitee2] {
    color: #a78bfa;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}
.document-link:hover[b-k8zisitee2] {
    color: #7c3aed;
    text-decoration: underline;
}

/* Action Buttons 扁平风格 */
.action-buttons[b-k8zisitee2] {
    display: flex;
    gap: 0.5rem;
}
.btn-action[b-k8zisitee2] {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    background: #f3e8ff;
    color: #a78bfa;
    transition: background 0.15s, color 0.15s;
}
.btn-action.edit[b-k8zisitee2] {
    background: #a78bfa;
    color: #fff;
}
.btn-action.edit:hover[b-k8zisitee2] {
    background: #7c3aed;
    color: #fff;
}
.btn-action.delete[b-k8zisitee2] {
    background: #fee2e2;
    color: #ef4444;
}
.btn-action.delete:hover[b-k8zisitee2] {
    background: #ef4444;
    color: #fff;
}

/* 主按钮 */
.btn[b-k8zisitee2], .btn-primary[b-k8zisitee2] {
    border-radius: 7px;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.65rem 1.3rem;
    border: none;
    cursor: pointer;
    background: #a78bfa;
    color: #fff;
    transition: background 0.18s, color 0.18s;
    box-shadow: none;
}
.btn-primary:hover[b-k8zisitee2], .btn:hover[b-k8zisitee2] {
    background: #7c3aed;
    color: #fff;
}
.btn-secondary[b-k8zisitee2] {
    background: #f3f4f6;
    color: #222;
    border: 1px solid #ececec;
}
.btn-secondary:hover[b-k8zisitee2] {
    background: #ede9fe;
    color: #7c3aed;
}

/* Modal 极简风格 */
.modal-overlay[b-k8zisitee2] {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0,0,0,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
/* Modal 样式改进 */
.modal-content[b-k8zisitee2] {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    border: none;
    max-width: 500px;
    width: 90%;
}

.modal-header[b-k8zisitee2] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
    padding: 1.5rem;
    border-radius: 16px 16px 0 0;
}

.modal-header h3[b-k8zisitee2] {
    margin: 0;
    color: #1e293b;
    font-weight: 700;
    font-size: 1.25rem;
}

.modal-body[b-k8zisitee2] {
    padding: 1.5rem;
}

.form-group[b-k8zisitee2] {
    margin-bottom: 1.5rem;
}

.form-group label[b-k8zisitee2] {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    color: #1e293b;
    font-size: 0.9rem;
}

.form-control[b-k8zisitee2] {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    background: #ffffff;
}

.form-control:focus[b-k8zisitee2] {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-control:focus-within[b-k8zisitee2] {
    border-color: #667eea;
}

.form-text[b-k8zisitee2] {
    margin-top: 0.5rem;
    font-size: 0.85rem;
}

.form-text.text-muted[b-k8zisitee2] {
    color: #64748b;
}

.modal-footer[b-k8zisitee2] {
    padding: 1.5rem;
    border-top: 1px solid #e2e8f0;
    display: flex;
    gap: 0.75rem;
    justify-content: flex-end;
}

.btn[b-k8zisitee2] {
    padding: 0.75rem 1.5rem;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-primary[b-k8zisitee2] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.btn-primary:hover[b-k8zisitee2] {
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.btn-secondary[b-k8zisitee2] {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
    color: white;
}

.btn-secondary:hover[b-k8zisitee2] {
    background: linear-gradient(135deg, #475569 0%, #374151 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(71, 85, 105, 0.3);
}

.btn:disabled[b-k8zisitee2] {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.spinner-border-sm[b-k8zisitee2] {
    width: 1rem;
    height: 1rem;
    border-width: 0.125em;
}

/* 改进的section header */
.section-header[b-k8zisitee2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.section-header h2[b-k8zisitee2] {
    margin: 0;
    color: #1e293b;
    font-weight: 700;
    font-size: 1.5rem;
}

/* 动画效果 */
.requirement-block[b-k8zisitee2] {
    animation: fadeInUp-b-k8zisitee2 0.4s ease-out;
    animation-fill-mode: both;
}

.requirement-block:nth-child(1)[b-k8zisitee2] { animation-delay: 0.1s; }
.requirement-block:nth-child(2)[b-k8zisitee2] { animation-delay: 0.15s; }
.requirement-block:nth-child(3)[b-k8zisitee2] { animation-delay: 0.2s; }
.requirement-block:nth-child(4)[b-k8zisitee2] { animation-delay: 0.25s; }
.requirement-block:nth-child(5)[b-k8zisitee2] { animation-delay: 0.3s; }

@keyframes fadeInUp-b-k8zisitee2 {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Empty/Loading State */
.empty-state[b-k8zisitee2], .loading-state[b-k8zisitee2] {
    text-align: center;
    padding: 3rem 1rem;
    color: #888;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ececec;
    margin-bottom: 2rem;
}
.empty-state i[b-k8zisitee2], .loading-state i[b-k8zisitee2] {
    color: #a78bfa;
    margin-bottom: 1.2rem;
}
.empty-state h3[b-k8zisitee2] {
    color: #222;
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
}
.empty-state p[b-k8zisitee2] {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}
.spinner-border[b-k8zisitee2] {
    color: #a78bfa;
}

/* 响应式 */
@media (max-width: 900px) {
    .admin-content[b-k8zisitee2] { padding: 1rem 0.5rem; }
    .section-header[b-k8zisitee2] { flex-direction: column; gap: 1rem; align-items: flex-start; }
    .admin-tabs[b-k8zisitee2] { padding: 0 0.5rem; }
}
@media (max-width: 600px) {
    .admin-header[b-k8zisitee2] { padding: 1.5rem 0.5rem 1rem 0.5rem; }
    .admin-header h1[b-k8zisitee2] { font-size: 1.3rem; }
    .admin-stats[b-k8zisitee2] { flex-direction: column; gap: 0.7rem; }
    .stat-item[b-k8zisitee2] { width: 100%; max-width: 220px; padding: 0.7rem; }
    .admin-content[b-k8zisitee2] { padding: 0.5rem; }
    .section-header h2[b-k8zisitee2] { font-size: 1.1rem; }
    .admin-table th[b-k8zisitee2], .admin-table td[b-k8zisitee2] { padding: 0.6rem 0.5rem; font-size: 0.95rem; }
    .modal-content[b-k8zisitee2] { width: 99%; }
}

/* 其它辅助 */
.admin-table td[b-k8zisitee2], .admin-table th[b-k8zisitee2] { border-right: none; }
.admin-table th:last-child[b-k8zisitee2], .admin-table td:last-child[b-k8zisitee2] { text-align: left; }

/* 紧凑型表格样式优化 */
/* 撤销全局紧凑表格样式，仅对 Documents 区域应用紧凑样式 */

/* 1. 移除全局 .admin-table th, .admin-table td 的紧凑样式（恢复默认） */
/* 2. 只对 .documents-table .admin-table th/td、按钮、徽章等应用紧凑样式 */

.documents-table .admin-table th[b-k8zisitee2], .documents-table .admin-table td[b-k8zisitee2] {
    font-size: 0.93rem;
    line-height: 1.3;
    padding: 0.55rem 0.7rem;
}
.documents-table .admin-table[b-k8zisitee2] {
    margin-bottom: 1.2rem;
}
.documents-table .category-badge[b-k8zisitee2] {
    font-size: 0.82rem;
    padding: 0.12rem 0.5rem;
    max-width: 100px;
}
.documents-table .document-count[b-k8zisitee2] {
    font-size: 0.82rem;
    padding: 0.12rem 0.5rem;
}
.documents-table .action-buttons[b-k8zisitee2] {
    gap: 0.18rem;
}
.documents-table .btn-action[b-k8zisitee2] {
    width: 26px;
    height: 26px;
    font-size: 0.95rem;
}
.documents-table .btn[b-k8zisitee2], .documents-table .btn-primary[b-k8zisitee2] {
    font-size: 0.95rem;
    padding: 0.45rem 1rem;
    border-radius: 6px;
}
.documents-table .section-header[b-k8zisitee2] {
    margin-bottom: 1rem;
    padding-bottom: 0.2rem;
}
.documents-table .admin-content[b-k8zisitee2] {
    padding: 1.2rem 0.5rem;
    max-width: 1000px;
}
.documents-table .table-container[b-k8zisitee2] {
    margin-bottom: 1rem;
} 

.requirement-group[b-k8zisitee2] {
    margin-bottom: 2.2rem;
}
.requirement-header[b-k8zisitee2] {
    background: linear-gradient(90deg, #ede9fe 0%, #a78bfa 100%);
    color: #4b2996;
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
    font-size: 1.08rem;
    font-weight: 700;
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    box-shadow: 0 2px 8px rgba(167,139,250,0.08);
    border-left: 5px solid #a78bfa;
}
.requirement-badge[b-k8zisitee2] {
    background: #a78bfa;
    color: #fff;
    border-radius: 7px;
    padding: 0.18em 0.9em;
    font-size: 1em;
    font-weight: 700;
    margin-right: 0.7em;
    letter-spacing: 0.5px;
}
.requirement-desc[b-k8zisitee2] {
    color: #4b2996;
    font-size: 0.98em;
    font-weight: 400;
    opacity: 0.85;
}
/* 分组下方分隔线 */
.requirement-group:not(:last-child)[b-k8zisitee2]::after {
    content: '';
    display: block;
    height: 2px;
    background: linear-gradient(90deg, #ede9fe 0%, #a78bfa 100%);
    border-radius: 1px;
    margin: 1.5rem 0 0.5rem 0;
    opacity: 0.5;
}

/* Invitation Section Styles */
.invitation-container[b-k8zisitee2] {
    margin-top: 1.5rem;
}

.invitation-layout[b-k8zisitee2] {
    display: flex;
    gap: 2rem;
    align-items: flex-start;
}

.invitation-form-wrapper[b-k8zisitee2] {
    flex: 2;
}

.invitation-info-wrapper[b-k8zisitee2] {
    flex: 1;
    padding-left: 1rem;
}

.invitation-form[b-k8zisitee2] {
    background: #fff;
    padding: 2rem;
    border-radius: 10px;
    border: 1px solid #ececec;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.invitation-form .form-group[b-k8zisitee2] {
    margin-bottom: 1.5rem;
}

.invitation-form .form-label[b-k8zisitee2] {
    font-weight: 600;
    color: #333;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
}

.invitation-form .form-control[b-k8zisitee2] {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 0.75rem 1rem;
    font-size: 0.95rem;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.invitation-form .form-control:focus[b-k8zisitee2] {
    border-color: #a78bfa;
    box-shadow: 0 0 0 3px rgba(167, 139, 250, 0.1);
    outline: none;
}

.invitation-form textarea.form-control[b-k8zisitee2] {
    resize: vertical;
    min-height: 80px;
}

.form-actions[b-k8zisitee2] {
    display: flex;
    gap: 1rem;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #ececec;
}

.form-actions .btn[b-k8zisitee2] {
    padding: 0.75rem 2rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.form-actions .btn-primary[b-k8zisitee2] {
    background: #a78bfa;
    border-color: #a78bfa;
}

.form-actions .btn-primary:hover[b-k8zisitee2] {
    background: #9333ea;
    border-color: #9333ea;
    transform: translateY(-1px);
}

.form-actions .btn-outline-secondary[b-k8zisitee2] {
    border-color: #d1d5db;
    color: #6b7280;
}

.form-actions .btn-outline-secondary:hover[b-k8zisitee2] {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #374151;
}

.invitation-info[b-k8zisitee2] {
    padding-left: 1rem;
}

.info-card[b-k8zisitee2] {
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #ececec;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.info-card h5[b-k8zisitee2] {
    color: #a78bfa;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.info-card h6[b-k8zisitee2] {
    color: #333;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    margin-top: 1rem;
}

.info-card h6:first-of-type[b-k8zisitee2] {
    margin-top: 0;
}

.feature-list[b-k8zisitee2], .access-list[b-k8zisitee2] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li[b-k8zisitee2] {
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    font-size: 0.9rem;
    color: #374151;
}

.access-list li[b-k8zisitee2] {
    padding: 0.25rem 0;
    font-size: 0.9rem;
    color: #6b7280;
}

.info-card hr[b-k8zisitee2] {
    margin: 1.5rem 0;
    border-color: #e5e7eb;
}

/* Alert styling for invitation status */
.invitation-form .alert[b-k8zisitee2] {
    border-radius: 8px;
    border: none;
    font-weight: 500;
}

.invitation-form .alert-success[b-k8zisitee2] {
    background: #f0fdf4;
    color: #166534;
    border-left: 4px solid #22c55e;
}

.invitation-form .alert-danger[b-k8zisitee2] {
    background: #fef2f2;
    color: #dc2626;
    border-left: 4px solid #ef4444;
}

/* Responsive design */
@media (max-width: 768px) {
    .invitation-layout[b-k8zisitee2] {
        flex-direction: column;
    }
    
    .invitation-info-wrapper[b-k8zisitee2] {
        padding-left: 0;
        margin-top: 2rem;
    }
    
    .form-actions[b-k8zisitee2] {
        flex-direction: column;
    }
    
    .form-actions .btn[b-k8zisitee2] {
        width: 100%;
    }
} 

/* Access Denied Card Styles */
.access-denied[b-k8zisitee2] {
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}
.access-denied-content[b-k8zisitee2] {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 32px rgba(167,139,250,0.10);
    border: 1.5px solid #ececec;
    padding: 3.5rem 2.5rem 2.5rem 2.5rem;
    text-align: center;
    max-width: 420px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.access-denied-icon[b-k8zisitee2] {
    font-size: 3.2rem;
    color: #a78bfa;
    margin-bottom: 1.2rem;
}
.access-denied-content h2[b-k8zisitee2] {
    color: #a78bfa;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
}
.access-denied-content p[b-k8zisitee2] {
    color: #64748b;
    font-size: 1.08rem;
    margin-bottom: 0.5rem;
}
.access-denied-content .btn[b-k8zisitee2] {
    margin-top: 1.5rem;
    font-size: 1.08rem;
    padding: 0.7rem 2.2rem;
    border-radius: 8px;
}
@media (max-width: 600px) {
    .access-denied-content[b-k8zisitee2] {
        padding: 2rem 0.7rem 1.5rem 0.7rem;
        max-width: 98vw;
    }
    .access-denied[b-k8zisitee2] {
        min-height: 50vh;
    }
} 

/* Requirements & Items 容器样式 */
.requirements-container[b-k8zisitee2] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.requirement-block[b-k8zisitee2] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.requirement-block:hover[b-k8zisitee2] {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.requirement-header[b-k8zisitee2] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e2e8f0;
    position: relative;
}

.requirement-header:hover[b-k8zisitee2] {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
}

.requirement-header.expanded[b-k8zisitee2] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.requirement-header.expanded .requirement-code[b-k8zisitee2],
.requirement-header.expanded .requirement-description[b-k8zisitee2] {
    color: white;
}

.requirement-header.expanded .category-badge[b-k8zisitee2] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.requirement-header.expanded .document-count[b-k8zisitee2],
.requirement-header.expanded .item-count[b-k8zisitee2] {
    color: rgba(255, 255, 255, 0.8);
}

.requirement-info[b-k8zisitee2] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    width: 100%;
}

.requirement-main[b-k8zisitee2] {
    flex: 1;
    min-width: 0;
}

.requirement-code[b-k8zisitee2] {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    letter-spacing: 0.5px;
}

.requirement-description[b-k8zisitee2] {
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

.requirement-meta[b-k8zisitee2] {
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.category-badge[b-k8zisitee2] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 1px solid #667eea;
}

.document-count[b-k8zisitee2],
.item-count[b-k8zisitee2] {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    color: #64748b;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    border: 1px solid #e2e8f0;
}

/* 统一的按钮布局 */
.requirement-actions[b-k8zisitee2] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-shrink: 0;
    justify-content: flex-end;
    min-width: 160px;
}

.btn-action[b-k8zisitee2] {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
    position: relative;
}

.btn-action:hover[b-k8zisitee2] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.btn-action:active[b-k8zisitee2] {
    transform: translateY(0);
}

.btn-action.edit[b-k8zisitee2] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.btn-action.edit:hover[b-k8zisitee2] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.btn-action.delete[b-k8zisitee2] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.btn-action.delete:hover[b-k8zisitee2] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.btn-action.add-item[b-k8zisitee2] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.btn-action.add-item:hover[b-k8zisitee2] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.expand-indicator[b-k8zisitee2] {
    color: #64748b;
    transition: all 0.3s ease;
    margin-left: 0.5rem;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(100, 116, 139, 0.1);
}

.requirement-header.expanded .expand-indicator[b-k8zisitee2] {
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.2);
}

.expand-indicator:hover[b-k8zisitee2] {
    background: rgba(100, 116, 139, 0.2);
}

.requirement-header.expanded .expand-indicator:hover[b-k8zisitee2] {
    background: rgba(255, 255, 255, 0.3);
}

/* Items 列表样式 */
.requirement-items[b-k8zisitee2] {
    background: #ffffff;
    animation: slideDown-b-k8zisitee2 0.3s ease-out;
}

@keyframes slideDown-b-k8zisitee2 {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.items-list[b-k8zisitee2] {
    padding: 1rem 1.5rem;
}

.item-row[b-k8zisitee2] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.2s ease;
    width: 100%;
}

.item-row:hover[b-k8zisitee2] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.item-row:last-child[b-k8zisitee2] {
    border-bottom: none;
}

.item-info[b-k8zisitee2] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
    min-width: 0;
}

.item-info i[b-k8zisitee2] {
    color: #667eea;
    font-size: 1rem;
    flex-shrink: 0;
}

.item-name[b-k8zisitee2] {
    font-weight: 600;
    color: #1e293b;
    font-size: 0.95rem;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-date[b-k8zisitee2] {
    color: #64748b;
    font-size: 0.85rem;
    flex-shrink: 0;
    margin-left: auto;
}

.item-actions[b-k8zisitee2] {
    display: flex;
    gap: 0.25rem;
    align-items: center;
    flex-shrink: 0;
    margin-left: 1rem;
    min-width: 80px;
    justify-content: flex-end;
}

.item-actions .btn-action[b-k8zisitee2] {
    width: 32px;
    height: 32px;
    font-size: 0.8rem;
}

.empty-items[b-k8zisitee2] {
    padding: 2rem;
    text-align: center;
    color: #64748b;
}

.empty-items i[b-k8zisitee2] {
    font-size: 2rem;
    color: #cbd5e1;
    margin-bottom: 1rem;
}

.empty-items p[b-k8zisitee2] {
    margin-bottom: 1rem;
    font-size: 0.95rem;
}

/* Header actions 样式 */
.header-actions[b-k8zisitee2] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.btn-secondary[b-k8zisitee2] {
    background: linear-gradient(135deg, #64748b 0%, #475569 100%);
    border: none;
    color: white;
    transition: all 0.2s ease;
}

.btn-secondary:hover[b-k8zisitee2] {
    background: linear-gradient(135deg, #475569 0%, #374151 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(71, 85, 105, 0.3);
}

/* 改进的响应式设计 */
@media (max-width: 768px) {
    .requirement-info[b-k8zisitee2] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .requirement-actions[b-k8zisitee2] {
        width: 100%;
        justify-content: flex-end;
        order: -1;
        min-width: auto;
    }
    
    .requirement-meta[b-k8zisitee2] {
        gap: 0.5rem;
        flex-wrap: wrap;
    }
    
    .items-list[b-k8zisitee2] {
        padding: 0.75rem 1rem;
    }
    
    .item-row[b-k8zisitee2] {
        padding: 0.75rem;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
    }
    
    .item-info[b-k8zisitee2] {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
    
    .item-name[b-k8zisitee2] {
        width: 100%;
    }
    
    .item-date[b-k8zisitee2] {
        margin-left: 0;
    }
    
    .item-actions[b-k8zisitee2] {
        width: 100%;
        justify-content: flex-end;
        margin-left: 0;
        min-width: auto;
    }
    
    .header-actions[b-k8zisitee2] {
        flex-direction: column;
        gap: 0.5rem;
    }
} 

@media (max-width: 480px) {
    .requirement-actions[b-k8zisitee2] {
        gap: 0.25rem;
    }
    
    .btn-action[b-k8zisitee2] {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }
    
    .expand-indicator[b-k8zisitee2] {
        width: 32px;
        height: 32px;
    }
} 
/* _content/AquipCompliance/Components/Pages/Clients.razor.rz.scp.css */
/* 容器和基础布局 */
.clients-container[b-obuwpxl6er] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    background: #fff;
    color: #1a1a1a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    min-height: 100vh;
}

/* Loading and Error States for Public Access */
.error-container[b-obuwpxl6er] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    text-align: center;
}

.error-content h1[b-obuwpxl6er] {
    font-size: 4rem;
    color: #dc3545;
    margin: 0;
}

.error-content h2[b-obuwpxl6er] {
    color: #6c757d;
    margin: 0.5rem 0;
}

.error-icon[b-obuwpxl6er] {
    font-size: 3rem;
    color: #6c757d;
    margin-top: 1rem;
}

.no-data[b-obuwpxl6er] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 20vh;
    gap: 1rem;
    text-align: center;
}

.no-data i[b-obuwpxl6er] {
    font-size: 2rem;
    color: #6c757d;
}

.no-data p[b-obuwpxl6er] {
    color: #6c757d;
    margin: 0;
}



/* Trust Centre Footer */
.trust-centre-footer[b-obuwpxl6er] {
    margin-top: 3rem;
    padding: 2rem 0;
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
}

.trust-centre-footer .footer-content[b-obuwpxl6er] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.trust-centre-footer .contact-info[b-obuwpxl6er] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.trust-centre-footer .contact-item[b-obuwpxl6er] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    color: #6b7280;
}

.trust-centre-footer .contact-item i[b-obuwpxl6er] {
    color: #0066cc;
}

.powered-by[b-obuwpxl6er] {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 500;
}

.clients-header[b-obuwpxl6er] {
    margin-bottom: 3rem;
    padding: 2rem 0;
    border-bottom: 1px solid #e5e7eb;
}

.header-content[b-obuwpxl6er] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
}

.company-info[b-obuwpxl6er] {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    flex: 1;
}

.company-details[b-obuwpxl6er] {
    flex: 1;
}

.company-name[b-obuwpxl6er] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
    line-height: 1.2;
}

.company-description[b-obuwpxl6er] {
    font-size: 1.125rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.trust-badge[b-obuwpxl6er] {
    flex-shrink: 0;
}

.soc-badge[b-obuwpxl6er] {
    width: 120px;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Dashboard Section */
.dashboard-section[b-obuwpxl6er] {
    margin-bottom: 3rem;
}

.completion-header[b-obuwpxl6er] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}

.section-title[b-obuwpxl6er] {
    font-size: 1.75rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
}

.last-updated-header[b-obuwpxl6er] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: #6b7280;
}

.refresh-icon[b-obuwpxl6er] {
    font-size: 1rem;
    cursor: pointer;
    transition: transform 0.2s;
}

    .refresh-icon:hover[b-obuwpxl6er] {
        transform: rotate(180deg);
    }

/* 概览卡片 */
.compliance-overview-cards[b-obuwpxl6er] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.overview-card[b-obuwpxl6er] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 8px rgba(59,130,246,0.04);
    transition: box-shadow 0.2s, transform 0.2s;
}

    .overview-card:hover[b-obuwpxl6er] {
        box-shadow: 0 8px 24px rgba(59,130,246,0.10);
        transform: translateY(-2px);
        border-color: #3b82f6;
    }

    .overview-card.primary[b-obuwpxl6er] {
        background: #fff;
        color: #1a1a1a;
        border: 2px solid #3b82f6;
    }

        .overview-card.primary .card-icon[b-obuwpxl6er] {
            background: #3b82f6;
            color: #fff;
        }

        .overview-card.primary .card-value[b-obuwpxl6er] {
            color: #1d4ed8;
        }

        .overview-card.primary .card-subtitle[b-obuwpxl6er] {
            color: #6b7280;
        }

.card-icon[b-obuwpxl6er] {
    width: 48px;
    height: 48px;
    background: #f3f4f6;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.card-content h3[b-obuwpxl6er] {
    font-size: 0.95rem;
    font-weight: 600;
    color: #6b7280;
    margin: 0 0 0.5rem 0;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.card-value[b-obuwpxl6er] {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.card-subtitle[b-obuwpxl6er] {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.4;
}

/* Requirement Summary Section */
.requirement-summary-section[b-obuwpxl6er] {
    margin-bottom: 2.5rem;
}

.summary-title[b-obuwpxl6er] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
}

.summary-grid[b-obuwpxl6er] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.25rem;
}

.summary-card[b-obuwpxl6er] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    transition: box-shadow 0.2s, transform 0.2s;
}

    .summary-card:hover[b-obuwpxl6er] {
        box-shadow: 0 4px 16px rgba(59,130,246,0.10);
        transform: translateY(-2px);
        border-color: #3b82f6;
    }

.summary-header[b-obuwpxl6er] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

    .summary-header i[b-obuwpxl6er] {
        font-size: 1.25rem;
        color: #3b82f6;
        width: 24px;
        text-align: center;
    }

    .summary-header h4[b-obuwpxl6er] {
        font-size: 1rem;
        font-weight: 600;
        color: #1a1a1a;
        margin: 0;
    }

.summary-value[b-obuwpxl6er] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    line-height: 1;
}

.summary-breakdown[b-obuwpxl6er] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.breakdown-item[b-obuwpxl6er] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.95rem;
}

.breakdown-label[b-obuwpxl6er] {
    color: #6b7280;
    font-weight: 500;
}

.breakdown-value[b-obuwpxl6er] {
    font-weight: 600;
    color: #1a1a1a;
}

    .breakdown-value.completed[b-obuwpxl6er] {
        color: #059669;
    }

    .breakdown-value.in-progress[b-obuwpxl6er] {
        color: #d97706;
    }

    .breakdown-value.not-started[b-obuwpxl6er] {
        color: #dc2626;
    }

/* Recent Activity Section */
.recent-activity-section[b-obuwpxl6er] {
    margin-bottom: 2.5rem;
}

.activity-title[b-obuwpxl6er] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
}

.activity-list[b-obuwpxl6er] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.activity-item[b-obuwpxl6er] {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1rem 1.25rem;
    transition: box-shadow 0.2s, transform 0.2s;
}

    .activity-item:hover[b-obuwpxl6er] {
        box-shadow: 0 4px 16px rgba(59,130,246,0.10);
        transform: translateY(-2px);
        border-color: #3b82f6;
    }

.activity-icon[b-obuwpxl6er] {
    width: 40px;
    height: 40px;
    background: #f3f4f6;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3b82f6;
    font-size: 1.25rem;
    flex-shrink: 0;
}

.activity-content[b-obuwpxl6er] {
    flex: 1;
}

    .activity-content .activity-title[b-obuwpxl6er] {
        font-size: 1rem;
        font-weight: 600;
        color: #1a1a1a;
        margin: 0 0 0.25rem 0;
    }

.activity-description[b-obuwpxl6er] {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0 0 0.25rem 0;
    line-height: 1.4;
}

.activity-time[b-obuwpxl6er] {
    font-size: 0.85rem;
    color: #9ca3af;
    font-weight: 500;
}

/* Compliance Categories */
.compliance-categories[b-obuwpxl6er] {
    margin-bottom: 2.5rem;
}

.categories-title[b-obuwpxl6er] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 1rem 0;
}

.categories-grid[b-obuwpxl6er] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.25rem;
}

.category-item[b-obuwpxl6er] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 1.5rem;
    transition: box-shadow 0.2s, transform 0.2s;
}

    .category-item:hover[b-obuwpxl6er] {
        box-shadow: 0 4px 16px rgba(34,197,94,0.10);
        transform: translateY(-2px);
        border-color: #22c55e;
    }

    .category-item.in-progress[b-obuwpxl6er] {
        border-color: #f59e0b;
    }

    .category-item.in-progress:hover[b-obuwpxl6er] {
        box-shadow: 0 4px 16px rgba(245,158,11,0.10);
        border-color: #d97706;
    }

.category-header[b-obuwpxl6er] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

    .category-header h4[b-obuwpxl6er] {
        font-size: 1.125rem;
        font-weight: 600;
        color: #1a1a1a;
        margin: 0;
        flex: 1;
    }

.category-status[b-obuwpxl6er] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.375rem 0.75rem;
    border-radius: 16px;
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

    .category-status.completed[b-obuwpxl6er] {
        background: #dcfce7;
        color: #166534;
    }

    .category-status.in-progress[b-obuwpxl6er] {
        background: #fef3c7;
        color: #92400e;
    }

    .category-status.not-started[b-obuwpxl6er] {
        background: #fee2e2;
        color: #991b1b;
    }

    .category-status i[b-obuwpxl6er] {
        font-size: 0.95rem;
    }

.category-description[b-obuwpxl6er] {
    font-size: 0.95rem;
    color: #6b7280;
    margin: 0 0 1rem 0;
    line-height: 1.5;
}

.category-stats[b-obuwpxl6er] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.stat-item[b-obuwpxl6er] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.stat-label[b-obuwpxl6er] {
    font-size: 0.85rem;
    color: #6b7280;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.stat-value[b-obuwpxl6er] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a1a1a;
}

/* Loading and No Data States */
.loading-state[b-obuwpxl6er] {
    text-align: center;
    padding: 3rem;
    color: #6b7280;
}

.spinner-border[b-obuwpxl6er] {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 0.25em solid #e5e7eb;
    border-right-color: #3b82f6;
    border-radius: 50%;
    animation: spinner-border-b-obuwpxl6er 0.75s linear infinite;
    margin-bottom: 1rem;
}

@keyframes spinner-border-b-obuwpxl6er {
    to {
        transform: rotate(360deg);
    }
}

/* Footer */
.clients-footer[b-obuwpxl6er] {
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid #e5e7eb;
}

.footer-content[b-obuwpxl6er] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.contact-info[b-obuwpxl6er] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
}

.contact-item[b-obuwpxl6er] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #6b7280;
    font-size: 0.95rem;
}

    .contact-item a[b-obuwpxl6er] {
        color: #1a1a1a;
        text-decoration: none;
        font-weight: 500;
    }

        .contact-item a:hover[b-obuwpxl6er] {
            text-decoration: underline;
            color: #000;
        }

.last-updated[b-obuwpxl6er] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.95rem;
    color: #6b7280;
}

/* 响应式设计 */
@media (max-width: 900px) {
    .header-content[b-obuwpxl6er], .footer-content[b-obuwpxl6er] {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }

    .company-info[b-obuwpxl6er] {
        flex-direction: column;
        align-items: center;
    }

    .compliance-overview-cards[b-obuwpxl6er], .summary-grid[b-obuwpxl6er], .categories-grid[b-obuwpxl6er] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .clients-container[b-obuwpxl6er] {
        padding: 0.5rem;
    }

    .company-name[b-obuwpxl6er] {
        font-size: 1.5rem;
    }

    .summary-card[b-obuwpxl6er], .category-item[b-obuwpxl6er], .overview-card[b-obuwpxl6er], .activity-item[b-obuwpxl6er] {
        padding: 1rem;
    }

    .stat-value[b-obuwpxl6er], .card-value[b-obuwpxl6er], .summary-value[b-obuwpxl6er] {
        font-size: 1rem;
    }
}


/* _content/AquipCompliance/Components/Pages/Login.razor.rz.scp.css */
.login-container[b-3lvcje0f8r] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    padding: 20px;
}

.login-card[b-3lvcje0f8r] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    width: 100%;
    max-width: 400px;
    overflow: hidden;
}

.login-header[b-3lvcje0f8r] {
    text-align: center;
    padding: 40px 40px 20px;
    background: #f8f9fa;
}

.login-logo[b-3lvcje0f8r] {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}

.login-title[b-3lvcje0f8r] {
    font-size: 24px;
    font-weight: 600;
    color: #323130;
    margin: 0 0 8px 0;
}

.login-subtitle[b-3lvcje0f8r] {
    font-size: 14px;
    color: #605e5c;
    margin: 0;
}

.login-content[b-3lvcje0f8r] {
    padding: 32px 40px;
}

.login-description[b-3lvcje0f8r] {
    font-size: 14px;
    color: #323130;
    margin: 0 0 24px 0;
    line-height: 1.4;
}

.btn-microsoft[b-3lvcje0f8r] {
    width: 100%;
    height: 48px;
    border: 1px solid #8a8886;
    border-radius: 2px;
    background: #ffffff;
    color: #323130;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-microsoft:hover[b-3lvcje0f8r] {
    background: #f3f2f1;
    border-color: #323130;
}

.btn-microsoft:active[b-3lvcje0f8r] {
    background: #edebe9;
}

.btn-microsoft-icon[b-3lvcje0f8r] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-info[b-3lvcje0f8r] {
    margin-top: 24px;
    padding: 16px;
    background: #f3f2f1;
    border-radius: 4px;
}

.login-info p[b-3lvcje0f8r] {
    font-size: 13px;
    color: #605e5c;
    margin: 0;
    line-height: 1.4;
}

.login-footer[b-3lvcje0f8r] {
    text-align: center;
    padding: 20px;
    background: #f8f9fa;
    border-top: 1px solid #edebe9;
}

.login-footer p[b-3lvcje0f8r] {
    font-size: 12px;
    color: #8a8886;
    margin: 0;
}

@media (max-width: 480px) {
    .login-container[b-3lvcje0f8r] {
        padding: 10px;
    }
    
    .login-header[b-3lvcje0f8r],
    .login-content[b-3lvcje0f8r] {
        padding-left: 20px;
        padding-right: 20px;
    }
} 
/* _content/AquipCompliance/Components/Pages/Requirements.razor.rz.scp.css */

.frameworks-container[b-husbwrbnug] {
    display: flex;
    min-height: calc(100vh - 120px);
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    position: relative;
}

.frameworks-container[b-husbwrbnug]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="%23f1f5f9" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    pointer-events: none;
    z-index: 0;
}


.frameworks-sidebar[b-husbwrbnug] {
    width: 350px;
    background: #ffffff;
    border-right: 1px solid #e2e8f0;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 120px);
    transition: width 0.3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.frameworks-sidebar.collapsed[b-husbwrbnug] {
    width: 80px;
}

.sidebar-header[b-husbwrbnug] {
    padding: 2rem 1.5rem 1.5rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    color: #1e293b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.sidebar-header h4[b-husbwrbnug] {
    font-size: 0.85rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sidebar-header h4[b-husbwrbnug]::before {
    content: '📁';
    font-size: 0.8rem;
}

.sidebar-toggle[b-husbwrbnug] {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border: 1px solid #e2e8f0;
    color: #64748b;
    cursor: pointer;
    padding: 0.75rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.sidebar-toggle:hover[b-husbwrbnug] {
    background: linear-gradient(135deg, #e2e8f0 0%, #cbd5e1 100%);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    color: #475569;
}

.frameworks-sidebar.collapsed .sidebar-header[b-husbwrbnug] {
    justify-content: center;
    padding: 1.5rem 0.5rem 1rem;
}

.sidebar-categories[b-husbwrbnug] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1rem 0.75rem 2rem 0.75rem;
    min-height: 0;
}

.sidebar-categories[b-husbwrbnug]::-webkit-scrollbar {
    width: 6px;
}

.sidebar-categories[b-husbwrbnug]::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.sidebar-categories[b-husbwrbnug]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.sidebar-categories[b-husbwrbnug]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

.category-item[b-husbwrbnug] {
    padding: 1.5rem 1.25rem;
    cursor: pointer;
    margin-bottom: 0.75rem;
    border-radius: 16px;
    background: #ffffff;
    border: 2px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.category-item[b-husbwrbnug]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.category-item:hover[b-husbwrbnug]::before {
    transform: scaleX(1);
}

.frameworks-sidebar.collapsed .category-item[b-husbwrbnug] {
    padding: 1.5rem 0.75rem;
    text-align: center;
}

.frameworks-sidebar.collapsed .category-info[b-husbwrbnug] {
    margin-bottom: 0;
}

.category-item:hover[b-husbwrbnug] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    border-color: #e2e8f0;
}

.category-item.active[b-husbwrbnug] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-color: #667eea;
    color: white;
    box-shadow: 0 12px 35px rgba(102, 126, 234, 0.25);
    transform: translateY(-2px);
}

.category-item.active[b-husbwrbnug]::before {
    transform: scaleX(1);
    background: rgba(255, 255, 255, 0.3);
}

.category-item.active .category-code[b-husbwrbnug] {
    color: white;
    -webkit-text-fill-color: white;
}

.category-item.active .category-name[b-husbwrbnug] {
    color: rgba(255, 255, 255, 0.9);
}

.category-item.active .framework-count[b-husbwrbnug] {
    background: rgba(255, 255, 255, 0.2);
    color: white;
}

.category-info[b-husbwrbnug] {
    margin-bottom: 0.75rem;
}

.category-code[b-husbwrbnug] {
    font-size: 1.5rem;
    font-weight: 900;
    color: #1e293b;
    margin-bottom: 0.5rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.category-code[b-husbwrbnug]::before {
    content: '';
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: inline-block;
}

.frameworks-sidebar.collapsed .category-code[b-husbwrbnug] {
    margin-bottom: 0;
    font-size: 1.3rem;
    justify-content: center;
}

.frameworks-sidebar.collapsed .category-code[b-husbwrbnug]::before {
    display: none;
}

.category-name[b-husbwrbnug] {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    font-weight: 600;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    margin-bottom: 0.75rem;
}

.category-stats[b-husbwrbnug] {
    font-size: 0.8rem;
    color: #94a3b8;
}

.framework-count[b-husbwrbnug] {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-weight: 700;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid #e2e8f0;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-size: 0.8rem;
    letter-spacing: 0.3px;
    transition: all 0.2s ease;
}

.framework-count[b-husbwrbnug]::before {
    content: '📋';
    font-size: 0.7rem;
}

.loading-sidebar[b-husbwrbnug],
.empty-sidebar[b-husbwrbnug] {
    padding: 2rem 1.25rem;
    text-align: center;
    color: #64748b;
    background: #f8fafc;
    border-radius: 12px;
    margin: 1rem 0.75rem;
    border: 1px solid #e2e8f0;
}

.frameworks-sidebar.collapsed .loading-sidebar[b-husbwrbnug],
.frameworks-sidebar.collapsed .empty-sidebar[b-husbwrbnug] {
    padding: 2rem 0.5rem;
    margin: 1rem 0.25rem;
}

/* 主内容区域 */
.frameworks-main[b-husbwrbnug] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    height: 100%;
    overflow: hidden;
}

.main-header[b-husbwrbnug] {
    padding: 2rem 2.5rem;
    border-bottom: 1px solid #e2e8f0;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.category-title[b-husbwrbnug] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    gap: 2rem;
}

.category-title h2[b-husbwrbnug] {
    font-size: 2.25rem;
    font-weight: 800;
    color: #1e293b;
    margin: 0;
    flex: 1;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.category-title h2[b-husbwrbnug]::before {
    content: '📋';
    font-size: 1.5rem;
}

.category-stats[b-husbwrbnug] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.category-stats .stat-item[b-husbwrbnug] {
    text-align: center;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    padding: 1rem 1.5rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    min-width: 120px;
    transition: all 0.3s ease;
}

.category-stats .stat-item:hover[b-husbwrbnug] {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.15);
}

.category-stats .stat-number[b-husbwrbnug] {
    font-size: 1.75rem;
    font-weight: 800;
    color: #1e293b;
    display: block;
    margin-bottom: 0.25rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1;
}

.category-stats .stat-label[b-husbwrbnug] {
    font-size: 0.7rem;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.category-actions[b-husbwrbnug] {
    display: flex;
    gap: 0.75rem;
}

.category-tabs[b-husbwrbnug] {
    display: flex;
    gap: 1rem;
}

.tab-item[b-husbwrbnug] {
    padding: 1rem 1.75rem;
    cursor: pointer;
    border-radius: 12px;
    font-weight: 600;
    color: #64748b;
    transition: all 0.3s ease;
    font-size: 0.95rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border: 2px solid transparent;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
}

.tab-item:hover[b-husbwrbnug] {
    background: rgba(255, 255, 255, 0.8);
    color: #475569;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.tab-item.active[b-husbwrbnug] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.3);
    transform: translateY(-1px);
    border-color: rgba(255, 255, 255, 0.2);
}


.main-content[b-husbwrbnug] {
    flex: 1;
    overflow-y: auto;
    padding: 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    min-height: calc(100vh - 120px);
}

.frameworks-grid[b-husbwrbnug] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.frameworks-grid[b-husbwrbnug] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.framework-item[b-husbwrbnug] {
    background: #ffffff;
    border: 2px solid #f1f5f9;
    border-radius: 16px;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
}

.framework-item[b-husbwrbnug]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.framework-item:hover[b-husbwrbnug]::before {
    transform: scaleX(1);
}

.framework-item:hover[b-husbwrbnug] {
    border-color: #e2e8f0;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
    transform: translateY(-3px);
}

.framework-main[b-husbwrbnug] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.framework-title[b-husbwrbnug] {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.framework-code[b-husbwrbnug] {
    font-weight: 800;
    color: #667eea;
    font-size: 1.1rem;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 12px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    flex-shrink: 0;
    min-width: fit-content;
    letter-spacing: 0.5px;
    border: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
    transition: all 0.3s ease;
}

.framework-code[b-husbwrbnug]::before {
    content: '📋';
    font-size: 0.8rem;
}

.framework-description[b-husbwrbnug] {
    color: #475569;
    line-height: 1.6;
    font-size: 1rem;
    margin: 0;
    flex: 1;
    font-weight: 500;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.framework-main[b-husbwrbnug] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.framework-title[b-husbwrbnug] {
    display: flex;
    align-items: baseline;
    gap: 1rem;
}

.framework-code[b-husbwrbnug] {
    font-size: 1.1rem;
    font-weight: 900;
    color: #475569;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    padding: 0.5rem 1rem;
    border-radius: 12px;
    font-family: 'Monaco', 'Menlo', 'Ubuntu Mono', monospace;
    flex-shrink: 0;
    min-width: fit-content;
    letter-spacing: 0.5px;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.framework-code[b-husbwrbnug]::before {
    content: '📋';
    font-size: 0.8rem;
}

.framework-description[b-husbwrbnug] {
    color: #475569;
    line-height: 1.6;
    font-size: 1rem;
    margin: 0;
    flex: 1;
    font-weight: 500;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.framework-meta[b-husbwrbnug] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #64748b;
}



.action-btn[b-husbwrbnug] {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.875rem;
}

.edit-btn[b-husbwrbnug] {
    background: #f1f5f9;
    color: #475569;
}

.edit-btn:hover[b-husbwrbnug] {
    background: #e2e8f0;
    color: #1e293b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.delete-btn[b-husbwrbnug] {
    background: #fef2f2;
    color: #dc2626;
}

.delete-btn:hover[b-husbwrbnug] {
    background: #dc2626;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(220, 38, 38, 0.4);
}


.empty-content[b-husbwrbnug],
.welcome-screen[b-husbwrbnug] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
    background: transparent;
}

.welcome-content[b-husbwrbnug] {
    padding: 3rem 2rem;
    background: #ffffff;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
}

.welcome-header[b-husbwrbnug] {
    text-align: center;
    margin-bottom: 3rem;
    max-width: 600px;
}

.welcome-icon[b-husbwrbnug] {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.welcome-icon i[b-husbwrbnug] {
    font-size: 2.5rem;
    color: white;
}

.welcome-header h2[b-husbwrbnug] {
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: -0.5px;
}

.welcome-description[b-husbwrbnug] {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.6;
    margin: 0;
}

.stats-container[b-husbwrbnug] {
    width: 100%;
    max-width: 800px;
}

.stats-grid[b-husbwrbnug] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.stat-card[b-husbwrbnug] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.stat-card:hover[b-husbwrbnug] {
    transform: translateY(-4px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.stat-icon[b-husbwrbnug] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-icon i[b-husbwrbnug] {
    font-size: 1.5rem;
    color: white;
}

.stat-content[b-husbwrbnug] {
    flex: 1;
}

.stat-number[b-husbwrbnug] {
    font-size: 2.5rem;
    font-weight: 900;
    color: #1e293b;
    display: block;
    margin-bottom: 0.25rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1;
}

.stat-label[b-husbwrbnug] {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.quick-actions[b-husbwrbnug] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    width: 100%;
}

.action-card[b-husbwrbnug] {
    background: white;
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    cursor: pointer;
}

.action-card:hover[b-husbwrbnug] {
    transform: translateY(-2px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: #cbd5e1;
}

.action-icon[b-husbwrbnug] {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.action-icon i[b-husbwrbnug] {
    font-size: 1.25rem;
    color: white;
}

.action-content h4[b-husbwrbnug] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.action-content p[b-husbwrbnug] {
    font-size: 0.9rem;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
}

.empty-content[b-husbwrbnug] {
    color: #64748b;
    flex-direction: column;
}

.empty-content h5[b-husbwrbnug] {
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
    font-weight: 700;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* 按钮样式 */
.btn[b-husbwrbnug] {
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.2s ease;
    font-size: 0.95rem;
    padding: 0.625rem 1.25rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 0.3px;
}

.btn-primary[b-husbwrbnug] {
    background: #a78bfa;
    border: none;
    color: #1e293b;
}

.btn-primary:hover[b-husbwrbnug] {
    background: #8b5cf6;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(167, 139, 250, 0.4);
    color: #1e293b;
}

.btn-outline-primary[b-husbwrbnug] {
    color: #1e293b;
    border: 1px solid #a78bfa;
    background: transparent;
}

.btn-outline-primary:hover[b-husbwrbnug] {
    background: #a78bfa;
    color: #1e293b;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(167, 139, 250, 0.4);
}


.upload-section[b-husbwrbnug] {
    max-width: 800px;
}

.upload-header[b-husbwrbnug] {
    margin-bottom: 2rem;
}

.upload-header h4[b-husbwrbnug] {
    color: #1e293b;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.upload-area[b-husbwrbnug] {
    margin-bottom: 1.5rem;
}

.file-input-container[b-husbwrbnug] {
    margin-bottom: 1rem;
}

.file-input-container .form-control[b-husbwrbnug] {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.75rem;
    font-size: 0.95rem;
    background: #ffffff;
    transition: all 0.2s ease;
}

.file-input-container .form-control:focus[b-husbwrbnug] {
    border-color: #cbd5e1;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}

.upload-zone[b-husbwrbnug] {
    border: 2px dashed #cbd5e1;
    border-radius: 16px;
    padding: 3rem 2rem;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8fafc;
    position: relative;
    overflow: hidden;
}

.upload-zone[b-husbwrbnug]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.02);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.upload-zone:hover[b-husbwrbnug] {
    border-color: #94a3b8;
    background: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.upload-zone:hover[b-husbwrbnug]::before {
    opacity: 1;
}

.upload-zone.drag-over[b-husbwrbnug] {
    border-color: #94a3b8;
    background: #ffffff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

.upload-zone.drag-over[b-husbwrbnug]::before {
    opacity: 1;
    background: rgba(0, 0, 0, 0.05);
}

.upload-content h5[b-husbwrbnug] {
    color: #1e293b;
    margin-bottom: 0.5rem;
    font-weight: 600;
    font-size: 1.2rem;
}

.upload-content .text-muted[b-husbwrbnug] {
    color: #64748b;
    font-size: 0.95rem;
}

.upload-content .fa-cloud-upload-alt[b-husbwrbnug] {
    color: #64748b;
    opacity: 0.8;
    margin-bottom: 1rem;
}

.upload-content[b-husbwrbnug] {
    position: relative;
    z-index: 1;
}

.selected-files-count[b-husbwrbnug] {
    margin-top: 1rem;
}

.selected-files-count .badge[b-husbwrbnug] {
    background: #64748b;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.file-list[b-husbwrbnug] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.5rem;
    margin-bottom: 1.5rem;
}

.file-list h6[b-husbwrbnug] {
    color: #1e293b;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.file-item[b-husbwrbnug] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.file-item:last-child[b-husbwrbnug] {
    border-bottom: none;
}

.file-info[b-husbwrbnug] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex: 1;
}

.file-details[b-husbwrbnug] {
    flex: 1;
}

.file-name[b-husbwrbnug] {
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 0.25rem;
}

.file-size[b-husbwrbnug] {
    font-size: 0.85rem;
    color: #64748b;
}

.upload-actions[b-husbwrbnug] {
    display: flex;
    gap: 0.75rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.uploaded-files[b-husbwrbnug] {
    margin-top: 2rem;
}

.uploaded-files h6[b-husbwrbnug] {
    color: #1e293b;
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
}

.documents-grid[b-husbwrbnug] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.document-card[b-husbwrbnug] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.document-card:hover[b-husbwrbnug] {
    border-color: #cbd5e1;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.document-icon[b-husbwrbnug] {
    font-size: 1.5rem;
}

.document-info[b-husbwrbnug] {
    flex: 1;
}

.document-name[b-husbwrbnug] {
    font-weight: 500;
    color: #1e293b;
    margin-bottom: 0.25rem;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
}

.document-meta[b-husbwrbnug] {
    font-size: 0.85rem;
    color: #64748b;
}

.document-actions[b-husbwrbnug] {
    display: flex;
    gap: 0.5rem;
}

.document-actions .btn[b-husbwrbnug] {
    width: 36px;
    height: 36px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Text color overrides for consistent neutral scheme */
.upload-section .text-primary[b-husbwrbnug],
.upload-section .fa-file-alt[b-husbwrbnug],
.upload-section .fa-cloud-upload-alt[b-husbwrbnug],
.welcome-screen .fa-shield-alt[b-husbwrbnug],
.frameworks-container .text-primary[b-husbwrbnug],
.frameworks-container .fa-clipboard-list[b-husbwrbnug] {
    color: #64748b !important;
}

.upload-section .text-muted[b-husbwrbnug],
.frameworks-container .text-muted[b-husbwrbnug] {
    color: #94a3b8 !important;
}

/* Badge color consistency */
.frameworks-container .bg-primary[b-husbwrbnug] {
    background-color: #64748b !important;
}

/* Framework selector styles */
.framework-selector[b-husbwrbnug] {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 1rem;
    margin-bottom: 1rem;
}

.framework-selector .form-label[b-husbwrbnug] {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.framework-selector .form-select[b-husbwrbnug] {
    border: 1px solid #d1d5db;
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    font-size: 0.875rem;
}

.framework-selected-info[b-husbwrbnug] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.5rem;
    padding: 0.5rem;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 6px;
    font-size: 0.875rem;
    color: #0369a1;
}

/* Document section styles */
.documents-section[b-husbwrbnug] {
    padding: 0;
}

.documents-header[b-husbwrbnug] {
    padding: 1.5rem;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    border-radius: 12px 12px 0 0;
}

.documents-header h4[b-husbwrbnug] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0 0 0.5rem 0;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.documents-grid[b-husbwrbnug] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem;
}

.document-item[b-husbwrbnug] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    min-height: 80px;
}

.document-item:hover[b-husbwrbnug] {
    border-color: #cbd5e1;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.document-main[b-husbwrbnug] {
    flex: 1;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.document-icon[b-husbwrbnug] {
    width: 40px;
    height: 40px;
    background: #f1f5f9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
    font-size: 1.2rem;
    flex-shrink: 0;
}

.document-info[b-husbwrbnug] {
    flex: 1;
}

.document-name[b-husbwrbnug] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.25rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.document-meta[b-husbwrbnug] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
    color: #64748b;
}

.document-date[b-husbwrbnug] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.document-category[b-husbwrbnug] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: #f1f5f9;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 600;
    color: #475569;
}

.document-actions[b-husbwrbnug] {
    display: flex;
    gap: 0.5rem;
    opacity: 0;
    transition: opacity 0.2s ease;
    align-self: center;
}

.document-item:hover .document-actions[b-husbwrbnug] {
    opacity: 1;
}

.action-btn[b-husbwrbnug] {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.85rem;
}

.action-btn.view-btn[b-husbwrbnug] {
    background: #3b82f6;
    color: white;
}

.action-btn.view-btn:hover[b-husbwrbnug] {
    background: #2563eb;
    transform: translateY(-1px);
}

.action-btn.download-btn[b-husbwrbnug] {
    background: #10b981;
    color: white;
}

.action-btn.download-btn:hover[b-husbwrbnug] {
    background: #059669;
    transform: translateY(-1px);
}

.action-btn.delete-btn[b-husbwrbnug] {
    background: #ef4444;
    color: white;
}

.action-btn.delete-btn:hover[b-husbwrbnug] {
    background: #dc2626;
    transform: translateY(-1px);
}

.loading-state[b-husbwrbnug] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
    color: #64748b;
    font-weight: 500;
}

/* Desktop-only design - no mobile responsive styles needed */ 

/* Responsive Design for Requirements */
@media (max-width: 1200px) {
    .category-stats[b-husbwrbnug] {
        gap: 1rem;
    }
    
    .category-stats .stat-item[b-husbwrbnug] {
        padding: 0.75rem 1.25rem;
        min-width: 100px;
    }
    
    .category-stats .stat-number[b-husbwrbnug] {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .category-title[b-husbwrbnug] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .category-title h2[b-husbwrbnug] {
        font-size: 1.75rem;
    }
    
    .category-stats[b-husbwrbnug] {
        width: 100%;
        justify-content: space-between;
    }
    
    .category-stats .stat-item[b-husbwrbnug] {
        flex: 1;
        min-width: auto;
    }
    
    .framework-title[b-husbwrbnug] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }
    
    .framework-code[b-husbwrbnug] {
        align-self: flex-start;
    }
    
    .main-content[b-husbwrbnug] {
        padding: 1.5rem;
    }
}

@media (max-width: 480px) {
    .category-title h2[b-husbwrbnug] {
        font-size: 1.5rem;
    }
    
    .category-stats .stat-number[b-husbwrbnug] {
        font-size: 1.25rem;
    }
    
    .category-stats .stat-label[b-husbwrbnug] {
        font-size: 0.65rem;
    }
    
    .framework-item[b-husbwrbnug] {
        padding: 1.25rem 1.5rem;
    }
    
    .framework-code[b-husbwrbnug] {
        font-size: 1rem;
        padding: 0.4rem 0.8rem;
    }
}

/* Animation improvements for Requirements */
@keyframes slideInFromRight-b-husbwrbnug {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.framework-item[b-husbwrbnug] {
    animation: slideInFromRight-b-husbwrbnug 0.4s ease-out;
    animation-fill-mode: both;
}

.framework-item:nth-child(1)[b-husbwrbnug] { animation-delay: 0.1s; }
.framework-item:nth-child(2)[b-husbwrbnug] { animation-delay: 0.15s; }
.framework-item:nth-child(3)[b-husbwrbnug] { animation-delay: 0.2s; }
.framework-item:nth-child(4)[b-husbwrbnug] { animation-delay: 0.25s; }
.framework-item:nth-child(5)[b-husbwrbnug] { animation-delay: 0.3s; }
.framework-item:nth-child(6)[b-husbwrbnug] { animation-delay: 0.35s; }
.framework-item:nth-child(7)[b-husbwrbnug] { animation-delay: 0.4s; }
.framework-item:nth-child(8)[b-husbwrbnug] { animation-delay: 0.45s; }
.framework-item:nth-child(9)[b-husbwrbnug] { animation-delay: 0.5s; }

.category-stats .stat-item[b-husbwrbnug] {
    animation: fadeInUp-b-husbwrbnug 0.6s ease-out;
    animation-delay: 0.2s;
    animation-fill-mode: both;
}

/* Hover effects for interactive elements */
.framework-code:hover[b-husbwrbnug] {
    transform: translateY(-1px);
    box-shadow: 0 4px 16px rgba(102, 126, 234, 0.4);
}

.category-stats .stat-item:hover[b-husbwrbnug] {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.2);
}

/* Better visual hierarchy */
.framework-item[b-husbwrbnug] {
    position: relative;
}

.framework-item[b-husbwrbnug]::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(102, 126, 234, 0.1) 50%, transparent 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.framework-item:hover[b-husbwrbnug]::after {
    opacity: 1;
}

/* Animation improvements */
@keyframes fadeInUp-b-husbwrbnug {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.welcome-content[b-husbwrbnug] {
    animation: fadeInUp-b-husbwrbnug 0.6s ease-out;
}

.stat-card[b-husbwrbnug] {
    animation: fadeInUp-b-husbwrbnug 0.6s ease-out;
    animation-delay: 0.1s;
    animation-fill-mode: both;
}

.action-card[b-husbwrbnug] {
    animation: fadeInUp-b-husbwrbnug 0.6s ease-out;
    animation-delay: 0.2s;
    animation-fill-mode: both;
}

.category-item[b-husbwrbnug] {
    animation: fadeInUp-b-husbwrbnug 0.4s ease-out;
    animation-fill-mode: both;
}

.category-item:nth-child(1)[b-husbwrbnug] { animation-delay: 0.1s; }
.category-item:nth-child(2)[b-husbwrbnug] { animation-delay: 0.15s; }
.category-item:nth-child(3)[b-husbwrbnug] { animation-delay: 0.2s; }
.category-item:nth-child(4)[b-husbwrbnug] { animation-delay: 0.25s; }
.category-item:nth-child(5)[b-husbwrbnug] { animation-delay: 0.3s; }
.category-item:nth-child(6)[b-husbwrbnug] { animation-delay: 0.35s; }
.category-item:nth-child(7)[b-husbwrbnug] { animation-delay: 0.4s; }
.category-item:nth-child(8)[b-husbwrbnug] { animation-delay: 0.45s; }
.category-item:nth-child(9)[b-husbwrbnug] { animation-delay: 0.5s; }

/* Smooth scrolling */
.frameworks-main[b-husbwrbnug],
.sidebar-categories[b-husbwrbnug] {
    scroll-behavior: smooth;
}

/* Focus states for accessibility */
.category-item:focus[b-husbwrbnug],
.tab-item:focus[b-husbwrbnug],
.action-card:focus[b-husbwrbnug],
.sidebar-toggle:focus[b-husbwrbnug] {
    outline: 2px solid #667eea;
    outline-offset: 2px;
}

/* Loading states */
.loading-sidebar[b-husbwrbnug],
.empty-sidebar[b-husbwrbnug] {
    animation: pulse-b-husbwrbnug 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse-b-husbwrbnug {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
} 

.access-denied[b-husbwrbnug] {
    text-align: center;
    padding: 3rem 2rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    margin: 2rem 0;
}

.access-denied-icon[b-husbwrbnug] {
    font-size: 3rem;
    color: #64748b;
    margin-bottom: 1rem;
}

.access-denied h3[b-husbwrbnug] {
    color: #1e293b;
    margin-bottom: 0.5rem;
    font-weight: 600;
}

.access-denied p[b-husbwrbnug] {
    color: #64748b;
    font-size: 0.95rem;
}

/* Disabled state for buttons */
.btn:disabled[b-husbwrbnug] {
    opacity: 0.6;
    cursor: not-allowed;
}

.action-btn:disabled[b-husbwrbnug] {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Requirements list styling */
.requirements-container[b-husbwrbnug] {
    max-width: 1200px;
    margin: 0 auto;
}

.requirements-header[b-husbwrbnug] {
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
}

.requirements-header h4[b-husbwrbnug] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 0.5rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.requirements-list[b-husbwrbnug] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.requirement-card[b-husbwrbnug] {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.requirement-card:hover[b-husbwrbnug] {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.requirement-main[b-husbwrbnug] {
    padding: 1.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    transition: background-color 0.2s ease;
}

.requirement-main:hover[b-husbwrbnug] {
    background-color: #f8fafc;
}

.requirement-info[b-husbwrbnug] {
    flex: 1;
}

.requirement-header[b-husbwrbnug] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.requirement-code[b-husbwrbnug] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* Missing document indicators */
.requirement-card.missing-documents[b-husbwrbnug] {
    border-left: 4px solid #f59e0b;
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
}

.requirement-card.missing-documents .requirement-main[b-husbwrbnug] {
    background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
}

.missing-indicator[b-husbwrbnug] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    background: #f59e0b;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-left: 0.5rem;
    animation: pulse-b-husbwrbnug 2s infinite;
}

.missing-indicator i[b-husbwrbnug] {
    font-size: 0.7rem;
}

.missing-count[b-husbwrbnug] {
    font-weight: 700;
}

.missing-items-preview[b-husbwrbnug] {
    margin-top: 0.75rem;
    padding: 0.75rem;
    background: rgba(245, 158, 11, 0.1);
    border-radius: 8px;
    border-left: 3px solid #f59e0b;
}

.missing-label[b-husbwrbnug] {
    font-size: 0.8rem;
    font-weight: 600;
    color: #92400e;
    margin-bottom: 0.5rem;
    display: block;
}

.missing-items-tags[b-husbwrbnug] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.missing-item-tag[b-husbwrbnug] {
    background: #f59e0b;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 6px;
    font-size: 0.7rem;
    font-weight: 500;
    white-space: nowrap;
}

.missing-item-tag:hover[b-husbwrbnug] {
    background: #d97706;
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

.requirement-description[b-husbwrbnug] {
    font-size: 0.9rem;
    color: #64748b;
    line-height: 1.5;
    margin: 0;
}

.requirement-meta[b-husbwrbnug] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.requirement-status[b-husbwrbnug] {
    display: flex;
    align-items: center;
}

.status-badge[b-husbwrbnug] {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.status-completed[b-husbwrbnug] {
    background: #dcfce7;
    color: #166534;
}

.status-progress[b-husbwrbnug] {
    background: #fef3c7;
    color: #92400e;
}

.status-hold[b-husbwrbnug] {
    background: #fef2f2;
    color: #dc2626;
}

.status-not-started[b-husbwrbnug] {
    background: #f1f5f9;
    color: #64748b;
}



.requirement-files[b-husbwrbnug] {
    font-size: 0.8rem;
    color: #64748b;
}

.file-count[b-husbwrbnug] {
    background: #f1f5f9;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-weight: 600;
}

.requirement-toggle[b-husbwrbnug] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.expand-btn[b-husbwrbnug] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    color: white;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.875rem;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.expand-btn:hover[b-husbwrbnug] {
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
}

.expand-btn.expanded[b-husbwrbnug] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
}

.expand-btn.expanded:hover[b-husbwrbnug] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.4);
}

.requirement-main:hover .requirement-toggle[b-husbwrbnug] {
    opacity: 1;
}

.requirement-details[b-husbwrbnug] {
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}

.details-header[b-husbwrbnug] {
    padding: 1rem 1.5rem 0;
}

.details-tabs[b-husbwrbnug] {
    display: flex;
    gap: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.details-tabs .tab-item[b-husbwrbnug] {
    padding: 0.75rem 1rem;
    font-size: 0.85rem;
    border-radius: 8px 8px 0 0;
    border: 1px solid transparent;
    border-bottom: none;
    background: transparent;
    color: #64748b;
    cursor: pointer;
    transition: all 0.2s ease;
}

.details-tabs .tab-item:hover[b-husbwrbnug] {
    background: #ffffff;
    color: #475569;
}

.details-tabs .tab-item.active[b-husbwrbnug] {
    background: #ffffff;
    color: #1e293b;
    border-color: #e2e8f0;
    font-weight: 600;
}

.details-content[b-husbwrbnug] {
    padding: 1.5rem;
    background: #ffffff;
}

/* Files section */
.files-section[b-husbwrbnug] {
    min-height: 200px;
}

/* 文件夹块美化样式 */
.card[b-husbwrbnug] {
    border: none;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    overflow: hidden;
    background: #ffffff;
    margin-bottom: 1rem;
}

.card:hover[b-husbwrbnug] {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}


.folder-info[b-husbwrbnug] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    flex: 1;
}

.folder-name[b-husbwrbnug] {
    font-weight: 600;
    color: #1e293b;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.folder-name i[b-husbwrbnug] {
    color: #667eea;
    font-size: 1rem;
}

.file-count[b-husbwrbnug] {
    font-size: 0.8rem;
    color: #64748b;
    font-weight: 500;
    background: rgba(100, 116, 139, 0.1);
    padding: 0.2rem 0.5rem;
    border-radius: 12px;
    display: inline-block;
    align-self: flex-start;
}


.card-header[b-husbwrbnug] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border: none;
    padding: 1rem 1.25rem;
    border-radius: 16px 16px 0 0;
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    border-bottom: 1px solid #e2e8f0;
}

.card-header:hover[b-husbwrbnug] {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border-bottom-color: #cbd5e1;
}

.card-header[b-husbwrbnug]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px 16px 0 0;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.card-header:hover[b-husbwrbnug]::before {
    transform: scaleX(1);
}

.card-header span:first-child[b-husbwrbnug] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 600;
    color: #1e293b;
    font-size: 0.95rem;
    font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.card-header span:first-child i[b-husbwrbnug] {
    color: #667eea;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.card-header:hover span:first-child i[b-husbwrbnug] {
    color: #5a67d8;
    transform: scale(1.1);
}

.card-header span:last-child[b-husbwrbnug] {
    color: #64748b;
    transition: all 0.3s ease;
}

.card-header:hover span:last-child[b-husbwrbnug] {
    color: #475569;
}

.card-header span:last-child i[b-husbwrbnug] {
    transition: transform 0.3s ease;
}

.card-header:hover span:last-child i[b-husbwrbnug] {
    transform: scale(1.1);
}

.card-body[b-husbwrbnug] {
    background: #ffffff;
    padding: 1.5rem;
    border-radius: 0 0 16px 16px;
    border-top: 1px solid #f1f5f9;
}


.card-body[b-husbwrbnug] {
    animation: slideDown-b-husbwrbnug 0.3s ease-out;
}

@keyframes slideDown-b-husbwrbnug {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.files-table[b-husbwrbnug] {
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.table-header[b-husbwrbnug] {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 120px;
    gap: 1rem;
    padding: 1rem 1.25rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-bottom: 1px solid #e2e8f0;
    font-weight: 600;
    color: #1e293b;
    font-size: 0.85rem;
    align-items: center;
}

.header-cell[b-husbwrbnug] {
    font-weight: 600;
    color: #1e293b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 0.8rem;
}

.table-row[b-husbwrbnug] {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 120px;
    gap: 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #f1f5f9;
    align-items: start;
    transition: background-color 0.2s ease;
    min-height: 60px;
}

.table-row:hover[b-husbwrbnug] {
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.table-row:last-child[b-husbwrbnug] {
    border-bottom: none;
}

.table-cell[b-husbwrbnug] {
    display: flex;
    align-items: center;
    min-height: 40px;
}

.file-info[b-husbwrbnug] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    min-width: 0;
    flex: 1;
}

.file-info i[b-husbwrbnug] {
    color: #64748b;
    font-size: 0.9rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.file-info span[b-husbwrbnug] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    word-break: break-word;
    line-height: 1.4;
    min-width: 0;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.8em;
    color: #1e293b;
    font-weight: 500;
}

.file-type[b-husbwrbnug] {
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    padding: 0.25rem 0.75rem;
    border-radius: 12px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #475569;
    white-space: nowrap;
    text-align: center;
    min-width: 60px;
    align-self: center;
    border: 1px solid #e2e8f0;
}

.date-created[b-husbwrbnug] {
    color: #64748b;
    font-size: 0.85rem;
    white-space: nowrap;
    text-align: center;
    align-self: center;
}

.action-buttons[b-husbwrbnug] {
    display: flex;
    gap: 0.25rem;
    justify-content: flex-end;
    min-width: 100px;
    align-self: center;
}

.action-btn[b-husbwrbnug] {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.8rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.action-btn:hover[b-husbwrbnug] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.action-btn.view-btn[b-husbwrbnug] {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    color: white;
}

.action-btn.view-btn:hover[b-husbwrbnug] {
    background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
}

.action-btn.copy-btn[b-husbwrbnug] {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    color: white;
}

.action-btn.copy-btn:hover[b-husbwrbnug] {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
}

.action-btn.info-btn[b-husbwrbnug] {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
}

.action-btn.info-btn:hover[b-husbwrbnug] {
    background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
}

.action-btn.delete-btn[b-husbwrbnug] {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: white;
}

.action-btn.delete-btn:hover[b-husbwrbnug] {
    background: linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);
}

.text-muted[b-husbwrbnug] {
    color: #64748b !important;
    font-style: italic;
    text-align: center;
    padding: 2rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    border: 2px dashed #cbd5e1;
    margin: 1rem 0;
}


.card.active .card-header[b-husbwrbnug] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.card.active .card-header span:first-child[b-husbwrbnug] {
    color: white;
}

.card.active .card-header span:first-child i[b-husbwrbnug] {
    color: rgba(255, 255, 255, 0.9);
}

.card.active .card-header span:last-child[b-husbwrbnug] {
    color: rgba(255, 255, 255, 0.8);
}

.card.active .card-header[b-husbwrbnug]::before {
    background: rgba(255, 255, 255, 0.3);
    transform: scaleX(1);
}


@media (max-width: 768px) {
    .folder-info[b-husbwrbnug] {
        gap: 0.2rem;
    }
    
    .folder-name[b-husbwrbnug] {
        font-size: 0.9rem;
    }
    
    .file-count[b-husbwrbnug] {
        font-size: 0.75rem;
        padding: 0.15rem 0.4rem;
    }
    
    .card-header[b-husbwrbnug] {
        padding: 0.75rem 1rem;
    }
}


.card[b-husbwrbnug] {
    animation: fadeInUp-b-husbwrbnug 0.4s ease-out;
    animation-fill-mode: both;
}

.card:nth-child(1)[b-husbwrbnug] { animation-delay: 0.1s; }
.card:nth-child(2)[b-husbwrbnug] { animation-delay: 0.15s; }
.card:nth-child(3)[b-husbwrbnug] { animation-delay: 0.2s; }
.card:nth-child(4)[b-husbwrbnug] { animation-delay: 0.25s; }
.card:nth-child(5)[b-husbwrbnug] { animation-delay: 0.3s; }

@keyframes fadeInUp-b-husbwrbnug {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
} 


@media (max-width: 768px) {
    .frameworks-sidebar[b-husbwrbnug] {
        width: 100%;
        position: relative;
        transform: none;
    }

    .frameworks-main[b-husbwrbnug] {
        margin-left: 0;
    }

    .main-header[b-husbwrbnug] {
        flex-direction: column;
        gap: 1rem;
    }

    .category-tabs[b-husbwrbnug] {
        flex-wrap: wrap;
    }

    .requirements-list[b-husbwrbnug] {
        grid-template-columns: 1fr;
    }

    .upload-section[b-husbwrbnug] {
        padding: 1rem;
    }

    .file-upload-area[b-husbwrbnug] {
        min-height: 200px;
    }

    .selected-files[b-husbwrbnug] {
        padding: 1rem;
    }

    .document-section[b-husbwrbnug] {
        padding: 1rem;
    }

    .documents-grid[b-husbwrbnug] {
        grid-template-columns: 1fr;
    }
}

/* Missing Documents Overview Styles */
.missing-documents-overview[b-husbwrbnug] {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #fff3cd;
    border: 1px solid #ffeaa7;
    border-radius: 12px;
}

.missing-header h3[b-husbwrbnug] {
    color: #856404;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.missing-header h3 i[b-husbwrbnug] {
    color: #f39c12;
}

.missing-description[b-husbwrbnug] {
    color: #856404;
    margin-bottom: 1.5rem;
    font-size: 0.95rem;
}

.missing-stats[b-husbwrbnug] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.missing-stat[b-husbwrbnug] {
    background: #fff;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 1rem;
    text-align: center;
}

.missing-stat-value[b-husbwrbnug] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #d63031;
    margin-bottom: 0.25rem;
}

.missing-stat-label[b-husbwrbnug] {
    font-size: 0.85rem;
    color: #856404;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.missing-requirements-preview h4[b-husbwrbnug] {
    color: #856404;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
}

.missing-requirements-grid[b-husbwrbnug] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.missing-requirement-preview[b-husbwrbnug] {
    background: #fff;
    border: 1px solid #ffeaa7;
    border-radius: 8px;
    padding: 1rem;
    transition: box-shadow 0.2s;
}

.missing-requirement-preview:hover[b-husbwrbnug] {
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.1);
}

.requirement-preview-header[b-husbwrbnug] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.requirement-preview-code[b-husbwrbnug] {
    font-weight: 600;
    color: #2d3436;
    font-size: 0.95rem;
}

.completion-indicator[b-husbwrbnug] {
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.completion-indicator.completed[b-husbwrbnug] {
    background: #dcfce7;
    color: #166534;
}

.completion-indicator.in-progress[b-husbwrbnug] {
    background: #fef3c7;
    color: #92400e;
}

.completion-indicator.not-started[b-husbwrbnug] {
    background: #fee2e2;
    color: #991b1b;
}

.missing-items-preview[b-husbwrbnug] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.missing-count[b-husbwrbnug] {
    font-size: 0.85rem;
    color: #d63031;
    font-weight: 600;
}

.missing-items-tags[b-husbwrbnug] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.missing-item-preview-tag[b-husbwrbnug] {
    background: #ff7675;
    color: #fff;
    padding: 0.2rem 0.4rem;
    border-radius: 8px;
    font-size: 0.75rem;
    font-weight: 500;
}

.more-missing-note[b-husbwrbnug] {
    text-align: center;
    padding: 1rem;
    border-top: 1px solid #ffeaa7;
    margin-top: 1rem;
}


@media (max-width: 768px) {
    .missing-stats[b-husbwrbnug] {
        grid-template-columns: 1fr;
    }

    .missing-requirements-grid[b-husbwrbnug] {
        grid-template-columns: 1fr;
    }

    .requirement-preview-header[b-husbwrbnug] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }
} 
