*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;line-height:1.6;color:#333}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}header{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px rgba(0,0,0,.1)}header h1{font-size:1.8rem;margin-bottom:.5rem}nav{display:flex;gap:2rem;flex-wrap:wrap}nav a{color:#fff;font-weight:500;transition:opacity .3s}nav a:hover{opacity:.8;text-decoration:none}footer{background:#2d2d2d;color:#fff;padding:2rem;margin-top:4rem;text-align:center}footer .footer-links{display:flex;justify-content:center;gap:2rem;margin-bottom:1rem;flex-wrap:wrap}footer .footer-links a{color:#ccc}footer .footer-links a:hover{color:#fff;text-decoration:underline}.container{max-width:1200px;margin:0 auto;padding:2rem;min-height:calc(100vh - 200px)}.hero{text-align:center;padding:4rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-bottom:3rem}.hero h1{font-size:3rem;margin-bottom:1rem}.hero p{font-size:1.3rem;opacity:.9}.games-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));grid-gap:2rem;gap:2rem;margin:2rem 0}.game-card{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s,box-shadow .3s;border:1px solid #e0e0e0}.game-card:hover{transform:translateY(-5px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.game-card h3{font-size:1.5rem;margin-bottom:.5rem;color:#667eea}.game-card .genre{display:inline-block;background:#f0f0f0;padding:.3rem .8rem;border-radius:20px;font-size:.85rem;margin-bottom:1rem;color:#666}.game-card .description{color:#666;margin-bottom:1rem;line-height:1.5}.game-card .status-badge{display:inline-block;padding:.4rem .8rem;border-radius:4px;font-size:.85rem;font-weight:600;margin-bottom:1rem}.status-badge.released{background:#4caf50;color:#fff}.status-badge.coming-soon{background:#ff9800;color:#fff}.game-card .learn-more{display:inline-block;background:#667eea;color:#fff;padding:.6rem 1.2rem;border-radius:4px;font-weight:500;transition:background .3s}.game-card .learn-more:hover{background:#5568d3;text-decoration:none}.game-detail{max-width:900px;margin:0 auto}.game-detail h1{font-size:2.5rem;margin-bottom:1rem;color:#667eea}.game-detail .game-meta{display:flex;gap:1rem;margin-bottom:2rem;flex-wrap:wrap}.game-detail .game-description{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:2rem}.section{margin:3rem 0}.section h2{font-size:2rem;margin-bottom:1.5rem;color:#333;border-bottom:2px solid #667eea;padding-bottom:.5rem}.coming-soon-section{margin-top:4rem;padding-top:3rem;border-top:2px solid #e0e0e0}.about-content{max-width:800px;margin:0 auto}.about-content h2{margin-top:2rem;margin-bottom:1rem}.about-content p{margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8;color:#555}.contact-form{max-width:600px;margin:0 auto}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;font-family:inherit}.form-group textarea{min-height:150px;resize:vertical}.submit-btn{background:#667eea;color:#fff;padding:.8rem 2rem;border:none;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .3s}.submit-btn:hover{background:#5568d3}.legal-content{max-width:900px;margin:0 auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.legal-content h2{font-size:2rem;margin-bottom:1.5rem;color:#333}.legal-content p{margin-bottom:1rem;line-height:1.8;color:#555}.legal-content ul{margin-left:2rem;margin-bottom:1rem}.legal-content ul li{margin-bottom:.5rem;line-height:1.6}.legal-content a{color:#667eea}.legal-content a:hover{text-decoration:underline}@media (max-width:768px){.hero h1{font-size:2rem}.hero p{font-size:1.1rem}.games-grid{grid-template-columns:1fr}nav{gap:1rem}.container{padding:1rem}.game-detail h1{font-size:2rem}}