body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .logo { font-size: 28px; font-weight: bold; color: #FF9800; text-shadow: 1px 1px 2px rgba(0,0,0,0.2); }
        nav { background: #333; padding: 10px; margin-bottom: 20px; }
        nav a { color: white; text-decoration: none; margin: 0 15px; }
        .mobile-nav-toggle { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav-toggle { display: block; background: #FF9800; color: white; border: none; padding: 10px; margin-bottom: 10px; }
        }
        h1 { color: #FF5722; }
        h2 { color: #4CAF50; border-bottom: 2px solid #eee; padding-bottom: 5px; }
        h3 { color: #2196F3; }
        .download-btn { display: inline-block; background: #4CAF50; color: white; padding: 10px 20px; margin: 10px 0; text-decoration: none; border-radius: 5px; }
        .login-btn { display: inline-block; background: #2196F3; color: white; padding: 10px 20px; margin: 10px 0; text-decoration: none; border-radius: 5px; }
        .highlight { background: #FFF3E0; padding: 5px; border-radius: 3px; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        footer { margin-top: 30px; padding-top: 20px; border-top: 1px solid #eee; }
        .tag { background: #eee; padding: 3px 8px; border-radius: 3px; margin: 0 5px; }
