.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background:#f5f7fa}.login-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:48px;width:100%;max-width:440px;border:1px solid #e2e8f0}.login-header{text-align:center;margin-bottom:40px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.login-header h1{color:#1a202c;font-size:24px;font-weight:600;margin-bottom:8px;letter-spacing:-.5px}.login-header p{color:#64748b;font-size:14px;font-weight:400}.login-form{display:flex;flex-direction:column;gap:20px}.form-group input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .2s;background:#fff}.form-group input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group input:disabled{background:#f7fafc;cursor:not-allowed}.error-message{background:#fed7d7;color:#c53030;padding:12px 16px;border-radius:8px;font-size:14px;border:1px solid #fc8181}.login-button{background:#2563eb;color:#fff;padding:12px 24px;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;margin-top:8px;width:100%}.login-button:hover:not(:disabled){background:#1d4ed8}.login-button:active:not(:disabled){background:#1e40af}.login-button:disabled{opacity:.6;cursor:not-allowed;background:#93c5fd}.login-footer{margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0;text-align:center}.login-footer p{color:#718096;font-size:14px;margin-bottom:12px}.demo-accounts{display:flex;flex-direction:column;gap:8px}.demo-account{background:#f7fafc;padding:10px 16px;border-radius:6px;font-size:13px;color:#4a5568}.demo-account strong{color:#2d3748;margin-right:8px}.dashboard-container{min-height:100vh;background:#f5f7fa}.dashboard-header{background:#fff;border-bottom:1px solid #e2e8f0;padding:20px 48px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000d}.dashboard-header h1{color:#1e293b;font-size:20px;font-weight:600;letter-spacing:-.3px}.user-info{display:flex;align-items:center;gap:20px}.user-details{display:flex;align-items:center;gap:12px}.username{color:#2d3748;font-weight:600;font-size:16px}.admin-badge,.role-badge{background:#2563eb;color:#fff;padding:4px 10px;border-radius:4px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.logout-button{background:#64748b;color:#fff;padding:8px 16px;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.logout-button:hover{background:#475569}.dashboard-content{max-width:1200px;margin:40px auto;padding:0 40px}.welcome-card{background:#fff;border-radius:6px;padding:32px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;border:1px solid #e2e8f0}.welcome-card h2{color:#1e293b;font-size:22px;font-weight:600;margin-bottom:12px;letter-spacing:-.3px}.welcome-card p{color:#64748b;font-size:15px;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.feature-card{background:#fff;border-radius:6px;padding:24px;box-shadow:0 1px 3px #0000001a;transition:all .2s;border:1px solid #e2e8f0}.feature-card:hover{box-shadow:0 4px 6px #0000001a;border-color:#cbd5e1}.feature-card h3{color:#1e293b;font-size:18px;font-weight:600;margin-bottom:8px;letter-spacing:-.2px}.feature-card p{color:#64748b;font-size:14px;margin-bottom:20px;line-height:1.5}.feature-buttons{display:flex;flex-direction:column;gap:12px;margin-top:16px}.feature-button{background:#2563eb;color:#fff;padding:12px 24px;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;width:100%;transition:all .2s}.feature-button:hover:not(:disabled){background:#1d4ed8}.feature-button:disabled{opacity:.6;cursor:not-allowed}.feature-button.secondary{background:#64748b}.feature-button.secondary:hover{background:#475569}.feature-button:disabled{opacity:.6;cursor:not-allowed;background:#93c5fd}.deletion-logs-content{margin-top:20px;max-height:400px;overflow-y:auto;padding-top:16px;border-top:1px solid #e2e8f0}.deletion-log-item{padding:16px;background:#f8fafc;border-radius:4px;border-left:3px solid #ef4444}.log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.log-date,.log-admin{color:#64748b;font-size:13px;font-weight:500}.log-description{color:#1e293b;font-size:14px;line-height:1.5}.no-logs{color:#64748b;text-align:center;padding:40px;font-size:14px}.loading-logs{text-align:center;padding:20px;color:#64748b;font-size:14px}.default-questions-content{margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0}.loading-questions{text-align:center;padding:20px;color:#64748b;font-size:14px}.questions-list{display:flex;flex-direction:column;gap:12px;margin-bottom:16px}.question-edit-item{display:flex;gap:8px;align-items:flex-start}.question-textarea{flex:1;padding:10px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;min-height:60px}.remove-question-button{padding:10px 16px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.questions-actions{display:flex;gap:12px;justify-content:flex-end}.create-investigation-container{min-height:100vh;padding:40px 20px;background:#f5f7fa}.create-investigation-card{max-width:900px;margin:0 auto;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:40px;border:1px solid #e2e8f0}.create-investigation-header{text-align:center;margin-bottom:32px}.create-investigation-header{border-bottom:1px solid #e2e8f0;padding-bottom:24px;margin-bottom:32px}.create-investigation-header h1{color:#1e293b;font-size:22px;font-weight:600;margin-bottom:8px;letter-spacing:-.3px}.create-investigation-header p{color:#64748b;font-size:14px}.create-investigation-form{display:flex;flex-direction:column;gap:24px}.form-group label{color:#2d3748;font-weight:600;font-size:14px}.form-group input,.form-group textarea{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:16px;transition:all .2s;font-family:inherit;resize:vertical}.form-group input:disabled,.form-group textarea:disabled{background:#f7fafc;cursor:not-allowed}.form-group textarea{min-height:200px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:8px}.cancel-button,.submit-button{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.submit-button{background:#2563eb;color:#fff}.submit-button:hover:not(:disabled){background:#1d4ed8}.submit-button:disabled{opacity:.6;cursor:not-allowed}.investigations-list-container{min-height:100vh;padding:40px;background:#f5f7fa}.investigations-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;gap:16px}.header-left{display:flex;align-items:center;gap:16px;flex:1}.back-to-dashboard-button{background:#64748b;color:#fff;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.back-to-dashboard-button:hover{background:#475569;transform:translateY(-1px)}.investigations-list-header h1{color:#1e293b;font-size:32px;font-weight:700;margin:0;letter-spacing:-.5px}@media (max-width: 768px){.investigations-list-header{flex-direction:column;align-items:flex-start}.header-left{width:100%;flex-direction:column;align-items:flex-start}.back-to-dashboard-button{width:100%}}.create-button{padding:12px 24px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.create-button:hover{background:#1d4ed8}.error-message{background:#fed7d7;color:#c53030;padding:12px 16px;border-radius:6px;font-size:14px;border:1px solid #fc8181;margin-bottom:24px}.empty-state{text-align:center;padding:80px 20px;background:#fff;border-radius:6px;border:1px solid #e2e8f0}.empty-state p{color:#64748b;font-size:16px;margin-bottom:24px}.investigations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px}.investigation-card{background:#fff;border-radius:6px;padding:24px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000001a;transition:all .2s;display:flex;flex-direction:column}.investigation-card:hover{box-shadow:0 4px 6px #0000001a;border-color:#cbd5e1}.investigation-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:12px}.investigation-card-header h3{color:#1e293b;font-size:18px;font-weight:600;margin:0;flex:1}.investigation-author{color:#64748b;font-size:12px;font-weight:500;white-space:nowrap}.investigation-summary{color:#475569;font-size:14px;line-height:1.6;margin:0 0 16px;flex:1}.investigation-progress{margin-bottom:16px}.progress-bar-container{width:100%;height:8px;background:#e2e8f0;border-radius:4px;overflow:hidden;margin-bottom:8px}.progress-bar{height:100%;background:#2563eb;border-radius:4px;transition:width .3s}.progress-status{color:#64748b;font-size:12px;font-weight:500}.investigation-footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e2e8f0;margin-top:auto}.investigation-menu-container{position:relative}.menu-toggle-button{background:transparent;border:1px solid #cbd5e1;border-radius:6px;padding:6px 12px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.menu-toggle-button:hover{background:#f8fafc;border-color:#94a3b8}.menu-dots{font-size:20px;line-height:1;color:#64748b;font-weight:700;letter-spacing:-2px}.investigation-menu{position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;box-shadow:0 4px 6px #0000001a;min-width:150px;z-index:10;overflow:hidden}.menu-item{width:100%;padding:10px 16px;background:#fff;border:none;text-align:left;font-size:14px;color:#475569;cursor:pointer;transition:all .2s;border-bottom:1px solid #f1f5f9}.menu-item:last-child{border-bottom:none}.menu-item:hover:not(:disabled){background:#f8fafc;color:#1e293b}.menu-item.delete-menu-item{color:#dc2626}.menu-item.delete-menu-item:hover:not(:disabled){background:#fef2f2;color:#b91c1c}.menu-item:disabled{opacity:.6;cursor:not-allowed}.investigation-date{color:#64748b;font-size:12px}.delete-button{padding:8px 16px;background:#dc2626;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.delete-button:hover:not(:disabled){background:#b91c1c}.delete-button:disabled{opacity:.6;cursor:not-allowed}.delete-confirm-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.delete-confirm-dialog{background:#fff;border-radius:8px;padding:32px;max-width:500px;width:90%;box-shadow:0 10px 25px #0003}.delete-confirm-dialog h3{color:#1e293b;font-size:20px;font-weight:600;margin-bottom:16px}.delete-confirm-dialog p{color:#475569;font-size:15px;line-height:1.6;margin-bottom:12px}.delete-warning{color:#dc2626;font-weight:500;background:#fef2f2;padding:12px;border-radius:6px;border:1px solid #fecaca}.delete-confirm-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.cancel-delete-button{padding:10px 20px;background:#e2e8f0;color:#475569;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-delete-button:hover:not(:disabled){background:#cbd5e0}.confirm-delete-button{padding:10px 20px;background:#dc2626;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.confirm-delete-button:hover:not(:disabled){background:#b91c1c}.confirm-delete-button:disabled,.cancel-delete-button:disabled{opacity:.6;cursor:not-allowed}.audit-logs-panel{margin-top:16px;padding:16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}.audit-logs-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.audit-logs-header h4{color:#1e293b;font-size:16px;font-weight:600;margin:0}.close-logs-button{background:transparent;border:none;font-size:24px;color:#64748b;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;line-height:1;transition:color .2s}.close-logs-button:hover{color:#1e293b}.audit-logs-list{max-height:300px;overflow-y:auto}.audit-log-item{padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:8px;font-size:13px}.log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.log-section{font-weight:600;color:#1e293b}.log-date{color:#64748b;font-size:12px}.log-description{color:#475569;margin-bottom:4px}.log-user{color:#64748b;font-size:12px;font-style:italic}.no-logs{color:#64748b;font-size:14px;text-align:center;padding:20px}.investigation-sidebar{width:260px;background:#fff;border-right:1px solid #e2e8f0;height:100vh;position:fixed;left:0;top:0;display:flex;flex-direction:column;box-shadow:1px 0 3px #0000000d;z-index:100}.sidebar-header{padding:24px 20px;border-bottom:1px solid #e2e8f0}.sidebar-header h3{color:#1e293b;font-size:16px;font-weight:600;margin-bottom:8px;letter-spacing:-.2px}.investigation-title{color:#64748b;font-size:13px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-nav{flex:1;padding:16px 12px;overflow-y:auto}.sidebar-step{width:100%;display:flex;align-items:center;gap:12px;padding:12px 16px;margin-bottom:4px;border:none;background:transparent;border-radius:6px;cursor:pointer;transition:all .2s;text-align:left;font-size:14px;color:#64748b}.sidebar-step:hover{background:#f8fafc}.sidebar-step.active{background:#eff6ff;color:#2563eb;font-weight:500}.sidebar-step.completed .step-indicator{background:#10b981;color:#fff}.sidebar-step.active .step-indicator{background:#2563eb;color:#fff}.step-indicator{width:24px;height:24px;border-radius:50%;background:#e2e8f0;color:#64748b;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;flex-shrink:0}.step-label{flex:1}.sidebar-footer{padding:16px 20px;border-top:1px solid #e2e8f0}.back-to-dashboard{width:100%;padding:10px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.back-to-dashboard:hover{background:#f1f5f9;border-color:#cbd5e1}.loading-sidebar{padding:20px;text-align:center;color:#64748b;font-size:14px}.audit-log-container{margin-top:24px;border-top:1px solid #e2e8f0;padding-top:16px}.audit-log-toggle{width:100%;padding:10px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;color:#475569;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;text-align:left;display:flex;align-items:center;gap:8px}.audit-log-toggle:hover{background:#f1f5f9;border-color:#cbd5e1}.audit-log-content{margin-top:12px;max-height:300px;overflow-y:auto}.audit-log-loading,.audit-log-empty{padding:16px;text-align:center;color:#64748b;font-size:14px}.audit-log-list{display:flex;flex-direction:column;gap:12px}.audit-log-entry{padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-size:13px}.audit-log-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.audit-log-section{font-weight:600;color:#1e293b}.audit-log-date{color:#64748b;font-size:12px}.audit-log-description{color:#475569;margin-bottom:4px}.audit-log-user{color:#64748b;font-size:12px;font-style:italic}.upstream-change-warning{display:flex;align-items:flex-start;flex-wrap:wrap;gap:.5rem .75rem;padding:.75rem 1rem;margin-bottom:1rem;background:#fff8e6;border:1px solid #e6c84a;border-radius:6px;color:#5c4a00;font-size:.9rem}.upstream-change-warning-icon{flex-shrink:0;font-size:1.25rem}.upstream-change-warning-text{flex:1;min-width:0}.upstream-change-warning strong{color:#3d3200}.upstream-change-reevaluate-btn{flex-shrink:0;padding:.35rem .75rem;font-size:.85rem;font-weight:600;color:#5c4a00;background:#fff3cd;border:1px solid #e6c84a;border-radius:6px;cursor:pointer}.upstream-change-reevaluate-btn:hover:not(:disabled){background:#ffe69c}.upstream-change-reevaluate-btn:disabled{opacity:.7;cursor:not-allowed}.upstream-change-dismiss-btn{flex-shrink:0;width:1.75rem;height:1.75rem;padding:0;font-size:1.25rem;line-height:1;color:#5c4a00;background:transparent;border:1px solid #e6c84a;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.upstream-change-dismiss-btn:hover{background:#fff3cd}.investigation-layout{display:flex;min-height:100vh;background:#f5f7fa}.investigation-content{margin-left:260px;flex:1;min-height:100vh}.content-wrapper{max-width:1200px;margin:0 auto;padding:40px}.audit-log-wrapper{max-width:1200px;margin:0 auto;padding:0 40px 40px}@media (max-width: 768px){.investigation-sidebar{transform:translate(-100%);transition:transform .3s}.investigation-content{margin-left:0}}.executive-summary-container{min-height:calc(100vh - 80px);padding:0;background:#f5f7fa}.executive-summary-card{max-width:900px;margin:0 auto;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:40px;border:1px solid #e2e8f0}.executive-summary-header{margin-bottom:32px}.executive-summary-header h1{color:#1e293b;font-size:28px;font-weight:700;margin-bottom:8px;letter-spacing:-.5px}.executive-summary-header p{color:#64748b;font-size:15px;margin:0}.form-group{margin-bottom:24px}.form-group label{display:block;color:#334155;font-size:14px;font-weight:500;margin-bottom:8px}.required{color:#dc2626;font-weight:600}.form-group select{border:2px solid #e2e8f0;border-radius:6px;font-size:14px;font-family:inherit;background:#fff;cursor:pointer;transition:border-color .2s}.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group select:disabled{background-color:#f1f5f9;cursor:not-allowed;opacity:.6}.form-group input,.form-group textarea,.form-group select{width:100%;padding:12px 16px;border:1px solid #cbd5e1;border-radius:6px;font-size:15px;font-family:inherit;color:#1e293b;transition:all .2s;box-sizing:border-box}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:200px}.form-group input:disabled,.form-group textarea:disabled{background:#f8fafc;cursor:not-allowed}.save-button,.continue-button{padding:12px 24px;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.save-button{background:#64748b;color:#fff}.save-button:hover:not(:disabled){background:#475569}.continue-button{background:#2563eb;color:#fff}.continue-button:hover:not(:disabled){background:#1d4ed8}.file-upload-section{display:flex;flex-direction:column;gap:8px}.file-upload-button{display:inline-block;padding:12px 24px;background:#f1f5f9;border:2px dashed #cbd5e1;border-radius:6px;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-align:center}.file-upload-button:hover{background:#e2e8f0;border-color:#94a3b8}.file-upload-hint{color:#64748b;font-size:13px;margin:0;line-height:1.5}.pre-analysis-container{display:flex;justify-content:center;padding:2rem;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.pre-analysis-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:2.5rem;max-width:900px;width:100%}.pre-analysis-header{margin-bottom:2rem;text-align:center}.pre-analysis-header h1{color:#1e293b;font-size:2rem;margin-bottom:.5rem}.pre-analysis-header p{color:#64748b;font-size:1rem;line-height:1.6}.pre-analysis-actions{margin-bottom:1.5rem;display:flex;justify-content:center}.generate-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 2rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #667eea66}.generate-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.form-group label{display:block;margin-bottom:.5rem;color:#1e293b;font-weight:600;font-size:1rem}.form-group textarea{width:100%;padding:1rem;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;transition:border-color .3s ease}.form-group textarea:focus{outline:none;border-color:#667eea}.form-group textarea:disabled{background-color:#f1f5f9;cursor:not-allowed}.form-hint{margin-top:.5rem;color:#64748b;font-size:.875rem;line-height:1.5}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.save-button,.continue-button{padding:.75rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.save-button{background:#e2e8f0;color:#1e293b}.save-button:hover:not(:disabled){background:#cbd5e1}.continue-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 4px 15px #667eea66}.continue-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea80}.save-button:disabled,.continue-button:disabled{opacity:.6;cursor:not-allowed}.generating-message{background:#eff6ff;border:2px solid #3b82f6;border-radius:8px;padding:2rem;margin-bottom:1.5rem;text-align:center}.generating-message p{color:#1e40af;font-size:1rem;margin:.5rem 0;font-weight:500}.generating-hint{color:#64748b!important;font-size:.875rem!important;font-weight:400!important;margin-top:.5rem!important}.generating-label{color:#3b82f6;font-weight:500;font-size:.9em}.generating-spinner{width:40px;height:40px;border:4px solid #e0e7ff;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.rat-generating-indicator{background:#eff6ff;border:2px solid #3b82f6;border-radius:8px;padding:2rem;margin-bottom:1rem;text-align:center;min-height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center}.rat-generating-indicator .generating-text{color:#1e40af;font-size:1rem;margin:1rem 0 .5rem;font-weight:500}.rat-generating-indicator .generating-subtext{color:#64748b;font-size:.875rem;margin:0;font-weight:400}.focus-areas-regenerating-overlay{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;padding:2rem;margin-bottom:1rem;text-align:center;min-height:120px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem}.focus-areas-regenerating-overlay .generating-text{color:#475569;font-size:.95rem;margin:0}.form-group.focus-areas-restricted .generating-label{color:#64748b;font-weight:500}.generating-spinner-small{width:32px;height:32px;border:3px solid #e0e7ff;border-top:3px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:.5rem}.no-focus-areas{text-align:center;padding:40px 20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.no-focus-areas p{color:#64748b;margin-bottom:20px;font-size:14px}.focus-areas-section{margin-bottom:24px}.focus-areas-section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:16px}.focus-areas-section-header>div:first-child{flex:1}.focus-areas-section-header h3{color:#1e293b;font-size:18px;font-weight:600;margin-bottom:4px}.generate-button,.regenerate-button{background:#2563eb;color:#fff;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.custom-question-input{width:100%;padding:12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;margin-bottom:12px}.custom-question-input:focus{outline:none;border-color:#2563eb}.cancel-add-button:hover{background:#cbd5e1}.question-checkbox{margin-top:4px;cursor:pointer;flex-shrink:0;flex-grow:0;width:18px;height:18px;min-width:18px;max-width:18px;margin-right:0;padding:0;appearance:checkbox;-webkit-appearance:checkbox;-moz-appearance:checkbox}.question-content{flex:1;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;min-width:0}.question-label{flex:1;cursor:pointer;color:#1e293b;font-size:14px;line-height:1.5;word-wrap:normal;overflow-wrap:normal;word-break:normal;white-space:normal;margin:0;padding:0;display:block}.question-edit-input{width:100%;padding:8px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical}.question-edit-input:focus{outline:none;border-color:#2563eb}.save-edit-button{padding:6px 12px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer}.cancel-edit-button{padding:6px 12px;background:#e2e8f0;color:#475569;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer}.cancel-edit-button:hover{background:#cbd5e1}.edit-question-button{background:none;border:none;cursor:pointer;padding:4px 8px;font-size:16px;opacity:.6;transition:opacity .2s;flex-shrink:0;flex-grow:0;min-width:32px;max-width:32px;width:32px;display:flex;align-items:center;justify-content:center}.edit-question-button:hover{opacity:1}.selection-info{padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;text-align:center}.selection-info p{margin:0;color:#64748b;font-size:14px}.selection-info strong{color:#1e293b}.generating-pre-analysis-container{display:flex;justify-content:center;align-items:center;padding:2rem;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.generating-pre-analysis-card{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;padding:3rem;max-width:500px;width:100%;text-align:center}.generating-spinner-large{width:60px;height:60px;border:5px solid #e0e7ff;border-top:5px solid #667eea;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 2rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.generating-pre-analysis-card h1{color:#1e293b;font-size:1.75rem;margin-bottom:1rem;font-weight:600}.generating-message{color:#475569;font-size:1.1rem;margin-bottom:.5rem;font-weight:500}.generating-hint{color:#64748b;font-size:.95rem;line-height:1.6;margin-top:1rem}.error-icon{font-size:4rem;margin-bottom:1rem}.error-message-text{color:#dc2626;font-size:1rem;margin-bottom:.5rem;font-weight:500;padding:1rem;background:#fee2e2;border-radius:8px;border-left:4px solid #dc2626}.select-questions-container{min-height:calc(100vh - 80px);padding:0;background:#f5f7fa}.select-questions-card{max-width:1000px;margin:0 auto;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:40px;border:1px solid #e2e8f0}.select-questions-header{text-align:center;margin-bottom:32px}.select-questions-header{border-bottom:1px solid #e2e8f0;padding-bottom:24px;margin-bottom:32px}.select-questions-header h1{color:#1e293b;font-size:22px;font-weight:600;margin-bottom:8px;letter-spacing:-.3px}.select-questions-header p{color:#64748b;font-size:14px}.executive-summary-preview{background:#f8fafc;border-left:3px solid #2563eb;padding:20px;border-radius:4px;margin-bottom:32px;border:1px solid #e2e8f0}.executive-summary-preview h3{color:#2d3748;font-size:18px;margin-bottom:12px}.executive-summary-preview p{color:#4a5568;line-height:1.6;white-space:pre-wrap}.no-questions{text-align:center;padding:60px 20px}.no-questions p{color:#718096;margin-bottom:24px;font-size:16px}.generate-button,.regenerate-button{background:#2563eb;color:#fff;padding:10px 20px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.generate-button:disabled,.regenerate-button:disabled{opacity:.6;cursor:not-allowed}.questions-section-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;gap:16px}.questions-section-header>div:first-child{flex:1}.section-description{color:#64748b;font-size:14px;margin-top:4px;margin-bottom:0}.default-questions-section{margin-bottom:28px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.default-section-block{margin-bottom:20px}.default-section-block:last-child{margin-bottom:0}.default-section-title{color:#1e293b;font-size:17px;font-weight:600;margin:0 0 12px}.default-subsection{margin-bottom:16px;padding-left:12px;border-left:3px solid #cbd5e1}.default-subsection-title{color:#475569;font-size:14px;font-weight:500;margin:0 0 8px;line-height:1.4}.default-questions-main-header{margin-bottom:12px}.default-questions-main-title{color:#1e293b;font-size:18px;font-weight:600;margin:0 0 6px}.default-questions-dropdown-block{margin-bottom:12px}.default-questions-dropdown-block:last-child{margin-bottom:0}.default-questions-dropdown-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:14px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;color:#1e293b;text-align:left;transition:background .2s,border-color .2s}.default-questions-dropdown-header:hover{background:#f1f5f9;border-color:#cbd5e1}.default-questions-dropdown-title{flex:1}.default-questions-recommended-count{font-weight:500;color:#2563eb;font-size:14px}.default-questions-chevron{color:#64748b;font-size:12px;margin-left:8px}.default-questions-dropdown-content{margin-top:12px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:0 0 6px 6px}.default-questions-dropdown-content[hidden]{display:none}.default-section-actions{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap}.default-section-select-btn{padding:6px 14px;font-size:13px;font-weight:500;border-radius:4px;border:1px solid #cbd5e1;background:#f8fafc;color:#475569;cursor:pointer;transition:background .2s,border-color .2s}.default-section-select-btn:hover{background:#f1f5f9;border-color:#94a3b8;color:#1e293b}.default-questions-description{color:#64748b;font-size:14px;margin:0 0 16px}.default-questions-stale-warning{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;margin-bottom:20px;background:#fffbeb;border:1px solid #f59e0b;border-radius:6px;color:#92400e;font-size:14px;line-height:1.5}.default-questions-stale-warning-icon{font-size:20px;flex-shrink:0}.default-questions-stale-warning span:not(.default-questions-stale-warning-icon){flex:1}.default-questions-reevaluate-button{flex-shrink:0;padding:8px 14px;background:#f59e0b;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer}.default-questions-reevaluate-button:hover:not(:disabled){background:#d97706}.default-questions-reevaluate-button:disabled{opacity:.7;cursor:not-allowed}.question-recommended-marker{color:#2563eb;font-weight:700}.question-recommended-badge{display:inline-block;margin-left:8px;padding:2px 8px;background:#dbeafe;color:#1d4ed8;font-size:12px;font-weight:500;border-radius:4px;vertical-align:middle}.add-question-button{padding:10px 20px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.add-question-button:hover{background:#1d4ed8}.add-question-form{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:16px;margin-bottom:24px}.custom-question-input{width:100%;padding:12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;margin-bottom:12px;box-sizing:border-box}.custom-question-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.add-question-actions{display:flex;gap:8px;justify-content:flex-end}.cancel-add-button{padding:8px 16px;background:#e2e8f0;color:#475569;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-add-button:hover{background:#cbd5e0}.add-question-submit{padding:8px 16px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.add-question-submit:hover:not(:disabled){background:#1d4ed8}.add-question-submit:disabled{opacity:.6;cursor:not-allowed}.questions-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.questions-header h3{color:#2d3748;font-size:20px}.questions-list{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.question-item{display:flex;align-items:flex-start;gap:12px;padding:16px;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;transition:all .2s;background:#fff;width:100%;box-sizing:border-box}.question-item:hover{border-color:#cbd5e0;background:#f7fafc}.question-item.selected{border-color:#2563eb;background:#eff6ff}.question-checkbox{margin-top:4px;cursor:pointer;flex-shrink:0;width:20px;height:20px;min-width:20px;max-width:20px}.question-content{display:flex;align-items:flex-start;justify-content:space-between;flex:1;gap:12px;min-width:0;width:100%}.question-label{flex:1;cursor:pointer;color:#1e293b;font-size:15px;line-height:1.5;-webkit-user-select:none;user-select:none;word-wrap:normal;overflow-wrap:normal;word-break:normal;white-space:normal;display:block;width:100%}.edit-question-button{background:transparent;border:none;cursor:pointer;font-size:16px;padding:4px 8px;border-radius:4px;transition:all .2s;flex-shrink:0;opacity:.6}.edit-question-button:hover{opacity:1;background:#f1f5f9}.question-edit-container{flex:1;display:flex;flex-direction:column;gap:8px}.question-edit-input{width:100%;padding:12px;border:2px solid #2563eb;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;box-sizing:border-box;background:#fff}.question-edit-input:focus{outline:none;border-color:#1d4ed8;box-shadow:0 0 0 3px #2563eb1a}.question-edit-actions{display:flex;gap:8px;justify-content:flex-end}.save-edit-button{padding:6px 12px;background:#2563eb;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.save-edit-button:hover{background:#1d4ed8}.cancel-edit-button{padding:6px 12px;background:#e2e8f0;color:#475569;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-edit-button:hover{background:#cbd5e0}.selection-info{padding:16px;background:#edf2f7;border-radius:8px;text-align:center}.selection-info p{color:#4a5568;font-size:16px;margin:0}.selection-info strong{color:#2563eb;font-size:18px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px}.cancel-button,.confirm-button{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.confirm-button{background:#2563eb;color:#fff}.confirm-button:hover:not(:disabled){background:#1d4ed8}.confirm-button:disabled{opacity:.6;cursor:not-allowed}.interview-planning-container{min-height:calc(100vh - 80px);padding:0;background:#f5f7fa}.interview-planning-card{max-width:1000px;margin:0 auto;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:40px;border:1px solid #e2e8f0}.interview-planning-header{border-bottom:1px solid #e2e8f0;padding-bottom:24px;margin-bottom:32px}.interview-planning-header h1{color:#1e293b;font-size:22px;font-weight:600;margin-bottom:8px;letter-spacing:-.3px}.interview-planning-header p{color:#64748b;font-size:14px;line-height:1.5}.no-questions-notice{padding:24px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:24px}.no-questions-notice p{color:#475569;margin-bottom:16px}.generate-plan-section{padding:24px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:24px}.generate-plan-section p{color:#475569;margin-bottom:16px}.generate-button,.regenerate-button{background:#2563eb;color:#fff;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer}.generate-button:hover:not(:disabled),.regenerate-button:hover:not(:disabled){background:#1d4ed8}.generate-button:disabled,.regenerate-button:disabled{opacity:.7;cursor:not-allowed}.plan-actions{margin-bottom:24px}.order-recommendation{padding:16px 20px;margin-bottom:24px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;border-left:4px solid #2563eb}.order-recommendation-label{display:block;margin:0 0 6px;font-size:13px;font-weight:600;color:#1e40af;text-transform:uppercase;letter-spacing:.02em}.order-recommendation-description{margin:0 0 8px;font-size:13px;color:#64748b;line-height:1.4}.plan-editable-section{position:relative;margin-bottom:24px}.plan-editable-section.plan-section-restricted{pointer-events:none;-webkit-user-select:none;user-select:none}.plan-editable-section .plan-regenerating-overlay{position:absolute;top:0;right:0;bottom:0;left:0;min-height:200px;background:#f8fafcf2;border:2px solid #e2e8f0;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;z-index:5}.plan-editable-section .plan-regenerating-overlay .generating-text{margin:0;font-size:.95rem;color:#475569}.plan-section-restricted .plan-actions .regenerate-button{pointer-events:auto}.order-recommendation-input{width:100%;margin:0 0 12px;padding:10px 12px;font-size:15px;color:#1e293b;line-height:1.5;border:1px solid #bfdbfe;border-radius:6px;resize:vertical;box-sizing:border-box}.order-recommendation-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.order-rationale{margin-bottom:20px}.order-rationale-label{display:block;margin:0 0 6px;font-size:13px;font-weight:600;color:#1e40af;text-transform:uppercase;letter-spacing:.02em}.order-rationale-description{margin:0 0 8px;font-size:13px;color:#64748b;line-height:1.4}.order-rationale-input{width:100%;margin:0 0 12px;padding:10px 12px;font-size:15px;color:#1e293b;line-height:1.5;border:1px solid #bfdbfe;border-radius:6px;resize:vertical;font-family:inherit}.order-rationale-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb33}.generating-spinner-small{width:32px;height:32px;border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.order-rationale-input{width:100%;margin:0;padding:10px 12px;font-size:14px;color:#475569;line-height:1.6;border:1px solid #cbd5e1;border-radius:6px;resize:vertical;box-sizing:border-box}.order-rationale-input:focus{outline:none;border-color:#2563eb}.plan-editable-hint{margin:-8px 0 16px;font-size:13px;color:#64748b}.regenerate-button{background:#64748b}.regenerate-button:hover:not(:disabled){background:#475569}.plan-groups-header{margin-bottom:12px}.add-category-button{padding:8px 16px;font-size:14px;font-weight:500;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:6px;cursor:pointer}.add-category-button:hover:not(:disabled){background:#dbeafe;border-color:#93c5fd}.add-category-button:disabled{opacity:.6;cursor:not-allowed}.plan-groups{display:flex;flex-direction:column;gap:28px;margin-bottom:32px}.plan-group{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fafbfc}.plan-group-header{background:#334155;padding:8px 16px}.plan-group-title-row{display:flex;align-items:center;gap:12px}.plan-group-header-buttons{display:flex;align-items:center;gap:8px;flex-shrink:0}.plan-group-delete-btn{padding:6px 12px;font-size:13px;color:#b91c1c;background:transparent;border:1px solid rgba(185,28,28,.5);border-radius:4px;cursor:pointer}.plan-group-delete-btn:hover:not(:disabled){background:#b91c1c1a;border-color:#b91c1c}.plan-group-delete-btn:disabled{opacity:.5;cursor:not-allowed}.plan-group-title-input{flex:1;margin:0;padding:8px 12px;font-size:16px;font-weight:600;color:#fff;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:6px}.plan-group-title-input::placeholder{color:#fff9}.plan-group-title-input:focus{outline:none;background:#fff3;border-color:#ffffff80}.plan-group-move-buttons{display:flex;gap:4px}.plan-group-move-btn{width:32px;height:32px;padding:0;border:none;border-radius:4px;background:#fff3;color:#fff;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center}.plan-group-move-btn:hover:not(:disabled){background:#ffffff59}.plan-group-move-btn:disabled{opacity:.4;cursor:not-allowed}.plan-questions-list{margin:0;padding:16px 20px 16px 40px;list-style:none;counter-reset:plan-question}.plan-question-item{display:flex;align-items:flex-start;gap:12px;color:#334155;font-size:15px;line-height:1.5;margin-bottom:10px;padding:8px 12px;border-radius:6px;cursor:grab;border:1px solid transparent}.plan-question-num{flex-shrink:0;font-weight:600;color:#475569;min-width:1.5em}.plan-question-text{flex:1;min-width:0}.plan-question-move-buttons{display:flex;gap:2px;flex-shrink:0}.plan-question-move-btn{width:28px;height:28px;padding:0;border:none;border-radius:4px;background:#e2e8f0;color:#475569;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}.plan-question-move-btn:hover:not(:disabled){background:#cbd5e0;color:#334155}.plan-question-move-btn:disabled{opacity:.5;cursor:not-allowed}.plan-question-item:hover{background:#f1f5f9}.plan-question-item:active{cursor:grabbing}.plan-question-item.plan-question-dragging{opacity:.5;background:#e2e8f0;border-color:#94a3b8}.plan-question-item:last-child{margin-bottom:0}.plan-question-drop-zone{color:#94a3b8;font-size:14px;font-style:italic;list-style:none;padding:20px;margin:0;border:2px dashed #cbd5e1;border-radius:6px;background:#f8fafc}.plan-group[dragover] .plan-question-drop-zone,.plan-group:has(.plan-question-drop-zone:only-child){min-height:48px}.save-edits-button{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;background:#059669;color:#fff;margin-right:auto}.save-edits-button:hover:not(:disabled){background:#047857}.save-edits-button:disabled{opacity:.7;cursor:not-allowed}.cancel-button{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;background:#e2e8f0;color:#4a5568}.continue-button{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;background:#2563eb;color:#fff}.continue-button:hover{background:#1d4ed8}.back-button{padding:10px 18px;border:1px solid #cbd5e0;border-radius:6px;background:#fff;color:#475569;font-size:14px;font-weight:500;cursor:pointer}.back-button:hover{background:#f1f5f9}.loading{text-align:center;padding:60px;color:#64748b;font-size:16px}.question-responses-container{min-height:calc(100vh - 80px);padding:0;background:#f5f7fa}.question-responses-card{max-width:1000px;margin:0 auto;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:40px;border:1px solid #e2e8f0}.question-responses-header{text-align:center;margin-bottom:32px}.question-responses-header{border-bottom:1px solid #e2e8f0;padding-bottom:24px;margin-bottom:32px}.question-responses-header h1{color:#1e293b;font-size:22px;font-weight:600;margin-bottom:8px;letter-spacing:-.3px}.question-responses-header p{color:#64748b;font-size:14px}.questions-section{margin-bottom:32px}.section-description{color:#718096;font-size:14px}.questions-list{display:flex;flex-direction:column;gap:24px;margin-bottom:24px}.questions-by-group{display:flex;flex-direction:column;gap:28px}.response-group{border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;background:#fafbfc}.response-group-title{margin:0;padding:12px 20px;background:#334155;color:#fff;font-size:16px;font-weight:600}.response-group .questions-list{padding:16px 20px;margin-bottom:0;gap:20px}.question-number-inline{font-weight:700;color:#2563eb;margin-right:4px}.question-response-item{padding:20px;border:2px solid #e2e8f0;border-radius:8px;background:#f7fafc;width:100%;box-sizing:border-box}.question-header{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.question-number{background:#2563eb;color:#fff;padding:4px 10px;border-radius:4px;font-weight:600;font-size:13px;flex-shrink:0;white-space:nowrap}.default-badge{background:#48bb78;color:#fff;padding:4px 10px;border-radius:6px;font-size:12px;font-weight:600;text-transform:uppercase;flex-shrink:0;white-space:nowrap}.question-label{display:block;color:#2d3748;font-size:16px;font-weight:600;margin-bottom:12px;line-height:1.5;word-wrap:normal;overflow-wrap:normal;word-break:normal;white-space:normal;width:100%}.response-textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:15px;font-family:inherit;resize:vertical;transition:all .2s;background:#fff}.response-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.progress-info{padding:16px;background:#edf2f7;border-radius:8px;text-align:center}.progress-info p{color:#4a5568;font-size:16px;margin:0}.progress-info strong{color:#2563eb;font-size:18px}.factual-information-container{min-height:calc(100vh - 80px);padding:0;background:#f5f7fa}.factual-information-card{max-width:1000px;margin:0 auto;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:40px;border:1px solid #e2e8f0}.factual-information-header{text-align:center;margin-bottom:32px}.factual-information-header{border-bottom:1px solid #e2e8f0;padding-bottom:24px;margin-bottom:32px}.factual-information-header h1{color:#1e293b;font-size:22px;font-weight:600;margin-bottom:8px;letter-spacing:-.3px}.factual-information-header p{color:#64748b;font-size:14px}.factual-form{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.form-section{display:flex;flex-direction:column;gap:8px}.form-section label{color:#2d3748;font-weight:600;font-size:16px}.factual-field-row{margin-bottom:4px}.factual-field-label-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px}.factual-field-label-row label{margin-bottom:0}.remove-field-button,.remove-custom-field-button{padding:6px 12px;font-size:13px;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;flex-shrink:0}.remove-field-button:hover,.remove-custom-field-button:hover{background:#fee2e2;color:#b91c1c;border-color:#fecaca}.custom-fields-section{margin-top:8px;padding-top:24px;border-top:1px solid #e2e8f0}.custom-fields-heading{color:#1e293b;font-size:16px;font-weight:600;margin-bottom:16px}.custom-field-row{margin-bottom:16px}.custom-field-label-row{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px}.custom-field-label-row label{margin-bottom:0}.add-custom-field-section{margin-top:8px;padding-top:24px;border-top:1px solid #e2e8f0}.add-custom-field-hint{color:#64748b;font-size:14px;margin-bottom:12px}.add-custom-field-row{display:flex;gap:12px;align-items:center;flex-wrap:wrap}.add-custom-field-input{flex:1;min-width:200px;padding:10px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:15px}.add-custom-field-input:focus{outline:none;border-color:#2563eb}.add-custom-field-button{padding:10px 20px;font-size:14px;font-weight:500;color:#fff;background:#2563eb;border:none;border-radius:6px;cursor:pointer}.add-custom-field-button:hover:not(:disabled){background:#1d4ed8}.add-custom-field-button:disabled{opacity:.5;cursor:not-allowed}.factual-textarea{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:15px;font-family:inherit;resize:vertical;transition:all .2s;background:#fff}.factual-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.cancel-button,.save-button,.save-button-secondary{padding:12px 24px;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.save-button-secondary:disabled{opacity:.6;cursor:not-allowed}.contributory-factors-container{min-height:calc(100vh - 80px);padding:0;background:#f5f7fa}.contributory-factors-card{max-width:1000px;margin:0 auto;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:40px;border:1px solid #e2e8f0}.contributory-factors-header{text-align:center;margin-bottom:32px}.contributory-factors-header{border-bottom:1px solid #e2e8f0;padding-bottom:24px;margin-bottom:32px}.contributory-factors-header h1{color:#1e293b;font-size:22px;font-weight:600;margin-bottom:8px;letter-spacing:-.3px}.contributory-factors-header p{color:#64748b;font-size:14px}.factors-section{margin-bottom:32px}.factors-actions{margin-bottom:16px;display:flex;justify-content:flex-end;gap:12px}.draft-textarea:focus{outline:none;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.draft-textarea:disabled{background:#f7fafc;cursor:not-allowed}.draft-actions{display:flex;gap:8px;justify-content:flex-end}.cancel-draft-button{padding:8px 16px;background:#e2e8f0;color:#475569;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-draft-button:hover:not(:disabled){background:#cbd5e0}.cancel-draft-button:disabled{opacity:.6;cursor:not-allowed}.refine-button{padding:8px 16px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.factors-textarea{width:100%;padding:16px;border:2px solid #e2e8f0;border-radius:8px;font-size:15px;font-family:Courier New,monospace;resize:vertical;transition:all .2s;background:#fff;line-height:1.6}.factors-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.factors-textarea:disabled{background:#f7fafc;cursor:not-allowed}.factors-info{margin-top:16px;padding:16px;background:#f8fafc;border-radius:4px;border-left:3px solid #2563eb;border:1px solid #e2e8f0}.factors-info p{color:#4a5568;font-size:14px;line-height:1.6;margin:0}.factors-info strong{color:#2d3748}.cancel-button,.save-button{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.loading{text-align:center;padding:60px;color:#fff;font-size:18px}.findings-analysis-container{min-height:calc(100vh - 80px);padding:0;background:#f5f7fa}.findings-analysis-card{max-width:1000px;margin:0 auto;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:40px;border:1px solid #e2e8f0}.findings-analysis-header{border-bottom:1px solid #e2e8f0;padding-bottom:24px;margin-bottom:32px;text-align:center}.findings-analysis-header h1{color:#1e293b;font-size:22px;font-weight:600;margin-bottom:8px;letter-spacing:-.3px}.findings-analysis-header p{color:#64748b;font-size:14px}.findings-section,.analysis-section{margin-bottom:32px;padding-bottom:32px;border-bottom:1px solid #e2e8f0}.analysis-section{border-bottom:none}.findings-textarea,.analysis-textarea{width:100%;padding:16px;border:2px solid #e2e8f0;border-radius:8px;font-size:15px;font-family:inherit;resize:vertical;transition:all .2s;background:#fff;line-height:1.6}.findings-textarea:focus,.analysis-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.findings-info,.analysis-info{margin-top:16px;padding:16px;background:#f8fafc;border-radius:4px;border-left:3px solid #2563eb;border:1px solid #e2e8f0}.findings-info p,.analysis-info p{color:#4a5568;font-size:14px;line-height:1.6;margin:0}.findings-info strong,.analysis-info strong{color:#2d3748}.draft-input-section{margin-bottom:16px;padding:16px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.draft-textarea{width:100%;padding:12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;margin-bottom:12px;line-height:1.6}.findings-textarea:disabled,.analysis-textarea:disabled{background:#f1f5f9;cursor:not-allowed}.actions-recommendations-container{min-height:calc(100vh - 80px);padding:0;background:#f5f7fa}.actions-recommendations-card{max-width:1000px;margin:0 auto;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:40px;border:1px solid #e2e8f0}.actions-recommendations-header{border-bottom:1px solid #e2e8f0;padding-bottom:24px;margin-bottom:32px;text-align:center}.actions-recommendations-header h1{color:#1e293b;font-size:22px;font-weight:600;margin-bottom:8px;letter-spacing:-.3px}.actions-recommendations-header p{color:#64748b;font-size:14px}.actions-section,.recommendations-section{margin-bottom:32px}.recommendations-actions{margin-bottom:16px;display:flex;justify-content:flex-end;gap:12px}.actions-textarea,.recommendations-textarea{width:100%;padding:16px;border:2px solid #e2e8f0;border-radius:8px;font-size:15px;font-family:inherit;resize:vertical;transition:all .2s;background:#fff;line-height:1.6}.actions-textarea:focus,.recommendations-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.recommendations-info{margin-top:16px;padding:16px;background:#f8fafc;border-radius:4px;border-left:3px solid #2563eb;border:1px solid #e2e8f0}.recommendations-info p{color:#4a5568;font-size:14px;line-height:1.6;margin:0}.recommendations-info strong{color:#2d3748}.final-summary-container{min-height:calc(100vh - 80px);padding:0;background:#f5f7fa}.final-summary-card{max-width:1000px;margin:0 auto;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:40px;border:1px solid #e2e8f0}.final-summary-header{border-bottom:1px solid #e2e8f0;padding-bottom:24px;margin-bottom:32px;text-align:center}.final-summary-header h1{color:#1e293b;font-size:22px;font-weight:600;margin-bottom:8px;letter-spacing:-.3px}.final-summary-header p{color:#64748b;font-size:14px}.summary-section{margin-bottom:32px}.section-header h3{color:#2d3748;font-size:20px;margin-bottom:8px}.summary-actions{margin-bottom:16px;display:flex;justify-content:flex-end;gap:12px}.generate-button{background:#2563eb;color:#fff;padding:10px 20px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.generate-button:hover:not(:disabled){background:#1d4ed8}.generate-button:disabled{opacity:.6;cursor:not-allowed}.refine-toggle-button{background:#10b981;color:#fff;padding:10px 20px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.refine-toggle-button:hover:not(:disabled){background:#059669}.refine-toggle-button:disabled{opacity:.6;cursor:not-allowed}.draft-input-section{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;padding:20px;margin-bottom:16px}.draft-input-header{margin-bottom:16px}.draft-input-header h4{color:#2d3748;font-size:16px;font-weight:600;margin-bottom:8px}.draft-description{color:#64748b;font-size:13px;line-height:1.5;margin:0}.draft-textarea{width:100%;padding:12px;border:2px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;margin-bottom:12px;box-sizing:border-box;background:#fff}.draft-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.draft-textarea:disabled{opacity:.6;cursor:not-allowed}.refine-button{background:#10b981;color:#fff;padding:10px 20px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.refine-button:hover:not(:disabled){background:#059669}.refine-button:disabled{opacity:.6;cursor:not-allowed}.summary-textarea{width:100%;padding:16px;border:2px solid #e2e8f0;border-radius:8px;font-size:15px;font-family:inherit;resize:vertical;transition:all .2s;background:#fff;line-height:1.6}.summary-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.summary-info{margin-top:16px;padding:16px;background:#f8fafc;border-radius:4px;border-left:3px solid #2563eb;border:1px solid #e2e8f0}.summary-info p{color:#4a5568;font-size:14px;line-height:1.6;margin:0}.summary-info strong{color:#2d3748}.cancel-button,.save-button,.save-button-secondary{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.cancel-button:hover:not(:disabled){background:#cbd5e0}.save-button-secondary{background:#64748b;color:#fff}.save-button-secondary:hover:not(:disabled){background:#475569}.save-button{background:#2563eb;color:#fff}.save-button:disabled,.save-button-secondary:disabled{opacity:.6;cursor:not-allowed}.report-tagging-container{min-height:100vh;background:#f8fafc;padding:20px;display:flex;justify-content:center;align-items:flex-start}.report-tagging-card{background:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 8px #0000001a;max-width:800px;width:100%}.report-tagging-header{margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.report-tagging-header h1{margin:0 0 8px;color:#1e293b;font-size:28px}.header-description{margin:0;color:#64748b;font-size:14px;line-height:1.6}.error-message{padding:12px;background:#fee2e2;color:#dc2626;border-radius:6px;font-size:14px;border:1px solid #fecaca;margin-bottom:24px}.tagging-form{display:flex;flex-direction:column;gap:24px}.required{color:#dc2626}.form-select,.form-input{padding:12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s;background:#fff}.form-select:focus,.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.save-button{padding:12px 24px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.loading{text-align:center;padding:40px;color:#64748b;font-size:16px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;padding:24px;max-width:500px;width:90%;box-shadow:0 10px 40px #0003}.modal-content h3{margin:0 0 12px;color:#1e293b;font-size:20px}.modal-content p{margin:0 0 8px;color:#64748b;font-size:14px;line-height:1.6}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.modal-actions .cancel-button,.modal-actions .confirm-button{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.modal-actions .cancel-button{background:#e2e8f0;color:#475569}.modal-actions .cancel-button:hover{background:#cbd5e0}.modal-actions .confirm-button{background:#2563eb;color:#fff}.modal-actions .confirm-button:hover{background:#1d4ed8}@media (max-width: 768px){.report-tagging-card{padding:24px}.form-actions{flex-direction:column}.save-button{width:100%}}.similar-reports-container{min-height:100vh;background:#f8fafc;padding:20px;display:flex;justify-content:center;align-items:flex-start}.similar-reports-card{background:#fff;border-radius:8px;padding:40px;box-shadow:0 2px 8px #0000001a;max-width:900px;width:100%}.similar-reports-header{margin-bottom:32px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.similar-reports-header h1{margin:0 0 8px;color:#1e293b;font-size:28px}.similar-reports-header .header-description{margin:0;color:#64748b;font-size:14px;line-height:1.6}.similar-reports-filters{margin-bottom:24px}.similar-reports-filters h3,.similar-reports-top-n h3{margin:0 0 16px;color:#1e293b;font-size:18px}.similar-reports-top-n{margin-bottom:24px}.similar-reports-top-n .form-group label{display:block;font-weight:500;color:#1e293b;font-size:14px;margin-bottom:6px}.similar-reports-top-n .form-select{width:100%;max-width:200px;padding:10px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;background:#fff}.filters-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:20px}.similar-reports-filters .form-group label{display:block;font-weight:500;color:#1e293b;font-size:14px;margin-bottom:6px}.similar-reports-filters .form-select,.similar-reports-filters .form-input{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;background:#fff}.search-button-wrapper{display:flex;justify-content:center;margin:28px 0 32px}.search-button{padding:12px 24px;font-size:15px;font-weight:500;color:#fff;background:#2563eb;border:none;border-radius:6px;cursor:pointer}.search-button:hover:not(:disabled){background:#1d4ed8}.search-button:disabled{opacity:.6;cursor:not-allowed}.similar-reports-results{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.similar-reports-results h3{margin:0 0 16px;color:#1e293b;font-size:18px}.result-card{display:flex;gap:16px;margin-bottom:24px;padding:20px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px}.result-rank{flex-shrink:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:#2563eb;color:#fff;font-weight:600;font-size:14px;border-radius:8px}.result-body{flex:1;min-width:0}.result-title{margin:0 0 12px;font-size:16px;color:#1e293b}.result-summary,.result-reason{margin-bottom:12px}.result-summary strong,.result-reason strong{display:block;font-size:12px;color:#64748b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.result-summary p,.result-reason p{margin:0;font-size:14px;line-height:1.5;color:#334155}.result-reason p{font-style:italic;color:#475569}.other-matching-section{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0}.show-other-reports-button{display:block;width:100%;padding:12px 20px;font-size:15px;font-weight:500;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;cursor:pointer}.show-other-reports-button:hover{background:#dbeafe}.other-matching-list{margin-top:16px}.result-card-other{margin-bottom:16px}.result-card-other .result-rank{display:none}.similar-reports-container .cancel-button,.similar-reports-container .save-button{padding:12px 24px;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer}.similar-reports-container .cancel-button{background:#e2e8f0;color:#4a5568}.similar-reports-container .cancel-button:hover{background:#cbd5e0}.similar-reports-container .save-button{background:#2563eb;color:#fff}.similar-reports-container .save-button:hover{background:#1d4ed8}.similar-reports-container .error-message{padding:12px;background:#fee2e2;color:#dc2626;border-radius:6px;font-size:14px;margin-bottom:24px}.similar-reports-container .loading{text-align:center;padding:40px;color:#64748b}.report-generation-container{min-height:calc(100vh - 80px);padding:0;background:#f5f7fa}.report-generation-card{max-width:1200px;margin:0 auto;background:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a;padding:40px;border:1px solid #e2e8f0}.report-generation-header{border-bottom:1px solid #e2e8f0;padding-bottom:24px;margin-bottom:32px;text-align:center}.report-generation-header h1{color:#1e293b;font-size:22px;font-weight:600;margin-bottom:8px;letter-spacing:-.3px}.report-generation-header p{color:#64748b;font-size:14px}.section{margin-bottom:40px;padding-bottom:32px;border-bottom:1px solid #e2e8f0}.section:last-child{border-bottom:none}.section-header{margin-bottom:16px}.section-header h2{color:#2d3748;font-size:18px;margin-bottom:8px}.section-description{color:#718096;font-size:14px;line-height:1.5}.generate-doc-button{background:#2563eb;color:#fff;padding:12px 24px;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s}.generate-doc-button:hover:not(:disabled){background:#1d4ed8}.generate-doc-button:disabled{opacity:.6;cursor:not-allowed}.close-investigation-button{background:#059669;color:#fff;padding:12px 24px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer}.close-investigation-button:hover:not(:disabled){background:#047857}.close-investigation-button:disabled{opacity:.6;cursor:not-allowed}.versions-list{display:flex;flex-direction:column;gap:16px}.version-item{border:1px solid #e2e8f0;border-radius:6px;padding:16px;background:#f8fafc}.version-info{margin-bottom:12px}.version-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.version-number{font-weight:600;color:#1e293b;font-size:15px}.version-date{color:#64748b;font-size:13px}.version-details{display:flex;flex-direction:column;gap:4px}.version-uploader{color:#64748b;font-size:13px}.version-summary{color:#475569;font-size:13px;font-style:italic}.version-actions{display:flex;gap:8px}.download-button,.view-changes-button{padding:6px 12px;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.download-button{background:#2563eb;color:#fff}.download-button:hover{background:#1d4ed8}.view-changes-button{background:#64748b;color:#fff}.view-changes-button:hover{background:#475569}.changes-panel{margin-top:16px;padding:16px;background:#fff;border-radius:4px;border:1px solid #e2e8f0}.change-item{padding:12px;margin-bottom:12px;background:#f8fafc;border-radius:4px;border-left:3px solid #2563eb}.change-header{display:flex;gap:12px;align-items:center;margin-bottom:8px}.change-section{font-weight:600;color:#1e293b}.change-type{padding:2px 8px;border-radius:4px;font-size:11px;font-weight:500;text-transform:uppercase}.change-type{background:#dbeafe;color:#1e40af}.change-date{color:#64748b;font-size:12px;margin-left:auto}.change-description{color:#475569;font-size:13px;margin-bottom:8px}.change-old,.change-new{padding:8px;margin-top:4px;border-radius:4px;font-size:12px;line-height:1.5}.change-old{background:#fee2e2;color:#991b1b}.change-new{background:#d1fae5;color:#065f46}.no-changes{color:#64748b;text-align:center;padding:20px;font-size:14px}.upload-section{display:flex;flex-direction:column;gap:12px}.file-input{display:none}.file-input-label{padding:12px 16px;border:2px dashed #cbd5e1;border-radius:6px;text-align:center;cursor:pointer;color:#64748b;transition:all .2s}.file-input-label:hover{border-color:#2563eb;background:#eff6ff}.change-summary-input{width:100%;padding:12px;border:2px solid #e2e8f0;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical}.change-summary-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.upload-button{background:#10b981;color:#fff;padding:12px 24px;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;align-self:flex-start}.upload-button:hover:not(:disabled){background:#059669}.upload-button:disabled{opacity:.6;cursor:not-allowed}.share-section{display:flex;flex-direction:column;gap:16px}.share-button{background:#10b981;color:#fff;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;align-self:flex-start}.share-button:hover{background:#059669}.share-dialog{border:1px solid #e2e8f0;border-radius:6px;padding:20px;background:#f8fafc}.share-dialog-header h3{color:#1e293b;font-size:16px;margin-bottom:16px}.users-list{display:flex;flex-direction:column;gap:8px;margin-bottom:16px;max-height:200px;overflow-y:auto}.user-checkbox-label{display:flex;align-items:center;gap:8px;padding:8px;cursor:pointer;border-radius:4px;transition:background .2s}.user-checkbox-label:hover{background:#f1f5f9}.user-checkbox-label input[type=checkbox]{cursor:pointer}.share-dialog-actions{display:flex;gap:8px;justify-content:flex-end}.cancel-share-button,.confirm-share-button{padding:8px 16px;border:none;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-share-button{background:#e2e8f0;color:#475569}.cancel-share-button:hover{background:#cbd5e0}.confirm-share-button{background:#2563eb;color:#fff}.confirm-share-button:hover:not(:disabled){background:#1d4ed8}.confirm-share-button:disabled{opacity:.6;cursor:not-allowed}.shared-users-list{margin-top:20px}.shared-users-list h3{color:#1e293b;font-size:16px;margin-bottom:12px}.shared-user-item{display:flex;justify-content:space-between;align-items:center;padding:12px;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:8px;background:#fff}.shared-user-info{display:flex;flex-direction:column;gap:4px}.shared-user-name{font-weight:600;color:#1e293b}.shared-user-permission{color:#64748b;font-size:13px}.shared-user-date{color:#94a3b8;font-size:12px}.remove-share-button{padding:6px 12px;background:#ef4444;color:#fff;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.remove-share-button:hover{background:#dc2626}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:32px;padding-top:24px;border-top:1px solid #e2e8f0}.cancel-button,.back-to-list-button{padding:12px 24px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s}.cancel-button{background:#e2e8f0;color:#4a5568}.cancel-button:hover{background:#cbd5e0}.back-to-list-button{background:#64748b;color:#fff}.back-to-list-button:hover{background:#475569}.info-message{padding:12px;background:#dbeafe;color:#1e40af;border-radius:6px;font-size:14px;border:1px solid #93c5fd;margin-bottom:24px}.info-message .tag-link{color:#1e40af;text-decoration:underline;font-weight:500;margin-left:4px}.info-message .tag-link:hover{color:#1e3a8a}.error-message{background:#fed7d7;color:#c53030;padding:12px 16px;border-radius:6px;font-size:14px;border:1px solid #fc8181;margin-bottom:16px}.success-message{background:#d1fae5;color:#065f46;padding:12px 16px;border-radius:6px;font-size:14px;border:1px solid #6ee7b7;margin-bottom:16px}.loading{text-align:center;padding:60px;color:#64748b;font-size:18px}.deletion-logs-page{min-height:100vh;background:#f1f5f9;padding:24px}.deletion-logs-container{max-width:1200px;margin:0 auto}.deletion-logs-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px;padding:24px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.header-content h1{color:#1e293b;font-size:28px;font-weight:700;margin:0 0 8px;letter-spacing:-.5px}.header-content p{color:#64748b;font-size:15px;margin:0;line-height:1.5}.back-to-dashboard-button{background:#2563eb;color:#fff;padding:12px 24px;border:none;border-radius:6px;font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap}.back-to-dashboard-button:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 6px #2563eb33}.error-message{padding:16px;background:#fee2e2;border:1px solid #fecaca;border-radius:6px;color:#991b1b;margin-bottom:24px;font-size:14px}.loading-logs{text-align:center;padding:60px 20px;color:#64748b;font-size:16px;background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a}.no-logs-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:60px 20px}.no-logs{color:#64748b;text-align:center;font-size:16px}.deletion-logs-list{display:flex;flex-direction:column;gap:16px}.deletion-log-item{padding:24px;background:#fff;border-radius:8px;border-left:4px solid #ef4444;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s;display:flex;flex-direction:column;gap:16px}.deletion-log-item:hover{box-shadow:0 4px 6px #0000001a}.log-main-info{display:flex;flex-direction:column;gap:8px}.log-report-name{color:#1e293b;font-size:18px;font-weight:600}.log-report-name strong{color:#475569;font-weight:600;margin-right:8px}.log-investigation-id{color:#64748b;font-size:14px}.log-investigation-id strong{color:#475569;font-weight:600;margin-right:8px}.log-meta-info{display:flex;gap:24px;padding-top:12px;border-top:1px solid #e2e8f0;flex-wrap:wrap}.log-meta-item{display:flex;flex-direction:column;gap:4px}.log-meta-label{color:#64748b;font-size:12px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.log-meta-value{color:#1e293b;font-size:14px;font-weight:500}@media (max-width: 768px){.deletion-logs-header{flex-direction:column;gap:16px}.back-to-dashboard-button{width:100%}.log-header{flex-direction:column;align-items:flex-start;gap:8px}}.question-database-container{min-height:100vh;background:#f8fafc;padding:20px}.question-database-overview{max-width:1200px;margin:0 auto}.question-database-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.question-database-header h1{margin:0;color:#1e293b;font-size:32px}.question-database-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:40px}.question-section{background:#fff;border-radius:8px;padding:30px;box-shadow:0 1px 3px #0000001a}.section-header{margin-bottom:24px}.section-header h2{margin:0 0 8px;color:#1e293b;font-size:24px}.section-description{margin:0;color:#64748b;font-size:14px;line-height:1.6}.questions-list{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.question-edit-item{display:flex;gap:12px;align-items:flex-start}.question-edit-item.hfacs-item{flex-direction:column;gap:12px}.hfacs-question-inputs{display:flex;flex-direction:column;gap:8px;flex:1;width:100%}.question-textarea{flex:1;padding:12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;min-height:60px;width:100%}.question-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.category-input{padding:10px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;width:100%}.category-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.category-input::placeholder{color:#94a3b8}.remove-question-button{padding:10px 16px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;white-space:nowrap;align-self:flex-start}.remove-question-button:hover:not(:disabled){background:#dc2626}.remove-question-button:disabled{opacity:.6;cursor:not-allowed}.questions-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:16px;border-top:1px solid #e2e8f0}.add-question-button{padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.add-question-button:hover:not(:disabled){background:#059669}.save-questions-button{padding:10px 20px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.save-questions-button:hover:not(:disabled){background:#1d4ed8}.save-questions-button:disabled{opacity:.6;cursor:not-allowed}.overview-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:24px;margin-top:30px}.overview-card{background:#fff;border-radius:8px;padding:30px;box-shadow:0 1px 3px #0000001a;cursor:pointer;transition:all .2s;border:2px solid transparent}.overview-card:hover{border-color:#2563eb;box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.overview-card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.overview-card-header h2{margin:0;color:#1e293b;font-size:24px;flex:1}.question-count{background:#2563eb;color:#fff;padding:6px 12px;border-radius:20px;font-size:14px;font-weight:600;white-space:nowrap;margin-left:16px}.overview-description{margin:0 0 20px;color:#64748b;font-size:14px;line-height:1.6}.view-section-button{width:100%;padding:12px 20px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.view-section-button:hover{background:#1d4ed8}.add-category-card{border:2px dashed #cbd5e1;background:#f8fafc}.add-category-card:hover{border-color:#2563eb;background:#eff6ff}.section-header-top{display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.section-actions{display:flex;gap:12px;flex-shrink:0}.edit-category-button{padding:8px 16px;background:#64748b;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.edit-category-button:hover{background:#475569}.delete-category-button{padding:8px 16px;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.delete-category-button:hover{background:#dc2626}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:8px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e2e8f0}.modal-header h3{margin:0;color:#1e293b;font-size:20px}.modal-close{background:none;border:none;font-size:24px;color:#64748b;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s}.modal-close:hover{background:#f1f5f9;color:#1e293b}.modal-body{padding:20px}.modal-footer{display:flex;justify-content:flex-end;gap:12px;padding:20px;border-top:1px solid #e2e8f0}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#1e293b;font-size:14px;font-weight:500}.form-input,.form-textarea{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-textarea{resize:vertical;min-height:80px}.modal-cancel-button{padding:10px 20px;background:#f1f5f9;color:#475569;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.modal-cancel-button:hover:not(:disabled){background:#e2e8f0}.modal-save-button{padding:10px 20px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.modal-save-button:hover:not(:disabled){background:#1d4ed8}.modal-save-button:disabled,.modal-cancel-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.question-database-header{flex-direction:column;align-items:flex-start;gap:16px}.question-section{padding:20px}.question-edit-item{flex-direction:column}.remove-question-button{align-self:stretch}.overview-cards{grid-template-columns:1fr}.overview-card-header{flex-direction:column;align-items:flex-start;gap:12px}.question-count{margin-left:0}.section-header-top{flex-direction:column;gap:16px}.section-actions{width:100%}.edit-category-button,.delete-category-button{flex:1}.modal-content{max-width:100%}}.settings-container{min-height:100vh;background:#f8fafc;padding:20px}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.settings-header h1{margin:0;color:#1e293b;font-size:32px}.settings-content{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.settings-card{background:#fff;border-radius:8px;padding:30px;box-shadow:0 1px 3px #0000001a}.settings-card h2{margin:0 0 8px;color:#1e293b;font-size:24px}.settings-description{margin:0 0 24px;color:#64748b;font-size:14px;line-height:1.6}.settings-form{display:flex;flex-direction:column;gap:20px}.account-info{display:flex;flex-direction:column;gap:16px}.info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e2e8f0}.info-row:last-child{border-bottom:none}.info-label{font-weight:500;color:#64748b;font-size:14px}.info-value{color:#1e293b;font-size:14px;font-weight:500}@media (max-width: 768px){.settings-header{flex-direction:column;align-items:flex-start;gap:16px}.settings-card{padding:20px}.form-actions{flex-direction:column}.cancel-button,.save-button{width:100%}.info-row{flex-direction:column;align-items:flex-start;gap:4px}}.user-management-container{min-height:100vh;background:#f8fafc;padding:20px}.user-management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.user-management-header h1{margin:0;color:#1e293b;font-size:32px}.back-button{padding:10px 20px;background:#64748b;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.back-button:hover{background:#475569}.user-management-content{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.error-message{padding:12px;background:#fee2e2;color:#dc2626;border-radius:6px;font-size:14px;border:1px solid #fecaca}.success-message{padding:12px;background:#d1fae5;color:#059669;border-radius:6px;font-size:14px;border:1px solid #a7f3d0}.user-management-actions{display:flex;justify-content:flex-end}.create-user-button{padding:10px 20px;background:#10b981;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.create-user-button:hover{background:#059669}.create-user-card,.users-list-card{background:#fff;border-radius:8px;padding:30px;box-shadow:0 1px 3px #0000001a}.create-user-card h2,.users-list-card h2{margin:0 0 24px;color:#1e293b;font-size:24px}.create-user-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:500;color:#1e293b;font-size:14px}.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.form-input{padding:12px;border:1px solid #cbd5e1;border-radius:6px;font-size:14px;font-family:inherit;transition:all .2s}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input:disabled{background:#f1f5f9;cursor:not-allowed}.form-actions{display:flex;gap:12px;justify-content:flex-end;padding-top:8px}.cancel-button{padding:10px 20px;background:#e2e8f0;color:#475569;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.cancel-button:hover:not(:disabled){background:#cbd5e1}.cancel-button:disabled{opacity:.6;cursor:not-allowed}.save-button{padding:10px 20px;background:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.save-button:hover:not(:disabled){background:#1d4ed8}.save-button:disabled{opacity:.6;cursor:not-allowed}.loading-message{text-align:center;padding:40px;color:#64748b;font-size:14px}.users-table{display:flex;flex-direction:column;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.table-header{display:grid;grid-template-columns:1fr 2fr 1fr 1fr auto;background:#f8fafc;border-bottom:2px solid #e2e8f0;font-weight:600;color:#1e293b}.table-row{display:grid;grid-template-columns:1fr 2fr 1fr 1fr auto;border-bottom:1px solid #e2e8f0;transition:background .2s}.table-row:hover{background:#f8fafc}.table-row:last-child{border-bottom:none}.table-cell{padding:12px 16px;font-size:14px;color:#1e293b;display:flex;align-items:center}.role-badge,.status-badge{padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.role-badge.admin{background:#dbeafe;color:#1e40af}.role-badge.user{background:#f3f4f6;color:#374151}.no-users{padding:40px;text-align:center;color:#64748b;font-size:14px}.table-cell-actions{justify-content:flex-end}.delete-user-button{padding:6px 12px;background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.delete-user-button:hover{background:#fee2e2;border-color:#f87171}.current-user-hint{color:#64748b;font-size:13px}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-dialog.delete-user-modal{background:#fff;border-radius:8px;padding:24px;max-width:420px;width:100%;box-shadow:0 20px 25px -5px #00000026}.delete-user-modal h3{margin:0 0 16px;color:#1e293b;font-size:18px}.delete-warning{margin:0 0 20px;color:#475569;font-size:14px;line-height:1.5}.modal-actions{display:flex;gap:12px;justify-content:flex-end}.delete-confirm-button{padding:10px 20px;background:#dc2626;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.delete-confirm-button:hover:not(:disabled){background:#b91c1c}.delete-confirm-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width: 768px){.user-management-header{flex-direction:column;align-items:flex-start;gap:16px}.create-user-card,.users-list-card{padding:20px}.table-header,.table-row{grid-template-columns:1fr;gap:8px}.table-cell{padding:8px 12px}.table-header .table-cell{font-weight:600;background:#f8fafc;border-bottom:1px solid #e2e8f0}}.prompt-settings-container{padding:2rem;max-width:1200px;margin:0 auto;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.prompt-settings-header{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 4px 15px #0000001a}.prompt-settings-header h1{color:#1e293b;margin-bottom:.5rem}.prompt-settings-header p{color:#64748b;margin-bottom:1rem}.back-button{background:#e2e8f0;color:#1e293b;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background .2s}.back-button:hover{background:#cbd5e1}.prompts-list{display:flex;flex-direction:column;gap:1.5rem}.prompt-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;overflow:hidden;transition:box-shadow .2s}.prompt-card:hover{box-shadow:0 6px 20px #00000026}.prompt-header{padding:1.5rem 2rem;cursor:pointer;transition:background .2s;border-bottom:2px solid #e2e8f0}.prompt-header:hover{background:#f8fafc}.prompt-header.expanded{background:#f1f5f9;border-bottom:2px solid #cbd5e1}.prompt-header-content{display:flex;justify-content:space-between;align-items:center}.prompt-title-section h3{color:#1e293b;margin-bottom:.25rem;font-size:1.25rem}.prompt-stage{color:#64748b;font-size:.85rem;font-family:monospace;background:#f1f5f9;padding:.25rem .5rem;border-radius:4px;display:inline-block}.prompt-description{color:#475569;margin:1rem 0;font-size:.95rem}.prompt-status{display:flex;align-items:center;gap:1rem}.status-badge{padding:.375rem .75rem;border-radius:6px;font-size:.875rem;font-weight:600}.status-badge.active{background:#d1fae5;color:#065f46}.status-badge.inactive{background:#fee2e2;color:#991b1b}.expand-icon{color:#64748b;font-size:.875rem;transition:transform .2s}.prompt-content{padding:2rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.edit-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.5rem 1.5rem;border-radius:6px;cursor:pointer;font-weight:500;transition:transform .2s}.edit-button:hover{transform:translateY(-2px)}.prompt-editor{margin-top:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#1e293b;font-weight:600;margin-bottom:.5rem}.form-group input[type=text],.form-group textarea{width:100%;padding:.75rem;border:2px solid #e2e8f0;border-radius:6px;font-size:1rem;font-family:inherit}.form-group textarea{resize:vertical}.prompt-template-textarea{font-family:monospace;font-size:.9rem}.form-group input[type=checkbox]{margin-right:.5rem}.form-hint{color:#64748b;font-size:.875rem;margin-bottom:.5rem}.editor-actions{display:flex;gap:1rem;margin-top:2rem}.save-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 2rem;border-radius:6px;cursor:pointer;font-weight:600}.cancel-button{background:#e2e8f0;color:#1e293b;border:none;padding:.75rem 2rem;border-radius:6px;cursor:pointer;font-weight:600}.prompt-preview{margin-top:0}.preview-actions{margin-bottom:1.5rem;display:flex;justify-content:flex-end}.preview-section{margin-bottom:1.5rem}.preview-section strong{display:block;color:#1e293b;margin-bottom:.5rem}.prompt-preview-text{background:#f1f5f9;padding:1rem;border-radius:6px;border:1px solid #e2e8f0;white-space:pre-wrap;word-wrap:break-word;font-family:monospace;font-size:.9rem;color:#334155;max-height:300px;overflow-y:auto}.error-message{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #dc2626}.success-message{background:#d1fae5;color:#065f46;padding:1rem;border-radius:8px;margin-bottom:1rem;border-left:4px solid #10b981}.loading{text-align:center;color:#fff;font-size:1.2rem;padding:2rem}.knowledge-base-container{min-height:100vh;background:#f5f7fa;padding:24px;display:flex;justify-content:center;align-items:flex-start}.knowledge-base-card{background:#fff;border-radius:8px;padding:32px;box-shadow:0 2px 8px #00000014;max-width:900px;width:100%;border:1px solid #e2e8f0}.knowledge-base-header{margin-bottom:24px;padding-bottom:20px;border-bottom:2px solid #e2e8f0}.knowledge-base-header h1{margin:0 0 8px;color:#1e293b;font-size:26px}.knowledge-base-header .header-description{margin:0;color:#64748b;font-size:14px;line-height:1.5}.knowledge-base-container .error-message{padding:12px;background:#fee2e2;color:#dc2626;border-radius:6px;font-size:14px;margin-bottom:16px}.upload-section{margin-bottom:32px}.upload-label{display:inline-block;padding:10px 20px;background:#2563eb;color:#fff;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s}.upload-label:hover{background:#1d4ed8}.upload-input{display:none}.documents-section h2{margin:0 0 16px;color:#1e293b;font-size:18px}.loading-text,.empty-text{color:#64748b;font-size:14px;margin:0}.documents-table{width:100%;border-collapse:collapse;font-size:14px}.documents-table th,.documents-table td{padding:12px 16px;text-align:left;border-bottom:1px solid #e2e8f0}.documents-table th{background:#f8fafc;color:#475569;font-weight:600}.filename-cell{font-weight:500;color:#1e293b}.actions-cell{white-space:nowrap}.btn-download,.btn-delete{padding:6px 12px;margin-right:8px;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer}.btn-download{background:#e0f2fe;color:#0369a1}.btn-download:hover{background:#bae6fd}.btn-delete{background:#fee2e2;color:#b91c1c}.btn-delete:hover{background:#fecaca}.knowledge-base-actions{margin-top:28px;padding-top:24px;border-top:1px solid #e2e8f0}.btn-back{padding:10px 20px;background:#e2e8f0;color:#475569;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer}.btn-back:hover{background:#cbd5e1}.floating-chat-fab{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;border:none;background:#2563eb;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 12px #2563eb66;z-index:9998;display:flex;align-items:center;justify-content:center;transition:background .2s,transform .2s}.floating-chat-fab:hover{background:#1d4ed8;transform:scale(1.05)}.floating-chat-panel{position:fixed;bottom:90px;right:24px;width:400px;max-width:calc(100vw - 48px);height:520px;max-height:calc(100vh - 140px);background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;z-index:9999;display:flex;flex-direction:column;overflow:hidden;border:1px solid #e2e8f0}.floating-chat-header{padding:16px 20px;border-bottom:1px solid #e2e8f0;background:#f8fafc;position:relative}.floating-chat-header h3{margin:0;font-size:18px;font-weight:600;color:#1e293b}.floating-chat-subtitle{margin:4px 0 0;font-size:12px;color:#64748b}.floating-chat-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:transparent;color:#64748b;font-size:18px;cursor:pointer;border-radius:6px}.floating-chat-close:hover{background:#e2e8f0;color:#1e293b}.floating-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px}.floating-chat-placeholder{color:#94a3b8;font-size:14px;text-align:center;padding:24px 16px;line-height:1.5}.floating-chat-message{display:flex;flex-direction:column;gap:4px;max-width:90%}.floating-chat-message--user{align-self:flex-end}.floating-chat-message--user .floating-chat-message-content{background:#2563eb;color:#fff;border-radius:12px 12px 4px}.floating-chat-message--assistant{align-self:flex-start}.floating-chat-message--assistant .floating-chat-message-content{background:#f1f5f9;color:#1e293b;border-radius:12px 12px 12px 4px}.floating-chat-message-role{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.02em}.floating-chat-message-content{padding:10px 14px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-break:break-word}.floating-chat-typing{font-style:italic;color:#64748b}.floating-chat-error{padding:8px 16px;font-size:12px;color:#b91c1c;background:#fef2f2;border-top:1px solid #fecaca}.floating-chat-input-wrap{padding:12px 16px;border-top:1px solid #e2e8f0;background:#fff;display:flex;gap:8px;align-items:flex-end}.floating-chat-input{flex:1;padding:10px 14px;border:2px solid #e2e8f0;border-radius:8px;font-size:14px;font-family:inherit;resize:none;min-height:44px;max-height:120px}.floating-chat-input:focus{outline:none;border-color:#2563eb}.floating-chat-input:disabled{background:#f8fafc;cursor:not-allowed}.floating-chat-send{padding:10px 20px;border:none;border-radius:8px;background:#2563eb;color:#fff;font-size:14px;font-weight:600;cursor:pointer;flex-shrink:0}.floating-chat-send:hover:not(:disabled){background:#1d4ed8}.floating-chat-send:disabled{opacity:.5;cursor:not-allowed}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fa;min-height:100vh;color:#2d3748}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
