.FilterPicker{display:flex;flex-direction:column;height:100%;overflow:hidden}.FilterPickerHeader{display:flex;align-items:center;padding:15px 20px;gap:10px;border-bottom:1px solid #eee;flex-shrink:0;background-color:#fff}.FilterPickerHeader > span:first-child{font-size:1.1em;font-weight:600;color:#2c3e50}.FilterPickerBadge{background-color:#425262;color:#fff;border-radius:12px;padding:2px 10px;font-size:0.82em;display:none}.FilterPickerBadge.visible{display:inline-block}.FilterPickerClose{margin-left:auto;width:28px;height:28px;border-radius:50%;background-color:#eee;background-image:url(/graphics/closeRound444.svg);background-size:16px;background-repeat:no-repeat;background-position:center;cursor:pointer;flex-shrink:0}.FilterPickerClose:hover{background-color:#ddd}.FilterPickerSearch{padding:12px 16px;border-bottom:1px solid #eee;flex-shrink:0;background-color:#fff}.FilterPickerSearch input{width:100%;border:1px solid #ddd;border-radius:8px;padding:8px 12px 8px 36px;font-size:16px;outline:none;box-shadow:none;background-image:url(/graphics/searchAAA.svg);background-repeat:no-repeat;background-size:18px;background-position:10px center;box-sizing:border-box;-webkit-appearance:none}.FilterPickerTags{display:flex;flex-wrap:wrap;align-content:center;gap:6px;padding:10px 16px;min-height:44px;border-bottom:1px solid #eee;flex-shrink:0;background-color:#fff}.FilterPickerTagsEmpty{color:#bbb;font-size:0.88em}.FilterPickerTag{display:inline-flex;align-items:center;gap:4px;background-color:#e8ecf0;border-radius:15px;padding:3px 8px 3px 12px;font-size:0.85em;color:#425262}.FilterPickerTagRemove{cursor:pointer;color:#6f8196;font-weight:bold;padding:0 2px;line-height:1}.FilterPickerTagRemove:hover{color:#425262}.FilterPickerList{flex:1;overflow-y:auto;background-color:#fff}.FilterPickerRow{display:flex;align-items:center;padding:11px 16px;gap:8px;cursor:pointer;user-select:none;border-top:1px solid #f0f0f0}.FilterPickerRow:first-child{border-top:none}.FilterPickerRow:hover{background-color:#f5f5f5}.FilterPickerRowArrow{width:18px;height:18px;background-image:url(/graphics/arrowRight.svg);background-size:12px;background-repeat:no-repeat;background-position:center;transition:transform 0.2s;flex-shrink:0;opacity:0.5}.FilterPickerRowArrowHidden{visibility:hidden}.FilterPickerRow.expanded .FilterPickerRowArrow{transform:rotate(90deg)}.FilterPickerIcon{width:22px;height:22px;object-fit:contain;flex-shrink:0;opacity:0.75}.FilterPickerRowLabel{font-weight:600;color:#2c3e50;flex:1}.FilterPickerRowCount{font-size:0.78em;color:#888;background-color:#f0f0f0;border-radius:10px;padding:1px 7px;min-width:30px;text-align:center;white-space:nowrap}.FilterPickerChildren{background-color:#f9f9f9}.FilterPickerItem{display:flex;align-items:center;padding:9px 16px 9px 44px;gap:8px;cursor:pointer;user-select:none;border-top:1px solid #f3f3f3}.FilterPickerItem:hover{background-color:#f0f0f0}.FilterPickerItemArrow{width:14px;height:14px;background-image:url(/graphics/arrowRight.svg);background-size:10px;background-repeat:no-repeat;background-position:center;transition:transform 0.2s;flex-shrink:0;opacity:0.5}.FilterPickerItemArrowHidden{visibility:hidden}.FilterPickerItem.expanded .FilterPickerItemArrow{transform:rotate(90deg)}.FilterPickerOptions{background-color:#f5f5f5}.FilterPickerOption{display:flex;align-items:center;padding:8px 16px 8px 88px;gap:8px;cursor:pointer;user-select:none;border-top:1px solid #eee;font-size:0.92em;color:#555}.FilterPickerOption:hover{background-color:#ebebeb}.FilterPickerCheckbox{width:20px;height:20px;min-width:20px;border:2px solid #ccc;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;cursor:pointer;background-color:#fff;flex-shrink:0}.FilterPickerCheckbox.checked{background-color:#425262;border-color:#425262}.FilterPickerCheckbox.checked::after{content:'';display:block;width:5px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg);margin-top:-2px}.FilterPickerCheckbox.indeterminate{background-color:#425262;border-color:#425262}.FilterPickerCheckbox.indeterminate::after{content:'';display:block;width:10px;height:2px;background-color:#fff}.FilterPickerFooter{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;border-top:1px solid #eee;background-color:#fff;flex-shrink:0}.FilterPickerReset{background:none;border:none;color:#6f8196;font-size:0.95em;cursor:pointer;padding:8px 0;font-family:inherit}.FilterPickerReset:hover{color:#425262}.FilterPickerApply{background-color:#425262;color:#fff;border:none;border-radius:8px;padding:10px 24px;font-size:0.95em;cursor:pointer;font-weight:600;font-family:inherit}.FilterPickerApply:hover{background-color:#6f8196}