*{box-sizing:border-box;margin:0;padding:0}body{color:#fff;background:linear-gradient(135deg,#0d0d1a 0%,#1a1a2e 50%,#16213e 100%);min-height:100vh;font-family:Helvetica Neue,Hiragino Sans,sans-serif}.container{flex-direction:column;max-width:960px;min-height:100vh;margin:0 auto;padding:40px 20px;display:flex}.hero{text-align:center;padding:48px 0 40px}.hero-title{background:linear-gradient(135deg,gold,#f39c12,#e74c3c);-webkit-text-fill-color:transparent;letter-spacing:2px;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:3em;font-weight:700}.hero-subtitle{color:#a8b2d8;letter-spacing:1px;font-size:1.15em}.game-grid{flex:1;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-content:start;gap:24px;display:grid}.game-card{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:20px;flex-direction:column;padding:32px 28px;text-decoration:none;transition:all .3s;display:flex}.game-card:hover{background:#ffffff1a;border-color:#ffd7004d;transform:translateY(-6px);box-shadow:0 12px 40px #0000004d,0 0 30px #ffd7001a}.game-card-icon{margin-bottom:16px;font-size:3em}.game-card-title{color:gold;margin-bottom:10px;font-size:1.4em;font-weight:700}.game-card-desc{color:#a8b2d8;flex:1;margin-bottom:16px;font-size:.95em;line-height:1.7}.game-card-tag{color:#f39c12;background:#f39c1226;border:1px solid #f39c124d;border-radius:20px;align-self:flex-start;padding:4px 14px;font-size:.8em;display:inline-block}.footer{text-align:center;color:#ffffff4d;padding:40px 0 20px;font-size:.9em}@media (width<=600px){.hero-title{font-size:2em}.game-grid{grid-template-columns:1fr}}
