.home{padding:48px 0;min-height:calc(100vh - 200px)}.home__matches{margin-bottom:48px}.home__matches-grid{display:flex;gap:32px}.home__matches-grid>*{flex:1 1;min-width:0}.home__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:48px;padding-bottom:24px;border-bottom:1px solid #333}.home__title{font-size:24px;font-weight:700;margin:0}.home__stats{margin-top:24px;padding-top:24px;border-top:1px solid #333}.home__load-more{display:flex;justify-content:center;margin-top:48px;padding-top:32px;border-top:1px solid #333}@media(max-width:768px){.home{padding:24px 0}.home__header,.home__matches-grid{flex-direction:column;gap:24px}.home__header{align-items:flex-start}.home__title{font-size:20px}}.matches-section{display:flex;gap:32px;margin-bottom:48px}.matches-section>:first-child{flex:0 0 60%;min-width:0}.matches-section>:last-child{flex-grow:0;flex-shrink:0;flex-basis:calc(40% - 32px);min-width:0}@media(max-width:768px){.matches-section{flex-direction:column;gap:24px}.matches-section>:first-child,.matches-section>:last-child{flex:1 1}}