body { font-family: 'Segoe UI', Arial, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) { 
            .desktop-nav { display: none; }
            .mobile-nav { display: block; background: #1a73e8; color: white; padding: 10px; text-align: center; }
            .mobile-nav button { background: transparent; border: 1px solid white; color: white; padding: 5px 15px; }
        }
        h1 { color: #d32f2f; border-bottom: 3px solid #ff9800; padding-bottom: 10px; }
        h2 { color: #388e3c; margin-top: 30px; }
        h3 { color: #0288d1; }
        .download-btn { display: inline-block; background: #4caf50; color: white; padding: 12px 25px; margin: 15px 0; text-decoration: none; border-radius: 5px; }
        .login-btn { display: inline-block; background: #2196f3; color: white; padding: 12px 25px; margin: 15px 0; text-decoration: none; border-radius: 5px; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .nav-logo { font-weight: bold; font-size: 24px; color: #d32f2f; text-decoration: none; }
        .nav-links { margin: 15px 0; }
        .nav-links a { margin: 0 10px; color: #0288d1; text-decoration: none; }
        .tags { margin: 20px 0; }
        .tags a { background: #f5f5f5; padding: 5px 10px; margin: 3px; display: inline-block; border-radius: 15px; text-decoration: none; color: #333; }
        .game-types { margin: 20px 0; }
        .game-types a { background: #e8f5e9; padding: 5px 10px; margin: 3px; display: inline-block; border-radius: 15px; text-decoration: none; color: #333; }
        .copyright { margin-top: 40px; font-size: 14px; color: #757575; text-align: center; }
