@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap";
:root{--color-background:#0a0a0a;--color-surface:#111;--color-surface-2:#161616;--color-border:#222;--color-text-primary:#fff;--color-text-secondary:#aaa;--color-text-muted:#666;--color-text-disabled:#444;--color-accent:#c0392b;--color-accent-hover:#a93226;--color-status-active:#27ae60;--color-status-pending:#f39c12;--color-status-alert:#c0392b;--color-hotspots:#fd8d3c;--color-vessels:#f84;--color-megafauna:#4bf;--color-platforms:#f57;--color-osvs:#f6c;--color-gaps:#fd4}*,:before,:after{box-sizing:border-box}html,body{background-color:var(--color-background);height:100%;color:var(--color-text-secondary);margin:0;padding:0;font-family:IBM Plex Mono,Inter,system-ui,monospace;overflow:hidden}#__next,main{height:100%}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:var(--color-surface);border:1px solid var(--color-accent);color:var(--color-text-primary);border-radius:0;font-family:IBM Plex Mono,monospace}.leaflet-popup-content{font-size:14px}.leaflet-control-zoom a{background:var(--color-surface)!important;color:var(--color-text-secondary)!important;border-color:var(--color-border)!important;border-radius:0!important}.leaflet-control-zoom a:hover{background:var(--color-accent)!important;color:#fff!important}.leaflet-control-attribution{color:var(--color-text-disabled)!important;background:#0a0a0acc!important;font-family:IBM Plex Mono,monospace!important;font-size:10px!important}.leaflet-control-attribution a{color:var(--color-text-muted)!important}.gap-pulse{background:#ffdd44b3;border:2px solid #ffdd444d;border-radius:50%;width:12px;height:12px;animation:1.8s ease-in-out infinite gapPulse}@keyframes gapPulse{0%,to{transform:scale(1);box-shadow:0 0 4px #fd46}50%{transform:scale(1.4);box-shadow:0 0 12px #ffdd44b3}}.platform-marker{background:#f57;border:2px solid #ff55774d;width:10px;height:10px;transform:rotate(45deg)}.legend{color:var(--color-text-secondary);font-family:IBM Plex Mono,monospace;font-size:13px;line-height:1.6;background:var(--color-surface)!important;border:1px solid var(--color-border)!important;border-radius:0!important;padding:14px 16px!important}.legend h4{color:var(--color-text-muted);letter-spacing:.06em;text-transform:uppercase;margin:0 0 8px;font-size:11px;font-weight:500}.legend i{float:left;opacity:.9;width:14px;height:14px;margin-right:8px}
