*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#11101c;color:#e2e8f0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.chart-container{animation:slideInUp .6s ease-out;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e2e8f00d;border:1px solid #10b98133;border-radius:12px;box-shadow:0 4px 6px #0000004d;margin-bottom:2rem;overflow:hidden;padding:1.5rem;position:relative;transition:all .3s ease}.chart-container:before{animation:shimmerSlide 2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#10b9811a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmerSlide{0%{left:-100%}50%,to{left:100%}}.chart-container:hover{border-color:#10b98166;box-shadow:0 6px 12px #10b9811a;transform:translateY(-2px)}.chart-title{animation:fadeIn .8s ease-out .2s both;color:#10b981;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.info-card{border:2px solid #10b9814d;border-radius:16px;cursor:pointer;margin-bottom:1.5rem;overflow:hidden;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.info-card:before{animation:shimmer 3s linear infinite;background:linear-gradient(90deg,#10b981,#34d399,#10b981);background-size:200% 100%;content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.info-card:hover:before{opacity:1}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.info-card:hover{border-color:#10b98199;box-shadow:0 8px 24px #10b9814d;transform:translateY(-4px)}.info-card.expanded{background:#e2e8f014;border-color:#10b98180}.info-card.info{border-left:4px solid #3b82f6}.info-card.warning{border-left:4px solid #f59e0b}.info-card.critical{animation:pulse-border 2s ease-in-out infinite;border-left:4px solid #ef4444}.info-card.success{border-left:4px solid #10b981}@keyframes pulse-border{0%,to{border-color:#ef44444d}50%{border-color:#ef4444cc}}.info-card-header{align-items:flex-start;display:flex;gap:1rem}.info-card-icon{animation:bounce 2s ease-in-out infinite;flex-shrink:0;font-size:3rem;line-height:1}.info-card:hover .info-card-icon{animation:spin-bounce .6s ease-in-out}@keyframes spin-bounce{0%{transform:scale(1) rotate(0deg)}50%{transform:scale(1.2) rotate(10deg)}to{transform:scale(1) rotate(0deg)}}.info-card-title-section{flex:1 1}.info-card-title{color:#10b981;font-size:1.4rem;font-weight:700;margin:0 0 .5rem;text-shadow:0 0 20px #10b9814d}.info-card-description{color:#e2e8f0cc;font-size:1rem;line-height:1.6;margin:0}.expand-icon{color:#10b981;flex-shrink:0;font-size:1.2rem;margin-top:.5rem;transition:transform .3s ease}.expand-icon.rotated{transform:rotate(90deg)}.info-card-details{animation:slideDown .3s ease-out;border-top:1px solid #10b98133;color:#e2e8f0e6;line-height:1.8;margin-top:1.5rem;padding-top:1.5rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.info-card-details h4{color:#10b981;font-size:1.1rem;margin:1.5rem 0 .75rem}.info-card-details h4:first-child{margin-top:0}.info-card-details ul{list-style:none;margin:.5rem 0;padding:0}.info-card-details li{padding:.5rem 0 .5rem 1.5rem;position:relative}.info-card-details li:before{color:#10b981;content:"✓";font-size:1.1rem;font-weight:700;left:0;position:absolute}.info-card-details p{margin:.75rem 0}.info-card-details strong{color:#34d399;font-weight:600}.highlight-box{background:#10b9811a;border-left:3px solid #10b981;border-radius:8px;margin:1rem 0;padding:1rem}.highlight-box.warning{background:#f59e0b1a;border-left-color:#f59e0b}.highlight-box.critical{background:#ef44441a;border-left-color:#ef4444}.method-tag{background:#10b98133;border:1px solid #10b98166;border-radius:20px;color:#10b981;display:inline-block;font-size:.85rem;font-weight:600;margin:.25rem;padding:.3rem .8rem}@media (max-width:768px){.info-card-header{flex-direction:column}.info-card-icon{font-size:2.5rem}.info-card-title{font-size:1.2rem}.expand-icon{align-self:flex-end}}.dashboard{padding-bottom:2rem}.page-header h2{color:#10b981;font-size:2.5rem;margin-bottom:.5rem;text-shadow:0 0 30px #10b9814d}.subtitle{color:#e2e8f0b3}.charts-section{margin-top:3rem}.charts-grid{grid-gap:2rem;display:grid;gap:2rem}.charts-grid>:first-child{animation-delay:.1s}.charts-grid>:nth-child(2){animation-delay:.3s}.charts-grid>:nth-child(3){animation-delay:.5s}.loading-container{align-items:center;color:#e2e8f0;display:flex;flex-direction:column;justify-content:center;min-height:400px}.loader{animation:spin 1s linear infinite;border:4px solid #10b98133;border-radius:50%;border-top-color:#10b981;height:50px;margin-bottom:1rem;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:768px){.page-header h2{font-size:1.5rem}}.predictions{padding-bottom:2rem}.predictions-section{margin-top:3rem}.controls{margin-bottom:2rem;text-align:center}.controls label{color:#10b981;display:inline-flex;flex-direction:column;font-size:1.1rem;font-weight:600;gap:.5rem}.controls select{background:#e2e8f00d;border:1px solid #10b9814d;border-radius:8px;color:#e2e8f0;cursor:pointer;font-size:1rem;padding:.75rem;transition:all .3s ease}.controls select:hover{background:#e2e8f01a;border-color:#10b98180}.info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e2e8f00d;border:1px solid #10b98133;border-radius:12px;box-shadow:0 4px 6px #0000004d;margin-top:2rem;padding:1.5rem}.info-card h3{color:#10b981;font-size:1.25rem;margin-bottom:1rem}.info-card p{color:#e2e8f0b3;line-height:1.6}.prediction-summary{background:#10b9811a;border-left:4px solid #10b981;border-radius:8px;margin-top:2rem;padding:1.5rem}.prediction-summary h4{color:#10b981;font-size:1.2rem;margin-bottom:.75rem}.prediction-summary p{color:#e2e8f0cc;line-height:1.7}.stat-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e2e8f00d;border:1px solid #10b98133;border-radius:12px;box-shadow:0 4px 6px #0000004d;padding:1.5rem;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.stat-card:hover{background:#e2e8f014;border-color:#10b98166;box-shadow:0 6px 12px #10b98133;transform:translateY(-4px)}.stat-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.stat-title{color:#e2e8f0b3;font-size:1rem;font-weight:500}.trend-icon{font-size:1.5rem}.stat-value{color:#10b981;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-unit{color:#e2e8f099;font-size:1rem;font-weight:400}.stat-trend{display:flex;flex-direction:column;font-size:.875rem;font-weight:500;gap:.25rem}.trend-label{text-transform:capitalize}.change-rate{font-size:.75rem;opacity:.8}.statistics{padding-bottom:2rem}.stats-data-section{margin-top:3rem}.stats-section{margin-bottom:2rem}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.insights-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e2e8f00d;border:1px solid #10b98133;border-radius:12px;box-shadow:0 4px 6px #0000004d;padding:2rem}.insights-card h3{color:#10b981;font-size:1.5rem;margin-bottom:1.5rem}.insights-card ul{list-style:none;padding:0}.insights-card li{border-bottom:1px solid #10b9811a;color:#e2e8f0b3;line-height:1.8;padding:.75rem 0}.insights-card li:last-child{border-bottom:none}.insights-card strong{color:#10b981;font-weight:600}@media (max-width:768px){.stats-grid{grid-template-columns:1fr}}.ml-page{padding-bottom:2rem}.ml-models-section{margin-top:3rem}.methods-grid{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0}.model-selector{margin-bottom:2rem}.model-selector label{color:#10b981;display:block;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.model-buttons{display:flex;gap:1rem}.model-btn{background:#e2e8f00d;border:2px solid #10b9814d;border-radius:12px;color:#e2e8f0;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:1rem 1.5rem;transition:all .3s ease}.model-btn:hover{background:#e2e8f01a;border-color:#10b98180;transform:translateY(-2px)}.model-btn.active{background:#10b98126;border-color:#10b981;box-shadow:0 4px 12px #10b9814d;color:#10b981}.model-info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e2e8f00d;border:1px solid #10b98133;border-radius:12px;margin-top:2rem;padding:1.5rem}.model-info-card h3{color:#10b981;font-size:1.25rem;margin-bottom:1rem}.model-info-card ul{list-style:none;padding:0}.model-info-card li{border-bottom:1px solid #10b9811a;color:#e2e8f0cc;padding:.5rem 0}.model-info-card li:last-child{border-bottom:none}.model-info-card strong{color:#10b981}.ml-features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e2e8f00d;border:1px solid #10b98133;border-radius:12px;padding:1.5rem;transition:all .3s ease}.feature-card:hover{border-color:#10b98166;box-shadow:0 6px 20px #10b98133;transform:translateY(-4px)}.feature-card h3{color:#10b981;font-size:1.25rem;margin-bottom:.75rem}.feature-card p{color:#e2e8f0b3;line-height:1.6;margin-bottom:1rem}.feature-stats{display:flex;gap:2rem;margin-top:1rem}.feature-stats .stat{align-items:center;display:flex;flex-direction:column}.feature-stats .value{color:#10b981;font-size:1.5rem;font-weight:700}.feature-stats .label{color:#e2e8f099;font-size:.875rem;margin-top:.25rem}.training-required{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e2e8f00d;border:2px solid #fbbf2480;border-radius:12px;padding:2rem;text-align:center}.training-required h3{color:#fbbf24;font-size:1.5rem;margin-bottom:1rem}.training-required p{color:#e2e8f0cc;margin-bottom:1.5rem}.training-instructions{background:#11101c80;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.training-instructions h4{color:#10b981;margin-bottom:.75rem}.training-instructions code{background:#10b9811a;border:1px solid #10b9814d;border-radius:6px;color:#10b981;display:inline-block;font-family:Courier New,monospace;font-size:.95rem;padding:.75rem 1rem}.model-status-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1.5rem}.status-item{gap:.75rem}.status-item.trained{background:#10b9811a;border:1px solid #10b9814d;color:#10b981}.status-item.not-trained{background:#ef44441a;border:1px solid #ef44444d;color:#ef4444}.status-item .icon{font-size:1.25rem}@media (max-width:768px){.model-buttons{flex-direction:column}.ml-features-grid{grid-template-columns:1fr}.feature-stats{justify-content:center}}.ai-insights-page{padding-bottom:2rem}.info-section{margin-bottom:3rem}.ai-generation-section{margin-top:3rem}.section-title{color:#10b981;font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;text-align:center;text-shadow:0 0 20px #10b98133}.generating-badge{animation:pulse 2s infinite;background:#10b98133;border:1px solid #10b981;border-radius:20px;color:#10b981;display:inline-block;font-size:.9rem;margin-left:1rem;padding:.5rem 1rem}.refresh-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;box-shadow:0 4px 12px #10b9814d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-bottom:2rem;padding:1rem 2rem;transition:all .3s ease}.refresh-btn:hover:not(:disabled){box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.refresh-btn:disabled{cursor:not-allowed;opacity:.6}.insight-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e2e8f00d;border:1px solid #10b9814d;border-radius:12px;margin-bottom:2rem;padding:2rem;transition:all .3s ease}.insight-card:hover{border-color:#10b98180;box-shadow:0 6px 20px #10b98133}.insight-card.executive{background:linear-gradient(135deg,#10b9811a,#e2e8f00d);border-left:4px solid #10b981}.insight-card.climate{border-left:4px solid #3b82f6}.insight-card.recommendations{border-left:4px solid #f59e0b}.card-header{align-items:center;border-bottom:1px solid #10b98133;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.card-header h3{color:#10b981;font-size:1.5rem;margin:0}.ai-badge{background:#10b98133;border:1px solid #10b981;border-radius:20px;color:#10b981;font-size:.85rem;font-weight:500;padding:.4rem .8rem}.card-content{color:#e2e8f0e6;line-height:1.8}.ai-text{font-size:1.05rem}.ai-text .paragraph{margin-bottom:1rem}.ai-features-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.feature-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#e2e8f00d;border:1px solid #10b98133;border-radius:12px;padding:1.5rem}.feature-box h4{color:#10b981;font-size:1.1rem;margin-bottom:1rem}.feature-box ul{list-style:none;padding:0}.feature-box li{color:#e2e8f0cc;padding:.5rem 0 .5rem 1.5rem;position:relative}.feature-box li:before{color:#10b981;content:"▹";font-weight:700;left:0;position:absolute}.gemini-setup-required{background:#e2e8f00d;border:2px solid #fbbf2480;border-radius:12px;padding:2rem;text-align:center}.gemini-setup-required h3{color:#fbbf24;font-size:1.5rem;margin-bottom:1rem}.gemini-setup-required p{color:#e2e8f0cc;margin-bottom:2rem}.setup-instructions{background:#11101c80;border-radius:8px;margin:0 auto;max-width:800px;padding:2rem;text-align:left}.setup-instructions h4{color:#10b981;margin-bottom:1rem}.setup-instructions ol{color:#e2e8f0e6;line-height:1.8;padding-left:1.5rem}.setup-instructions li{margin-bottom:1rem}.setup-instructions a{border-bottom:1px solid #10b981;color:#10b981;text-decoration:none}.setup-instructions a:hover{border-color:#34d399;color:#34d399}.setup-instructions code{background:#10b9811a;border:1px solid #10b9814d;border-radius:6px;color:#10b981;display:inline-block;font-family:Courier New,monospace;font-size:.9rem;margin:.5rem 0;padding:.5rem .8rem}.status-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:1.5rem}.status-item{border-radius:8px;font-weight:500;padding:1rem;text-align:center}.status-item.ok{background:#10b9811a;border:1px solid #10b9814d;color:#10b981}.status-item.error{background:#ef44441a;border:1px solid #ef44444d;color:#ef4444}@media (max-width:768px){.ai-features-grid{grid-template-columns:1fr}.card-header{align-items:flex-start;flex-direction:column;gap:.5rem}.insight-card{padding:1.5rem}}.alerts-container{margin:0 auto;max-width:1400px;padding:2rem}.alerts-container h1{color:#059669;margin-bottom:.5rem}.subtitle{font-size:1rem;margin-bottom:2rem}.summary-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.summary-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border-radius:8px;border-top:4px solid #059669;box-shadow:0 1px 3px #0000004d;padding:1.5rem;text-align:center}.summary-card.critical{border-top-color:#dc2626}.summary-card.high{border-top-color:#ea580c}.summary-card.active{border-top-color:#3b82f6}.summary-value{color:#e2e8f0;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.summary-label{color:#94a3b8;font-size:.9rem;letter-spacing:.05em;text-transform:uppercase}.action-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.detect-button{background:linear-gradient(135deg,#059669,#047857);border:none;border-radius:6px;box-shadow:0 2px 4px #0596694d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.detect-button:hover:not(:disabled){box-shadow:0 4px 8px #05966966;transform:translateY(-2px)}.detect-button:disabled{cursor:not-allowed;opacity:.6}.filter-info{color:#6b7280;font-size:.9rem}.filters{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.filter-select{background:#1f293780;border:1px solid #94a3b84d;border-radius:6px;color:#e2e8f0;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:border-color .3s}.filter-select:hover{border-color:#059669}.filter-select:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691a;outline:none}.alerts-list{display:flex;flex-direction:column;gap:1rem}.no-alerts{color:#94a3b8;padding:3rem;text-align:center}.alert-card,.no-alerts{background:#1f293780;border-radius:8px}.alert-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 1px 3px #0000004d;padding:1.5rem;transition:transform .2s,box-shadow .2s}.alert-card:hover{box-shadow:0 4px 12px #10b98133;transform:translateY(-2px)}.alert-header{justify-content:space-between;margin-bottom:1rem}.alert-header,.alert-title{align-items:center;display:flex}.alert-title{gap:1rem}.severity-badge{border-radius:4px;color:#fff;display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.05em;padding:.25rem .75rem}.alert-title h3{color:#e2e8f0;font-size:1.1rem;margin:0}.alert-date{color:#94a3b8;font-size:.9rem}.alert-body{margin-bottom:1rem}.alert-description{color:#cbd5e1;font-size:1rem;line-height:1.5;margin-bottom:1rem}.alert-metrics{grid-gap:1rem;background:#0f172a80;border-radius:6px;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:1rem;padding:1rem}.metric{color:#94a3b8;font-size:.9rem}.metric strong{color:#e2e8f0}.recommendations{background:#0596691a;border-left:4px solid #10b981;border-radius:4px;margin-top:1rem;padding:1rem}.recommendations strong{color:#10b981;display:block;margin-bottom:.5rem}.recommendations ul{padding-left:1.5rem}.recommendations li{color:#86efac;line-height:1.5;margin-bottom:.25rem}.alert-actions{align-items:center;border-top:1px solid #94a3b833;display:flex;gap:.75rem;padding-top:1rem}.action-button{border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s}.action-button.ack{background:#3b82f6;color:#fff}.action-button.ack:hover{background:#2563eb}.action-button.resolve{background:#059669;color:#fff}.action-button.resolve:hover{background:#047857}.acknowledged-badge{color:#059669;font-size:.9rem;font-weight:600}.error-banner{border-left:4px solid #dc2626;border-radius:4px;color:#fca5a5;margin-bottom:1.5rem;padding:1rem}.info-banner{background:#3b82f61a;border-left:4px solid #3b82f6;border-radius:4px;margin-top:2rem;padding:1.5rem}.info-banner h4{color:#60a5fa;margin:0 0 .5rem}.info-banner p{color:#93c5fd;line-height:1.6;margin:0}.modal-textarea{background:#0f172a80;border:1px solid #94a3b84d;border-radius:6px;color:#e2e8f0;font-family:inherit;font-size:1rem;margin-bottom:1rem;padding:.75rem;resize:vertical;width:100%}.modal-textarea:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.modal-buttons{display:flex;gap:.75rem;justify-content:flex-end}@media (max-width:768px){.alerts-container{padding:1rem}.summary-grid{grid-template-columns:repeat(2,1fr)}.action-bar{align-items:flex-start;gap:1rem}.action-bar,.filters{flex-direction:column}.filter-select{width:100%}.alert-header{align-items:flex-start;flex-direction:column;gap:.5rem}.alert-metrics{grid-template-columns:1fr}}.gemini-cyoda-container{margin:0 auto;max-width:1400px;padding:2rem}.page-header{margin-bottom:2rem;text-align:center}.page-header h1{color:#059669;font-size:2.5rem;margin-bottom:.5rem}.subtitle{color:#6b7280;font-size:1.1rem}.status-banner{background:#0596691a;border-left:4px solid #10b981;border-radius:8px;display:flex;gap:2rem;justify-content:center;margin-bottom:2rem;padding:1.5rem}.status-banner.success{background:#0596691a;border-left-color:#10b981}.status-item{align-items:center;color:#10b981;display:flex;font-weight:600;gap:.5rem}.status-icon{font-size:1.2rem}.tabs{border-bottom:2px solid #94a3b833;display:flex;gap:.5rem;margin-bottom:2rem}.tab{background:none;border:none;border-bottom:3px solid #0000;color:#94a3b8;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.tab.active,.tab:hover{background:#0596691a;color:#10b981}.tab.active{border-bottom-color:#10b981}.tab-content{animation:fadeIn .3s}.input-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border-radius:8px;box-shadow:0 1px 3px #0000004d;margin-bottom:2rem;padding:2rem}.input-section h2{color:#e2e8f0;margin-bottom:.5rem}.help-text{color:#94a3b8;margin-bottom:1.5rem}.form-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1/-1}.form-group label{color:#cbd5e1;font-size:.9rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select{background:#0f172a80;border:1px solid #94a3b84d;border-radius:6px;color:#e2e8f0;font-size:1rem;padding:.75rem;transition:border-color .3s}.form-group input:focus,.form-group select:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691a;outline:none}.analyze-button{background:linear-gradient(135deg,#059669,#047857);border:none;border-radius:6px;box-shadow:0 4px 6px #0596694d;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem;transition:all .3s;width:100%}.analyze-button:hover:not(:disabled){box-shadow:0 6px 12px #05966966;transform:translateY(-2px)}.analyze-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.search-box{display:flex;gap:1rem;margin-bottom:1.5rem}.nl-input{background:#0f172a80;border:2px solid #94a3b84d;border-radius:8px;color:#e2e8f0;flex:1 1;font-size:1rem;padding:1rem}.nl-input:focus{border-color:#059669;box-shadow:0 0 0 3px #0596691a;outline:none}.search-button{background:#059669;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:1rem 2rem;transition:all .3s}.search-button:hover:not(:disabled){background:#047857;transform:translateY(-2px)}.search-button:disabled{cursor:not-allowed;opacity:.6}.example-queries{background:#0f172a80;border-radius:6px;padding:1rem}.examples{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.examples button{background:#1f293780;border:1px solid #94a3b84d;border-radius:4px;color:#e2e8f0;cursor:pointer;font-size:.9rem;padding:.5rem 1rem;transition:all .2s}.examples button:hover{background:#0596691a;border-color:#10b981;color:#10b981}.results-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1f293780;border-radius:8px;box-shadow:0 1px 3px #0000004d;margin-bottom:2rem;padding:2rem}.results-section h2{color:#e2e8f0;margin-bottom:1.5rem}.alert-decision{align-items:center;border-radius:8px;display:flex;gap:1.5rem;margin-bottom:2rem;padding:2rem}.alert-decision.create{background:#dc26261a;border-left:4px solid #dc2626}.alert-decision.no-create{background:#0596691a;border-left:4px solid #10b981}.decision-icon{font-size:3rem}.decision-text h3{color:#e2e8f0;margin:0 0 .5rem}.decision-text p{color:#94a3b8;font-size:1.1rem;line-height:1.6;margin:0}.analysis-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:2rem}.analysis-card{background:#0f172a80;border-radius:8px;padding:1.5rem;text-align:center}.card-label{color:#94a3b8;font-size:.9rem;letter-spacing:.05em;margin-bottom:.5rem;text-transform:uppercase}.card-value{color:#e2e8f0;font-size:1.5rem;font-weight:700}.card-value.severity-critical{color:#dc2626}.card-value.severity-high{color:#ea580c}.card-value.severity-medium{color:#f59e0b}.card-value.severity-low{color:#10b981}.analysis-detail{background:#0596691a;border-left:4px solid #10b981;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.analysis-detail h3{color:#10b981;margin-bottom:1rem}.analysis-detail p{color:#86efac;line-height:1.8;margin:0}.recommendations{background:#3b82f61a;border-left:4px solid #3b82f6;border-radius:8px;margin-bottom:2rem;padding:1.5rem}.recommendations h3{color:#60a5fa;margin-bottom:1rem}.recommendations ul{list-style:none;margin:0;padding:0}.recommendations li{align-items:flex-start;background:#1f293780;border-radius:4px;color:#93c5fd;display:flex;margin-bottom:.5rem;padding:.75rem}.recommendations li:before{content:"💡";flex-shrink:0;margin-right:.75rem}.mcp-spec{background:#0f172a80;border:2px dashed #94a3b84d;border-radius:8px;padding:1.5rem}.mcp-spec h3{color:#e2e8f0;margin-bottom:.5rem}.mcp-spec pre{background:#1f2937;border-radius:6px;color:#10b981;font-size:.9rem;line-height:1.5;margin:1rem 0;overflow-x:auto;padding:1rem}.mcp-actions{display:flex;flex-direction:column;gap:1rem}.copy-button{align-self:flex-start;background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.copy-button:hover{background:#2563eb;transform:translateY(-2px)}.claude-instruction{background:#f59e0b1a;border-left:4px solid #f59e0b;border-radius:4px;padding:1rem}.claude-instruction strong{color:#fbbf24;display:block;margin-bottom:.5rem}.instruction-box{background:#1f293780;border-radius:4px;color:#cbd5e1;font-family:monospace;font-style:italic;margin-top:.5rem;padding:.75rem}.search-info{background:#0596691a;border-radius:6px;margin-bottom:1.5rem;padding:1rem}.info-item{color:#86efac}.info-item strong{color:#10b981}.info-section{background:#3b82f61a;border-radius:8px;margin-top:2rem;padding:2rem}.info-section h3{color:#60a5fa;margin-bottom:1.5rem}.workflow{flex-wrap:wrap;gap:1rem;justify-content:space-between}.workflow,.workflow-step{align-items:center;display:flex}.workflow-step{flex:1 1;flex-direction:column;min-width:150px;text-align:center}.step-number{align-items:center;background:#3b82f6;border-radius:50%;color:#fff;display:flex;font-size:1.5rem;font-weight:700;height:50px;justify-content:center;margin-bottom:.75rem;width:50px}.step-content{width:100%}.step-content strong{color:#60a5fa;display:block;margin-bottom:.25rem}.step-content p{color:#94a3b8;font-size:.9rem;margin:0}.workflow-arrow{color:#3b82f6;flex-shrink:0;font-size:1.5rem}.error-message{background:#dc26261a;border-left:4px solid #dc2626;border-radius:4px;color:#fca5a5;margin-bottom:1.5rem;padding:1rem}.error-banner{background:#dc26261a;border:2px solid #dc2626;border-radius:8px;padding:2rem;text-align:center}.error-banner h2{color:#fca5a5;margin-bottom:1rem}.error-banner pre{background:#1f2937;color:#10b981;margin:1rem 0;padding:1rem}.error-banner a,.error-banner pre{border-radius:6px;display:inline-block}.error-banner a{background:#059669;color:#fff;font-weight:600;margin-top:1rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .3s}.error-banner a:hover{background:#047857;transform:translateY(-2px)}.loading{color:#94a3b8;font-size:1.1rem;padding:3rem;text-align:center}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#1f2937f2;border:1px solid #10b9814d;border-radius:12px;box-shadow:0 10px 40px #00000080;max-width:500px;padding:2rem;width:90%}.modal-content h3{color:#10b981;font-size:1.5rem;margin:0 0 1rem}.modal-content p{color:#cbd5e1;line-height:1.6;margin-bottom:1.5rem}.modal-button{background:#94a3b833;border:none;border-radius:6px;color:#e2e8f0;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s}.modal-button:hover{background:#94a3b84d;transform:translateY(-1px)}.modal-button.primary{background:linear-gradient(135deg,#059669,#047857);color:#fff}.modal-button.primary:hover{box-shadow:0 4px 12px #05966966}@media (max-width:768px){.gemini-cyoda-container{padding:1rem}.page-header h1{font-size:1.8rem}.status-banner{gap:.75rem}.status-banner,.tabs{flex-direction:column}.tab{width:100%}.search-box,.workflow{flex-direction:column}.workflow-arrow{transform:rotate(90deg)}.analysis-grid{grid-template-columns:1fr}}.tutorial-overlay{animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;bottom:0;left:0;position:fixed;right:0;top:0;z-index:9998}.tutorial-modal{animation:slideInScale .4s cubic-bezier(.34,1.56,.64,1);background:linear-gradient(135deg,#11101cfa,#1f2937fa);border:2px solid #10b98180;border-radius:24px;box-shadow:0 20px 60px #10b9814d;left:50%;max-width:600px;padding:3rem;position:fixed;top:50%;transform:translate(-50%,-50%);width:90%;z-index:9999}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInScale{0%{opacity:0;transform:translate(-50%,-50%) scale(.8)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.tutorial-close{align-items:center;background:#ef444433;border:1px solid #ef444480;border-radius:50%;color:#ef4444;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;line-height:1;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px}.tutorial-close:hover{background:#ef444466;transform:rotate(90deg)}.tutorial-content{text-align:center}.tutorial-icon{animation:bounce 2s ease-in-out infinite;font-size:5rem;margin-bottom:1.5rem}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.tutorial-title{color:#10b981;font-size:2rem;font-weight:700;margin-bottom:1rem;text-shadow:0 0 30px #10b98180}.tutorial-description{color:#e2e8f0e6;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.tutorial-progress{display:flex;gap:.75rem;justify-content:center;margin-bottom:2rem}.progress-dot{background:#e2e8f033;border-radius:50%;height:12px;transition:all .3s ease;width:12px}.progress-dot.active{background:#10b981;box-shadow:0 0 15px #10b98199;transform:scale(1.3)}.progress-dot.completed{background:#10b98180}.tutorial-actions{display:flex;flex-direction:column;gap:1rem}.tutorial-nav{display:flex;gap:1rem;justify-content:center}.tutorial-btn{background:#10b98133;border:2px solid #10b98166;border-radius:12px;color:#10b981;cursor:pointer;font-size:1rem;font-weight:600;padding:.875rem 2rem;transition:all .3s ease}.tutorial-btn:hover{background:#10b9814d;box-shadow:0 4px 12px #10b9814d;transform:translateY(-2px)}.tutorial-btn.primary{background:linear-gradient(135deg,#10b981,#059669);border:none;box-shadow:0 4px 15px #10b98166;color:#fff}.tutorial-btn.primary:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 20px #10b98180}.tutorial-btn.secondary{background:#e2e8f01a;border:1px solid #e2e8f033;color:#e2e8f0b3;font-size:.9rem;padding:.625rem 1.5rem}.tutorial-btn.secondary:hover{background:#e2e8f026;color:#e2e8f0e6}.tutorial-restart-btn{animation:pulse 2s ease-in-out infinite;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:50%;bottom:2rem;box-shadow:0 4px 20px #10b98166;color:#fff;cursor:pointer;font-size:1.8rem;height:60px;position:fixed;right:2rem;transition:all .3s ease;width:60px;z-index:1000}@keyframes pulse{0%,to{box-shadow:0 4px 20px #10b98166}50%{box-shadow:0 4px 30px #10b981b3}}.tutorial-restart-btn:hover{box-shadow:0 6px 30px #10b98199;transform:scale(1.1) rotate(15deg)}@media (max-width:768px){.tutorial-modal{padding:2rem;width:95%}.tutorial-icon{font-size:4rem}.tutorial-title{font-size:1.5rem}.tutorial-description{font-size:1rem}.tutorial-nav{flex-direction:column}.tutorial-btn{width:100%}.tutorial-restart-btn{bottom:1rem;font-size:1.5rem;height:50px;right:1rem;width:50px}}.App{min-height:100vh}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#11101ccc;border-bottom:1px solid #10b98133;box-shadow:0 2px 10px #0000004d;padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-title{color:#10b981;font-size:1.5rem;font-weight:700;white-space:nowrap}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{border-radius:8px;color:#e2e8f0;font-weight:500;opacity:.8;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.nav-links a:hover{background:#10b9811a;color:#10b981;opacity:1}.main-content{margin:2rem auto;max-width:1200px;padding:0 2rem}@media (max-width:768px){.nav-container{flex-direction:column;gap:1rem}.nav-links{gap:1rem}}
/*# sourceMappingURL=main.9ecad76e.css.map*/