.panel-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000;animation:panelFadeIn .2s ease-out}.report-stack-panel{position:fixed;top:0;right:0;width:min(100vw,var(--panel-width));max-width:var(--panel-width);height:100vh;background:var(--bg-secondary);border-left:1px solid var(--border);z-index:1001;display:flex;flex-direction:column;box-shadow:-4px 0 24px #0006;animation:panelSlideIn .25s ease-out}@keyframes panelFadeIn{0%{opacity:0}to{opacity:1}}@keyframes panelSlideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border);flex-shrink:0}.panel-header h2{margin:0;font-size:1.1rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--text-muted)}.panel-close{width:36px;height:36px;border:none;background:var(--bg-tertiary);color:var(--text-primary);font-size:1.5rem;line-height:1;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;padding:0;transition:background .15s}.panel-close:hover{background:var(--border)}.panel-body{flex:1;overflow-y:auto;padding:20px}.panel-loading,.panel-muted{color:var(--text-muted);margin:0}.panel-section{margin-bottom:24px}.panel-section:last-child{margin-bottom:0}.panel-section h3{margin:0 0 8px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted)}.panel-meta{margin:0;font-size:.95rem;color:var(--text-primary)}.drone-types-list{list-style:none;margin:8px 0 0;padding:0}.drone-types-list li{padding:8px 12px;background:var(--bg-tertiary);border-radius:6px;margin-bottom:6px;font-size:.9rem}.media-placeholders{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:10px}.media-placeholder{aspect-ratio:1;border-radius:8px;overflow:hidden;background:var(--bg-tertiary);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;text-decoration:none;color:var(--text-muted);font-size:.8rem}.media-placeholder img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.media-placeholder-empty{grid-column:1 / -1}.media-placeholder-empty span{padding:12px}.report-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:1rem}.report-modal-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#000000b3}.report-modal-panel{position:relative;width:100%;max-width:32rem;border-radius:.75rem;background:#0f172a;box-shadow:0 25px 50px -12px #00000080;border:1px solid #334155;overflow:hidden}.report-modal-close{position:absolute;top:.75rem;right:.75rem;z-index:10;padding:.375rem .5rem;border-radius:.375rem;color:#94a3b8;background:transparent;border:none;font-size:1.25rem;line-height:1;cursor:pointer}.report-modal-close:hover{color:#fff;background:#334155}.report-modal-content{padding:2.5rem 1.5rem}.report-modal-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .5rem}.report-modal-text{color:#cbd5e1;margin:0 0 1.5rem}.report-modal-buttons{display:flex;gap:.75rem}.report-modal-btn{flex:1;padding:.75rem 1rem;border-radius:.5rem;font-weight:600;color:#fff;border:1px solid;cursor:pointer;font-size:1rem}.report-modal-btn--yes{background:#2563eb;border-color:#3b82f6}.report-modal-btn--yes:hover{background:#3b82f6}.report-modal-btn--no{background:#475569;border-color:#64748b}.report-modal-btn--no:hover{background:#64748b}.report-modal-btn--neutral{background:#334155;border-color:#475569}.report-modal-btn--neutral:hover{background:#475569}.report-modal-textarea{width:100%;min-height:120px;padding:.75rem 1rem;border-radius:.5rem;background:#1e293b;border:1px solid #475569;color:#fff;font-family:inherit;resize:vertical;margin-bottom:1rem}.report-modal-textarea::-moz-placeholder{color:#64748b}.report-modal-textarea::placeholder{color:#64748b}.report-modal-input{width:100%;padding:.75rem 1rem;border-radius:.5rem;background:#1e293b;border:1px solid #475569;color:#fff;margin-bottom:1rem}.report-modal-input::-moz-placeholder{color:#64748b}.report-modal-input::placeholder{color:#64748b}.report-modal-label{display:block;color:#cbd5e1;margin-bottom:.25rem;margin-top:1rem}.report-modal-label:first-of-type{margin-top:0}.report-modal-error{color:#f87171;font-size:.875rem;margin-bottom:.75rem}.report-modal-submit{width:100%;padding:.75rem 1rem;margin-top:1rem;border-radius:.5rem;font-weight:600;color:#fff;background:#2563eb;border:1px solid #3b82f6;cursor:pointer;font-size:1rem}.report-modal-submit:hover{background:#3b82f6}.report-modal-thankyou{text-align:center;font-size:1.25rem;font-weight:600;color:#fff;margin:0}.zone-drawer-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:1100;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.zone-drawer-backdrop--open{opacity:1;visibility:visible}.zone-drawer-panel{position:fixed;top:0;right:0;bottom:0;width:min(420px,92vw);max-width:100%;background:#0f172ae0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-left:1px solid rgba(148,163,184,.25);box-shadow:-8px 0 32px #0006;z-index:1101;display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease;overflow:hidden}.zone-drawer-panel--open{transform:translate(0)}.zone-drawer-inner{display:flex;flex-direction:column;height:100%;min-height:0}.zone-drawer-header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid rgba(148,163,184,.2);background:#0003}.zone-drawer-title{margin:0;font-size:1.125rem;font-weight:700;color:#f1f5f9;letter-spacing:.02em}.zone-drawer-close{width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#94a3b826;border:1px solid rgba(148,163,184,.3);color:#e2e8f0;font-size:1.25rem;line-height:1;cursor:pointer;border-radius:4px;transition:background .15s,color .15s}.zone-drawer-close:hover{background:#94a3b840;color:#fff}.zone-drawer-scroll{flex:1;overflow-y:auto;overflow-x:hidden;padding:1rem 1.25rem 1.5rem;min-height:0}.zone-drawer-empty{color:#94a3b8;font-size:.9rem;margin:0}.zone-drawer-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1rem}.zone-drawer-card{background:#1e293b99;border:1px solid rgba(148,163,184,.2);border-radius:8px;padding:1rem;transition:border-color .2s,box-shadow .2s}.zone-drawer-card--highlighted{border-color:#22d3ee99;box-shadow:0 0 0 1px #22d3ee40,0 4px 12px #0003}.zone-drawer-card__reporter,.zone-drawer-card__detail,.zone-drawer-card__time{margin-bottom:.5rem}.zone-drawer-card__reporter:last-of-type,.zone-drawer-card__detail:last-of-type,.zone-drawer-card__time{margin-bottom:.75rem}.zone-drawer-card__label{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#94a3b8;margin-bottom:.2rem}.zone-drawer-card__value{font-size:.9rem;color:#e2e8f0;word-break:break-word}.zone-drawer-card__comments{margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(148,163,184,.15)}.zone-drawer-card__comments-title{display:block;font-size:.7rem;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:.5rem}.zone-drawer-comments-list{list-style:none;margin:0 0 .5rem;padding:0;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace;font-size:.75rem;line-height:1.4;color:#94a3b8;max-height:120px;overflow-y:auto}.zone-drawer-comment{padding:.35rem 0;border-bottom:1px solid rgba(148,163,184,.08);display:flex;flex-direction:column;gap:.15rem}.zone-drawer-comment:last-child{border-bottom:none}.zone-drawer-comment__text{color:#cbd5e1}.zone-drawer-comment__time{font-size:.65rem;color:#64748b}.zone-drawer-comment-form{display:flex;gap:.5rem;margin-top:.5rem}.zone-drawer-comment-input{flex:1;min-width:0;padding:.4rem .6rem;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace;font-size:.75rem;background:#0f172acc;border:1px solid rgba(148,163,184,.25);border-radius:4px;color:#e2e8f0}.zone-drawer-comment-input::-moz-placeholder{color:#64748b}.zone-drawer-comment-input::placeholder{color:#64748b}.zone-drawer-comment-input:focus{outline:none;border-color:#22d3ee66}.zone-drawer-comment-post{flex-shrink:0;padding:.4rem .75rem;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,Consolas,monospace;font-size:.75rem;background:#22d3ee26;border:1px solid rgba(34,211,238,.4);color:#22d3ee;border-radius:4px;cursor:pointer;transition:background .15s,color .15s}.zone-drawer-comment-post:hover{background:#22d3ee40;color:#fff}.active-zones-sidebar{position:fixed;top:52px;left:10px;z-index:1000;width:160px;padding:10px 12px;background:var(--bg-secondary, #1a2332);border:1px solid var(--border, #2d3e50);border-radius:8px;box-shadow:0 2px 12px #00000059}.active-zones-sidebar__title{margin:0 0 8px;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--text-muted, #8b98a5)}.active-zones-sidebar__list{list-style:none;margin:0;padding:0}.active-zones-sidebar__item{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:.8rem;color:var(--text-primary, #e7e9ea)}.active-zones-sidebar__dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.active-zones-sidebar__dot--yellow{background:#eab308;box-shadow:0 0 4px #eab30899}.active-zones-sidebar__dot--orange{background:#f97316;box-shadow:0 0 4px #f9731699}.active-zones-sidebar__dot--red{background:#ef4444;box-shadow:0 0 4px #ef444499}.active-zones-sidebar__label{font-weight:600;min-width:4.5em}.active-zones-sidebar__threat{margin-left:auto;font-size:.75rem;color:var(--text-muted, #8b98a5)}.live-incident-log{position:fixed;top:12px;left:12px;z-index:1000;width:min(320px,calc(100vw - 24px));max-height:40vh;display:flex;flex-direction:column;background:#0f172ae0;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);border-radius:8px;box-shadow:0 4px 24px #00000059;overflow:hidden}.live-incident-log__header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;border-bottom:1px solid rgba(255,255,255,.08);background:#0003}.live-incident-log__title{font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f1f5f9f2;display:flex;align-items:center;gap:6px}.live-incident-log__live-dot{width:6px;height:6px;border-radius:50%;background:#ef4444;box-shadow:0 0 8px #ef4444;animation:live-pulse 1.5s ease-in-out infinite}@keyframes live-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.live-incident-log__clear{padding:4px 8px;font-size:.65rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#94a3b8;background:#94a3b826;border:1px solid rgba(148,163,184,.25);border-radius:4px;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.live-incident-log__clear:hover{color:#e2e8f0;background:#94a3b840;border-color:#94a3b866}.live-incident-log__scroll{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.4) transparent}.live-incident-log__scroll::-webkit-scrollbar{width:6px}.live-incident-log__scroll::-webkit-scrollbar-track{background:transparent}.live-incident-log__scroll::-webkit-scrollbar-thumb{background:#94a3b840;border-radius:3px}.live-incident-log__scroll{scrollbar-width:none}.live-incident-log__scroll::-webkit-scrollbar{width:0;height:0}.live-incident-log:hover .live-incident-log__scroll{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.4) transparent}.live-incident-log:hover .live-incident-log__scroll::-webkit-scrollbar{width:6px}.live-incident-log__empty{margin:0;padding:16px 12px;font-size:.8rem;color:#64748b;text-align:center}.live-incident-log__list{list-style:none;margin:0;padding:8px 0}.live-incident-log__entry{padding:10px 12px;border-bottom:1px solid rgba(148,163,184,.1);cursor:pointer;transition:background .15s;animation:slide-in .3s ease-out}.live-incident-log__entry:last-child{border-bottom:none}.live-incident-log__entry:hover{background:#94a3b81f}.live-incident-log__entry:focus{outline:none;background:#94a3b826}@keyframes slide-in{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.live-incident-log__time{display:block;font-size:.7rem;font-weight:600;font-variant-numeric:tabular-nums;color:#94a3b8;margin-bottom:2px}.live-incident-log__zone{display:block;font-size:.7rem;font-weight:700;letter-spacing:.05em;color:#e2e8f0;margin-bottom:4px}.live-incident-log__snippet{display:block;font-size:.75rem;line-height:1.35;color:#cbd5e1;word-break:break-word}.map-container-wrap .leaflet-control-zoom{border:1px solid rgba(0,0,0,.2)!important;box-shadow:0 2px 8px #00000040}.map-container-wrap .leaflet-control-zoom a{background:#fff!important;color:#000!important;border:none!important;border-bottom:1px solid rgba(0,0,0,.15)!important;width:30px!important;height:30px!important;line-height:30px!important;font-size:20px!important;font-weight:700!important}.map-container-wrap .leaflet-control-zoom a:last-child{border-bottom:none!important}.map-container-wrap .leaflet-control-zoom a:hover{background:#f1f5f9!important;color:#000!important}.live-incident-log-wrap{transition:opacity .35s ease}.live-incident-log-wrap--hidden{opacity:0;pointer-events:none}.zone-circle--pulse{animation:zone-pulse-highlight 2s ease-in-out}@keyframes zone-pulse-highlight{0%{filter:drop-shadow(0 0 4px rgba(255,255,255,.9)) drop-shadow(0 0 12px rgba(56,189,248,.6))}50%{filter:drop-shadow(0 0 8px rgba(255,255,255,1)) drop-shadow(0 0 20px rgba(56,189,248,.8))}to{filter:none}}.zone-focus-pulse-ring{animation:zone-focus-pulse-ring 2s ease-out forwards;pointer-events:none}@keyframes zone-focus-pulse-ring{0%{opacity:.95;filter:drop-shadow(0 0 2px rgba(255,255,255,.9))}to{opacity:0;filter:drop-shadow(0 0 24px rgba(255,255,255,.4))}}.drone-icon-leaflet{transition:opacity .35s ease}.map-container-wrap--criticality .drone-icon-leaflet{opacity:0;pointer-events:none}.map-container-wrap--criticality .leaflet-tile-pane{filter:brightness(.5);transition:filter .4s ease}.map-container-wrap .leaflet-tile-pane{transition:filter .4s ease}.map-container-wrap--criticality .zone-circle path,.map-container-wrap--criticality .zone-circle circle{transition:fill .4s ease,fill-opacity .4s ease,stroke .4s ease,stroke-width .4s ease}.zone-circle--crisis path,.zone-circle--crisis circle{filter:drop-shadow(0 0 6px rgba(255,255,255,.8));animation:zone-crisis-pulse 1.5s ease-in-out infinite}.zone-circle-crisis-glow path,.zone-circle-crisis-glow circle{animation:zone-crisis-glow-pulse 1.5s ease-in-out infinite}@keyframes zone-crisis-pulse{0%,to{filter:drop-shadow(0 0 6px rgba(255,255,255,.8));opacity:1}50%{filter:drop-shadow(0 0 12px rgba(255,255,255,.95));opacity:.95}}@keyframes zone-crisis-glow-pulse{0%,to{opacity:.4;stroke-dasharray:8 8}50%{opacity:.7;stroke-dasharray:8 8}}.map-mode-dropdown{position:fixed;top:56px;right:10px;z-index:1000;min-width:200px}.map-mode-dropdown__trigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;min-width:200px;padding:8px 12px;font-size:.75rem;font-weight:600;letter-spacing:.02em;text-transform:uppercase;color:var(--text-primary);background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;cursor:pointer;box-shadow:0 2px 8px #00000059;transition:background .2s,border-color .2s,box-shadow .2s}.map-mode-dropdown__trigger:hover{background:var(--bg-tertiary);border-color:var(--text-muted);box-shadow:0 4px 12px #0006}.map-mode-dropdown__trigger[aria-expanded=true]{border-color:#38bdf8;box-shadow:0 0 0 2px #38bdf840}.map-mode-dropdown__label{flex:1;text-align:left}.map-mode-dropdown__chevron{flex-shrink:0;transition:transform .2s}.map-mode-dropdown__trigger[aria-expanded=true] .map-mode-dropdown__chevron{transform:rotate(180deg)}.map-mode-dropdown__menu{position:absolute;top:100%;right:0;left:0;margin:4px 0 0;padding:4px;list-style:none;background:var(--bg-secondary);border:1px solid var(--border);border-radius:6px;box-shadow:0 8px 24px #00000073;animation:dropdown-in .2s ease}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.map-mode-dropdown__item{display:block;width:100%;padding:10px 12px;font-size:.8rem;font-weight:500;text-align:left;color:var(--text-primary);background:transparent;border:none;border-radius:4px;cursor:pointer;transition:background .15s,color .15s}.map-mode-dropdown__item:hover{background:var(--bg-tertiary);color:#38bdf8}.map-mode-dropdown__item:focus{outline:none;background:var(--bg-tertiary)}.criticality-legend{position:fixed;bottom:80px;left:50%;transform:translate(-50%);z-index:1000;padding:8px 14px 10px;background:#0f172aeb;border:1px solid rgba(148,163,184,.25);border-radius:8px;box-shadow:0 4px 16px #0006;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:.7rem;color:#e2e8f0;pointer-events:none}.criticality-legend__title{margin:0 0 6px;font-weight:600;letter-spacing:.03em;text-align:center}.criticality-legend__swatches{display:flex;align-items:center;justify-content:center;gap:10px;flex-wrap:wrap}.criticality-legend__swatch{padding:2px 8px;border-radius:4px;border:1px solid rgba(255,255,255,.2);font-variant-numeric:tabular-nums;font-weight:600}.criticality-legend__swatch--crisis{box-shadow:0 0 8px #ffffff4d}.drone-icon-leaflet{background:none!important;border:none!important}.drone-icon-wrap{display:flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:0;flex-shrink:0}.drone-icon-svg{display:block;width:16px;height:16px;flex-shrink:0;filter:drop-shadow(0 0 1px rgba(255,255,255,.8)) drop-shadow(0 1px 2px rgba(0,0,0,.4))}.drone-icon-wrap--default .drone-icon-svg{filter:drop-shadow(0 0 1px rgba(255,255,255,.8)) drop-shadow(0 1px 2px rgba(0,0,0,.4)) drop-shadow(0 0 2px white)}.drone-icon-wrap--live{animation:drone-pulse 1.5s ease-in-out infinite}.drone-icon-wrap--small,.drone-icon-wrap--small .drone-icon-svg{width:12px;height:12px}@keyframes drone-pulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.9}}.zone-label-wrap{background:none!important;border:none!important}.zone-label{font-size:11px;font-weight:700;color:#fff;text-shadow:0 0 2px #000,0 0 2px #000,1px 1px 2px #000,-1px -1px 2px #000;white-space:nowrap;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.report-summary-popup{display:block;font-size:.8rem;white-space:nowrap}.report-popup-zone{font-weight:700;margin-bottom:4px}.report-action-wrap{position:fixed;bottom:0;left:50%;transform:translate(-50%);z-index:1001;width:100%;max-width:480px;padding:12px 16px 24px;display:flex;justify-content:center;align-items:center;background:linear-gradient(to top,rgba(15,20,25,.92) 0%,rgba(15,20,25,.6) 70%,transparent 100%);pointer-events:auto}.report-action{width:100%;max-width:100%;padding:14px 24px;font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:#dc2626;border:2px solid rgba(255,255,255,.35);border-radius:8px;cursor:pointer;box-shadow:0 0 20px #dc262680,0 4px 12px #0006;transition:filter .2s,border-color .2s,box-shadow .2s;animation:report-pulse 2.5s ease-in-out infinite}.report-action:hover{filter:brightness(1.1);box-shadow:0 0 28px #dc262699,0 4px 16px #00000073}.report-action:active{transform:scale(.98)}@keyframes report-pulse{0%,to{box-shadow:0 0 20px #dc262680,0 4px 12px #0006}50%{box-shadow:0 0 28px #dc2626b3,0 0 0 1px #ffffff26,0 4px 12px #0006}}.report-action-wrap--global .report-action{background:#b91c1c;opacity:.88;border-color:#fff3;box-shadow:0 0 12px #b91c1c66,0 4px 12px #0006;animation:report-pulse-global 3s ease-in-out infinite}.report-action-wrap--global .report-action:hover{opacity:1}@keyframes report-pulse-global{0%,to{box-shadow:0 0 12px #b91c1c66,0 4px 12px #0006}50%{box-shadow:0 0 18px #b91c1c8c,0 0 0 1px #ffffff1a,0 4px 12px #0006}}@media (max-width: 640px){.report-action-wrap{width:80%;max-width:none;padding:10px 12px 20px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.db-dashboard{min-height:100vh;background:#020617;color:#f1f5f9;padding:1.5rem 2rem 2rem;font-family:system-ui,sans-serif}.db-dashboard__header{margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #1e293b}.db-dashboard__title{margin:0 0 .25rem;font-size:1.35rem;font-weight:700;color:#f8fafc}.db-dashboard__subtitle{margin:0 0 1rem;font-size:.9rem;color:#94a3b8}.db-dashboard__nav{display:flex;gap:1rem;margin-bottom:1rem}.db-dashboard__link{color:#38bdf8;text-decoration:none;font-size:.9rem}.db-dashboard__link:hover{text-decoration:underline}.db-dashboard__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.db-dashboard__mode{display:flex;align-items:center;gap:.5rem}.db-dashboard__seed-btn{padding:.4rem .75rem;font-size:.85rem;font-weight:600;color:#0f172a;background:#22c55e;border:1px solid #16a34a;border-radius:6px;cursor:pointer}.db-dashboard__seed-btn:hover:not(:disabled){background:#16a34a}.db-dashboard__seed-btn:disabled{opacity:.6;cursor:not-allowed}.db-dashboard__seed-result{margin:.5rem 0 0;font-size:.85rem;color:#86efac}.db-dashboard__seed-error{margin:.5rem 0 0;font-size:.85rem;color:#f87171}.db-dashboard__mode-label{font-size:.85rem;color:#94a3b8}.db-dashboard__select{background:#0f172a;border:1px solid #334155;color:#f1f5f9;padding:.4rem .75rem;border-radius:6px;font-size:.9rem;cursor:pointer}.db-dashboard__select:hover,.db-dashboard__select:focus{border-color:#475569;outline:none}.db-dashboard__banner{padding:.75rem 1rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;border:1px solid}.db-dashboard__banner--warn{background:#fbbf241a;border-color:#f59e0b;color:#fbbf24}.db-dashboard__banner--error{background:#ef44441a;border-color:#dc2626;color:#f87171}.db-dashboard__banner code{background:#0000004d;padding:.1em .35em;border-radius:4px}.db-dashboard__copy-block{margin:.5rem 0 0;padding:.5rem .75rem;background:#0006;border-radius:6px;font-size:.8rem;overflow-x:auto;white-space:pre-wrap;word-break:break-all}.db-dashboard__content{background:#0f172a;border:1px solid #1e293b;border-radius:8px;overflow:hidden}.db-dashboard__content--reports{padding:0}.db-dashboard__toolbar{padding:.75rem 1rem;border-bottom:1px solid #1e293b}.db-dashboard__search{width:100%;max-width:400px;background:#020617;border:1px solid #334155;color:#f1f5f9;padding:.5rem .75rem;border-radius:6px;font-size:.9rem;font-family:ui-monospace,SF Mono,monospace}.db-dashboard__search::-moz-placeholder{color:#64748b}.db-dashboard__search::placeholder{color:#64748b}.db-dashboard__search:focus{outline:none;border-color:#475569}.db-dashboard__table-wrap{overflow-x:auto}.db-dashboard__table{width:100%;border-collapse:collapse;font-size:.875rem}.db-dashboard__table th,.db-dashboard__table td{padding:.6rem 1rem;text-align:left;border-bottom:1px solid #1e293b}.db-dashboard__table th{font-weight:600;color:#94a3b8;background:#0f172a}.db-dashboard__table tbody tr:hover{background:#1e293b80}.db-dashboard__mono{font-family:ui-monospace,SF Mono,Consolas,monospace;font-size:.85em}.db-dashboard__empty{padding:2rem;text-align:center;color:#64748b;font-size:.9rem}.db-zone-section{border-bottom:1px solid #1e293b}.db-zone-section:last-child{border-bottom:none}.db-zone-section__summary{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.5rem;padding:1rem 1.25rem;background:#1e293b;border-bottom:1px solid #334155;font-size:.9rem}.db-zone-section__name{font-weight:700;font-size:1rem;color:#38bdf8;font-family:ui-monospace,monospace}.db-zone-section__name--link{text-decoration:none;cursor:pointer;transition:color .2s,transform .2s,-webkit-text-decoration .2s;transition:color .2s,text-decoration .2s,transform .2s;transition:color .2s,text-decoration .2s,transform .2s,-webkit-text-decoration .2s;display:inline-block}.db-zone-section__name--link:hover{text-decoration:underline;color:#60a5fa}.db-zone-section__stat{color:#cbd5e1}.db-zone-section__stat--critical{color:#f87171;font-family:ui-monospace,monospace}.db-zone-section__cards{display:grid;gap:.75rem;padding:1rem 1.25rem}.db-report-card{background:#0f172a;border:1px solid #334155;border-radius:6px;padding:1rem;font-size:.85rem;display:grid;gap:.5rem}.db-report-card__user,.db-report-card__detail,.db-report-card__time{display:flex;flex-direction:column;gap:.2rem}.db-report-card__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#64748b}.db-report-card__time{margin-top:.25rem;padding-top:.5rem;border-top:1px solid #1e293b}.app{min-height:100vh;display:flex;flex-direction:column;background:var(--bg-primary)}.app-header{height:var(--header-height);min-height:var(--header-height);padding:0 20px;display:flex;align-items:center;gap:12px;border-bottom:1px solid var(--border);background:var(--bg-secondary);flex-shrink:0}.app-header h1{margin:0;font-size:1rem;font-weight:600;letter-spacing:.03em;color:var(--text-primary)}.app-subtitle{font-size:.85rem;color:var(--text-muted)}.cluster-count{font-size:.8rem;color:var(--text-muted);padding:4px 10px;background:var(--bg-tertiary);border-radius:6px}.app-header-link{margin-left:auto;font-size:.85rem;color:#38bdf8;text-decoration:none;padding:4px 10px;border-radius:6px}.app-header-link:hover{text-decoration:underline;background:var(--bg-tertiary)}.app-banner{padding:10px 20px;font-size:.9rem;flex-shrink:0}.app-banner-error{background:#ef444426;color:var(--red)}.app-map-wrap{flex:1;position:relative;min-height:0;height:calc(100vh - var(--header-height))}.app-map-wrap .map-container-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0}.app-map-wrap .map-container-wrap .leaflet-container{width:100%!important;height:100%!important;min-height:100%}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.static{position:static}.fixed{position:fixed}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.z-50{z-index:50}.mb-1{margin-bottom:.25rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mt-6{margin-top:1.5rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.h-12{height:3rem}.h-2{height:.5rem}.min-h-screen{min-height:100vh}.w-12{width:3rem}.w-2{width:.5rem}.w-full{width:100%}.max-w-md{max-width:28rem}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:.5rem}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-amber-500\/80{border-color:#f59e0bcc}.border-emerald-600{--tw-border-opacity: 1;border-color:rgb(5 150 105 / var(--tw-border-opacity, 1))}.border-slate-400{--tw-border-opacity: 1;border-color:rgb(148 163 184 / var(--tw-border-opacity, 1))}.border-slate-600{--tw-border-opacity: 1;border-color:rgb(71 85 105 / var(--tw-border-opacity, 1))}.border-slate-700{--tw-border-opacity: 1;border-color:rgb(51 65 85 / var(--tw-border-opacity, 1))}.border-t-emerald-400{--tw-border-opacity: 1;border-top-color:rgb(52 211 153 / var(--tw-border-opacity, 1))}.bg-amber-900\/40{background-color:#78350f66}.bg-emerald-400{--tw-bg-opacity: 1;background-color:rgb(52 211 153 / var(--tw-bg-opacity, 1))}.bg-emerald-900\/30{background-color:#064e3b4d}.bg-emerald-900\/50{background-color:#064e3b80}.bg-slate-800\/80{background-color:#1e293bcc}.bg-slate-900{--tw-bg-opacity: 1;background-color:rgb(15 23 42 / var(--tw-bg-opacity, 1))}.bg-slate-900\/95{background-color:#0f172af2}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.pb-3{padding-bottom:.75rem}.pt-2{padding-top:.5rem}.text-center{text-align:center}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-amber-200{--tw-text-opacity: 1;color:rgb(253 230 138 / var(--tw-text-opacity, 1))}.text-emerald-200{--tw-text-opacity: 1;color:rgb(167 243 208 / var(--tw-text-opacity, 1))}.text-emerald-300{--tw-text-opacity: 1;color:rgb(110 231 183 / var(--tw-text-opacity, 1))}.text-red-400{--tw-text-opacity: 1;color:rgb(248 113 113 / var(--tw-text-opacity, 1))}.text-slate-100{--tw-text-opacity: 1;color:rgb(241 245 249 / var(--tw-text-opacity, 1))}.text-slate-300{--tw-text-opacity: 1;color:rgb(203 213 225 / var(--tw-text-opacity, 1))}.text-slate-400{--tw-text-opacity: 1;color:rgb(148 163 184 / var(--tw-text-opacity, 1))}.underline{text-decoration-line:underline}.placeholder-slate-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgb(100 116 139 / var(--tw-placeholder-opacity, 1))}.placeholder-slate-500::placeholder{--tw-placeholder-opacity: 1;color:rgb(100 116 139 / var(--tw-placeholder-opacity, 1))}.shadow-2xl{--tw-shadow: 0 25px 50px -12px rgb(0 0 0 / .25);--tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.ring{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}:root{--bg-primary: #0f1419;--bg-secondary: #1a2332;--bg-tertiary: #243447;--border: #2d3e50;--text-primary: #e7e9ea;--text-muted: #8b98a5;--green: #22c55e;--yellow: #eab308;--orange: #f97316;--red: #ef4444;--header-height: 52px;--panel-width: 380px}*{box-sizing:border-box}body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh}#root{min-height:100vh}.leaflet-container{font-family:inherit;width:100%;height:100%;background:var(--bg-secondary)}.leaflet-control-layers{border:1px solid var(--border)!important;background:var(--bg-secondary)!important;border-radius:8px}.leaflet-control-layers-expanded{padding:8px 12px;color:var(--text-primary)}.leaflet-control-layers label{color:var(--text-primary);margin:4px 0}.leaflet-control-attribution{background:#0f1419d9!important;color:var(--text-muted)!important;font-size:10px}.leaflet-control-attribution a{color:var(--text-muted)}.hover\:bg-amber-900\/60:hover{background-color:#78350f99}.hover\:bg-emerald-900\/70:hover{background-color:#064e3bb3}.hover\:text-slate-200:hover{--tw-text-opacity: 1;color:rgb(226 232 240 / var(--tw-text-opacity, 1))}.focus\:border-emerald-500:focus{--tw-border-opacity: 1;border-color:rgb(16 185 129 / var(--tw-border-opacity, 1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-1:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-2:focus{--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow, 0 0 #0000)}.focus\:ring-amber-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1))}.focus\:ring-emerald-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1))}.focus\:ring-slate-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-40:disabled{opacity:.4}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:hover\:bg-emerald-900\/50:hover:disabled{background-color:#064e3b80}
