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}:root{--bg-color:#f5f1e8;--card-bg:#fff;--primary:#7a9b7f;--danger:#e64747;--warning:#e8a05d;--moderate:#e7cf6e;--success:#7a9b7f;--text:#2c3e3f;--text-light:#6b7f7f;--border:#d4c5b0}*{box-sizing:border-box;margin:0;padding:0}.security-analyzer{background-color:#f5f1e8;background-color:var(--bg-color);color:#2c3e3f;color:var(--text);font-family:Arial,sans-serif;min-height:100vh;padding:2rem 1rem}.analyzer-content{margin:0 auto;max-width:1200px}.analyzer-loading{align-items:center;background-color:#f5f1e8;background-color:var(--bg-color);color:#2c3e3f;color:var(--text);display:flex;justify-content:center;min-height:100vh}.loading-content{text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #d4c5b0;border-top-color:#7a9b7f;border:4px solid var(--border);border-radius:50%;border-top-color:var(--primary);height:50px;margin:0 auto 1rem;width:50px}@keyframes spin{to{transform:rotate(1turn)}}.loading-content h2{color:#7a9b7f;color:var(--primary);font-size:1.5rem;margin-bottom:.5rem}.loading-content p{color:#6b7f7f;color:var(--text-light)}.analyzer-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.header-title h1{color:#2c3e3f;color:var(--text);font-size:2rem;font-weight:700}.header-title p{color:#6b7f7f;color:var(--text-light);font-size:.9rem;margin-top:.25rem}.header-actions{gap:.75rem}.header-actions,.help-button{align-items:center;display:flex}.help-button{background-color:#7a9b7f;background-color:var(--primary);border:2px solid #7a9b7f;border:2px solid var(--primary);border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.help-button:hover{background-color:#6a8b6f;transform:translateY(-1px)}.upload-button{cursor:pointer;position:relative}.upload-button-content{align-items:center;background-color:#7a9b7f;background-color:var(--primary);border:2px solid #7a9b7f;border:2px solid var(--primary);border-radius:8px;color:#fff;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s}.upload-button:hover .upload-button-content{background-color:#6a8b6f;transform:translateY(-1px)}.upload-input{display:none}.tutorial-overlay{align-items:center;background:#0009;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.tutorial-modal{background:#fff;background:var(--card-bg);border-radius:16px;box-shadow:0 8px 32px #0003;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:100%}.tutorial-close{align-items:center;background:#f5f1e8;background:var(--bg-color);border:2px solid #d4c5b0;border:2px solid var(--border);border-radius:8px;cursor:pointer;display:flex;float:right;height:40px;justify-content:center;position:-webkit-sticky;position:sticky;right:1rem;top:1rem;transition:all .2s;width:40px;z-index:10}.tutorial-close:hover{background:#e64747;background:var(--danger);border-color:#e64747;border-color:var(--danger);color:#fff;transform:rotate(90deg)}.tutorial-content{clear:both;padding:2rem}.tutorial-content h2{color:#2c3e3f;color:var(--text);font-size:1.75rem;margin-bottom:.5rem;text-align:left}.tutorial-intro{color:#6b7f7f;color:var(--text-light);font-size:1.1rem;line-height:1.6;margin-bottom:2rem;text-align:left}.tutorial-section{background:#f5f1e8;background:var(--bg-color);border:1px solid #d4c5b0;border:1px solid var(--border);border-radius:12px;margin-bottom:2rem;padding:1.5rem}.tutorial-section-header{align-items:center;color:#7a9b7f;color:var(--primary);display:flex;gap:.5rem;margin-bottom:1rem}.tutorial-section-header h3{font-size:1.25rem;font-weight:600;text-align:left}.tutorial-section p{color:#2c3e3f;color:var(--text);line-height:1.6;margin-bottom:1rem;text-align:left}.tutorial-section ol,.tutorial-section ul{margin-bottom:1rem;margin-left:1.5rem}.tutorial-section li{line-height:1.6;margin-bottom:.75rem;text-align:left}.tutorial-section li,.tutorial-section li strong{color:#2c3e3f;color:var(--text)}.tutorial-note{background:#fff;border-left:4px solid #7a9b7f;border-left:4px solid var(--primary);border-radius:8px;font-size:.9rem;margin-top:1rem;padding:1rem;text-align:left}.tutorial-employer{background:linear-gradient(135deg,#f9f6f0,#fff);border:2px solid #7a9b7f;border:2px solid var(--primary)}.status-low{color:#7a9b7f;color:var(--success)}.status-elevated{color:#e7cf6e;color:var(--moderate)}.status-high{color:#e8a05d;color:var(--warning)}.severity-critical,.status-critical{color:#e64747;color:var(--danger)}.severity-critical{background:#d985721a}.severity-critical,.severity-high{border-radius:4px;padding:.125rem .5rem}.severity-high{background:#e89a5d1a;color:#e89a5d}.severity-medium{background:#e8b55d1a;color:#e8a05d;color:var(--warning)}.severity-failed,.severity-medium{border-radius:4px;padding:.125rem .5rem}.severity-failed{background:#f973161a;color:#f97316}.severity-success{background:#7a9b7f1a;border-radius:4px;color:#7a9b7f;color:var(--success);padding:.125rem .5rem}.card{padding:1.5rem}.card,.threat-meter-container{background:#fff;background:var(--card-bg);border:1px solid #d4c5b0;border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:1.5rem}.threat-meter-container{padding:2rem}.threat-meter-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.threat-meter-title{align-items:center;display:flex;gap:.5rem}.threat-meter-title h2{font-size:1.25rem;font-weight:600}.threat-meter-value{font-size:2.5rem;font-weight:700}.threat-meter-bar-container{background:#f0ebe0;border:1px solid #d4c5b0;border:1px solid var(--border);border-radius:12px;height:24px;margin-bottom:.5rem;overflow:hidden}.threat-meter-bar{border-radius:12px;height:100%;transition:width .8s ease-out}.threat-meter-labels{color:#6b7f7f;color:var(--text-light);display:flex;font-size:.75rem;justify-content:space-between;margin-bottom:1rem}.threat-meter-status{font-size:1.1rem;font-weight:600;text-align:center}.stats-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-bottom:1.5rem}.stat-card{background:#fff;background:var(--card-bg);border:1px solid #d4c5b0;border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:1.25rem;transition:transform .2s}.stat-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.stat-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.stat-icon{color:#6b7f7f;color:var(--text-light)}.stat-value{color:#7a9b7f;color:var(--primary);font-size:1.5rem;font-weight:700}.stat-label{color:#6b7f7f;color:var(--text-light);font-size:.85rem}.alert-panel-container{background:#fff;background:var(--card-bg);border:1px solid #d4c5b0;border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:1.5rem;padding:1.5rem}.alert-panel-header{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.alert-panel-header h3{flex:1 1;font-size:1.1rem;font-weight:600}.alert-count{background:#e64747;background:var(--danger);border-radius:12px;color:#fff;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.alert-panel-scroll{max-height:500px;overflow-y:auto;padding-right:.5rem}.alert-panel-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.alert-item{background:#f9f6f0;border-left:3px solid;border-radius:8px;padding:1rem;transition:transform .2s}.alert-item:hover{transform:translateX(4px)}.alert-content{display:flex;gap:.75rem}.alert-icon{flex-shrink:0;margin-top:.125rem}.alert-details{flex:1 1}.alert-message{font-size:.9rem;line-height:1.4;margin-bottom:.5rem}.alert-meta{display:flex;flex-wrap:wrap;font-size:.75rem;gap:.5rem}.alert-meta,.info-footer{color:#6b7f7f;color:var(--text-light)}.info-footer{background:#f9f6f0;border:1px solid #d4c5b0;border:1px solid var(--border);border-radius:8px;font-size:.85rem;line-height:1.6;margin-top:2rem;padding:1rem;text-align:center}.info-footer strong{color:#2c3e3f;color:var(--text)}.alert-panel-scroll::-webkit-scrollbar,.tutorial-modal::-webkit-scrollbar{width:8px}.alert-panel-scroll::-webkit-scrollbar-track,.tutorial-modal::-webkit-scrollbar-track{background:#0000}.alert-panel-scroll::-webkit-scrollbar-thumb,.tutorial-modal::-webkit-scrollbar-thumb{background:#d4c5b0;background:var(--border);border-radius:4px}.alert-panel-scroll::-webkit-scrollbar-thumb:hover,.tutorial-modal::-webkit-scrollbar-thumb:hover{background:#c4b5a0}.attack-map-container{background:#fff;background:var(--card-bg);border:1px solid #d4c5b0;border:1px solid var(--border);border-radius:12px;box-shadow:0 2px 8px #0000000d;margin-bottom:1.5rem;padding:1.5rem}.attack-map-header{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.attack-map-header h3{font-size:1.1rem;font-weight:600}.map-tooltip{background:#d4c5b0;border-radius:6px;box-shadow:0 2px 8px hsla(0,0%,100%,.732);color:#fff;font-size:.85rem;padding:.5rem .75rem;pointer-events:none;position:absolute;white-space:nowrap;z-index:100}.map-tooltip strong{color:#d98572;display:block;margin-bottom:.25rem}.world-map-wrapper{background:#e8f4f8;border:1px solid #d4c5b0;border:1px solid var(--border);border-radius:8px;overflow:hidden;width:100%}.world-map-image-container{position:relative;width:100%}.world-map-svg{display:block;height:auto;width:100%}.land-masses{transition:fill .3s}.attack-hotspot{cursor:pointer;transition:opacity .2s}.attack-hotspot:hover{opacity:1!important}.map-legend{border-top:1px solid #d4c5b0;border-top:1px solid var(--border);margin-top:1rem;padding-top:1rem;text-align:center}.legend-note{color:#6b7f7f;color:var(--text-light);font-size:.85rem}@media (max-width:768px){.analyzer-header{align-items:flex-start;flex-direction:column}.header-actions{justify-content:space-between;width:100%}.stats-grid{grid-template-columns:repeat(2,1fr)}.alert-panel-grid{grid-template-columns:1fr}.tutorial-content{padding:1.5rem 1rem}.tutorial-modal{max-height:95vh}.help-button span,.upload-button-content span{display:none}}@media (max-width:480px){.stats-grid{grid-template-columns:1fr}.header-title h1,.tutorial-content h2{font-size:1.5rem}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.9fa9c69f.css.map*/