body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        header { background: #1a73e8; color: white; padding: 15px; text-align: center; border-radius: 5px; }
        .logo { font-size: 28px; font-weight: bold; text-transform: uppercase; letter-spacing: 2px; }
        nav { display: flex; justify-content: center; margin-top: 10px; }
        nav a { color: white; margin: 0 15px; text-decoration: none; }
        .mobile-nav-toggle { display: none; background: #0d47a1; color: white; border: none; padding: 10px; cursor: pointer; }
        h1 { color: #1a73e8; border-bottom: 2px solid #1a73e8; padding-bottom: 10px; }
        h2 { color: #0d47a1; margin-top: 30px; }
        h3 { color: #085299; }
        .download-btn, .login-btn { display: inline-block; background: #4CAF50; color: white; padding: 12px 25px; margin: 15px 0; text-decoration: none; border-radius: 5px; font-weight: bold; }
        .login-btn { background: #2196F3; }
        img { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        footer { margin-top: 40px; padding: 20px; background: #f1f1f1; border-radius: 5px; }
        .game-types a, .tags a { color: #1a73e8; text-decoration: none; margin-right: 10px; }
        @media (max-width: 768px) {
            .mobile-nav-toggle { display: block; }
            nav { display: none; flex-direction: column; align-items: center; }
            nav.active { display: flex; }
            nav a { margin: 5px 0; }
        }
