.app{min-height:100vh;display:flex;flex-direction:column}.app-header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:2rem;box-shadow:0 2px 8px #0000001a}.app-header h1{font-size:2rem;margin-bottom:.5rem;font-weight:600}.app-header p{font-size:1rem;opacity:.9}.error-banner{background-color:#fee;border-left:4px solid #e53e3e;color:#742a2a;padding:1rem;margin:1rem;border-radius:4px}.app-container{display:flex;flex:1;overflow:hidden}.sidebar{width:350px;background-color:#fff;border-right:1px solid #e2e8f0;overflow-y:auto;display:flex;flex-direction:column}.main-content{flex:1;overflow-y:auto;padding:2rem;background-color:#f5f7fa}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#718096}.spinner{width:40px;height:40px;border:4px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite;margin-bottom:1rem}@keyframes spin{to{transform:rotate(360deg)}}.empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem;color:#718096;text-align:center}.empty-state h2{font-size:1.5rem;margin-bottom:.5rem;color:#4a5568}.empty-state p{font-size:1rem}@media (max-width: 768px){.app-container{flex-direction:column}.sidebar{width:100%;max-height:40vh;border-right:none;border-bottom:1px solid #e2e8f0}.main-content{padding:1rem}}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px}.login-box{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;width:100%;max-width:420px;padding:40px}.login-header{text-align:center;margin-bottom:32px}.login-header h1{margin:0 0 8px;font-size:28px;color:#1a202c}.login-header p{margin:0;color:#718096;font-size:14px}.login-form{display:flex;flex-direction:column;gap:20px}.error-message{padding:12px;background-color:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;font-size:14px;text-align:center}.form-group input{padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;font-size:15px;transition:all .2s}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input:disabled{background-color:#f7fafc;cursor:not-allowed}.login-button{padding:14px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;margin-top:8px}.login-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 20px #667eea4d}.login-button:active:not(:disabled){transform:translateY(0)}.login-button:disabled{opacity:.6;cursor:not-allowed}.login-footer{margin-top:24px;padding-top:24px;border-top:1px solid #e2e8f0;text-align:center}.default-credentials{font-size:13px;color:#718096;margin:0}.default-credentials strong{color:#2d3748;font-family:Courier New,monospace;background-color:#f7fafc;padding:2px 6px;border-radius:3px}.week-selector{padding:1.5rem;border-bottom:1px solid #e2e8f0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.section-header h2{font-size:1.25rem;font-weight:600;color:#2d3748}.count-badge{background-color:#edf2f7;color:#4a5568;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.loading-placeholder{display:flex;align-items:center;gap:.75rem;padding:1rem;color:#718096;font-size:.875rem}.spinner-small{width:20px;height:20px;border:2px solid #e2e8f0;border-top-color:#667eea;border-radius:50%;animation:spin .8s linear infinite}.empty-message{padding:1rem;color:#718096;font-size:.875rem;text-align:center;background-color:#f7fafc;border-radius:4px}.week-list{display:flex;flex-direction:column;gap:.5rem}.week-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem;background-color:#f7fafc;border:2px solid transparent;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left}.week-item:hover{background-color:#edf2f7;border-color:#cbd5e0}.week-item.active{background-color:#ebf4ff;border-color:#667eea}.week-info{display:flex;flex-direction:column;gap:.25rem}.week-label{font-weight:600;color:#2d3748;font-size:.95rem}.week-dates{font-size:.8rem;color:#718096}.signal-count{background-color:#fff;color:#667eea;padding:.25rem .625rem;border-radius:12px;font-size:.8rem;font-weight:600}.week-item.active .signal-count{background-color:#667eea;color:#fff}.signal-list{padding:1.5rem;flex:1;overflow-y:auto}.signal-items{display:flex;flex-direction:column;gap:.75rem}.signal-item{display:flex;flex-direction:column;gap:.75rem;padding:1rem;background-color:#fff;border:2px solid #e2e8f0;border-left:4px solid #cbd5e0;border-radius:8px;cursor:pointer;transition:all .2s;text-align:left}.signal-item:hover{border-color:#a0aec0;box-shadow:0 2px 4px #0000000d}.signal-item.active{background-color:#f7fafc;border-color:#667eea;border-left-color:#667eea;box-shadow:0 2px 8px #667eea26}.signal-item.severity-critical{border-left-color:#e53e3e}.signal-item.severity-warning{border-left-color:#ed8936}.signal-item.severity-high{border-left-color:#dd6b20}.signal-header{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.profit-center{font-weight:600;color:#2d3748;font-size:.9rem}.severity-badge{padding:.25rem .625rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.severity-badge.critical{background-color:#fed7d7;color:#c53030}.severity-badge.warning,.severity-badge.high{background-color:#feebc8;color:#c05621}.severity-badge.medium{background-color:#fefcbf;color:#975a16}.signal-metric{font-size:.95rem;color:#4a5568;font-weight:500}.signal-stats{display:flex;gap:1rem;padding-top:.5rem;border-top:1px solid #e2e8f0}.stat{display:flex;flex-direction:column;gap:.25rem}.stat-label{font-size:.7rem;color:#718096;text-transform:uppercase;letter-spacing:.5px}.stat-value{font-size:.9rem;font-weight:600;color:#2d3748}.stat-value.increase{color:#e53e3e}.stat-value.decrease,.stat-value.good{color:#38a169}.stat-value.bad{color:#e53e3e}.feedback-panel{margin-top:32px;padding:24px;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.feedback-panel h3{margin:0 0 20px;font-size:20px;color:#2d3748}.feedback-error{padding:12px;background-color:#fee;border:1px solid #fcc;border-radius:6px;color:#c33;font-size:14px;margin-bottom:16px}.feedback-form{margin-bottom:24px;display:flex;flex-direction:column;gap:12px}.feedback-form textarea{padding:12px;border:2px solid #e2e8f0;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;transition:border-color .2s}.feedback-form textarea:focus{outline:none;border-color:#667eea}.feedback-form textarea:disabled{background-color:#f7fafc;cursor:not-allowed}.feedback-form button{align-self:flex-end;padding:10px 20px;background-color:#667eea;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.feedback-form button:hover:not(:disabled){background-color:#5568d3}.feedback-form button:disabled{background-color:#cbd5e0;cursor:not-allowed}.feedback-list{display:flex;flex-direction:column;gap:16px}.no-feedback{padding:32px;text-align:center;color:#718096;font-style:italic}.feedback-item{padding:16px;background-color:#f7fafc;border-radius:6px;border:1px solid #e2e8f0}.feedback-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;flex-wrap:wrap;gap:8px}.feedback-author{display:flex;align-items:center;gap:8px}.author-name{font-weight:600;color:#2d3748;font-size:14px}.role-badge{padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.feedback-meta{display:flex;align-items:center;gap:8px;font-size:13px;color:#718096}.feedback-edited{font-style:italic}.feedback-text{color:#2d3748;line-height:1.6;white-space:pre-wrap;margin-bottom:12px}.feedback-actions{display:flex;gap:8px;margin-top:12px}.feedback-actions button{padding:6px 12px;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.edit-btn{background-color:#e6f2ff;color:#06c}.edit-btn:hover:not(:disabled){background-color:#cce5ff}.feedback-actions button:disabled{opacity:.5;cursor:not-allowed}.feedback-edit{display:flex;flex-direction:column;gap:12px}.feedback-edit textarea{padding:12px;border:2px solid #e2e8f0;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical}.feedback-edit textarea:focus{outline:none;border-color:#667eea}.edit-actions{display:flex;gap:8px}.edit-actions button{padding:8px 16px;border:none;border-radius:4px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.save-btn{background-color:#48bb78;color:#fff}.save-btn:hover:not(:disabled){background-color:#38a169}.edit-actions button:disabled{opacity:.5;cursor:not-allowed}.analysis-view{max-width:1200px;margin:0 auto}.analysis-header{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.header-content{flex:1}.header-top{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.analysis-header h1{font-size:1.75rem;color:#2d3748;margin:0}.profit-center-label{color:#718096;font-size:1rem}.view-toggle{display:flex;background-color:#f7fafc;border-radius:8px;padding:.25rem;gap:.25rem}.view-toggle button{padding:.5rem 1rem;border:none;background:transparent;color:#4a5568;font-weight:500;border-radius:6px;cursor:pointer;transition:all .2s}.view-toggle button:hover{background-color:#e2e8f0}.view-toggle button.active{background-color:#fff;color:#667eea;box-shadow:0 1px 3px #0000001a}.metrics-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.metric-card{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;gap:.5rem}.metric-label{font-size:.875rem;color:#718096;text-transform:uppercase;letter-spacing:.5px;font-weight:500}.metric-value{font-size:1.5rem;font-weight:700;color:#2d3748}.metric-value.increase{color:#e53e3e}.metric-value.decrease,.metric-value.good{color:#38a169}.metric-value.bad{color:#e53e3e}.content-section{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:2rem}.content-section h2{font-size:1.25rem;color:#2d3748;margin-bottom:1.5rem;display:flex;align-items:center;gap:.5rem}.content-box{background-color:#f7fafc;padding:1.5rem;border-radius:8px;border:1px solid #e2e8f0}.content-box p{line-height:1.7;color:#4a5568;margin:0}.assessment-item{margin-bottom:1.5rem}.assessment-item:last-child{margin-bottom:0}.assessment-item strong{display:block;color:#2d3748;margin-bottom:.5rem;font-size:.95rem}.assessment-item p{margin:.5rem 0 0}.confidence-badge{display:inline-block;padding:.375rem .875rem;border-radius:12px;font-size:.875rem;font-weight:600;text-transform:capitalize}.confidence-badge.high,.confidence-badge.medium-high{background-color:#c6f6d5;color:#22543d}.confidence-badge.medium{background-color:#fefcbf;color:#744210}.confidence-badge.low,.confidence-badge.medium-low{background-color:#fed7d7;color:#742a2a}.recommendations-list{display:flex;flex-direction:column;gap:1rem}.recommendation-card{background-color:#f7fafc;padding:1.5rem;border-radius:8px;border-left:4px solid #cbd5e0}.recommendation-card.priority-high{border-left-color:#e53e3e;background-color:#fff5f5}.recommendation-card.priority-medium{border-left-color:#ed8936;background-color:#fffaf0}.recommendation-card.priority-low{border-left-color:#48bb78;background-color:#f0fff4}.rec-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.priority-badge{padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase}.priority-badge.high{background-color:#fed7d7;color:#c53030}.priority-badge.medium{background-color:#feebc8;color:#c05621}.priority-badge.low{background-color:#c6f6d5;color:#22543d}.owner{font-size:.875rem;color:#718096;font-weight:500}.rec-action{font-weight:600;color:#2d3748;margin-bottom:.75rem;line-height:1.6}.rec-rationale{color:#4a5568;font-size:.9rem;line-height:1.6;margin:0}.agent-findings{margin-bottom:2rem}.agent-findings:last-child{margin-bottom:0}.agent-name{font-size:1.1rem;color:#667eea;margin-bottom:1rem;font-weight:600}.json-display{background-color:#1a202c;color:#e2e8f0;padding:1.5rem;border-radius:8px;overflow-x:auto;font-size:.875rem;line-height:1.6;margin:0;font-family:Monaco,Menlo,Ubuntu Mono,monospace}.metadata-grid{display:grid;gap:1rem}.metadata-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e2e8f0}.metadata-item:last-child{border-bottom:none}.metadata-item strong{color:#2d3748;font-size:.9rem}.metadata-item span{color:#4a5568;font-size:.9rem}.no-analysis{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 2px 8px #0000000d;text-align:center;color:#718096}.no-analysis p{margin-bottom:.5rem}.no-analysis .hint{font-size:.875rem;color:#a0aec0}@media (max-width: 768px){.analysis-header{flex-direction:column}.metrics-grid{grid-template-columns:1fr}.content-section{padding:1.5rem}}.app-header{display:flex;justify-content:space-between;align-items:center;padding:20px 32px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;box-shadow:0 2px 8px #0000001a;flex-wrap:wrap;gap:16px}.header-left h1{margin:0;font-size:24px;font-weight:700}.header-left p{margin:4px 0 0;font-size:14px;opacity:.9}.header-right{display:flex;align-items:center;gap:16px}.user-info{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#fff3;border-radius:20px}.username{font-weight:600;font-size:14px}.role-badge{padding:2px 8px;border-radius:10px;font-size:11px;font-weight:600;text-transform:uppercase}.admin-btn,.logout-btn{padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.admin-btn{background-color:#fff3;color:#fff;border:1px solid rgba(255,255,255,.3)}.admin-btn:hover{background-color:#ffffff4d}.logout-btn{background-color:#ffffffe6;color:#667eea}.logout-btn:hover{background-color:#fff}.admin-panel{max-width:1200px;margin:0 auto;padding:32px}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.admin-header h1{margin:0;font-size:32px;color:#1a202c}.admin-header p{margin:4px 0 0;color:#718096}.back-button{padding:10px 20px;background-color:#e2e8f0;color:#2d3748;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.back-button:hover{background-color:#cbd5e0}.admin-error{padding:16px;background-color:#fee;border:1px solid #fcc;border-radius:8px;color:#c33;margin-bottom:24px}.admin-actions{margin-bottom:24px}.create-user-button{padding:12px 24px;background-color:#667eea;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.create-user-button:hover:not(:disabled){background-color:#5568d3}.create-user-button:disabled{background-color:#cbd5e0;cursor:not-allowed}.create-user-form{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:24px;margin-bottom:24px}.create-user-form h3{margin:0 0 20px;font-size:18px;color:#2d3748}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:600;color:#2d3748;font-size:14px}.form-group input,.form-group select{padding:10px 12px;border:2px solid #e2e8f0;border-radius:6px;font-size:14px;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#667eea}.form-group input:disabled,.form-group select:disabled{background-color:#f7fafc;cursor:not-allowed}.submit-button{padding:10px 24px;background-color:#48bb78;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:background-color .2s}.submit-button:hover:not(:disabled){background-color:#38a169}.submit-button:disabled{background-color:#cbd5e0;cursor:not-allowed}.users-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden}.users-table{width:100%;border-collapse:collapse}.users-table thead{background-color:#f7fafc}.users-table th{padding:16px;text-align:left;font-weight:600;color:#2d3748;font-size:14px;border-bottom:2px solid #e2e8f0}.users-table td{padding:16px;border-bottom:1px solid #e2e8f0;color:#4a5568;font-size:14px}.users-table tbody tr:last-child td{border-bottom:none}.users-table tbody tr:hover{background-color:#f7fafc}.username-cell{font-weight:600;color:#2d3748}.role-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase}.role-badge.admin{background-color:#fef3c7;color:#92400e}.role-badge.user{background-color:#dbeafe;color:#1e40af}.status-badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600}.status-badge.active{background-color:#d1fae5;color:#065f46}.status-badge.inactive{background-color:#fee;color:#991b1b}.action-buttons{display:flex;gap:8px}.action-buttons button{padding:6px 12px;border:none;border-radius:4px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.reset-btn{background-color:#e6f2ff;color:#06c}.reset-btn:hover:not(:disabled){background-color:#cce5ff}.delete-btn{background-color:#fee;color:#c33}.delete-btn:hover:not(:disabled){background-color:#fcc}.action-buttons button:disabled{opacity:.5;cursor:not-allowed}.no-users{text-align:center;padding:48px!important;color:#718096;font-style:italic}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:8px;padding:32px;max-width:500px;width:90%;box-shadow:0 20px 60px #0000004d}.modal-content h3{margin:0 0 16px;font-size:20px;color:#2d3748}.modal-content p{margin:0 0 20px;color:#4a5568}.modal-actions{display:flex;gap:12px;margin-top:20px}.modal-actions button{flex:1;padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s}.confirm-btn{background-color:#667eea;color:#fff}.confirm-btn:hover:not(:disabled){background-color:#5568d3}.cancel-btn{background-color:#e2e8f0;color:#2d3748}.cancel-btn:hover:not(:disabled){background-color:#cbd5e0}.modal-actions button: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-color:#f5f7fa;color:#2c3e50}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
