.home-container{min-height:calc(100vh - 200px);background:linear-gradient(to bottom,#f8f9fa,#e9ecef)}.hero{text-align:center;padding:4rem 1rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.hero-title{font-size:3rem;margin:0 0 1rem;font-weight:700;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.5rem;margin:0 0 1rem;opacity:.95}.games-section{max-width:1200px;margin:0 auto;padding:3rem 1rem}.section-title{font-size:2rem;margin:0 0 2rem;text-align:center;color:#333}.games-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.game-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000001a;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:center;text-align:center}.game-card:hover{transform:translateY(-4px);box-shadow:0 8px 12px #00000026}.game-icon{font-size:4rem;margin-bottom:1rem}.game-title{font-size:1.5rem;margin:0 0 1rem;color:#667eea}.game-description{font-size:.95rem;line-height:1.6;color:#666;margin:0 0 1rem;flex-grow:1}.game-status{display:inline-block;background:#f0f0f0;color:#666;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.game-comment{font-size:.85rem;color:#999;margin:.75rem 0 0;font-style:italic}.tech-stack{max-width:1200px;margin:0 auto;padding:3rem 1rem 4rem}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.tech-item{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 4px #0000001a;text-align:center}.tech-item h3{margin:0 0 .5rem;color:#764ba2;font-size:1.25rem}.tech-item p{margin:0;color:#666;font-size:.9rem}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.25rem}.games-grid,.tech-grid{grid-template-columns:1fr}}
