.PremiumMapComponent-module__s-fmQG__mapContainer{background:var(--background-color);border-radius:24px;width:100%;height:600px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.PremiumMapComponent-module__s-fmQG__fullscreen{z-index:9999;border-radius:0;height:100vh;position:fixed;inset:0}.PremiumMapComponent-module__s-fmQG__map{width:100%;height:100%}.PremiumMapComponent-module__s-fmQG__mapControls{z-index:1000;flex-direction:column;gap:12px;display:flex;position:absolute;top:24px;left:auto;right:24px}.PremiumMapComponent-module__s-fmQG__controlGroup{-webkit-backdrop-filter:blur(12px);background:#ffffffb3;border:1px solid #ffffff80;border-radius:16px;flex-direction:column;gap:12px;padding:8px;display:flex;box-shadow:0 8px 32px #0000001a}.PremiumMapComponent-module__s-fmQG__controlButton{width:44px;height:44px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:center;align-items:center;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.PremiumMapComponent-module__s-fmQG__controlButton:hover{color:var(--accent-color);background:#fffc;transform:scale(1.05)}.PremiumMapComponent-module__s-fmQG__controlButton.PremiumMapComponent-module__s-fmQG__active{background:var(--accent-color);color:#fff;box-shadow:0 4px 12px #0ea5e94d}.PremiumMapComponent-module__s-fmQG__layerPanel{-webkit-backdrop-filter:blur(16px);z-index:1000;background:#ffffffd9;border:1px solid #fff9;border-radius:24px;width:340px;max-height:calc(100% - 48px);padding:24px;animation:.3s cubic-bezier(.16,1,.3,1) PremiumMapComponent-module__s-fmQG__slideIn;position:absolute;top:24px;left:24px;overflow-y:auto;box-shadow:0 20px 40px #00000026}@keyframes PremiumMapComponent-module__s-fmQG__slideIn{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.PremiumMapComponent-module__s-fmQG__layerPanel h3{color:var(--text-primary);letter-spacing:-.02em;margin:0 0 20px;font-size:1.25rem;font-weight:700}.PremiumMapComponent-module__s-fmQG__layerSection{margin-bottom:24px}.PremiumMapComponent-module__s-fmQG__layerSection h4{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;margin:0 0 12px;font-size:.75rem;font-weight:700}.PremiumMapComponent-module__s-fmQG__layerItem{cursor:pointer;border-radius:12px;align-items:flex-start;gap:12px;padding:12px;transition:background-color .2s;display:flex}.PremiumMapComponent-module__s-fmQG__layerItem:hover{background:#ffffff80}.PremiumMapComponent-module__s-fmQG__layerItem label{color:var(--text-primary);cursor:pointer;align-items:center;gap:10px;font-size:.95rem;font-weight:600;display:flex}.PremiumMapComponent-module__s-fmQG__layerDescription{color:var(--text-secondary);margin-top:4px;margin-left:28px;font-size:.8rem;line-height:1.4}.PremiumMapComponent-module__s-fmQG__customMarker{cursor:pointer;width:40px;height:40px}.PremiumMapComponent-module__s-fmQG__markerPin{justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.PremiumMapComponent-module__s-fmQG__markerPin:before{content:"";background:#0ea5e94d;border-radius:50%;width:100%;height:100%;animation:2s infinite PremiumMapComponent-module__s-fmQG__pulse;position:absolute}.PremiumMapComponent-module__s-fmQG__markerPin:after{content:"";background:var(--accent-color);z-index:2;border:3px solid #fff;border-radius:50%;width:16px;height:16px;position:absolute;box-shadow:0 4px 12px #0003}@keyframes PremiumMapComponent-module__s-fmQG__pulse{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(2.5)}}.PremiumMapComponent-module__s-fmQG__markerIcon,.PremiumMapComponent-module__s-fmQG__markerShadow{display:none}.PremiumMapComponent-module__s-fmQG__markerPopup{text-align:center;padding:8px}.PremiumMapComponent-module__s-fmQG__markerPopup h4{color:var(--text-primary);margin:0 0 4px;font-weight:600}.PremiumMapComponent-module__s-fmQG__markerPopup p{color:var(--text-secondary);margin:0;font-size:.85rem}.PremiumMapComponent-module__s-fmQG__mapLegend{-webkit-backdrop-filter:blur(12px);z-index:1000;background:#ffffffd9;border:1px solid #fff9;border-radius:20px;width:280px;max-height:calc(100% - 180px);padding:20px;animation:.3s cubic-bezier(.16,1,.3,1) PremiumMapComponent-module__s-fmQG__slideUp;position:absolute;bottom:24px;right:24px;overflow-y:auto;box-shadow:0 12px 32px #0000001f}@keyframes PremiumMapComponent-module__s-fmQG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.PremiumMapComponent-module__s-fmQG__legendHeader{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;display:flex}.PremiumMapComponent-module__s-fmQG__legendHeader h4{color:#1e293b;margin:0;font-size:1rem;font-weight:700}.PremiumMapComponent-module__s-fmQG__legendInfoIcon{color:#64748b;opacity:.6;font-size:.9rem}.PremiumMapComponent-module__s-fmQG__legendGroup{margin-bottom:16px}.PremiumMapComponent-module__s-fmQG__legendGroup:last-child{margin-bottom:0}.PremiumMapComponent-module__s-fmQG__legendSubTitle{text-transform:uppercase;color:#64748b;letter-spacing:.05em;margin:0 0 10px;font-size:.7rem;font-weight:700}.PremiumMapComponent-module__s-fmQG__legendItems{flex-direction:column;gap:12px;display:flex}.PremiumMapComponent-module__s-fmQG__legendItem{align-items:center;gap:12px;display:flex}.PremiumMapComponent-module__s-fmQG__legendColor{border-radius:4px;flex-shrink:0;width:14px;height:14px;box-shadow:inset 0 0 0 1px #0000001a}.PremiumMapComponent-module__s-fmQG__zoneAE{border:1px solid #09c}.PremiumMapComponent-module__s-fmQG__zoneX500{border:1px solid #cc0}.PremiumMapComponent-module__s-fmQG__zoneV{border:1px solid #c20}.PremiumMapComponent-module__s-fmQG__legendLabel{flex-direction:column;display:flex}.PremiumMapComponent-module__s-fmQG__mainLabel{color:#1e293b;font-size:.85rem;font-weight:600}.PremiumMapComponent-module__s-fmQG__subLabel{color:#64748b;font-size:.7rem}.PremiumMapComponent-module__s-fmQG__surgeGradient{color:#64748b;align-items:center;gap:10px;font-size:.7rem;font-weight:600;display:flex}.PremiumMapComponent-module__s-fmQG__gradientBar{background:linear-gradient(90deg,#ffe0b2,#ffcc02,#ff9800,#f44336,#880e4f);border-radius:4px;flex:1;height:8px}.PremiumMapComponent-module__s-fmQG__simpleLegendItems{flex-wrap:wrap;gap:8px;display:flex}.PremiumMapComponent-module__s-fmQG__noLayers{color:#64748b;margin:0;font-size:.75rem;font-style:italic}.PremiumMapComponent-module__s-fmQG__boundaryLine{border-radius:1px;flex-shrink:0;width:14px;height:2px}.PremiumMapComponent-module__s-fmQG__loadingOverlay{z-index:1001;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffc;flex-direction:column;justify-content:center;align-items:center;animation:.3s PremiumMapComponent-module__s-fmQG__fadeIn;display:flex;position:absolute;inset:0}@keyframes PremiumMapComponent-module__s-fmQG__fadeIn{0%{opacity:0}to{opacity:1}}.PremiumMapComponent-module__s-fmQG__loadingSpinner{border:4px solid #f3f3f3;border-top-color:#0ea5e9;border-radius:50%;width:40px;height:40px;margin-bottom:16px;animation:1s linear infinite PremiumMapComponent-module__s-fmQG__spin}@keyframes PremiumMapComponent-module__s-fmQG__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:768px){.PremiumMapComponent-module__s-fmQG__mapLegend{display:none}.PremiumMapComponent-module__s-fmQG__mapControls{flex-direction:row;top:auto;bottom:24px;right:24px}.PremiumMapComponent-module__s-fmQG__controlGroup{flex-direction:row}.PremiumMapComponent-module__s-fmQG__layerPanel{width:auto;max-height:50vh;inset:auto 16px 90px}}
