@import"https://fonts.googleapis.com/css2?family=Share+Tech+Mono&family=Barlow:wght@400;600;700&display=swap";.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{-webkit-transition:-webkit-transform .3s ease-out,opacity .3s ease-in;-moz-transition:-moz-transform .3s ease-out,opacity .3s ease-in;-o-transition:-o-transform .3s ease-out,opacity .3s ease-in;transition:transform .3s ease-out,opacity .3s ease-in}.leaflet-cluster-spider-leg{-webkit-transition:-webkit-stroke-dashoffset .3s ease-out,-webkit-stroke-opacity .3s ease-in;-moz-transition:-moz-stroke-dashoffset .3s ease-out,-moz-stroke-opacity .3s ease-in;-o-transition:-o-stroke-dashoffset .3s ease-out,-o-stroke-opacity .3s ease-in;transition:stroke-dashoffset .3s ease-out,stroke-opacity .3s ease-in}.marker-cluster-small{background-color:#b5e28c99}.marker-cluster-small div{background-color:#6ecc3999}.marker-cluster-medium{background-color:#f1d35799}.marker-cluster-medium div{background-color:#f0c20c99}.marker-cluster-large{background-color:#fd9c7399}.marker-cluster-large div{background-color:#f1801799}.leaflet-oldie .marker-cluster-small{background-color:#b5e28c}.leaflet-oldie .marker-cluster-small div{background-color:#6ecc39}.leaflet-oldie .marker-cluster-medium{background-color:#f1d357}.leaflet-oldie .marker-cluster-medium div{background-color:#f0c20c}.leaflet-oldie .marker-cluster-large{background-color:#fd9c73}.leaflet-oldie .marker-cluster-large div{background-color:#f18017}.marker-cluster{background-clip:padding-box;border-radius:20px}.marker-cluster div{width:30px;height:30px;margin-left:5px;margin-top:5px;text-align:center;border-radius:15px;font:12px Helvetica Neue,Arial,Helvetica,sans-serif}.marker-cluster span{line-height:30px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0a0a0a;--surface: #141414;--surface2: #1e1e1e;--border: #2a2a2a;--text: #e8e8e8;--text-muted: #666;--red: #ff4444;--green: #44ff88;--mono: "Share Tech Mono", monospace;--sans: "Barlow", sans-serif}html,body,#root{height:100%;width:100%;overflow:hidden;background:var(--bg);color:var(--text);font-family:var(--sans)}.app{position:relative;width:100%;height:100%}.map-container{width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.leaflet-container{background:#111;font-family:var(--sans)}.leaflet-tile{filter:brightness(.85) saturate(.7) hue-rotate(180deg) invert(1)}.pin-wrapper{position:relative;width:44px;height:44px;display:flex;align-items:center;justify-content:center}.pin-inner{width:38px;height:38px;border-radius:50%;border:3px solid rgba(255,255,255,.9);display:flex;align-items:center;justify-content:center;font-size:18px;box-shadow:0 2px 12px #0009;position:relative;z-index:2}@keyframes pin-drop{0%{transform:translateY(-40px) scale(1.2);opacity:0}60%{transform:translateY(6px) scale(.95);opacity:1}80%{transform:translateY(-4px) scale(1.02)}to{transform:translateY(0) scale(1)}}.pin-drop{animation:pin-drop .5s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes pulse-ring{0%{transform:scale(.8);opacity:.8}to{transform:scale(2.2);opacity:0}}.pulse-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:var(--pulse-color, #ff4444);animation:pulse-ring 1.4s ease-out infinite;z-index:1}.cluster-icon{width:40px;height:40px;border-radius:50%;background:#ff4444d9;border:2px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;font-family:var(--mono);font-size:13px;font-weight:700;color:#fff;box-shadow:0 2px 10px #00000080}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{transition:transform .3s ease-out,opacity .3s ease-in}.custom-popup .leaflet-popup-content-wrapper{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:0;box-shadow:0 4px 20px #0009}.custom-popup .leaflet-popup-tip-container{display:none}.custom-popup .leaflet-popup-content{margin:0;width:auto!important}.alert-popup{padding:12px 14px;min-width:190px}.popup-header{display:flex;align-items:center;gap:8px;margin-bottom:6px}.popup-emoji{font-size:20px}.popup-label{font-weight:600;font-size:14px}.popup-meta{display:flex;justify-content:space-between;margin-bottom:10px}.popup-time{font-family:var(--mono);font-size:11px;color:var(--text-muted)}.popup-expiry{font-family:var(--mono);font-size:11px;color:#4f8}.popup-votes{display:flex;gap:8px}.vote-btn{border:none;border-radius:5px;padding:5px 10px;font-size:12px;font-family:var(--mono);cursor:pointer;font-weight:600;transition:opacity .15s}.vote-btn:hover{opacity:.8}.vote-btn.confirm{background:#44ff8826;color:var(--green);border:1px solid rgba(68,255,136,.3)}.vote-btn.fake{background:#ff444426;color:var(--red);border:1px solid rgba(255,68,68,.3)}.report-panel{position:absolute;bottom:0;left:0;right:0;z-index:1000;background:linear-gradient(to top,#0a0a0afa,#0a0a0ad9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid var(--border);padding:12px 16px 20px}.report-label{font-family:var(--mono);font-size:10px;letter-spacing:3px;color:var(--text-muted);margin-bottom:10px}.report-types{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.report-types::-webkit-scrollbar{display:none}.type-btn{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:3px;padding:10px 14px;background:var(--surface2);border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:all .15s;color:var(--text);min-width:80px}.type-btn:hover{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,var(--surface2));transform:translateY(-2px)}.type-emoji{font-size:22px}.type-name{font-size:10px;font-weight:600;text-align:center;white-space:nowrap}.type-expiry{font-family:var(--mono);font-size:9px;color:var(--text-muted)}.placing-banner{position:absolute;bottom:0;left:0;right:0;z-index:1000;background:#ff88001f;border-top:2px solid #ff8800;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:16px 20px;display:flex;justify-content:space-between;align-items:center;font-size:14px;font-weight:600;animation:pulse-border 1.5s ease-in-out infinite}@keyframes pulse-border{0%,to{border-top-color:#f80}50%{border-top-color:#fc0}}.cancel-btn{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:var(--text);padding:6px 14px;border-radius:6px;cursor:pointer;font-size:13px}.cancel-btn:hover{background:#ffffff26}.list-toggle{position:absolute;top:16px;right:16px;z-index:1000;background:var(--surface);border:1px solid var(--border);color:var(--text);padding:8px 14px;border-radius:8px;font-family:var(--mono);font-size:13px;cursor:pointer;display:flex;align-items:center;gap:6px;box-shadow:0 2px 10px #0006}.list-toggle span{background:var(--red);color:#fff;border-radius:10px;padding:0 6px;font-size:11px;min-width:18px;text-align:center}.alert-list{position:absolute;top:0;right:0;bottom:0;width:min(320px,90vw);z-index:999;background:#0e0e0ef7;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-left:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden}.list-header{display:flex;justify-content:space-between;align-items:center;padding:16px;border-bottom:1px solid var(--border);font-family:var(--mono);font-size:12px;letter-spacing:1px;color:var(--text-muted);flex-shrink:0}.close-btn{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:16px;padding:2px 6px}.close-btn:hover{color:var(--text)}.list-empty{padding:24px 16px;color:var(--text-muted);font-size:13px;text-align:center;line-height:1.6}.list-scroll{overflow-y:auto;flex:1}.list-item{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);transition:background .1s}.list-item:hover{background:var(--surface2)}.item-icon{font-size:22px;flex-shrink:0;width:38px;height:38px;display:flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--accent, #ff4444) 20%,transparent);border-radius:50%}.item-info{flex:1;min-width:0}.item-label{font-size:13px;font-weight:600}.item-meta{display:flex;gap:8px;margin-top:3px;align-items:center}.item-time{font-family:var(--mono);font-size:11px;color:var(--text-muted)}.item-dist{font-family:var(--mono);font-size:11px;color:#4af}.item-votes{display:flex;flex-direction:column;gap:4px;flex-shrink:0}.item-votes .vote-btn{padding:3px 8px;font-size:11px}
