.map-module__P0l8kq__mapContainer{border-radius:var(--radius-md);flex-direction:column;width:100%;height:100%;min-height:500px;display:flex;position:relative;overflow:hidden}.map-module__P0l8kq__mapTitle{z-index:10;border-radius:var(--radius-md);color:var(--text-primary);border:1px solid var(--surface-border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1e293be6;padding:.5rem 1rem;font-size:.9rem;font-weight:600;position:absolute;top:15px;left:15px}.map-module__P0l8kq__mapArea{background:#0003;flex-grow:1;width:100%}.map-module__P0l8kq__mapLegend{z-index:10;border-radius:var(--radius-md);border:1px solid var(--surface-border);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#1e293be6;flex-direction:column;gap:.8rem;padding:1rem;display:flex;position:absolute;bottom:15px;right:15px}.map-module__P0l8kq__legendItem{color:var(--text-secondary);align-items:center;gap:.8rem;font-size:.85rem;font-weight:500;display:flex}.map-module__P0l8kq__dot{border-radius:50%;width:12px;height:12px;display:inline-block;box-shadow:0 0 5px #ff000080}.map-module__P0l8kq__polygonThumb{width:16px;height:16px;display:inline-block}.map-module__P0l8kq__loadingOverlay{z-index:5;background:#0f172acc;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.map-module__P0l8kq__loadingOverlay p{color:var(--text-secondary);font-size:.9rem}.map-module__P0l8kq__apiKeyGuide{text-align:left;color:#1e293b;background:#fff;border-radius:1rem;max-width:500px;padding:2rem;box-shadow:0 20px 25px -5px #0000001a}.map-module__P0l8kq__apiKeyGuide h3{color:#2563eb;margin-bottom:1.2rem;font-size:1.2rem;font-weight:800}.map-module__P0l8kq__apiKeyGuide p{margin-bottom:.8rem;font-size:.95rem;line-height:1.6}.map-module__P0l8kq__apiKeyGuide code{background:#f1f5f9;border-radius:.3rem;padding:.2rem .4rem;font-weight:600}.map-module__P0l8kq__apiKeyGuide pre{color:#38bdf8;background:#0f172a;border-radius:.5rem;margin:1rem 0;padding:1rem;font-size:.85rem;overflow-x:auto}.map-module__P0l8kq__apiKeyGuide a{color:#3b82f6;font-weight:600;text-decoration:underline}.map-module__P0l8kq__spinner{border:4px solid #3b82f61a;border-top-color:#3b82f6;border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite map-module__P0l8kq__spin}.map-module__P0l8kq__loadingInfo{color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.map-module__P0l8kq__retryButton{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:8px;margin-top:1.5rem;padding:.8rem 2rem;font-weight:600;transition:all .3s}.map-module__P0l8kq__retryButton:hover{background:#1d4ed8;transform:translateY(-2px)}.map-module__P0l8kq__smallText{color:#94a3b8;margin-top:.5rem;font-size:.75rem}@keyframes map-module__P0l8kq__spin{to{transform:rotate(360deg)}}
.map-page-module__cZwsGW__container{background:var(--bg-color);position:absolute;inset:0;overflow:hidden}.map-page-module__cZwsGW__mapWrapper{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.map-page-module__cZwsGW__header{z-index:10;background:var(--surface-color);-webkit-backdrop-filter:blur(12px);border-radius:var(--radius-lg);border:1px solid var(--surface-border);box-shadow:var(--shadow-lg);color:var(--text-primary);width:320px;padding:.8rem 1.2rem;position:absolute;top:1rem;left:1rem}.map-page-module__cZwsGW__headerMain{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.map-page-module__cZwsGW__homeBtn{border-radius:var(--radius-md);background:var(--hover-bg);border:1px solid var(--surface-border);transition:all var(--transition-fast);flex-direction:column;align-items:center;gap:.2rem;min-width:64px;padding:.5rem;display:flex}.map-page-module__cZwsGW__homeBtn:hover{background:#2563eb33;border-color:#2563eb66;transform:translateY(-2px)}.map-page-module__cZwsGW__homeIcon{font-size:1.2rem}.map-page-module__cZwsGW__homeLabel{letter-spacing:-.02em;color:var(--text-secondary);white-space:nowrap;font-size:.6rem;font-weight:700}.map-page-module__cZwsGW__headerTitle h1{margin-bottom:.1rem;font-size:1.25rem;font-weight:800}.map-page-module__cZwsGW__headerTitle p{color:var(--text-secondary);font-size:.75rem}.map-page-module__cZwsGW__legend{gap:1rem;margin-top:.6rem;display:flex}.map-page-module__cZwsGW__legendItem{align-items:center;gap:.4rem;font-size:.7rem;font-weight:600;display:flex}.map-page-module__cZwsGW__dot{background:#3b82f6;border-radius:50%;width:8px;height:8px;box-shadow:0 0 8px #3b82f680}.map-page-module__cZwsGW__sidebar{z-index:10;background:var(--surface-color);-webkit-backdrop-filter:blur(16px);border-radius:var(--radius-lg);border:1px solid var(--surface-border);width:280px;box-shadow:var(--shadow-lg);color:var(--text-primary);flex-direction:column;display:flex;position:absolute;top:1rem;bottom:1rem;right:1rem;overflow:hidden}.map-page-module__cZwsGW__sidebarTitle{border-bottom:1px solid var(--surface-border);color:var(--text-primary);padding:1rem;font-size:.9rem;font-weight:700}.map-page-module__cZwsGW__tabContent{flex-direction:column;flex:1;display:flex;overflow:hidden}.map-page-module__cZwsGW__statsList{flex:.8;padding:.8rem;overflow-y:auto}.map-page-module__cZwsGW__statItem{margin-bottom:.8rem}.map-page-module__cZwsGW__statHeader{justify-content:space-between;margin-bottom:.3rem;font-size:.75rem;display:flex}.map-page-module__cZwsGW__barWrapper{background:var(--surface-border);border-radius:2px;height:3px;margin-bottom:.3rem;overflow:hidden}.map-page-module__cZwsGW__pBar{background:linear-gradient(90deg,#3b82f6,#60a5fa);height:100%}.map-page-module__cZwsGW__statInfo{justify-content:space-between;font-size:.7rem;display:flex}.map-page-module__cZwsGW__statValue{font-weight:700}.map-page-module__cZwsGW__statPercent{color:#60a5fa}.map-page-module__cZwsGW__assetList{background:var(--hover-bg);flex:1.2;padding:.8rem;overflow-y:auto}.map-page-module__cZwsGW__assetItem{background:var(--surface-color);border:1px solid var(--surface-border);border-radius:var(--radius-md);margin-bottom:.5rem;padding:.5rem}.map-page-module__cZwsGW__itemName{color:var(--text-primary);margin-bottom:.2rem;font-size:.75rem;font-weight:700}.map-page-module__cZwsGW__itemValue{color:#f87171;font-size:.85rem;font-weight:800}.map-page-module__cZwsGW__pageLoading{z-index:100;border-radius:var(--radius-lg);background:#0f172ae6;flex-direction:column;align-items:center;gap:1rem;width:280px;padding:2rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.map-page-module__cZwsGW__spinner{border:3px solid #3b82f6;border-top-color:#0000;border-radius:50%;width:40px;height:40px;animation:1s linear infinite map-page-module__cZwsGW__spin}@keyframes map-page-module__cZwsGW__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:1000px){.map-page-module__cZwsGW__sidebar{display:none}}
