body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .logo { font-size: 28px; font-weight: bold; color: #FF5722; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
        nav { background: #f8f8f8; padding: 15px; margin-bottom: 30px; border-radius: 8px; }
        nav a { margin-right: 20px; text-decoration: none; color: #333; font-weight: 500; }
        .mobile-toggle { display: none; cursor: pointer; }
        h1 { color: #FF5722; border-bottom: 3px solid #FF9800; padding-bottom: 10px; }
        h2 { color: #4CAF50; margin-top: 40px; }
        h3 { color: #2196F3; }
        .download-btn { background: #4CAF50; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 20px 0; }
        .login-btn { background: #2196F3; color: white; padding: 12px 25px; border-radius: 5px; text-decoration: none; display: inline-block; margin: 20px 10px; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tag { background: #e0e0e0; padding: 5px 10px; border-radius: 4px; margin: 5px; display: inline-block; }
        footer { margin-top: 50px; padding: 20px 0; border-top: 1px solid #eee; }
        @media (max-width: 768px) {
            .mobile-toggle { display: block; }
            nav a:not(:first-child) { display: none; }
            nav.active a { display: block; }
        }
