body{color:#fafafa;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-webkit-font-smoothing:antialiased;background:#09090b;min-height:100vh;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}::selection{background:#6366f14d}*{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#09090b;--bg-secondary:#18181b;--bg-tertiary:#27272a;--border:#3f3f46;--text-primary:#fafafa;--text-secondary:#a1a1aa;--text-muted:#71717a;--accent:#6366f1;--accent-hover:#818cf8;--accent-muted:#6366f126;--warning:#eab308;--alert:#f97316;--critical:#ef4444;--success:#22c55e;--radius:12px;--radius-sm:8px;--shadow:0 4px 6px -1px #0000004d, 0 2px 4px -2px #0003;--shadow-lg:0 10px 15px -3px #0006, 0 4px 6px -4px #0000004d}body{background:var(--bg-primary);color:var(--text-primary);--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#root{min-height:100vh}.app{flex-direction:column;min-height:100vh;display:flex}.header{background:var(--bg-secondary);border-bottom:1px solid var(--border);z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:1.25rem 1.5rem;position:sticky;top:0}.header-content{justify-content:space-between;align-items:center;max-width:1800px;margin:0 auto;display:flex}.header-title{align-items:center;gap:.75rem;display:flex}.logo{background:linear-gradient(135deg, var(--accent), #8b5cf6);border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.logo svg{width:20px;height:20px}.header h1{letter-spacing:-.02em;font-size:1.125rem;font-weight:600}.subtitle{color:var(--text-muted);margin-top:.125rem;font-size:.75rem}.controls{background:var(--bg-secondary);border-bottom:1px solid var(--border);flex-wrap:wrap;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}.control-group{flex-direction:column;gap:.375rem;display:flex}.control-group label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:500}.select-wrapper{position:relative}.select-wrapper:after{content:"";border-left:4px solid #0000;border-right:4px solid #0000;border-top:5px solid var(--text-muted);pointer-events:none;width:0;height:0;position:absolute;top:50%;right:12px;transform:translateY(-50%)}select,input[type=range]{appearance:none;background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-primary);border-radius:var(--radius-sm);cursor:pointer;padding:.5rem 2rem .5rem .75rem;font-size:.875rem;transition:border-color .15s,box-shadow .15s}select{min-width:140px}select:hover,select:focus{border-color:var(--accent);outline:none}select:focus{box-shadow:0 0 0 3px var(--accent-muted)}input[type=range]{background:var(--bg-tertiary);border-radius:3px;min-width:120px;height:6px;padding:0}input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--accent);cursor:pointer;border:2px solid var(--bg-primary);width:18px;height:18px;box-shadow:var(--shadow);border-radius:50%;transition:transform .15s}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.1)}input[type=range]:focus{outline:none}input[type=range]:focus::-webkit-slider-thumb{box-shadow:0 0 0 4px var(--accent-muted)}.btn{background:var(--bg-tertiary);color:var(--text-primary);border:1px solid var(--border);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;transition:all .15s;display:inline-flex}.btn:hover{background:var(--border);border-color:var(--text-muted)}.btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.btn:active{transform:scale(.98)}.btn-primary{background:var(--accent);border-color:var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover)}.btn-active{background:var(--accent);border-color:var(--accent);color:#fff}.btn-icon{padding:.5rem}.exports{flex-direction:row;gap:.5rem;margin-left:auto}.main{flex:1;grid-template-columns:1fr 320px;min-height:0;display:grid}@media (width<=1024px){.main{grid-template-rows:1fr auto;grid-template-columns:1fr}}.map-container{background:var(--bg-primary);min-height:500px;position:relative}.map-frame{border:none;width:100%;height:100%;min-height:500px;position:absolute;top:0;left:0}.loading{color:var(--text-muted);flex-direction:column;align-items:center;gap:.75rem;font-size:.875rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading:after{content:"";border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.sidebar{background:var(--bg-secondary);border-left:1px solid var(--border);flex-direction:column;gap:1rem;max-height:calc(100vh - 130px);padding:1.25rem;display:flex;overflow-y:auto}.card{background:var(--bg-tertiary);border-radius:var(--radius);border:1px solid var(--border);padding:1.25rem}.card-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.card h2{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem;font-weight:500}.card-badge{background:var(--accent-muted);color:var(--accent-hover);border-radius:4px;padding:.25rem .5rem;font-size:.65rem;font-weight:600}.stat-grid{flex-direction:column;gap:.25rem;display:flex}.stat-item{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:.625rem 0;display:flex}.stat-item:last-child{border-bottom:none}.stat-label{color:var(--text-secondary);font-size:.8rem}.stat-value{font-variant-numeric:tabular-nums;font-size:.875rem;font-weight:600}.stat-item.aviso .stat-value{color:var(--warning)}.stat-item.alerta .stat-value{color:var(--alert)}.stat-item.critico .stat-value{color:var(--critical)}.stat-item.success .stat-value{color:var(--success)}.trend-chart{min-height:120px}.no-data{color:var(--text-muted);text-align:center;padding:2rem 0;font-size:.8rem}.bars{justify-content:space-between;align-items:flex-end;gap:.5rem;height:100px;display:flex}.bar-container{flex-direction:column;flex:1;align-items:center;height:100%;display:flex}.bar{background:linear-gradient(to top, var(--accent), #a78bfa);border-radius:4px 4px 0 0;width:100%;min-height:4px;transition:height .3s;position:relative}.bar-tooltip{color:var(--text-muted);white-space:nowrap;font-variant-numeric:tabular-nums;font-size:.6rem;position:absolute;top:-20px;left:50%;transform:translate(-50%)}.bar-label{color:var(--text-muted);margin-top:6px;font-size:.6rem}.map-link{color:var(--accent-hover);align-items:center;gap:.375rem;margin-top:.75rem;font-size:.8rem;text-decoration:none;transition:color .15s;display:inline-flex}.map-link:hover{color:var(--text-primary)}.map-link svg{width:14px;height:14px}
