.allMatches{width:100%;padding:clamp(2.25rem,4.5vw,3.75rem) var(--page-gutter,clamp(1rem,5vw,6rem)) clamp(3rem,6vw,5rem)}.allMatches__header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.25rem;margin-bottom:clamp(1.25rem,3vw,2rem)}.allMatches__header>div{max-width:760px}.allMatches__header h2{margin:0;color:#dbe8ff;font-size:clamp(1.7rem,4vw,2.5rem);font-weight:820;line-height:1.15;letter-spacing:-.04em}.allMatches__header p{margin:.5rem 0 0;color:rgba(240,244,255,.6);font-size:1rem;line-height:1.62}.allMatches__count{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;min-height:38px;padding:.45rem .7rem;color:#bfdbfe;background:rgba(37,99,235,.1);border:1px solid rgba(96,165,250,.2);border-radius:999px;font-size:.8rem;font-weight:720;line-height:1}.allMatches__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:clamp(.9rem,2vw,1.2rem);gap:clamp(.9rem,2vw,1.2rem)}.allMatches__state{display:grid;place-items:center;min-height:180px;padding:1.5rem;color:rgba(240,244,255,.62);background:hsla(0,0%,100%,.025);border:1px dashed rgba(147,197,253,.15);border-radius:var(--radius-lg,16px);text-align:center}.allMatches__state>span{color:#60a5fa;font-size:1.5rem}.allMatches__state h3{margin:.35rem 0 0;color:#f4f7ff;font-size:1.05rem;font-weight:720;line-height:1.4}.allMatches__state p{max-width:52ch;margin:.35rem 0 0;font-size:.9375rem;line-height:1.58}@media (max-width:1080px){.allMatches__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.allMatches{padding-top:2rem;padding-bottom:3rem}.allMatches__header{align-items:flex-start}.allMatches__header h2{font-size:clamp(1.65rem,8vw,2.15rem)}.allMatches__header p{font-size:1rem}.allMatches__grid{grid-template-columns:1fr}}@media (max-width:440px){.allMatches__header{display:grid}.allMatches__count{justify-self:start}}