.spx-toolbar{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:0 0 14px}.spx-chips{display:flex;gap:6px;flex-wrap:wrap;flex:1 1 auto;min-width:0}.spx-chip{display:inline-flex;align-items:center;gap:6px;padding:7px 13px;border:1px solid var(--st-line,rgba(14,14,17,.1));border-radius:60px;background:#fff;font-size:.78rem;font-weight:800;color:var(--st-ink,#2a2e35);cursor:pointer;transition:border-color .14s ease,background .14s ease,color .14s ease;-webkit-tap-highlight-color:transparent}.spx-chip em{font-style:normal;font-size:.68rem;font-weight:800;color:var(--st-muted,#6b7280)}.spx-chip:hover{border-color:var(--st-orange,#f58220)}.spx-chip.is-on{background:var(--st-charcoal,#0e0e11);border-color:var(--st-charcoal,#0e0e11);color:#fff}.spx-chip.is-on em{color:var(--st-orange,#f58220)}.spx-search{position:relative;flex:0 1 240px;min-width:170px}.spx-search i{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--st-muted,#6b7280);font-size:.85rem;pointer-events:none}.spx-search input{width:100%;padding:9px 12px 9px 34px;border:1px solid var(--st-line,rgba(14,14,17,.1));border-radius:12px;background:#fff;font-size:.84rem;font-weight:600;color:var(--st-ink,#2a2e35)}.spx-search input:focus{outline:0;border-color:var(--st-orange,#f58220)}.spx-hide{display:none!important}.spx-noresults{padding:26px 18px;border:1px dashed var(--st-line,rgba(14,14,17,.14));border-radius:16px;text-align:center;color:var(--st-muted,#6b7280);font-size:.86rem;font-weight:600}.spx-hero{position:relative;display:flex;align-items:stretch;gap:16px;margin:0 0 16px;border-radius:20px;overflow:hidden;border:1px solid var(--st-line,rgba(14,14,17,.08));background:linear-gradient(115deg,var(--st-charcoal,#0e0e11) 0%,#23262e 70%);color:#fff}.spx-hero-img{flex:0 0 168px;background-size:cover;background-position:center;min-height:128px}.spx-hero-body{flex:1;min-width:0;padding:16px 18px;display:flex;flex-direction:column;gap:6px;justify-content:center}.spx-hero-kicker{display:inline-flex;align-items:center;gap:7px;font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--st-orange,#f58220)}.spx-hero-title{font-size:1.02rem;font-weight:800;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.spx-hero-sub{font-size:.8rem;color:rgba(255,255,255,.75);display:flex;align-items:center;gap:6px;flex-wrap:wrap}.spx-hero-count{font-weight:800;color:#fff}.spx-hero-actions{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.spx-hero-btn{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;font-size:.8rem;font-weight:800;cursor:pointer;transition:background .14s ease,border-color .14s ease}.spx-hero-btn:hover{background:rgba(255,255,255,.16);border-color:var(--st-orange,#f58220)}.spx-hero-btn.spx-hero-btn--primary{background:var(--st-orange,#f58220);border-color:var(--st-orange,#f58220);color:#1c1c1e}@media(max-width:640px){.spx-hero{flex-direction:column}.spx-hero-img{flex-basis:128px}}.spx-pager{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap;padding:14px 0 4px}.spx-pgbtn{min-width:38px;height:38px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--st-line,rgba(14,14,17,.1));border-radius:12px;background:#fff;color:var(--st-ink,#2a2e35);font-size:.84rem;font-weight:800;cursor:pointer;transition:border-color .14s ease,transform .12s ease}.spx-pgbtn:hover:not(:disabled){border-color:var(--st-orange,#f58220);transform:translateY(-1px)}.spx-pgbtn:disabled{opacity:.4;cursor:default}.spx-pgbtn.is-on{background:var(--st-charcoal,#0e0e11);border-color:var(--st-charcoal,#0e0e11);color:var(--st-orange,#f58220);cursor:default}.spx-pgrange{flex:1 0 100%;text-align:center;font-size:.76rem;font-weight:700;color:var(--st-muted,#6b7280)}.spx-unread{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;margin-left:6px;border-radius:60px;background:#e5484d;color:#fff;font-size:.64rem;font-weight:800;line-height:1}@media(prefers-reduced-motion:reduce){.spx-chip,.spx-pgbtn,.spx-hero-btn{transition:none}}