.mh-map-widget{max-width:1000px;margin:2rem auto;font-family:'Segoe UI',system-ui,sans-serif;background:#fff;border-radius:32px;box-shadow:0 30px 100px rgba(0,0,0,0.1);border:1px solid #e2e8f0;overflow:hidden}.mh-map-header{padding:35px 40px 25px;text-align:center;border-bottom:1px solid #f1f5f9}.mh-fomo-banner{background:#fef2f2;color:#dc2626;padding:10px 24px;border-radius:50px;font-size:0.95rem;font-weight:800;display:inline-flex;align-items:center;gap:10px;margin-bottom:20px;border:1px solid #fee2e2;animation:fomo-pulse 2.5s infinite}@keyframes fomo-pulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.02);opacity:0.9}}.mh-map-title{font-size:1.8rem;font-weight:900;color:#0f172a;margin:0 0 8px}.mh-map-date{font-size:0.85rem;color:#64748b;font-weight:600;margin-bottom:25px}.mh-controls-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px;max-width:850px;margin:0 auto}.mh-ctl-label{display:block;font-size:0.7rem;font-weight:800;color:#94a3b8;text-transform:uppercase;margin-bottom:8px}.mh-btn-tabs{display:flex;background:#f1f5f9;padding:4px;border-radius:14px;gap:4px}.mh-tab-opt{flex:1;border:none;background:none;padding:10px;border-radius:10px;font-size:0.75rem;font-weight:700;color:#64748b;cursor:pointer;transition:0.2s}.mh-tab-opt.active{background:#fff;color:#0369a1;box-shadow:0 4px 10px rgba(0,0,0,0.05)}.mh-map-stage{position:relative;background:#f0f9ff;margin:25px;border-radius:24px;border:2px solid #bae6fd;height:600px;overflow:hidden}.mh-move-layer{width:100%;height:100%;transition:transform 0.1s ease-out;transform-origin:0 0;cursor:grab}.mh-move-layer:active{cursor:grabbing}.mh-svg-main{width:100%;height:100%;display:block}.mh-map-memo{position:absolute;left:20px;top:20px;background:rgba(255,255,255,0.9);backdrop-filter:blur(10px);padding:15px;border-radius:16px;border:1px solid #bae6fd;z-index:10;pointer-events:none}.mh-memo-title{font-size:0.65rem;font-weight:800;color:#94a3b8;text-transform:uppercase;margin-bottom:8px;display:block}.mh-memo-item{display:flex;align-items:center;gap:10px;font-size:0.8rem;font-weight:700;color:#1e293b;margin:6px 0}.mh-memo-dot{width:12px;height:12px;border-radius:4px}.m-high{background:#22c55e}.m-med{background:#eab308}.m-low{background:#ef4444}.m-neut{background:#cbd5e1}.mh-district{stroke:#fff;stroke-width:0.5;fill-opacity:0.9;transition:all 0.2s;cursor:pointer}.mh-district:hover{fill-opacity:1;stroke:#0369a1;stroke-width:1.5}.mh-district.active{fill-opacity:1;stroke:#0f172a;stroke-width:2.5}.mh-district.dimmed{opacity:0.15;filter:grayscale(0.8);pointer-events:none}.district-high{fill:#22c55e}.district-medium{fill:#eab308}.district-low{fill:#ef4444}.district-neutral{fill:#cbd5e1}.mh-tooltip{position:absolute;background:#fff;color:#1e293b;padding:25px;border-radius:24px;font-size:14px;pointer-events:none;opacity:0;transition:opacity 0.3s;z-index:1000;min-width:300px;box-shadow:0 30px 60px -12px rgba(0,0,0,0.3);border:2px solid #0369a1}.mh-tooltip.visible{opacity:1;pointer-events:auto}.mh-tip-name{font-weight:900;font-size:1.3rem;color:#0f172a;margin-bottom:12px;display:block;border-bottom:2px solid #f0f9ff;padding-bottom:8px}.mh-tip-row{display:flex;justify-content:space-between;margin:10px 0;align-items:center;border-bottom:1px solid #f8fafc;padding-bottom:5px}.mh-tip-label{font-size:0.7rem;font-weight:800;color:#94a3b8;text-transform:uppercase}.mh-tip-val{font-weight:700;color:#1e293b}.mh-tip-income{color:#16a34a;font-size:1.2rem;font-weight:900}.mh-cta-btn{width:100%;margin-top:18px;padding:14px;border-radius:12px;background:#22c55e;color:#fff;font-weight:800;border:none;cursor:pointer;transition:0.2s;box-shadow:0 8px 20px rgba(34,197,94,0.2)}.mh-cta-btn:hover{background:#16a34a;transform:translateY(-2px)}.mh-zoom-tools{position:absolute;right:20px;top:20px;display:flex;flex-direction:column;gap:8px;z-index:20}.mh-z-btn{width:46px;height:46px;background:#fff;border:1px solid #bae6fd;border-radius:12px;font-weight:900;color:#0369a1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px rgba(0,0,0,0.08);font-size:20px}.mh-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15,23,42,0.4);z-index:998;backdrop-filter:blur(4px)}@media (max-width:768px){.mh-map-stage{height:450px;margin:15px}.mh-tooltip{position:fixed;bottom:0;left:0;right:0;top:auto;width:100%;border-radius:32px 32px 0 0;transform:translateY(100%);transition:transform 0.4s cubic-bezier(0.4,0,0.2,1);border:none}.mh-tooltip.visible{transform:translateY(0)}.mh-overlay.active{display:block}}