.filter-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:none;justify-content:center;align-items:flex-end;z-index:1000;opacity:0;transition:opacity .3s ease}.filter-popup-overlay.show{opacity:1}.filter-popup-content{background:#fff;width:100%;max-height:80vh;border-radius:16px 16px 0 0;padding:20px;position:relative;transform:translateY(100%);transition:transform .3s ease}.filter-popup-handle{width:40px;height:4px;background:#e0e0e0;border-radius:2px;margin:0 auto 20px;cursor:grab}.filter-popup-handle:active{cursor:grabbing}.filter-popup-close{position:absolute;top:20px;right:20px;background:none;border:none;font-size:24px;color:#1d4321;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.filter-popup-close:hover{opacity:.8}.filter-popup-content[style*="translateY(100%)"]{pointer-events:none}
