body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #ff6b00; border-bottom: 3px solid #ff9800; padding-bottom: 10px; }
        h2 { color: #0077b6; margin-top: 30px; }
        h3 { color: #00b4d8; }
        .logo { font-size: 28px; font-weight: bold; color: #ff6b00; text-align: center; margin: 20px 0; }
        .nav { background: #003566; padding: 15px; text-align: center; position: relative; }
        .nav-mobile { display: none; position: absolute; right: 20px; top: 15px; color: white; cursor: pointer; }
        .nav a { color: white; margin: 0 15px; text-decoration: none; }
        .download-btn, .login-btn { background: #ff6b00; color: white; padding: 12px 25px; border-radius: 30px; margin: 15px 0; display: inline-block; text-decoration: none; }
        img { max-width: 100%; height: auto; margin: 20px 0; }
        .game-stats { background: #f0f8ff; padding: 15px; border-radius: 8px; margin: 20px 0; }
        .tags { margin: 20px 0; }
        .tag { background: #e0f7fa; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 20px; }
        .footer { background: #003566; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        @media (max-width: 768px) {
            .nav { padding: 10px; }
            .nav-links { display: none; }
            .nav-mobile { display: block; }
            .nav.active .nav-links { display: block; }
            .nav-links { position: absolute; top: 60px; left: 0; right: 0; background: #003566; padding: 10px; }
            .nav-links a { display: block; margin: 10px 0; }
        }
