.categoryMultiSelect{z-index:5;position:relative}.categorySelectTrigger{border:1px solid var(--border);background:var(--surface);width:100%;min-height:54px;color:var(--text);text-align:left;font:inherit;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:0 15px;font-weight:750;display:flex}.categorySelectTrigger svg{flex:none;transition:transform .18s}.categorySelectTrigger svg.rotated{transform:rotate(180deg)}.categoryPlaceholder{color:var(--muted);font-weight:600}.selectedCategoryChips{flex-wrap:wrap;gap:7px;margin-top:9px;display:flex}.selectedCategoryChips span{background:var(--brand-soft);color:var(--brand-ink);border-radius:999px;padding:7px 10px;font-size:.78rem;font-weight:800}.categoryDropdownPanel{border:1px solid var(--border);background:var(--surface);border-radius:16px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 18px 45px #0f172a29}.categoryDropdownHeader{border-bottom:1px solid var(--border);background:var(--surface-subtle);justify-content:space-between;align-items:center;gap:12px;padding:13px 15px;display:flex}.categoryDropdownHeader button{color:var(--brand-ink);background:0 0;border:0;font-weight:850}.categoryOptionList{max-height:300px;padding:6px;overflow-y:auto}.categoryOption{width:100%;min-height:48px;color:var(--text);text-align:left;font:inherit;background:0 0;border:0;border-radius:11px;justify-content:space-between;align-items:center;gap:12px;padding:10px 11px;font-weight:750;display:flex}.categoryOption.selected{background:var(--brand-soft);color:var(--brand-ink)}.categoryCheck{border:1.5px solid var(--border-strong);border-radius:8px;place-items:center;width:24px;height:24px;display:grid}.categoryOption.selected .categoryCheck{border-color:var(--brand);background:var(--brand);color:var(--brand-contrast)}.categoryEmpty{color:var(--muted);margin:0;padding:14px 12px;font-size:.82rem;line-height:1.5}.categoryDropdownFooter{border-top:1px solid var(--border);background:var(--surface-subtle);padding:11px 15px}@media (max-width:640px){.categoryDropdownPanel{z-index:50;border-radius:22px;max-height:72vh;position:fixed;inset:auto 12px 12px}.categoryOptionList{max-height:min(58vh,500px)}}.categoryCustomField{gap:4px;display:grid}.categoryCustomField span{color:var(--muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;font-weight:800}.categoryCustomField input{border:1px solid var(--border);background:var(--surface);width:100%;font:inherit;border-radius:11px;padding:9px 11px;font-size:.88rem}
