#dashboardFilter{position:fixed;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1050}.dashboard-filter-modal{background:white;border-radius:20px;width:100%;max-width:500px;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 10px 40px rgba(0,0,0,.2);position:relative}.dashboard-filter-modal-header{padding:20px 24px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;justify-content:center;position:relative}.dashboard-filter-modal-title{margin:0;font-size:18px;font-weight:600;color:#333}.dashboard-filter-modal-close{position:absolute;right:20px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:28px;color:#999;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center;line-height:1;transition:color .2s}.dashboard-filter-modal-close:hover{color:#333}.dashboard-filter-tab.active{background:linear-gradient(0deg,rgba(255,255,255,.00001),rgba(255,255,255,.00001)),linear-gradient(0deg,rgba(197,42,66,.13),rgba(197,42,66,.13));color:#C52A42}.dashboard-filter-modal-body{flex:1 1;overflow-y:auto}.dashboard-filter-search-wrapper{position:relative;margin-bottom:20px}.dashboard-filter-search-btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:#d81b60;border:none;border-radius:6px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.dashboard-filter-search-btn:hover{background:#c2185b}.dashboard-filter-hashtag-list{display:flex;flex-direction:column;gap:12px}.dashboard-filter-hashtag-item{display:flex;align-items:center;padding:12px;border-radius:8px;cursor:pointer;transition:background .2s}.dashboard-filter-hashtag-item:hover{background:#f9f9f9}.dashboard-filter-hashtag-icon{width:40px;height:40px;background:#f5f5f5;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:600;color:#666;flex-shrink:0}.dashboard-filter-hashtag-info{flex:1 1;margin-left:12px}.dashboard-filter-hashtag-name{font-size:15px;font-weight:600;color:#333;margin-bottom:2px}.dashboard-filter-hashtag-posts{font-size:13px;color:#999}.dashboard-filter-checkbox-wrapper{position:relative;width:24px;height:24px;flex-shrink:0}.dashboard-filter-checkbox{position:absolute;opacity:0;cursor:pointer;width:100%;height:100%;margin:0;z-index:2}.dashboard-filter-checkmark{position:absolute;top:0;left:0;height:24px;width:24px;background-color:#fff;border:2px solid #e0e0e0;border-radius:6px;transition:all .2s}.dashboard-filter-checkbox:checked~.dashboard-filter-checkmark{background-color:#d81b60;border-color:#d81b60}.dashboard-filter-checkmark:after{content:"";position:absolute;display:none;left:7px;top:3px;width:6px;height:10px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}.dashboard-filter-checkbox:checked~.dashboard-filter-checkmark:after{display:block}.dashboard-filter-category-content{padding:40px 20px;text-align:center;color:#999}.dashboard-filter-modal-footer{border-top:1px solid #f0f0f0}.dashboard-filter-select-btn{width:100%;padding:14px;background:#d81b60;color:white;border:none;border-radius:25px;font-size:16px;font-weight:600;cursor:pointer;transition:background .2s}.dashboard-filter-select-btn:hover{background:#c2185b}.dashboard-filter-select-btn:active{transform:scale(.98)}.dashboard-filter-modal-body::-webkit-scrollbar{width:6px}.dashboard-filter-modal-body::-webkit-scrollbar-track{background:#f5f5f5;border-radius:10px}.dashboard-filter-modal-body::-webkit-scrollbar-thumb{background:#d81b60;border-radius:10px}.dashboard-filter-modal-body::-webkit-scrollbar-thumb:hover{background:#c2185b}