:root{--bg: #0e0e10;--surface: #16161a;--surface-alt: #1c1c21;--surface-glass: rgba(22, 22, 26, .85);--surface-hover: rgba(255, 255, 255, .04);--border: rgba(255, 255, 255, .08);--border-hover: rgba(201, 169, 110, .35);--text-primary: #f0ede8;--text-secondary: #a8a49e;--text-muted: #6b6762;--gold: #c9a96e;--gold-light: #d9bc8a;--input-bg: rgba(255, 255, 255, .04)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;background:var(--bg)}body{background:var(--bg);color:var(--text-secondary);font-family:DM Sans,Segoe UI,system-ui,sans-serif;min-height:100vh;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#c9a96e66}.leaflet-container{background:#e8e4df}.vl-marker{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:Cormorant Garamond,serif;font-size:.85rem;font-weight:700;color:#0e0e10;cursor:pointer;transition:transform .15s}.vl-marker:hover{transform:scale(1.12)}
