.home-hero{text-align:center;padding:4.5rem 0 3rem;position:relative}.home-hero:before{content:"";pointer-events:none;background:radial-gradient(closest-side,#00ff9412,#0000);width:min(52rem,100%);height:130%;position:absolute;top:-20%;left:50%;transform:translate(-50%)}.home-hero-title{max-width:46rem;margin:0 auto .75rem;font-size:clamp(1.875rem,4.5vw,2.5rem)}.home-hero-sub{max-width:36rem;color:var(--text-secondary);margin:0 auto 1.75rem}.home-hero-search{z-index:1;gap:.5rem;max-width:30rem;margin:0 auto 1.25rem;display:flex;position:relative}.home-hero-search input{background:var(--bg-card);border:1px solid var(--border-strong);border-radius:var(--radius-md);color:var(--text-primary);flex:1;padding:.7rem 1rem;font-size:.9375rem}.home-hero-search input:focus{border-color:var(--border-accent);outline:none}.home-hero-chips{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.home-section-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.25rem;display:flex}.home-tile-grid{grid-template-columns:repeat(6,1fr);gap:.75rem;display:grid}.home-tile{justify-content:space-between;align-items:center;gap:.5rem;padding:1.25rem 1rem;display:flex}.home-tile-label{font-family:var(--font-display);color:var(--text-primary);font-weight:600}.home-match-grid,.home-player-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;display:grid}.home-skin-grid{grid-template-columns:repeat(6,1fr);gap:.75rem;display:grid}.home-skin-tile{padding:0;overflow:hidden}.home-skin-img{background:var(--bg-inset);aspect-ratio:4/3;justify-content:center;align-items:center;padding:1rem;display:flex}.home-skin-img img{object-fit:contain;max-width:100%;max-height:100%}.home-skin-name{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;padding:.625rem .75rem 0;font-size:.8125rem;font-weight:600;display:-webkit-box;overflow:hidden}.home-skin-name span{color:var(--text-secondary);font-weight:500}.home-skin-price{color:var(--accent);padding:.25rem .75rem .75rem;font-size:.875rem;font-weight:600}.home-tool-grid{grid-template-columns:repeat(3,1fr);gap:.75rem;display:grid}.home-player-card .home-player-name{font-family:var(--font-display);color:var(--text-primary);font-weight:600}.home-player-meta{color:var(--text-muted);margin:.25rem 0 .625rem;font-size:.75rem}.home-player-stats{color:var(--accent);flex-wrap:wrap;gap:.75rem;font-size:.75rem;display:flex}@media (max-width:1000px){.home-tile-grid,.home-skin-grid{grid-template-columns:repeat(3,1fr)}.home-match-grid,.home-player-grid,.home-tool-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.home-tile-grid,.home-skin-grid,.home-tool-grid,.home-match-grid,.home-player-grid{grid-template-columns:repeat(2,1fr)}.home-hero{padding-top:3rem}}
