.awf-mobile-trigger-wrapper{display:none;position:sticky;top:0;z-index:999;margin-bottom:16px;background:#fff;padding:12px 0;border-bottom:1px solid #e0e0e0}.awf-mobile-trigger-button{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;background:#007cba;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;-webkit-tap-highlight-color:transparent;min-height:44px}.awf-mobile-trigger-button:active{transform:scale(.98);background:#006ba1}.awf-mobile-trigger-icon{display:flex;align-items:center;justify-content:center}.awf-mobile-trigger-badge{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 6px;background:#fff;color:#007cba;border-radius:11px;font-size:12px;font-weight:700}@media (max-width:768px){.awf-mobile-trigger-wrapper{display:block}}.awf-mobile-bottom-sheet{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.awf-mobile-bottom-sheet[aria-hidden=false]{visibility:visible;opacity:1;pointer-events:auto}.awf-mobile-backdrop{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease}.awf-mobile-bottom-sheet[aria-hidden=false] .awf-mobile-backdrop{opacity:1}.awf-mobile-sheet-container{position:absolute;left:0;right:0;bottom:0;max-height:85vh;background:#fff;border-radius:20px 20px 0 0;box-shadow:0 -4px 20px rgba(0,0,0,.15);display:flex;flex-direction:column;transform:translateY(100%);transition:transform .3s cubic-bezier(.4, 0, .2, 1);will-change:transform;padding-bottom:env(safe-area-inset-bottom)}.awf-mobile-bottom-sheet[aria-hidden=false] .awf-mobile-sheet-container{transform:translateY(0)}.awf-mobile-sheet-container.awf-expanded{max-height:calc(100vh - 60px)}.awf-mobile-sheet-handle{display:flex;align-items:center;justify-content:center;padding:12px;cursor:grab;-webkit-tap-highlight-color:transparent;min-height:44px}.awf-mobile-sheet-handle:active{cursor:grabbing}.awf-mobile-handle-bar{width:40px;height:4px;background:#d0d0d0;border-radius:2px;transition:background-color .2s ease}.awf-mobile-sheet-handle:focus .awf-mobile-handle-bar,.awf-mobile-sheet-handle:hover .awf-mobile-handle-bar{background:#a0a0a0}.awf-mobile-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e0e0e0;flex-shrink:0}.awf-mobile-sheet-title{margin:0;font-size:20px;font-weight:700;color:#333}.awf-mobile-sheet-close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-height:44px;min-width:44px;padding:0;background:0 0;border:none;color:#666;font-size:32px;line-height:1;cursor:pointer;border-radius:50%;transition:background-color .2s ease;-webkit-tap-highlight-color:transparent}.awf-mobile-sheet-close:active{background:#f0f0f0}.awf-mobile-sheet-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:20px;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.awf-mobile-sheet-content .awf-filter-group{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e0e0e0}.awf-mobile-sheet-content .awf-filter-group:last-child{border-bottom:none}.awf-mobile-sheet-content .awf-filter-title{font-size:16px;font-weight:600;color:#333;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:8px 0;-webkit-tap-highlight-color:transparent;min-height:44px}.awf-mobile-sheet-content .awf-filter-title::after{content:'\25BC';font-size:12px;color:#999;transition:transform .2s ease}.awf-mobile-sheet-content .awf-filter-group.awf-collapsed .awf-filter-title::after{transform:rotate(-90deg)}.awf-mobile-sheet-content .awf-filter-group.awf-collapsed .awf-filter-options{max-height:0;overflow:hidden}.awf-mobile-sheet-content input[type=checkbox],.awf-mobile-sheet-content input[type=radio]{min-width:24px;min-height:24px}.awf-mobile-sheet-content label{min-height:44px;display:flex;align-items:center;gap:12px;padding:8px 0;font-size:15px}.awf-mobile-sheet-footer{display:flex;align-items:center;gap:12px;padding:16px 20px;border-top:1px solid #e0e0e0;background:#fff;flex-shrink:0;padding-bottom:calc(16px + env(safe-area-inset-bottom))}.awf-mobile-sheet-clear{flex:0 0 auto;padding:12px 16px;background:0 0;color:#666;border:none;font-size:15px;font-weight:600;cursor:pointer;border-radius:8px;transition:background-color .2s ease;-webkit-tap-highlight-color:transparent;min-height:44px}.awf-mobile-sheet-clear:active{background:#f0f0f0}.awf-mobile-sheet-apply{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 20px;background:#007cba;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease;-webkit-tap-highlight-color:transparent;min-height:44px}.awf-mobile-sheet-apply:active{transform:scale(.98);background:#006ba1}.awf-mobile-apply-count{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;padding:0 8px;background:rgba(255,255,255,.2);border-radius:12px;font-size:13px;font-weight:700}.awf-mobile-apply-count:empty{display:none}.awf-mobile-sheet-apply.awf-loading{pointer-events:none;opacity:.7}.awf-mobile-sheet-apply.awf-loading::after{content:'';width:16px;height:16px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:awf-spin .6s linear infinite}@keyframes awf-spin{to{transform:rotate(360deg)}}.awf-mobile-sheet-container::before{content:'';position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#007cba,#0096dc);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.awf-mobile-sheet-container.awf-dragging::before{transform:scaleX(1)}@keyframes awf-slide-up{from{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes awf-fade-in{from{opacity:0}to{opacity:1}}.awf-mobile-sheet-apply:focus-visible,.awf-mobile-sheet-clear:focus-visible,.awf-mobile-sheet-close:focus-visible,.awf-mobile-sheet-handle:focus-visible,.awf-mobile-trigger-button:focus-visible{outline:3px solid #007cba;outline-offset:2px}@media (prefers-reduced-motion:reduce){.awf-mobile-backdrop,.awf-mobile-bottom-sheet,.awf-mobile-handle-bar,.awf-mobile-sheet-apply,.awf-mobile-sheet-apply.awf-loading::after,.awf-mobile-sheet-clear,.awf-mobile-sheet-close,.awf-mobile-sheet-container,.awf-mobile-sheet-handle,.awf-mobile-trigger-button{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important}}@media (prefers-color-scheme:dark){.awf-mobile-sheet-container,.awf-mobile-sheet-footer,.awf-mobile-sheet-header,.awf-mobile-trigger-wrapper{background:#1a1a1a;color:#fff;border-color:#333}.awf-mobile-sheet-content .awf-filter-title,.awf-mobile-sheet-title{color:#fff}.awf-mobile-backdrop{background:rgba(0,0,0,.8)}.awf-mobile-handle-bar{background:#555}.awf-mobile-sheet-close{color:#aaa}.awf-mobile-sheet-clear:active,.awf-mobile-sheet-close:active{background:#2a2a2a}}@media (max-width:768px) and (orientation:landscape){.awf-mobile-sheet-container{max-height:90vh}.awf-mobile-sheet-content{padding:16px 20px}.awf-mobile-sheet-footer{padding:12px 20px}}@media (max-width:480px){.awf-mobile-sheet-content,.awf-mobile-sheet-footer,.awf-mobile-sheet-header{padding-left:16px;padding-right:16px}.awf-mobile-sheet-title{font-size:18px}}@media (min-width:769px){.awf-mobile-bottom-sheet,.awf-mobile-trigger-wrapper{display:none!important}}[dir=rtl] .awf-mobile-sheet-header{flex-direction:row-reverse}[dir=rtl] .awf-mobile-sheet-footer{flex-direction:row-reverse}[dir=rtl] .awf-mobile-trigger-button{flex-direction:row-reverse}[dir=rtl] .awf-mobile-sheet-content{direction:rtl;text-align:right}[dir=rtl] .awf-mobile-sheet-content .awf-filter-group.awf-collapsed .awf-filter-title::after{transform:rotate(90deg)}[dir=rtl] .awf-mobile-sheet-container::before{transform-origin:right}@media (max-width:768px){.awf-mobile-sheet-content .awf-range-slider-wrapper{padding:16px;margin:16px 0}.awf-mobile-sheet-content .awf-range-slider-container{height:48px;padding:0 8px}.awf-mobile-sheet-content .awf-range-thumb{height:48px;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.awf-mobile-sheet-content .awf-range-track{height:8px;border-radius:4px}.awf-mobile-sheet-content .awf-range-thumb::-webkit-slider-thumb{width:28px;height:28px;border:4px solid #fff;box-shadow:0 3px 8px rgba(0,0,0,.25);transition:transform .15s ease,box-shadow .15s ease}.awf-mobile-sheet-content .awf-range-thumb::-moz-range-thumb{width:28px;height:28px;border:4px solid #fff;box-shadow:0 3px 8px rgba(0,0,0,.25);transition:transform .15s ease,box-shadow .15s ease}.awf-mobile-sheet-content .awf-range-thumb:active::-webkit-slider-thumb{transform:scale(1.15);box-shadow:0 4px 12px rgba(0,0,0,.3);background:#006ba1}.awf-mobile-sheet-content .awf-range-thumb:active::-moz-range-thumb{transform:scale(1.15);box-shadow:0 4px 12px rgba(0,0,0,.3);background:#006ba1}.awf-mobile-sheet-content .awf-range-thumb,.awf-mobile-sheet-content .awf-range-track-fill{will-change:transform;transform:translateZ(0)}}@media (max-width:480px){.awf-mobile-sheet-content .awf-range-thumb::-webkit-slider-thumb{width:32px;height:32px}.awf-mobile-sheet-content .awf-range-thumb::-moz-range-thumb{width:32px;height:32px}}