:root{--orange: #ffaa00;--amber-flame: #ffb700;--school-bus-yellow: #ffc300;--bright-amber: #ffd000;--bright-gold: #ffdd00}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}.price-marker{border:2px solid white;border-radius:99px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0003,0 2px 4px -1px #0000001a;width:100%;height:100%;font-size:.85rem;transition:transform .2s cubic-bezier(.175,.885,.32,1.275)}.price-marker:hover{transform:scale(1.1);z-index:50}.price-marker-default{background:var(--orange);color:#1a1a1a}.price-marker-cheap{background:var(--bright-gold);color:#1a1a1a;border-color:#1a1a1a}.price-marker-expensive{background:#ef4444;color:#fff}.user-location-marker{position:relative}.user-location-marker .dot{width:16px;height:16px;background-color:var(--orange);border:3px solid white;border-radius:50%;position:absolute;top:4px;left:4px;z-index:2;box-shadow:0 2px 4px #00000040}.user-location-marker .pulse{width:24px;height:24px;background-color:#fa06;border-radius:50%;position:absolute;top:0;left:0;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:.8}70%{transform:scale(2.5);opacity:0}to{transform:scale(1);opacity:0}}.no-scrollbar::-webkit-scrollbar{display:none}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.leaflet-control-attribution{background:#fffc!important;font-size:10px!important;padding:0 4px!important}
