.hero{text-align:center;padding:var(--space-3xl) 0 var(--space-2xl)}.hero__title{margin-bottom:var(--space-md);background:linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700}.hero__subtitle{color:var(--text-secondary);max-width:500px;margin:0 auto;font-size:1rem}.hero__cursor{background-color:var(--accent-primary);vertical-align:text-bottom;width:2px;height:1.1em;margin-left:2px;animation:1s step-end infinite blink;display:inline-block}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.games-grid{gap:var(--space-lg);margin-top:var(--space-2xl);grid-template-columns:repeat(3,1fr);display:grid}.games-grid .card{text-align:center;flex-direction:column;align-items:center;display:flex}.games-grid .card .btn{width:100%;margin-top:auto}.multiplayer-section{margin-top:var(--space-3xl);text-align:center}.multiplayer-section__title{margin-bottom:var(--space-sm);font-size:1.5rem;font-weight:700}.multiplayer-section__description{color:var(--text-secondary);margin-bottom:var(--space-lg);font-size:.875rem}.features{gap:var(--space-lg);margin-top:var(--space-3xl);padding-top:var(--space-2xl);border-top:1px solid var(--bg-tertiary);grid-template-columns:repeat(3,1fr);display:grid}.feature{text-align:center;padding:var(--space-md)}.feature__icon{margin-bottom:var(--space-sm);font-size:1.5rem}.feature__title{margin-bottom:var(--space-xs);font-size:.875rem;font-weight:700}.feature__description{color:var(--text-secondary);font-size:.75rem}@media (width<=768px){.hero__title{font-size:1.75rem}.games-grid,.features{gap:var(--space-md);grid-template-columns:1fr}}@media (width>=769px) and (width<=1024px){.games-grid{grid-template-columns:repeat(2,1fr)}}
