.categories-section-desktop{display:flex;flex-direction:column;gap:16px;width:calc(100% - 192px);margin-right:96px}.categories-section-desktop.sticky{position:-webkit-sticky;position:sticky;top:36px;z-index:10;background:var(--bg-primary);margin-left:-96px;margin-right:0;padding:0 96px 10px;width:100%}.categories-section-desktop .section-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 8px 0 0}.categories-section-desktop .section-header .header-left{display:flex;align-items:center;gap:12px}.categories-section-desktop .section-header .header-left .icon-wrapper{width:32px;height:32px;display:flex;align-items:center;justify-content:center;overflow:hidden}.categories-section-desktop .section-header .header-left .icon-wrapper svg{width:100%;height:100%;fill:var(--text-primary)}.categories-section-desktop .section-header .header-left .section-title{font-family:Source Sans\ 3,sans-serif;font-weight:600;font-size:18px;line-height:24px;color:var(--text-primary);margin:0}.categories-section-desktop .categories-grid{display:flex;gap:16px;width:100%}.categories-section-desktop .categories-grid .category-card{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;padding:16px;background:var(--bg-tertiary);border:1px solid var(--border-primary-light);border-radius:12px;text-decoration:none;transition:all .3s ease;min-width:120px;flex:1 1}.categories-section-desktop .categories-grid .category-card.active,.categories-section-desktop .categories-grid .category-card:hover{border-color:var(--text-primary);box-shadow:4px 4px 0 0 var(--text-primary)}.categories-section-desktop .categories-grid .category-card .category-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.categories-section-desktop .categories-grid .category-card .category-icon img{width:100%;height:100%;object-fit:contain}.categories-section-desktop .categories-grid .category-card .category-label{font-family:Source Sans\ 3,sans-serif;font-weight:600;font-size:16px;line-height:24px;color:var(--text-primary);text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}