.topics-filter-section{background-color:#f8f6fd;padding:10px 0}.topics-wrapper{align-items:left;display:flex;flex-direction:column;gap:20px}.topics-list{display:flex;flex-wrap:wrap;gap:12px}.topic-pill{align-items:center;background-color:#fff;border:1px solid #e9e3f8;border-radius:10px;color:#14002e;display:inline-flex;font-size:12px;font-weight:600;line-height:1;overflow:hidden;padding:12px 16px;position:relative;text-decoration:none;transition:background-color .15s ease,border-color .15s ease,color .15s ease;white-space:nowrap}.topic-pill:before{background-image:linear-gradient(90deg,#ec008c,#9579d3 55%,#13d0ca);content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .15s ease}.topic-active,.topic-pill.active,.topic-pill:focus,.topic-pill:hover{background-color:#f8f6fd;border-color:#e9e3f8;color:#14002e}.topic-active:before,.topic-pill.active:before,.topic-pill:focus:before,.topic-pill:hover:before{opacity:1}.topic-pill:focus-visible{outline:3px solid #00aeff;outline-offset:2px}.topics-sort{align-items:center;display:flex;font-size:15px;gap:10px}.sort-label,.sort-link{color:#747679;font-weight:600}.sort-link{text-decoration:none}.sort-link.active{color:#31006f;text-decoration:underline}.sort-link:hover{color:#31006f}.sort-divider{color:#cacac8}