@scope(.home-page){:scope{flex-direction:column;gap:1rem;display:flex}.section{flex-direction:column;gap:.75rem;display:flex}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.section-title{color:var(--foreground);font-size:1.25rem;font-weight:600}.matches{scrollbar-width:none;gap:.75rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.matches::-webkit-scrollbar{display:none}.skeleton{background:color-mix(in srgb, var(--muted) 80%, var(--background));border:1px solid var(--border);border-radius:var(--medium-radius);position:relative;overflow:hidden}.shimmer:after{content:"";background:linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--foreground) 12%, transparent) 50%, transparent 100%);animation:1.4s ease-in-out infinite home-shimmer;position:absolute;inset:0;transform:translate(-100%)}.skeleton-title-block{width:8rem;height:1.5rem}.skeleton-tabs-block{border-radius:var(--medium-radius);width:14rem;height:2rem}.matches-skeleton{gap:.75rem;display:flex;overflow:hidden}.matches-skeleton-card{flex:none;width:12rem;height:10rem}@keyframes home-shimmer{to{transform:translate(100%)}}.matches-empty{width:100%;color:var(--muted-foreground);text-align:center;background:var(--card);border:1px solid var(--border);border-radius:var(--medium-radius);padding:2rem;font-size:.875rem}.bottom{grid-template-columns:1fr 20rem;gap:1.5rem;display:grid}@media (max-width:768px){.bottom{grid-template-columns:1fr}}.bottom-left,.bottom-right,.highlights{flex-direction:column;gap:.75rem;display:flex}}
