.categories-selector{display:flex;flex-direction:column;height:100%;position:relative}@media screen and (max-width:580px){.categories-selector{flex-wrap:wrap}}.categories-selector :deep(.mb-4){margin-bottom:0!important}.categories-input{cursor:pointer}.categories-input :deep(input){cursor:pointer;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.categories-input.has-selection :deep(input){color:var(--ui-text);font-weight:500}.categories-container{flex:1;max-height:none;min-height:0;overflow-y:auto}.categories-card{height:min(72vh,680px)}.categories-card,.categories-modal{display:flex;flex-direction:column;overflow:hidden;width:min(720px,100%)}.categories-modal{height:min(80vh,720px)}.categories-card .u-card-body,.categories-card .u-card__body{display:flex;flex:1;flex-direction:column;min-height:0;overflow:hidden}.categories-card :deep([class*=body]){flex:1;min-height:0;overflow-y:auto}.categories-card :deep([class*=footer]){border-top:1px solid var(--ui-border);flex-shrink:0}@media(max-width:640px){.categories-modal{border-radius:0;height:100vh;margin:0;max-width:100vw;width:100vw}.categories-card{border-radius:0;height:100%;width:100%}.categories-container{max-height:calc(100vh - 260px)}}.category-group{background-color:var(--ui-bg);border:1px solid var(--ui-border);border-radius:.5rem;padding:12px;transition:all .2s ease}.category-group:hover{border-color:var(--ui-primary);box-shadow:0 1px 3px #0000001a}.category-checkbox{color:var(--ui-text);font-weight:500;width:100%}.subcategories-container{display:flex;flex-direction:column;gap:.25rem;margin-left:1.5rem;margin-top:.5rem}.subcategory-checkbox{color:var(--ui-text-secondary);font-size:.875rem}.empty-state{color:var(--ui-text-tertiary);padding:2rem 0;text-align:center}.empty-icon{height:2rem;margin:0 auto .5rem;opacity:.5;width:2rem}.empty-text{font-size:.875rem}.reset-section{border-top:1px solid var(--ui-border);margin-top:1rem;padding-top:1rem}.reset-section-sticky{background:var(--ui-bg);bottom:0;position:sticky;z-index:2}:deep(.category-checkbox .u-checkbox__label){color:inherit;cursor:pointer;width:100%}:deep(.subcategory-checkbox .u-checkbox__label){color:inherit;cursor:pointer}.categories-container::-webkit-scrollbar{width:6px}.categories-container::-webkit-scrollbar-track{background:var(--ui-bg-secondary);border-radius:3px}.categories-container::-webkit-scrollbar-thumb{background:var(--ui-border);border-radius:3px}.categories-container::-webkit-scrollbar-thumb:hover{background:var(--ui-border-accented)}
