body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chatbot-toggle{align-items:center;animation:pulse 2s infinite;background:linear-gradient(135deg,#1976d2,#1565c0);border:none;border-radius:50px;bottom:30px;box-shadow:0 4px 20px #1976d24d;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:10px;padding:15px 20px;position:fixed;right:30px;transition:all .3s ease;z-index:1000}.chatbot-toggle:hover{box-shadow:0 6px 25px #1976d266;transform:translateY(-2px)}.chatbot-icon{align-items:center;display:flex;justify-content:center}.chatbot-label{white-space:nowrap}@keyframes pulse{0%{box-shadow:0 4px 20px #1976d24d}50%{box-shadow:0 4px 20px #1976d299}to{box-shadow:0 4px 20px #1976d24d}}.chatbot-overlay{animation:slideUp .3s ease-out;background:#fff;border-radius:20px;bottom:30px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;height:600px;overflow:hidden;position:fixed;right:30px;width:400px;z-index:1001}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.chatbot-container{display:flex;flex-direction:column;height:100%}.chatbot-header{background:linear-gradient(135deg,#1976d2,#1565c0);color:#fff;justify-content:space-between;padding:20px}.chatbot-header,.chatbot-title{align-items:center;display:flex}.chatbot-title{gap:12px}.chatbot-avatar{align-items:center;background:#fff3;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.chatbot-title h3{font-size:16px;font-weight:600;margin:0}.chatbot-title p{font-size:12px;margin:0;opacity:.8}.chatbot-controls{display:flex;gap:8px}.chatbot-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background .2s ease;width:32px}.chatbot-btn:hover{background:#ffffff4d}.chatbot-messages{flex:1 1;gap:16px;overflow-y:auto;padding:20px}.chatbot-messages,.message{display:flex;flex-direction:column}.message{max-width:80%}.message.user{align-self:flex-end}.message.bot{align-self:flex-start}.message-content{word-wrap:break-word;border-radius:18px;font-size:14px;line-height:1.4;padding:12px 16px}.message.user .message-content{background:linear-gradient(135deg,#1976d2,#1565c0);border-bottom-right-radius:4px;color:#fff}.message.bot .message-content{background:#f5f5f5;border-bottom-left-radius:4px;color:#333}.message-time{align-self:flex-end;color:#999;font-size:11px;margin-top:4px}.message.bot .message-time{align-self:flex-start}.typing-indicator{align-items:center;display:flex;gap:4px}.typing-indicator span{animation:typing 1.4s ease-in-out infinite;background:#999;border-radius:50%;height:8px;width:8px}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.quick-questions{background:#fafafa;border-top:1px solid #eee;padding:15px 20px}.quick-questions-label{color:#666;font-size:12px;font-weight:500;margin-bottom:8px}.quick-questions-list{display:flex;flex-wrap:wrap;gap:6px}.quick-question-btn{background:#fff;border:1px solid #ddd;border-radius:16px;color:#666;cursor:pointer;font-size:11px;padding:6px 12px;transition:all .2s ease;white-space:nowrap}.quick-question-btn:hover{background:#1976d2;border-color:#1976d2;color:#fff}.chatbot-input{background:#fff;border-top:1px solid #eee;padding:20px}.input-container{align-items:center;display:flex;gap:10px}.input-container input{border:1px solid #ddd;border-radius:25px;flex:1 1;font-size:14px;outline:none;padding:12px 16px;transition:border-color .2s ease}.input-container input:focus{border-color:#1976d2}.input-container input:disabled{background:#f5f5f5;color:#999}.send-btn{align-items:center;background:linear-gradient(135deg,#1976d2,#1565c0);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .2s ease;width:44px}.send-btn:hover:not(:disabled){box-shadow:0 4px 12px #1976d24d;transform:scale(1.05)}.send-btn:disabled{background:#ccc;box-shadow:none;cursor:not-allowed;transform:none}@media (max-width:768px){.chatbot-overlay{bottom:10px;height:calc(100vh - 100px);left:10px;right:10px;width:calc(100vw - 20px)}.chatbot-toggle{bottom:20px;right:20px}.chatbot-label{display:none}}.citations{border-top:1px solid #fff3;margin-top:12px;padding-top:12px}.message.bot .citations{border-top:1px solid #e0e0e0}.citations-label{color:#666;font-size:11px;font-weight:500;margin-bottom:6px}.citation{margin-bottom:4px}.citation-link{color:#1976d2;display:block;font-size:11px;padding:2px 0;text-decoration:none;word-break:break-all}.citation-link:hover{color:#1565c0;text-decoration:underline}.message.user .citation-link{color:#fffc}.message.user .citation-link:hover{color:#fff}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.app{display:flex;flex-direction:column;min-height:100vh}.app-header{background:linear-gradient(135deg,#1976d2,#1565c0);box-shadow:0 2px 10px #0000001a;color:#fff;padding:1rem 2rem}.app-header h1{font-size:1.8rem;font-weight:600;margin:0}.container{flex:1 1;margin:0 auto;max-width:1400px;padding:2rem;width:100%}.tabs-container{border-bottom:2px solid #e0e0e0;margin-bottom:2rem}.tabs{display:flex;gap:0;overflow-x:auto}.tab{background:none;border:none;border-bottom:3px solid #0000;color:#666;cursor:pointer;font-size:.9rem;font-weight:500;min-width:-webkit-fit-content;min-width:fit-content;padding:1rem 1.5rem;transition:all .3s ease;white-space:nowrap}.tab.active,.tab:hover{background-color:#f8f9fa;color:#1976d2}.tab.active{border-bottom-color:#1976d2}.tab-content{padding:2rem 0}.card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:1.5rem;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-2px)}.grid{grid-gap:1.5rem;display:grid;gap:1.5rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4,.metrics-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.metrics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;margin-bottom:2rem}.metric-card{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:1.5rem;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.metric-card:hover{box-shadow:0 4px 20px #00000026;transform:translateY(-2px)}.metric-label{color:#666;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.metric-value{color:#1976d2;font-size:2rem;font-weight:700;margin:0}.metric-value.secondary{color:#dc004e}.metric-value.success{color:#4caf50}.metric-value.warning{color:#ff9800}.chart-container{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0000001a;margin-bottom:1.5rem;padding:1.5rem}.chart-title{color:#333;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.chart-placeholder{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px dashed #dee2e6;border-radius:8px;color:#666;display:flex;font-size:1.1rem;height:300px;justify-content:center}.alert{border-left:4px solid;border-radius:8px;margin-bottom:1.5rem;padding:1rem 1.5rem}.alert.info{background-color:#e3f2fd;border-left-color:#1976d2;color:#0d47a1}.alert.warning{background-color:#fff3e0;border-left-color:#ff9800;color:#e65100}.alert.success{background-color:#e8f5e8;border-left-color:#4caf50;color:#2e7d32}.alert.error{background-color:#ffebee;border-left-color:#f44336;color:#c62828}.swot-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.swot-card{background:#fff;border-radius:12px;border-top:4px solid;box-shadow:0 2px 10px #0000001a;padding:1.5rem}.swot-card.strengths{border-top-color:#4caf50}.swot-card.weaknesses{border-top-color:#f44336}.swot-card.opportunities{border-top-color:#1976d2}.swot-card.threats{border-top-color:#ff9800}.swot-title{align-items:center;display:flex;font-size:1.2rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.swot-item{background:#f8f9fa;border-left:3px solid #dee2e6;border-radius:6px;font-size:.9rem;margin-bottom:.5rem;padding:.75rem}.timeline{padding-left:2rem;position:relative}.timeline:before{background:#dee2e6;bottom:0;content:"";left:1rem;position:absolute;top:0;width:2px}.timeline-item{margin-bottom:2rem;padding-left:2rem;position:relative}.timeline-item:before{background:#1976d2;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 3px #dee2e6;content:"";height:12px;left:-1.5rem;position:absolute;top:.5rem;width:12px}.timeline-content{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:1rem}.risk-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.risk-card{background:#fff;border-left:4px solid;border-radius:12px;box-shadow:0 2px 10px #0000001a;padding:1.5rem}.risk-card.high{border-left-color:#f44336}.risk-card.medium{border-left-color:#ff9800}.risk-card.low{border-left-color:#4caf50}.risk-title{align-items:center;display:flex;font-size:1.1rem;font-weight:600;gap:.5rem;margin-bottom:1rem}.risk-severity{border-radius:20px;display:inline-block;font-size:.8rem;font-weight:500;margin-bottom:1rem;padding:.25rem .75rem}.risk-severity.high{background:#ffebee;color:#c62828}.risk-severity.medium{background:#fff3e0;color:#e65100}.risk-severity.low{background:#e8f5e8;color:#2e7d32}@media (max-width:768px){.container{padding:1rem}.tabs{flex-direction:column}.tab{border-bottom:1px solid #e0e0e0;border-radius:0;text-align:left}.tab.active{border-bottom-color:#e0e0e0;border-left:3px solid #1976d2}.grid-2,.grid-3,.grid-4,.metrics-grid{grid-template-columns:1fr}}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a8a8a8}
/*# sourceMappingURL=main.48f6cbd7.css.map*/