.map-menu-container{background:rgba(255,255,255,.95);border-radius:6px;box-shadow:0 2px 6px rgba(0,0,0,.3);margin:8px;font-family:Arial,Helvetica,sans-serif;font-size:13px;color:#222;display:flex;flex-direction:column;max-height:95vh;overflow:hidden;transition:width 260ms cubic-bezier(.2,.8,.2,1),box-shadow .2s ease}.map-menu-container:not(.open){width:48px}.map-menu-container.open{width:220px}.map-menu-header{display:flex;align-items:center;justify-content:center;cursor:pointer;user-select:none;width:48px;height:48px}.map-menu-header{position:sticky;top:0;z-index:60;background:rgba(255,255,255,.95);transition:padding-left 260ms cubic-bezier(.2,.8,.2,1)}.map-menu-container.open .map-menu-header{width:100%;justify-content:flex-start;padding-left:8px}.map-menu-hamburger{font-size:28px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;width:40px;height:40px;box-sizing:border-box;border-radius:6px;transform-origin:center center;will-change:transform}.map-menu-hamburger{transition:transform .2s ease-in-out}.map-menu-container.open .map-menu-hamburger{transform:rotate(90deg) scale(1.05)}.map-menu-title{font-weight:600}.map-menu-body{margin-top:0;padding:6px;overflow:visible;max-height:0;opacity:0;transition:max-height 260ms ease-in-out,opacity .2s ease-in-out;display:flex;flex-direction:column}.map-menu-container.open .map-menu-body{max-height:none;opacity:1;flex:1 1 auto}.map-menu-container.open{overflow-y:auto}.map-menu-section{margin-bottom:8px;border:1px solid rgba(0,0,0,.1);border-radius:4px;overflow:visible}.map-menu-section.disabled{opacity:.4;pointer-events:none}.map-menu-section-header{display:flex;align-items:center;padding:6px 8px;background:rgba(0,0,0,.05);cursor:pointer;user-select:none;font-weight:600;font-size:14px}.map-menu-section-header:hover{background:rgba(0,0,0,.08)}.map-menu-section-arrow{margin-right:6px;font-size:10px;transition:transform .2s ease-in-out}.map-menu-section-content{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s cubic-bezier(.2,.8,.2,1),opacity 180ms ease-in-out}.map-menu-section.open .map-menu-section-content{max-height:1200px;opacity:1;overflow:hidden}.map-menu-section.open .map-menu-section-arrow{transform:rotate(90deg) 200ms ease-in-out}.map-menu-controls{flex:0 0 auto}.map-menu-list{flex:1 1 auto;overflow:visible;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:4px 8px}.map-menu-row{display:flex;align-items:center;padding:4px 0;border-bottom:1px solid rgba(0,0,0,.04)}.map-menu-checkbox{margin-right:8px}.map-menu-label{flex:1;cursor:pointer}.map-menu-swatch{display:inline-block;width:14px;height:14px;margin-left:8px;border:1px solid rgba(0,0,0,.4);border-radius:2px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.25);vertical-align:-2px}.map-menu-footer{flex:0 0 auto;display:flex;align-items:center;gap:8px;padding:8px;border-top:1px solid rgba(0,0,0,.06);background:rgba(255,255,255,.92);font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.map-menu-footer{position:sticky;bottom:0;z-index:60;background:rgba(255,255,255,.95)}.map-menu-footer{transition:opacity 220ms ease,max-height 220ms ease,padding 180ms ease;max-height:80px}.map-menu-container:not(.open) .map-menu-footer{opacity:0;max-height:0;padding-top:0;padding-bottom:0;pointer-events:none}.map-menu-footer-label{font-weight:600}.map-menu-footer-value{color:#111;opacity:.95}.map-menu-settings-content{padding:8px}.map-menu-setting-group{margin-bottom:16px}.map-menu-setting-group:last-child{margin-bottom:0}.map-menu-setting-label{font-weight:600;font-size:12px;color:#222;margin-bottom:6px;padding:0 4px}.map-menu-setting-option{display:flex;align-items:center;padding:6px 4px}.map-menu-radio{margin-right:8px;cursor:pointer}.map-menu-setting-option .map-menu-label{font-size:13px;font-weight:400}body.dark-theme .map-menu-container{background:rgba(40,40,40,.95);color:#e0e0e0;box-shadow:0 2px 6px rgba(0,0,0,.6)}body.dark-theme .map-menu-header{background:rgba(40,40,40,.95)}body.dark-theme .map-menu-section{border-color:rgba(255,255,255,.15)}body.dark-theme .map-menu-section-header{background:rgba(255,255,255,.08);color:#e0e0e0}body.dark-theme .map-menu-section-header:hover{background:rgba(255,255,255,.12)}body.dark-theme .map-menu-row{border-bottom-color:rgba(255,255,255,.06)}body.dark-theme .map-menu-label{color:#d0d0d0}body.dark-theme .map-menu-footer{background:rgba(40,40,40,.95);border-top-color:rgba(255,255,255,.1)}body.dark-theme .map-menu-footer-label,body.dark-theme .map-menu-footer-value{color:#e0e0e0}body.dark-theme .map-menu-setting-label{color:#e0e0e0}
