.home-page{min-height:100vh;display:flex;flex-direction:column;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.home-header{text-align:center;padding:3rem 2rem 2rem}.home-header h1{font-size:3rem;margin:0 0 1rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.subtitle{font-size:1.25rem;opacity:.9;margin:0}.games-grid{flex:1;max-width:1200px;width:100%;margin:0 auto;padding:2rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;align-content:start}.game-card{background:#fff;color:#333;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:transform .2s,box-shadow .2s;display:flex;flex-direction:column}.game-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px #0003}.game-card h2{margin:0 0 1rem;font-size:1.75rem;color:#667eea}.game-description{flex:1;margin:0 0 1.5rem;color:#666;line-height:1.6}.play-button{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;padding:.75rem 2rem;font-size:1rem;font-weight:600;border-radius:6px;cursor:pointer;text-decoration:none;text-align:center;transition:opacity .2s}.play-button:hover:not(.disabled){opacity:.9}.play-button.disabled{opacity:.5;cursor:not-allowed}.home-footer{text-align:center;padding:2rem;background:#0000001a}.home-footer p{margin:0;opacity:.9}@media(max-width:768px){.home-header h1{font-size:2rem}.subtitle{font-size:1rem}.games-grid{grid-template-columns:1fr;padding:1rem}}
