:root{--black:#111;--gold:#b08d57;--gold-light:#c9a96e;--gold-dim:#7a6038;--ivory:#f7f3ec;--surface:#1c1c1c;--surface2:#242424;--surface3:#2e2e2e;--border:#2a2a2a;--border2:#383838;--muted:#888;--muted2:#555;--online:#22c55e;--offline:#ef4444;--warning:#f59e0b;--white:#fff;--font-serif:"Cormorant Garamond", Georgia, serif;--font-sans:"Montserrat", -apple-system, BlinkMacSystemFont, sans-serif;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 3px #0006;--shadow-md:0 4px 16px #00000080;--shadow-lg:0 8px 32px #0009;--shadow-gold:0 0 20px #b08d5726;--sidebar-w:260px;--topbar-h:60px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden}body{font-family:var(--font-sans);background-color:var(--black);color:var(--ivory);-webkit-font-smoothing:antialiased;font-size:14px;line-height:1.5}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:var(--font-sans)}input,select,textarea{font-family:var(--font-sans)}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--gold-dim)}.leaflet-container{font-family:var(--font-sans);background:#1a1a1a}.leaflet-control-zoom a{background:var(--surface)!important;color:var(--ivory)!important;border-color:var(--border2)!important}.leaflet-control-zoom a:hover{background:var(--surface3)!important;color:var(--gold)!important}.leaflet-popup-content-wrapper{background:var(--surface)!important;color:var(--ivory)!important;border:1px solid var(--border2)!important;border-radius:var(--radius-md)!important;box-shadow:var(--shadow-lg)!important;padding:0!important}.leaflet-popup-content{margin:0!important}.leaflet-popup-tip{background:var(--surface)!important}.leaflet-popup-close-button{color:var(--muted)!important;top:8px!important;right:8px!important}.leaflet-popup-close-button:hover{color:var(--gold)!important;background:0 0!important}.leaflet-attribution-flag{display:none!important}.leaflet-control-attribution{color:var(--muted2)!important;background:#111c!important;font-size:10px!important}.leaflet-control-attribution a{color:var(--gold-dim)!important}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:none}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.fade-in{animation:.35s forwards fadeIn}.fade-up{animation:.5s forwards fadeUp}.pulse{animation:2s ease-in-out infinite pulse}.spin{animation:.7s linear infinite spin}.skeleton{background:linear-gradient(90deg, var(--surface) 25%, var(--surface3) 50%, var(--surface) 75%);border-radius:var(--radius-sm);background-size:200% 100%;animation:1.4s ease-in-out infinite shimmer}
