.MapDrawTools-module__JTB7CG__drawToolsWrapper{z-index:2100;pointer-events:none;flex-direction:row-reverse;align-items:flex-start;gap:12px;display:flex;position:absolute;top:50%;right:60px;transform:translateY(-50%)}.MapDrawTools-module__JTB7CG__drawToolsPanel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);pointer-events:auto;cursor:grab;flex-direction:column;gap:12px;width:280px;padding:13px;display:flex;box-shadow:0 16px 64px #0006}.MapDrawTools-module__JTB7CG__drawToolsPanel:active{cursor:grabbing}.MapDrawTools-module__JTB7CG__section{flex-direction:column;gap:6px;display:flex}.MapDrawTools-module__JTB7CG__sectionTitle{text-transform:uppercase;color:var(--text-muted);letter-spacing:.8px;border-bottom:1px solid var(--border);margin-bottom:1px;padding-bottom:3px;font-size:12px;font-weight:700}.MapDrawTools-module__JTB7CG__grid{grid-template-columns:repeat(3,1fr);gap:6px;display:grid}.MapDrawTools-module__JTB7CG__toolBtn{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:4px;padding:8px 0;font-size:12px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.MapDrawTools-module__JTB7CG__toolBtn:hover{background:var(--surface-hover);transform:translateY(-1px)}.MapDrawTools-module__JTB7CG__toolBtn.MapDrawTools-module__JTB7CG__active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 4px 12px #6366f14d}.MapDrawTools-module__JTB7CG__colors{flex-wrap:wrap;gap:8px;padding:3px 3px 3px 6px;display:flex}.MapDrawTools-module__JTB7CG__colorBtn{border:1.5px solid var(--border);cursor:pointer;border-radius:50%;width:22px;height:22px;transition:all .2s;box-shadow:inset 0 2px 4px #0003}.MapDrawTools-module__JTB7CG__colorBtn:hover{border-color:var(--text-primary);transform:scale(1.15)}.MapDrawTools-module__JTB7CG__colorBtn.MapDrawTools-module__JTB7CG__active{border-color:var(--text-primary);box-shadow:0 0 0 2px var(--surface), 0 0 0 3px var(--accent);transform:scale(1.15)}.MapDrawTools-module__JTB7CG__colorPickerDot{border-radius:var(--radius-sm);border:1.5px solid var(--border);cursor:pointer;width:22px;height:22px;transition:all .2s;position:relative;overflow:hidden;box-shadow:inset 0 2px 4px #0003}.MapDrawTools-module__JTB7CG__cycling{background:linear-gradient(120deg,#ff4d4d,#ffa24d,#ffee4d,#4dff88,#4dd2ff,#7a6bff,#ff4dd2,#ff4d4d) 0 0/400% 400%;animation:14s linear infinite MapDrawTools-module__JTB7CG__colorPickerCycle}@keyframes MapDrawTools-module__JTB7CG__colorPickerCycle{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.MapDrawTools-module__JTB7CG__colorPickerDot:hover{border-color:var(--text-primary);transform:scale(1.15)}.MapDrawTools-module__JTB7CG__colorPickerDot.MapDrawTools-module__JTB7CG__active{border-color:var(--text-primary);box-shadow:0 0 0 2px var(--surface), 0 0 0 3px var(--accent);transform:scale(1.15)}.MapDrawTools-module__JTB7CG__colorPickerInput{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.MapDrawTools-module__JTB7CG__colorPickerGlyph{color:#fff;text-shadow:0 1px 2px #000000b3;pointer-events:none;font-size:9px;font-weight:800;line-height:1;position:absolute;bottom:0;right:1px}.MapDrawTools-module__JTB7CG__styleRow{align-items:center;gap:8px;display:flex}.MapDrawTools-module__JTB7CG__sizeBtn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface-alt);cursor:pointer;width:30px;min-width:30px;height:30px;color:var(--text-primary);justify-content:center;align-items:center;padding:0;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.MapDrawTools-module__JTB7CG__sizeBtn:hover{background:var(--surface-hover)}.MapDrawTools-module__JTB7CG__sizeBtn.MapDrawTools-module__JTB7CG__active{border-color:var(--accent);color:var(--accent);background:#6366f11f}.MapDrawTools-module__JTB7CG__fillBtn{width:30px}.MapDrawTools-module__JTB7CG__presetSizes{align-items:center;gap:6px;display:flex}.MapDrawTools-module__JTB7CG__sizeSymbolBtn{width:30px}.MapDrawTools-module__JTB7CG__sizeIndicator{background:currentColor;border-radius:50%}.MapDrawTools-module__JTB7CG__sizeInputWrap{align-items:center;gap:0;display:flex}.MapDrawTools-module__JTB7CG__sizeInput{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-alt);width:54px;height:30px;color:var(--text-primary);padding:0 8px;font-size:12px;font-weight:600}.MapDrawTools-module__JTB7CG__sizeInput:focus{border-color:var(--accent);outline:none}.MapDrawTools-module__JTB7CG__opacityInput{border-radius:var(--radius-sm);border:1px solid var(--border);background:var(--surface-alt);width:46px;height:30px;color:var(--text-primary);text-align:center;padding:0 4px;font-size:12px;font-weight:600}.MapDrawTools-module__JTB7CG__opacityInput:focus{border-color:var(--accent);outline:none}.MapDrawTools-module__JTB7CG__opacityInput:disabled{opacity:.5;cursor:not-allowed}.MapDrawTools-module__JTB7CG__unitLabel{color:var(--text-muted);-webkit-user-select:none;user-select:none;margin-left:4px;font-size:11px;font-weight:700}.MapDrawTools-module__JTB7CG__styleRowLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:.5px;-webkit-user-select:none;user-select:none;min-width:46px;font-size:10px;font-weight:700}.MapDrawTools-module__JTB7CG__rightAlign{margin-left:auto}.MapDrawTools-module__JTB7CG__measurementBox{background:var(--surface-alt);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);font-variant-numeric:tabular-nums;justify-content:space-between;align-items:center;padding:8px 12px;font-size:14px;font-weight:800;display:flex}.MapDrawTools-module__JTB7CG__measurementLabel{text-transform:uppercase;color:var(--text-muted);letter-spacing:.6px;margin-bottom:0;font-size:11px;font-weight:700}.MapDrawTools-module__JTB7CG__actions{gap:8px;margin-top:2px;display:flex}.MapDrawTools-module__JTB7CG__actionBtn{background:var(--surface-alt);border:1px solid var(--border);color:var(--text-primary);border-radius:var(--radius-md);cursor:pointer;flex:1;padding:10px 0;font-size:13px;font-weight:600;transition:all .2s}.MapDrawTools-module__JTB7CG__actionBtn:hover{background:var(--surface-hover)}.MapDrawTools-module__JTB7CG__actionBtn.MapDrawTools-module__JTB7CG__danger{color:#ef4444;background:#ef444414;border-color:#ef444433}.MapDrawTools-module__JTB7CG__actionBtn.MapDrawTools-module__JTB7CG__danger:hover{background:var(--red);color:#fff;border-color:var(--red);box-shadow:0 4px 12px #ef44444d}.MapDrawTools-module__JTB7CG__textMarkerContainer{align-items:flex-start;display:flex;position:relative}.MapDrawTools-module__JTB7CG__textMarker{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);cursor:text;white-space:pre-wrap;z-index:10;resize:both;outline:none;min-width:150px;min-height:40px;padding:8px 12px;font-family:inherit;font-size:16px;font-weight:700;transition:border-color .2s;overflow:auto;box-shadow:0 6px 20px #0003}.MapDrawTools-module__JTB7CG__textMarker:focus{border-color:var(--accent)}.MapDrawTools-module__JTB7CG__textMarker::placeholder{color:var(--text-muted)}.MapDrawTools-module__JTB7CG__textMarkerDelete{background:var(--red);color:#fff;border:2px solid var(--surface);cursor:pointer;z-index:11;opacity:0;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex;position:absolute;top:-8px;right:-8px;transform:scale(.8)}.MapDrawTools-module__JTB7CG__textMarkerDrag{background:var(--surface-alt);width:20px;height:20px;color:var(--text-primary);border:2px solid var(--border);cursor:grab;z-index:11;opacity:0;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:-8px;left:-8px;transform:scale(.8)}.MapDrawTools-module__JTB7CG__textMarkerDrag:active{cursor:grabbing}.MapDrawTools-module__JTB7CG__textMarkerContainer:hover .MapDrawTools-module__JTB7CG__textMarkerDelete,.MapDrawTools-module__JTB7CG__textMarkerContainer:hover .MapDrawTools-module__JTB7CG__textMarkerDrag,.MapDrawTools-module__JTB7CG__textMarker:focus~.MapDrawTools-module__JTB7CG__textMarkerDelete,.MapDrawTools-module__JTB7CG__textMarker:focus~.MapDrawTools-module__JTB7CG__textMarkerDrag{opacity:1;transform:scale(1)}.MapDrawTools-module__JTB7CG__textMarkerDelete:hover{background:#dc2626;transform:scale(1.1)}.MapDrawTools-module__JTB7CG__drawToolsPanel.MapDrawTools-module__JTB7CG__collapsed{gap:0;padding:8px 12px}.MapDrawTools-module__JTB7CG__panelHeader{justify-content:space-between;align-items:center;width:100%;display:flex}.MapDrawTools-module__JTB7CG__panelTitle{cursor:pointer;-webkit-user-select:none;user-select:none;text-transform:uppercase;min-width:0;color:var(--text-muted);letter-spacing:.8px;flex:1;align-items:center;gap:8px;font-size:12px;font-weight:700;display:flex}.MapDrawTools-module__JTB7CG__panelTitle svg{color:var(--accent);flex-shrink:0}.MapDrawTools-module__JTB7CG__titleText{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.MapDrawTools-module__JTB7CG__collapsedMeasurement{color:var(--accent);font-variant-numeric:tabular-nums;font-weight:800}.MapDrawTools-module__JTB7CG__panelHeaderActions{align-items:center;gap:4px;display:flex}.MapDrawTools-module__JTB7CG__headerBtn{cursor:pointer;color:var(--text-secondary);border-radius:var(--radius-sm);background:0 0;border:none;outline:none;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}@media (hover:hover){.MapDrawTools-module__JTB7CG__headerBtn:hover{color:var(--text-primary)}.MapDrawTools-module__JTB7CG__headerBtn.MapDrawTools-module__JTB7CG__closeBtn:hover{color:var(--red);background:#ef44441a}}.MapDrawTools-module__JTB7CG__panelContent{flex-direction:column;gap:12px;display:flex}@media (max-width:860px){.MapDrawTools-module__JTB7CG__drawToolsWrapper{top:calc(max(12px, env(safe-area-inset-top)) + 8px);flex-direction:column;align-items:stretch;width:min(340px,100vw - 24px);left:50%;right:auto;transform:translate(-50%)}.MapDrawTools-module__JTB7CG__drawToolsPanel{border:1px solid var(--border);border-radius:var(--radius-lg);width:100%;max-height:calc(85vh - env(safe-area-inset-top));cursor:default;flex-direction:column;padding:10px 12px;display:flex;box-shadow:0 8px 32px #0000004d}.MapDrawTools-module__JTB7CG__drawToolsPanel:active{cursor:default}.MapDrawTools-module__JTB7CG__panelContent{max-height:calc(60vh - env(safe-area-inset-top));gap:12px;padding-right:4px;overflow-y:auto}.MapDrawTools-module__JTB7CG__sectionTitle{display:none}.MapDrawTools-module__JTB7CG__section{gap:4px}.MapDrawTools-module__JTB7CG__measurementBox{padding:5px 8px;font-size:14px}.MapDrawTools-module__JTB7CG__measurementLabel{margin-bottom:0;font-size:10px}.MapDrawTools-module__JTB7CG__colors{gap:6px}.MapDrawTools-module__JTB7CG__colorBtn,.MapDrawTools-module__JTB7CG__colorPickerDot{width:20px;height:20px}.MapDrawTools-module__JTB7CG__styleRow{gap:6px}.MapDrawTools-module__JTB7CG__sizeBtn{width:28px;min-width:28px;height:28px;font-size:11px}.MapDrawTools-module__JTB7CG__sizeInput{width:48px;height:28px;padding:0 6px;font-size:11px}.MapDrawTools-module__JTB7CG__opacityInput{width:40px;height:28px;padding:0 2px;font-size:11px}.MapDrawTools-module__JTB7CG__unitLabel{margin-left:2px;font-size:10px}.MapDrawTools-module__JTB7CG__grid{grid-template-columns:repeat(4,1fr);gap:4px}.MapDrawTools-module__JTB7CG__toolBtn{gap:2px;padding:5px 0;font-size:11px}.MapDrawTools-module__JTB7CG__actions{gap:6px;margin-top:2px}.MapDrawTools-module__JTB7CG__actionBtn{padding:8px 0;font-size:12px}}
.FeatureGate-module__D0xt6W__lockedControl{color:inherit;border-color:#d4a72c!important;box-shadow:0 0 0 1px #d4a72c2e,0 3px 12px #7e5b001f!important}.FeatureGate-module__D0xt6W__backdrop{z-index:10000;-webkit-backdrop-filter:blur(5px)saturate(.8);backdrop-filter:blur(5px)saturate(.8);background:#080c169e;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.FeatureGate-module__D0xt6W__prompt{border:1px solid color-mix(in srgb, #d4a72c 54%, var(--border,#4b5563));background:var(--surface,#111827);width:min(408px,100%);color:var(--text-primary,#fff);font-family:var(--font-ui), system-ui, sans-serif;letter-spacing:normal;text-align:center;text-transform:none;border-radius:18px;padding:30px 30px 26px;position:relative;overflow:hidden;box-shadow:0 28px 80px #0000006b,0 4px 14px #0000002e}.FeatureGate-module__D0xt6W__prompt:before{content:"";background:linear-gradient(90deg,#b88817,#e6c55a,#b88817);height:3px;position:absolute;inset:0 0 auto}.FeatureGate-module__D0xt6W__promptIcon{color:#d4a72c;background:#d4a72c1a;border:1px solid #d4a72c5c;border-radius:50%;place-items:center;width:48px;height:48px;margin:0 auto 14px;display:grid}.FeatureGate-module__D0xt6W__promptIcon svg{width:25px;height:25px}.FeatureGate-module__D0xt6W__promptEyebrow{color:#b88817;letter-spacing:.14em;text-transform:uppercase;margin-bottom:7px;font-size:.68rem;font-weight:800;display:block}.FeatureGate-module__D0xt6W__prompt h2{color:var(--text-primary,#fff);letter-spacing:-.015em;text-transform:none;margin:0 0 10px;font-size:1.22rem;font-weight:750;line-height:1.2}.FeatureGate-module__D0xt6W__prompt p{max-width:330px;color:var(--text-secondary,#aab2c1);letter-spacing:normal;text-transform:none;margin:0 auto;font-size:.88rem;font-weight:400;line-height:1.55}.FeatureGate-module__D0xt6W__promptActions{justify-content:center;gap:10px;margin-top:24px;display:flex}.FeatureGate-module__D0xt6W__dismiss,.FeatureGate-module__D0xt6W__upgradeLink{min-width:112px;font:inherit;letter-spacing:normal;text-transform:none;border-radius:9px;padding:10px 15px;font-size:.8rem;font-weight:750;line-height:1.2;transition:border-color .15s,background .15s,transform .15s}.FeatureGate-module__D0xt6W__dismiss{border:1px solid var(--border,#4b5563);color:var(--text-primary,#fff);cursor:pointer;background:0 0}.FeatureGate-module__D0xt6W__upgradeLink{color:#17130a;background:#d4a72c;border:1px solid #d4a72c;text-decoration:none}.FeatureGate-module__D0xt6W__dismiss:focus-visible,.FeatureGate-module__D0xt6W__upgradeLink:focus-visible{outline:2px solid var(--accent,#6d7cff);outline-offset:3px}@media (hover:hover){.FeatureGate-module__D0xt6W__dismiss:hover{border-color:var(--text-muted,#8c96a8);background:color-mix(in srgb, var(--text-primary,#fff) 6%, transparent)}.FeatureGate-module__D0xt6W__upgradeLink:hover{background:#e0b942;border-color:#e0b942;transform:translateY(-1px)}}@media (max-width:480px){.FeatureGate-module__D0xt6W__prompt{padding:26px 20px 22px}.FeatureGate-module__D0xt6W__promptActions{flex-direction:column-reverse}.FeatureGate-module__D0xt6W__dismiss,.FeatureGate-module__D0xt6W__upgradeLink{width:100%}}
.MapSettings-module__qFRq2W__mapSettingsArea{top:max(12px, env(safe-area-inset-top));right:max(12px, env(safe-area-inset-right));align-items:flex-start;gap:8px;display:flex;position:absolute}.MapSettings-module__qFRq2W__mapSettingsBtn{z-index:1000;border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);width:42px;height:42px;color:var(--text-primary);cursor:pointer;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex;position:relative;box-shadow:0 2px 8px #00000026}@media (hover:hover){.MapSettings-module__qFRq2W__mapSettingsBtn:hover{background:var(--surface-hover);transform:scale(1.05)}}.MapSettings-module__qFRq2W__mapSettingsBtn:focus{outline:none}.MapSettings-module__qFRq2W__mapSettingsBtn:active{box-shadow:none;transform:scale(.95)}.MapSettings-module__qFRq2W__disabled{opacity:.4;pointer-events:none;-webkit-user-select:none;user-select:none;filter:grayscale()}.MapSettings-module__qFRq2W__btnBadgeDot{background-color:var(--accent);border:1.5px solid var(--surface);border-radius:50%;width:8px;height:8px;position:absolute;top:3px;right:3px;box-shadow:0 0 4px #6366f166}.MapSettings-module__qFRq2W__mapSettingsPanel{z-index:1100;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:10px;width:260px;padding:14px;animation:.15s MapSettings-module__qFRq2W__settings-fade-in;display:flex;position:absolute;top:0;right:50px;box-shadow:0 8px 32px #00000038}@keyframes MapSettings-module__qFRq2W__settings-fade-in{0%{opacity:0;transform:translate(6px)}to{opacity:1;transform:translate(0)}}.MapSettings-module__qFRq2W__settingsSection{flex-direction:column;gap:8px;display:flex}.MapSettings-module__qFRq2W__settingsLabel{text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);font-size:.65rem;font-weight:700}.MapSettings-module__qFRq2W__settingsStyleGrid{grid-template-columns:1fr 1fr;gap:6px;display:grid}.MapSettings-module__qFRq2W__settingsStyleBtn{border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface-alt);cursor:pointer;flex-direction:column;align-items:center;padding:4px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.MapSettings-module__qFRq2W__previewImgWrapper{border-radius:var(--radius-sm);background:var(--border);width:100%;height:56px;position:relative;overflow:hidden}.MapSettings-module__qFRq2W__previewImg{object-fit:cover;width:100%;height:100%;transition:transform .25s}.MapSettings-module__qFRq2W__previewLabel{color:var(--text-secondary);text-align:center;width:100%;margin-top:4px;font-size:.6875rem;font-weight:500;transition:color .15s}@media (hover:hover){.MapSettings-module__qFRq2W__settingsStyleBtn:hover{border-color:var(--accent);transform:translateY(-1px);box-shadow:0 2px 6px #0000001f}.MapSettings-module__qFRq2W__settingsStyleBtn:hover .MapSettings-module__qFRq2W__previewImg{transform:scale(1.08)}.MapSettings-module__qFRq2W__settingsStyleBtn:hover .MapSettings-module__qFRq2W__previewLabel{color:var(--accent)}}.MapSettings-module__qFRq2W__settingsStyleBtnActive{background:var(--surface);border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.MapSettings-module__qFRq2W__settingsStyleBtnActive .MapSettings-module__qFRq2W__previewLabel{color:var(--accent);font-weight:600}.MapSettings-module__qFRq2W__settingsDivider{background:var(--border);height:1px}.MapSettings-module__qFRq2W__settingsToggle{cursor:pointer;text-align:left;width:100%;font:inherit;background:0 0;border:0;justify-content:space-between;align-items:center;padding:0;display:flex}.MapSettings-module__qFRq2W__settingsToggleLabel{color:var(--text-primary);font-size:.8125rem}.MapSettings-module__qFRq2W__toggleSwitch{border-radius:var(--radius-sm);background:var(--border);cursor:pointer;border:0;width:38px;height:20px;padding:0;transition:background .2s;position:relative}.MapSettings-module__qFRq2W__toggleSwitchOn{background:var(--accent)}.MapSettings-module__qFRq2W__toggleKnob{background:var(--surface);border-radius:2px;width:16px;height:16px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.MapSettings-module__qFRq2W__toggleSwitchOn .MapSettings-module__qFRq2W__toggleKnob{transform:translate(18px)}@media (max-width:860px){.MapSettings-module__qFRq2W__mapSettingsBtn{width:44px;height:44px}.MapSettings-module__qFRq2W__mapSettingsPanel{width:min(260px,75vw);right:52px}}
.MapActionTools-module__MnuQIW__mapActionArea{bottom:max(30px, env(safe-area-inset-bottom));right:max(12px, env(safe-area-inset-right));z-index:1000;flex-direction:column;align-items:flex-end;gap:8px;display:flex;position:absolute}.MapActionTools-module__MnuQIW__actionBtn{border-radius:var(--radius-md);border:1px solid var(--border);background:var(--surface);width:42px;height:42px;color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:center;align-items:center;transition:background .15s,transform .15s;display:flex;position:relative;box-shadow:0 2px 8px #00000026}@media (hover:hover){.MapActionTools-module__MnuQIW__actionBtn:hover{background:var(--surface-hover);transform:scale(1.05)}}.MapActionTools-module__MnuQIW__actionBtn:focus{outline:none}.MapActionTools-module__MnuQIW__actionBtn:active{box-shadow:none;transform:scale(.95)}.MapActionTools-module__MnuQIW__disabled{opacity:.4;pointer-events:none;-webkit-user-select:none;user-select:none;filter:grayscale()}.MapActionTools-module__MnuQIW__btnBadgeDot{background-color:var(--accent);border:1.5px solid var(--surface);border-radius:50%;width:8px;height:8px;position:absolute;top:3px;right:3px;box-shadow:0 0 4px #6366f166}.MapActionTools-module__MnuQIW__actionBtnActive{background:var(--accent);color:#fff;border-color:var(--accent)}@media (hover:hover){.MapActionTools-module__MnuQIW__actionBtnActive:hover{background:var(--accent)}}.MapActionTools-module__MnuQIW__btnText{letter-spacing:-.02em;font-size:.7rem;font-weight:800}.MapActionTools-module__MnuQIW__bottomRow{flex-direction:row;gap:8px;display:flex}.MapActionTools-module__MnuQIW__overlayMenu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);flex-direction:column;gap:12px;width:275px;padding:16px;animation:.15s MapActionTools-module__MnuQIW__action-fade-in;display:flex;position:absolute;bottom:0;right:100px;box-shadow:0 8px 32px #00000038}@keyframes MapActionTools-module__MnuQIW__action-fade-in{0%{opacity:0;transform:translate(6px)}to{opacity:1;transform:translate(0)}}.MapActionTools-module__MnuQIW__menuHeader{text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:4px;padding-bottom:6px;font-size:.65rem;font-weight:800}.MapActionTools-module__MnuQIW__overlayToggle{cursor:pointer;justify-content:space-between;align-items:center;padding:2px 0;display:flex}.MapActionTools-module__MnuQIW__toggleLeft{flex:1;align-items:center;gap:12px;display:flex}.MapActionTools-module__MnuQIW__iconWrapper{background:var(--border);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:all .2s;display:flex}.MapActionTools-module__MnuQIW__toggleIcon{width:15px;height:15px}.MapActionTools-module__MnuQIW__eqIcon{color:#f59e0b;background:#f59e0b1f}.MapActionTools-module__MnuQIW__weatherIcon{color:#3b82f6;background:#3b82f61f}.MapActionTools-module__MnuQIW__fireIcon{color:#ef4444;background:#ef44441f}.MapActionTools-module__MnuQIW__planeIcon{color:#0ea5e9;background:#0ea5e91f}.MapActionTools-module__MnuQIW__aqiIcon{color:#10b981;background:#10b9811f}.MapActionTools-module__MnuQIW__radIcon{color:#8b5cf6;background:#8b5cf61f}.MapActionTools-module__MnuQIW__disasterIcon{color:#ec4899;background:#ec48991f}.MapActionTools-module__MnuQIW__issIcon{color:#f43f5e;background:#f43f5e1f}.MapActionTools-module__MnuQIW__overlayToggle:hover .MapActionTools-module__MnuQIW__iconWrapper{transform:scale(1.05)}.MapActionTools-module__MnuQIW__overlayLabelInfo{flex-direction:column;gap:2px;display:flex}.MapActionTools-module__MnuQIW__overlayName{color:var(--text-primary);font-size:.8125rem;font-weight:600;line-height:1.2}.MapActionTools-module__MnuQIW__overlayTimeframe{font-weight:500;line-height:1;color:var(--text-muted)!important;font-size:.625rem!important}.MapActionTools-module__MnuQIW__status_loading{color:#d6a94a!important}.MapActionTools-module__MnuQIW__status_live{color:#38b981!important}.MapActionTools-module__MnuQIW__status_degraded{color:#e56876!important}.MapActionTools-module__MnuQIW__toggleSwitch{border-radius:var(--radius-sm);background:var(--border);cursor:pointer;border:0;flex-shrink:0;width:36px;height:18px;padding:0;transition:background .2s;position:relative}.MapActionTools-module__MnuQIW__toggleSwitchOn{background:var(--accent)}.MapActionTools-module__MnuQIW__toggleKnob{background:var(--surface);border-radius:2px;width:14px;height:14px;transition:transform .2s;position:absolute;top:2px;left:2px;box-shadow:0 1px 3px #0003}.MapActionTools-module__MnuQIW__toggleSwitchOn .MapActionTools-module__MnuQIW__toggleKnob{transform:translate(18px)}@media (max-width:860px){.MapActionTools-module__MnuQIW__actionBtn{width:44px;height:44px}.MapActionTools-module__MnuQIW__overlayMenu{width:min(240px,75vw);right:108px}}
.UpgradeButton-module__220wOW__upgradeBtn{top:max(var(--space-sm), env(safe-area-inset-top));left:max(var(--space-sm), env(safe-area-inset-left));z-index:1000;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-md) var(--space-xs) var(--space-sm);border-radius:var(--radius-md);background:linear-gradient(135deg, var(--accent), var(--accent-active));color:#fff;font-size:var(--text-sm);font-weight:var(--weight-semibold);font-family:var(--font-ui);cursor:pointer;-webkit-user-select:none;user-select:none;border:none;text-decoration:none;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s,left .3s cubic-bezier(.4,0,.2,1);animation:3s ease-in-out infinite UpgradeButton-module__220wOW__upgradeGlow;display:flex;position:absolute;box-shadow:0 2px 8px #6366f159,0 0 0 1px #6366f133}.UpgradeButton-module__220wOW__upgradeBtnShifted{left:calc(max(var(--space-sm), env(safe-area-inset-left)) + 100px)}@keyframes UpgradeButton-module__220wOW__upgradeGlow{0%,to{box-shadow:0 2px 8px #6366f159,0 0 0 1px #6366f133}50%{box-shadow:0 2px 16px #6366f180,0 0 0 1px #6366f14d}}@media (hover:hover){.UpgradeButton-module__220wOW__upgradeBtn:hover{transform:scale(1.05);box-shadow:0 4px 16px #6366f180,0 0 0 1px #6366f14d}}.UpgradeButton-module__220wOW__upgradeBtn:active{transform:scale(.97);box-shadow:0 1px 4px #6366f14d,0 0 0 1px #6366f133}.UpgradeButton-module__220wOW__icon{filter:drop-shadow(0 0 2px #ffffff4d);flex-shrink:0}.UpgradeButton-module__220wOW__label{letter-spacing:.01em}@media (max-width:860px){.UpgradeButton-module__220wOW__upgradeBtn{padding:var(--space-xs) var(--space-md) var(--space-xs) var(--space-sm);font-size:var(--text-sm)}.UpgradeButton-module__220wOW__upgradeBtnShifted{left:calc(var(--space-sm) + 104px)}}
