.cat-sidebar{scrollbar-width:none;background:#fff;border:1px solid #ebebeb;border-radius:12px;flex-shrink:0;align-self:flex-start;width:228px;max-height:calc(100vh - 100px);position:sticky;top:80px;overflow:visible auto;box-shadow:0 1px 6px #0000000d}.cat-sidebar::-webkit-scrollbar{display:none}@media (max-width:1024px){.cat-sidebar{display:none}}.cat-sidebar-heading{letter-spacing:1px;text-transform:uppercase;color:#9ca3af;border-bottom:1px solid #f3f4f6;padding:14px 16px 10px;font-size:11px;font-weight:800}.cat-sidebar-list{margin:0;padding:6px 0;list-style:none}.cat-sidebar-item{position:relative}.cat-sidebar-item.is-open>.cat-sidebar-row{color:#ff5f15;background:#ff5f150d}.cat-sidebar-item.is-open>.cat-sidebar-row .cat-sidebar-name{color:#ff5f15;font-weight:600}.cat-sidebar-item.is-open>.cat-sidebar-row .cat-sidebar-arrow{color:#ff5f15}.cat-sidebar-row{cursor:pointer;border-left:3px solid #0000;align-items:center;gap:10px;padding:9px 14px 9px 12px;transition:background .15s;display:flex}.cat-sidebar-row:hover{background:#f9fafb;border-left-color:#ff5f15}.cat-sidebar-row:hover .cat-sidebar-name,.cat-sidebar-row:hover .cat-sidebar-arrow{color:#ff5f15}.cat-sidebar-item.is-open .cat-sidebar-row{border-left-color:#ff5f15}.cat-sidebar-img{object-fit:cover;background:#f8f9fa;border:1px solid #f0f0f0;border-radius:6px;flex-shrink:0;width:32px;height:32px}.cat-sidebar-img-fallback{color:#fff;background:linear-gradient(135deg,#ff5f15 0%,#ff8c42 100%);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;font-weight:700;display:flex}.cat-sidebar-name{color:#1f2937;text-transform:capitalize;white-space:nowrap;text-overflow:ellipsis;flex:1;font-size:13px;font-weight:500;line-height:1.3;transition:color .15s;overflow:hidden}.cat-sidebar-arrow{color:#d1d5db;flex-shrink:0;transition:color .15s,transform .15s}.cat-sidebar-item.is-open .cat-sidebar-arrow{transform:rotate(90deg)}.cat-sidebar-flyout{z-index:1100;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#e5e7eb #0000;background:#fff;border:1px solid #e5e7eb;border-radius:12px;width:280px;padding:14px;position:fixed;overflow-y:auto;box-shadow:0 8px 32px #0000001f}.cat-sidebar-flyout::-webkit-scrollbar{width:4px}.cat-sidebar-flyout::-webkit-scrollbar-track{background:0 0}.cat-sidebar-flyout::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:4px}.cat-sidebar-flyout{animation:.18s ease-out flyoutIn}@keyframes flyoutIn{0%{opacity:0;transform:translate(-6px)}to{opacity:1;transform:translate(0)}}.cat-flyout-title{color:#ff5f15;text-transform:capitalize;border-bottom:1px solid #f3f4f6;margin-bottom:10px;padding-bottom:8px;font-size:13px;font-weight:700}.cat-flyout-grid{grid-template-columns:1fr 1fr;gap:2px;display:grid}.cat-flyout-item{color:#374151;cursor:pointer;text-transform:capitalize;border-radius:6px;padding:7px 10px;font-size:12.5px;line-height:1.3;transition:background .15s,color .15s}.cat-flyout-item:hover{color:#ff5f15;background:#ff5f1512}
